:root {
  --neutral--600: #2f363d;
  --neutral--900: #070b0f;
  --gray--200\<deleted\|variable-0ae28b02\>: #ebebeb;
  --gray--100\<deleted\|variable-6b86f9b4\>: #fafafa;
  --radius--10: 10px;
  --primary--dark: #f74b45;
  --main--transparent: #0000;
  --opacity--32: #ffffff52;
  --opacity--12: #ffffff1f;
  --opacity--40: #ffffff4a;
  --gray--50-501\<deleted\|variable-8a3dc2be\>: #f8fafc;
  --gray--900\<deleted\|variable-927f5057\>: #080808;
  --radius--rounded: 100vw;
  --neutral--100: #f5f5f5;
  --main--white: #fff;
  --neutral--200: #e6ebf0;
  --main--overline: #ffffffa3;
  --gray--100-101\<deleted\|variable-45dcb284\>: #f1f5f9;
  --neutral--300: #c7cdd4;
  --neutral--400: #858d94;
  --neutral--500: #4d545c;
  --neutral--700: #1f2429;
  --neutral--800: #191d21;
  --main--black: black;
  --primary--light: #fcf3f2;
  --primary--base: #f7bebc;
  --secondary--light: #f2fcfc;
  --secondary--base: #bcf4f7;
  --secondary--dark: #45edf7;
  --gray--700-701\<deleted\|variable-c16b42e1\>: #344256;
  --radius--24: 24px;
  --radius--8: 8px;
  --gray--900-901\<deleted\|variable-b6ec0853\>: #0f1729;
  --standard-bacckground: #011523;
  --heller: #001829;
  --opacity--8: #ffffff14;
  --opacity--10: #ffffff1a;
  --main--shadow: #070b0f1f;
  --radius--6: 6px;
  --radius--20: 20px;
  --radius--28: 28px;
  --opacity--16: #ffffff29;
  --radius--12: 12px;
  --radius--16: 16px;
  --radius--4: 4px;
  --opacity--4: #ffffff0a;
  --radius--40: 40px;
  --main--shadow-s: #070b0f0f;
  --radius--32: 32px;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --opacity--36: #ffffff5c;
  --opacity--28: #ffffff47;
  --opacity--24: #ffffff3d;
  --opacity--20: #fff3;
  --opacity--1: #ffffff03;
}

body {
  color: var(--neutral--600);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  color: var(--neutral--900);
  letter-spacing: -1.61px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--neutral--900);
  letter-spacing: -1.61px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--neutral--900);
  letter-spacing: -.89px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--neutral--900);
  letter-spacing: -.69px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  color: var(--neutral--900);
  letter-spacing: -.47px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

h6 {
  color: var(--neutral--900);
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 32px;
}

ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
}

img {
  text-align: center;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border: 1px solid var(--gray--200\<deleted\|variable-0ae28b02\>);
  background-color: var(--gray--100\<deleted\|variable-6b86f9b4\>);
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 32px;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-regular {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}

.paragraph-regular.text-neutral-500 {
  font-size: 20px;
}

.paragraph-regular.text-white {
  width: auto;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 10px;
}

.button-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--10);
  background-color: var(--main--white);
  box-shadow: 0 2px 2px 0 #0000001f, inset 0 .75px 0 0 var(--opacity--32);
  color: var(--neutral--900);
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
}

.button-white:hover {
  background-color: var(--neutral--200);
  box-shadow: 0 3px 3px 0 #0000001f, inset 0 .75px 5px 0 var(--opacity--32);
}

.button-white.right-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-right: 10px;
  display: flex;
}

.button-white.left-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-left: 10px;
  display: flex;
}

.button-white.icon {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.paragraph-small.text-neutral-900 {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.paragraph-small.text-neutral-400 {
  width: 400px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.container-small {
  z-index: 2;
  width: 100%;
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sub-heading-regular {
  color: var(--neutral--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.sub-heading-regular.text-white {
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.text-weight-medium {
  font-weight: 500;
}

.h3-heading {
  letter-spacing: -.89px;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading.text-white {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.h3-heading.text-white.shooting-star-effect {
  font-size: 44px;
  line-height: 1;
}

.page-wrapper {
  background-color: var(--main--transparent);
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

.page-wrapper.overflow {
  overflow: visible;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-neutral-500 {
  color: var(--neutral--500);
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-clean {
  background-color: #d4c1c100;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.text-white {
  color: var(--main--white);
}

.cta-block {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--radius--24);
  background-color: var(--primary--dark);
  color: var(--main--white);
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/671bdc031fb7c4028eadbbcd_CTA%20BG.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 988px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 988px;
  margin-bottom: -158px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  position: relative;
}

.cta-block.glowing-trail-effect {
  background-color: var(--main--transparent);
  background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/671e2b6186a14f26961967e3_Immobilie%20kaufen%20Hamburg.webp");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-color: var(--main--transparent);
  background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/671e2b6186a14f26961967e3_Immobilie%20kaufen%20Hamburg.webp");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cta-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-dot {
  border-radius: var(--radius--40);
  background-color: var(--opacity--32);
  flex: none;
  width: 4px;
  height: 4px;
}

.footer-block {
  border-top-left-radius: var(--radius--24);
  border-top-right-radius: var(--radius--24);
  border-bottom-left-radius: var(--radius--24);
  border-bottom-right-radius: var(--radius--24);
  color: var(--main--white);
  background-color: #011523;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 245px 4% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-neutral-400 {
  color: var(--neutral--400);
}

.footer-divider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.divider-dot {
  border-radius: var(--radius--40);
  background-color: var(--neutral--500);
  flex: none;
  width: 4px;
  height: 4px;
}

.divider-line {
  border-radius: var(--radius--4);
  background-color: var(--neutral--700);
  flex: 1;
  height: 1px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.main-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  display: flex;
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.legal-link {
  color: #878493;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.legal-link:hover {
  color: #c8c6d3;
}

.image-7 {
  width: 200px;
}

.dropdown-divider {
  background-color: #f6f5f3;
  border-radius: 4px;
  height: 2px;
}

.dropdown-side-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.dropdown-title-wrapper {
  color: #8b8a89;
  padding: 8px 4px;
}

.dropdown-icon-wrapper {
  background-color: #fff;
  border-radius: 100%;
  padding: 6px;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.navigation-content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  display: flex;
}

.dropdown-card-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.dropdown-card-featured {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 270px;
  height: 100%;
  padding: 8px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.dropdown-card-featured:hover {
  color: #ff443d;
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.dropdown-card-description {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding: 4px;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.dropdown-card-header {
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

.dropdown-card-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4d4d4c;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: color .2s, box-shadow .2s;
  display: flex;
}

.dropdown-card-small:hover {
  color: #ff443d;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.column-tiny-5 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-link {
  color: #e56161;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8px;
  text-decoration: none;
}

.form-grid-block {
  box-sizing: border-box;
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.form-block-large {
  margin-bottom: 0;
}

.account-sign-wrapper {
  text-align: center;
  margin-top: 12px;
}

.form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.account-form-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.icon-x-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.subheading-small-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.column-regular-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.team-instructor-headshot {
  width: 156px;
  height: 156px;
  position: relative;
}

.team-detail-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-x-small-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.caption-small-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.team-badge {
  color: var(--standard-bacckground);
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #eceefe;
  border-radius: 10px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.h5-heading-6 {
  color: #000;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.caption-regular-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.team-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-rating-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fffaeb;
  border: 1px solid #ffebb8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.column-small-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-x-small-7 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.team-avatar-large {
  background-color: #f0edea;
  border-radius: 100%;
  overflow: hidden;
}

.team-avatar-check {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: auto -4px -4px auto;
}

.team-instructor-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.team-socials-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-instructor-header-top {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  padding-bottom: 40px;
  display: grid;
}

.team-top-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-instructor-statistics {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.social-button {
  color: #393837;
  border: 1px solid #d6d3d1;
  border-radius: 100%;
  padding: 8px;
  transition: border-color .2s, color .2s, background-color .2s;
}

.social-button:hover {
  color: #000;
  background-color: #f6f5f3;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.column-align-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-21 {
  color: #008b2e;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.caption-small-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small-10.text-color-gray-600 {
  color: #71716f;
}

.caption-small-10.text-color-gray-500 {
  color: #8b8a89;
}

.caption-small-10.text-color-gray-900 {
  color: var(--standard-bacckground);
}

.caption-small-10.text-weight-medium {
  font-weight: 500;
}

.text-color-gray-900 {
  color: #1c2122;
}

.section-small-4 {
  padding: 72px 3%;
}

.section-small-4.background-gray-100 {
  background-color: #e9eced00;
  margin-top: 0;
  padding-top: 0;
}

.column-small-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small-12.column-center {
  justify-content: flex-start;
  align-items: center;
}

.badge-7 {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.timeline-dash-dot {
  border: 1px solid var(--standard-bacckground);
  background-color: var(--standard-bacckground);
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  top: 7px;
  box-shadow: inset 0 2px 2px #16266452;
}

.timeline-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 100%;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.timeline-dash-inner {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  flex: none;
  width: 8px;
  height: 8px;
  box-shadow: 0 2px 2px #1b1c1d1f, inset 0 -2px 3px #cfd1d3;
}

.column-large-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large-10.column-align-left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.timeline-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-bottom: 96px;
  display: flex;
}

.column-small-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small-13.column-align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-cover-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.section-tiny {
  padding: 20px 5%;
}

.container-small-5 {
  z-index: 5;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.timeline-badge {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.timeline-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.timeline-image {
  border-radius: 20px;
  overflow: hidden;
}

.paragraph-regular-24 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.timeline-block {
  background-color: var(--neutral--100);
  border-radius: 24px;
  width: 100%;
  max-width: 1400px;
  margin: 60px auto 40px;
  padding: 80px 24px;
}

.text-color-neutral-400 {
  color: #8f8f8f;
}

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

.timeline-dash-line {
  align-self: stretch;
  margin-bottom: -4px;
}

.h3-heading-9 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.row-tiny-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3-heading-10 {
  color: var(--standard-bacckground);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.section-regular-18 {
  padding: 96px 5%;
}

.content-image-wrapper {
  background-color: var(--neutral--100);
  border: 1px solid #f0edea;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 416px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.icon-regular-23 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-wrapper-small {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.content-card-grid {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  border: 1px solid #f0edea;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr;
  max-width: 558px;
  padding: 8px;
}

.container-regular-19 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-link-card-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.content-link-card-small.raised {
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.paragraph-large-17 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 32px;
}

.text-color-gray-952 {
  color: #4d4d4c;
}

.column-large-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.content-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.subheading-small-7 {
  color: var(--standard-bacckground);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.heading-7 {
  color: var(--standard-bacckground);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.content-grid {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-paragraph {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.content-image-wrap {
  max-width: 700px;
  position: relative;
}

.circle-icon {
  background-color: #08a87c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 4px;
  display: flex;
}

.circle-icon.outline {
  background-color: #0000;
  border: 1px solid #e5e5e5;
}

.content-heading {
  color: var(--standard-bacckground);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.content-text-grey {
  color: #6d6d6d;
}

.content-section {
  padding: 180px 3%;
}

.button-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.content-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.h1-heading-9 {
  color: var(--standard-bacckground);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.header-carousel-small {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.column-small-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small-15.column-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.max-width-regular-7 {
  width: 100%;
  max-width: 524px;
}

.section-regular-24 {
  background-color: #f7f6f200;
  padding: 92px 5%;
  position: relative;
}

.header-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.container-x-small-5 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-13 {
  display: none;
}

.carousel-link {
  align-items: center;
  width: 120px;
  transition: transform .3s;
  box-shadow: 0 16px 32px -16px #282c25;
}

.carousel-link:hover {
  transform: scale(1.05);
}

.header-carousel-row-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.column-regular-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.code-embed-15 {
  color: var(--standard-bacckground);
  font-weight: 200;
}

.code-embed-16, .code-embed-17, .code-embed-18, .code-embed-19, .code-embed-20, .code-embed-21 {
  font-weight: 200;
}

.grid-two-column-9---2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.navigation-dropdown-toggle-8 {
  z-index: 3;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #011523;
  border: 1px solid #2f363d;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 12px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  display: flex;
  position: relative;
}

.navigation-dropdown-toggle-8:hover {
  color: #000;
}

.text-color-neutral-501 {
  color: #8f8f8f;
}

.navigation-container-6 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #011523;
  background-clip: border-box;
  border: 1px #2f363d;
  border-radius: 10px;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0;
  display: flex;
  position: static;
}

.navigation-links-list-2 {
  background-color: #12121200;
}

.form-field-label-4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
}

.navigation-menu-5 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.dropdown-arrow-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.body-14 {
  background-color: var(--main--white);
}

.navigation-dropdown-list-6 {
  inset: 0%;
}

.navigation-dropdown-list-6.w--open {
  background-color: #0000;
  inset: 72px 0% auto;
  overflow: hidden;
}

.navigation-dropdown-6 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.icon-29 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.dropdown-link-6 {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #71716f;
  letter-spacing: normal;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: #f5f7fa;
  border: 1px solid #fff;
  border-radius: 96px 40px 40px 96px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 24px 4px 4px;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, color .3s, background-color .3s;
  display: flex;
  position: static;
  overflow: visible;
}

.dropdown-link-6:hover {
  color: #000;
  background-color: #f74b45;
  border: 1px solid #f0edea;
}

.dropdown-link-6.w--current {
  background-color: #f5f7fa;
}

.dropdown-link-6.w--current:hover {
  background-color: #f74b45;
}

.text-block-163 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.column-x-small-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.button-dark-large-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  mix-blend-mode: normal;
  background-color: #1f2429;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button-dark-large-6:hover {
  background-color: #353b41;
}

.image-60 {
  background-color: var(--standard-bacckground);
  mix-blend-mode: normal;
  border-radius: 0;
  width: 120px;
  padding: 0;
}

.text-block-165 {
  color: #fff;
  font-weight: 200;
}

.text-block-165.shooting-star-effect {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.navigation-menu-grid-2 {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  justify-content: space-between;
  margin-right: 0;
  padding: 0 40px 10px;
  display: grid;
  position: relative;
}

.text-block-166 {
  color: #fff;
  font-weight: 200;
}

.text-block-166.shooting-star-effect {
  color: #011523;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 200;
}

.navigation-bar-4 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #f6f5f300;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3px 5%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.form-text-field-8 {
  letter-spacing: -.02em;
  background-color: #070b0f0f;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
}

.form-text-field-8:focus {
  border-color: #6173e5;
}

.form-text-field-8::placeholder {
  color: #adb5bd;
}

.dropdown-main-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f6f5f3;
  border: 1px solid #f0edea;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 12px;
  display: flex;
}

.text-color-gray-954 {
  color: #4d4d4c;
  font-weight: 200;
}

.h6-heading-30 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.kontaktformular-2-3 {
  box-sizing: border-box;
  float: none;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-weight: 200;
  display: block;
}

.text-link-5 {
  color: #858d94;
  font-weight: 500;
  text-decoration: underline;
}

.overline-small-10 {
  letter-spacing: .8px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 16px;
}

.icon-small-18 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.navigation-logo-link-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-logo-link-7.hide-desktop {
  display: none;
}

.text-block-168, .bold-text-22, .text-block-169 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.navigation-dropdown-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.text-block-170 {
  color: #fff;
  font-weight: 200;
}

.text-block-170.shooting-star-effect {
  color: #011523;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 200;
}

.icon-x-small-18 {
  color: #1f2429;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.navigation-dropdown-wrapper-3 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: screen;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  padding: 12px;
  display: block;
  position: relative;
}

.navigation-dropdown-wrapper-3.w--open {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  inset: 64px auto auto 0%;
}

.logo-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-tiny-12 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.text-block-171 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.text-block-172 {
  color: #fff;
  font-weight: 200;
}

.text-block-172.shooting-star-effect {
  color: #011523;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 200;
}

.paragraph-small-51 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-small-51.text-color-gray-600 {
  color: #6d767e;
  margin-top: -20px;
}

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

.image-114 {
  width: 30px;
}

.legal-link-group-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  filter: none;
  border-radius: 20px 10px 10px 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 5px;
  display: flex;
  box-shadow: 20px 20px 40px #00429e33;
}

.legal-link-group-2:hover {
  background-color: #fff;
}

.italic-text-19 {
  color: var(--standard-bacckground);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.link-9 {
  color: var(--neutral--400);
  font-size: 16px;
  font-weight: 200;
  display: flex;
}

.link-9.w--current {
  color: var(--neutral--400);
}

@media screen and (min-width: 1280px) {
  img {
    display: block;
  }

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

  .paragraph-small.text-neutral-400 {
    color: var(--main--overline);
    width: 400px;
    font-size: 16px;
  }

  .container-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-left: 4%;
    margin-right: 4%;
    display: block;
    position: relative;
  }

  .rich-text-block {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 200;
  }

  .text-weight-bold {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 40px;
  }

  .h1-heading.display {
    color: var(--main--white);
    text-align: left;
    -webkit-text-stroke-color: var(--main--white);
    text-transform: none;
    text-align: left;
    -webkit-text-stroke-color: var(--main--white);
    text-transform: none;
    background-color: #997e7e00;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 200;
  }

  .h3-heading.text-white {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .label-large {
    font-size: 14px;
    font-weight: 200;
  }

  .header-3 {
    z-index: 0;
    color: var(--heller);
    mix-blend-mode: normal;
    background-color: #01152300;
    border-radius: 24px;
    flex-flow: row;
    width: 100vw;
    height: 100vh;
    min-height: 800px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .logo {
    color: var(--standard-bacckground);
    font-size: 16px;
  }

  .page-wrapper {
    background-color: var(--main--transparent);
  }

  .header-background {
    filter: none;
    color: var(--standard-bacckground);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-clip: border-box;
    width: 100vw;
    height: 100vh;
  }

  .overline.shooting-star-effect {
    font-family: Great Vibes, cursive;
    font-size: 28px;
    font-weight: 200;
  }

  .header-overlay {
    background-image: linear-gradient(90deg, var(--standard-bacckground) 30%, #0000 100%, #00000057);
    opacity: 1;
    -webkit-backdrop-filter: grayscale() contrast(200%);
    backdrop-filter: grayscale() contrast(200%);
    mix-blend-mode: multiply;
    outline-color: #011523;
  }

  .header-tab {
    margin-top: 40px;
  }

  .header-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 24px;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .base-icon.form {
    background-color: #00b969;
  }

  .review-image-wrap {
    background-image: none;
    padding: 0;
  }

  .form {
    box-sizing: border-box;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .cta-block {
    opacity: 1;
    mix-blend-mode: normal;
    background-image: linear-gradient(#000000ad, #000000ad), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/671e2b6186a14f26961967e3_Immobilie%20kaufen%20Hamburg.webp");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-block {
    filter: none;
    background-image: linear-gradient(#000000de, #000000de), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67a4891bc2949ac3612a041f_Design-ohne-Titel-69.webp");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .header-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--standard-bacckground);
    max-width: 100%;
    font-weight: 200;
    display: flex;
  }

  .text-field-docked {
    border: .5px solid var(--main--white);
    border-radius: var(--radius--6) 6px var(--radius--6) var(--radius--6);
    background-color: var(--main--shadow-s);
    opacity: 1;
    outline-color: var(--standard-bacckground);
    outline-offset: 0px;
    color: var(--standard-bacckground);
    mix-blend-mode: normal;
    outline-width: 3px;
    outline-style: none;
    width: 100%;
    min-height: 44px;
    margin-top: 10px;
    padding: 10px 0 10px 10px;
    font-weight: 200;
    box-shadow: 0 10px 20px #001d5c80;
  }

  .footer-grid {
    grid-template-columns: .75fr .5fr;
    justify-content: stretch;
  }

  .main-column {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .logistic-block {
    padding-left: 100px;
    padding-right: 100px;
  }

  .contact-wrapper {
    border: 1px solid var(--main--shadow);
    border-radius: 15px;
  }

  .text-field {
    color: var(--standard-bacckground);
  }

  .blog-header {
    padding-top: 220px;
  }

  .linear-title {
    text-align: left;
    text-transform: none;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
  }

  .blog-tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    font-size: 16px;
    font-weight: 200;
    display: grid;
    position: relative;
  }

  .blog-content {
    font-family: Inter, sans-serif;
  }

  .wrap-h-large.align-c {
    margin-bottom: 10px;
  }

  .legal-link-group {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border: 1px solid var(--main--white);
    color: var(--standard-bacckground);
    mix-blend-mode: normal;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    font-weight: 300;
  }

  .legal-link-group:hover {
    box-shadow: 10px 10px 80px 10px #00da50;
  }

  .legal-link {
    font-size: 16px;
  }

  .docked-submit {
    border: 1px solid var(--main--white);
    border-radius: var(--radius--4) 4px 4px var(--radius--4);
    background-color: var(--neutral--500);
    color: var(--standard-bacckground);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: luminosity;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67a4891763c485ef3880063a_d834007106f7f2ca7c089984891c9bec.webp");
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    margin-top: 0;
    padding-top: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 200;
  }

  .bold-text-3 {
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    display: inline;
  }

  .header-title-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .page-padding {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
    margin: 100px auto;
    padding-left: 4%;
    padding-right: 4%;
    display: grid;
  }

  .header-carousel-section {
    background-color: #fff0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-regular {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .h1-heading-4 {
    text-transform: uppercase;
    width: 600px;
    font-size: 77px;
    font-weight: 700;
    line-height: 1;
  }

  .container-large-4 {
    margin-top: 0;
  }

  .section-regular-2.background-yellow {
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .icon-x-small {
    color: var(--neutral--700);
  }

  .content-project-image {
    z-index: 3;
  }

  .content-list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .overline-small-2.text-color-gray-500 {
    text-transform: none;
    text-transform: none;
    font-size: 14px;
    font-weight: 200;
  }

  .text-weight-medium-2.text-color-secondary.mobile {
    color: var(--main--white);
    font-weight: 200;
  }

  .navigation-dropdown-content {
    z-index: 999;
    background-color: #0000;
    position: static;
  }

  .navigation-links-list {
    color: var(--main--white);
    background-color: #fff0;
    border-radius: 10px;
  }

  .dropdown-side-menu {
    mix-blend-mode: normal;
    background-color: #c5313100;
  }

  .dropdown-arrow {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
  }

  .dropdown-icon-wrapper {
    padding: 4px;
    font-size: 14px;
  }

  .navigation-content-left {
    background-color: var(--standard-bacckground);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .caption-small-2 {
    color: var(--main--white);
  }

  .dropdown-main-content {
    mix-blend-mode: normal;
    background-color: #f6f5f3;
  }

  .dropdown-card-description {
    flex-flow: row;
    display: block;
  }

  .form-text-field-2 {
    border-color: #fff;
    border-radius: 10px;
  }

  .navigation-menu-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 10px;
    grid-template: ". . Area"
    / 1fr 1fr;
    justify-content: space-between;
    margin-left: 0%;
    margin-right: 20px;
    padding-right: 0;
    display: flex;
  }

  .text-color-gray-800 {
    line-height: 20px;
  }

  .navigation-dropdown-wrapper {
    z-index: 999;
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fcf9f9;
    order: -1;
    padding-left: 12px;
    display: block;
    position: relative;
  }

  .navigation-dropdown-wrapper:hover {
    background-color: var(--main--white);
  }

  .button-ghost-2 {
    border-radius: var(--radius--10);
    background-color: #fff;
    font-weight: 200;
  }

  .navigation-container-5 {
    z-index: 999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--heller);
    opacity: 1;
    mix-blend-mode: normal;
    border-radius: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
    display: flex;
    position: static;
    inset: 2% 4% auto;
    overflow: visible;
  }

  .button-primary-7 {
    border-radius: var(--radius--10);
    background-color: var(--primary--dark);
    font-weight: 200;
  }

  .navigation-bar-3 {
    z-index: 999;
    position: fixed;
  }

  .text-span-2, .text-span-3 {
    font-size: 20px;
  }

  .integration-card {
    background-color: #fcfcfc;
  }

  .faq-support-link {
    background-color: var(--main--white);
  }

  .paragraph-large-4 {
    font-weight: 200;
  }

  .faq-tab-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-start;
  }

  .button-primary-small {
    background-color: var(--standard-bacckground);
    border-radius: 10px;
    font-weight: 200;
  }

  .paragraph-x-large {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
  }

  .faq-tab-link-large {
    background-color: var(--neutral--100);
  }

  .container-x-small-2 {
    margin-left: auto;
  }

  .scrollbar-css {
    display: block;
  }

  .dropdown-link-4 {
    background-color: var(--neutral--100);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border-radius: 20px 10px 10px 20px;
    transition: border .3s, color .3s, background-color .3s;
  }

  .dropdown-link-4:hover {
    background-color: var(--primary--dark);
  }

  .dropdown-link-4.w--current {
    background-color: var(--neutral--100);
    line-height: 24px;
  }

  .dropdown-link-4.w--current:hover {
    background-color: var(--primary--dark);
    color: #f000;
    font-weight: 200;
  }

  .navigation-dropdown-toggle-7 {
    z-index: 999;
    border: 1px solid var(--neutral--500);
    background-color: #011523;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 200;
    display: flex;
  }

  .overline-small-6 {
    text-transform: none;
    font-size: 12px;
    font-weight: 200;
  }

  .subheading-small-5 {
    line-height: 18px;
  }

  .text-block-11 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .div-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .image-11 {
    opacity: .47;
    text-align: center;
    mix-blend-mode: luminosity;
    margin-top: 60px;
  }

  .section-large-5 {
    padding: 0 0%;
  }

  .kontaktformular-2 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: var(--main--black);
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .form-grid-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
  }

  .paragraph-small-14.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .form-field-label {
    font-weight: 200;
  }

  .form-field-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column-small-2 {
    margin-top: -10px;
    font-weight: 200;
    display: block;
  }

  .account-form-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .form-text-field-3 {
    background-color: var(--main--shadow-s);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .contact-block-3 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .h6-heading-3 {
    font-weight: 400;
  }

  .button-dark-large {
    background-color: #011523;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .button-dark-large:hover {
    background-color: var(--primary--dark);
  }

  .image-12 {
    width: 140px;
  }

  .bold-text-4, .bold-text-5 {
    font-weight: 200;
  }

  .image-14 {
    background-color: #0000;
  }

  .image-17 {
    margin-top: 60px;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    font-weight: 200;
  }

  .text-block-16 {
    line-height: 18px;
  }

  .text-block-17 {
    color: #000;
  }

  .text-block-20 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-20.shooting-star-effect {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-21 {
    color: var(--main--overline);
    font-weight: 200;
  }

  .text-block-21.shooting-star-effect {
    color: var(--standard-bacckground);
  }

  .text-block-22 {
    color: var(--main--overline);
    font-weight: 200;
  }

  .text-block-22.shooting-star-effect {
    color: var(--standard-bacckground);
  }

  .text-block-23 {
    color: var(--main--overline);
    font-weight: 200;
  }

  .text-block-23.shooting-star-effect {
    color: var(--standard-bacckground);
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .text-block-24 {
    color: var(--main--overline);
    font-weight: 200;
  }

  .text-block-24.shooting-star-effect {
    color: var(--standard-bacckground);
  }

  .contact-card-large {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .form-grid-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-small-15.text-color-gray-600 {
    margin-top: -20px;
    font-size: 12px;
    font-weight: 200;
  }

  .form-field-label-2 {
    font-weight: 200;
  }

  .column-small-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-text-field-4 {
    font-weight: 200;
  }

  .paragraph-regular-7 {
    font-size: 14px;
    font-weight: 200;
  }

  .gradient-background-wrapper-2 {
    display: block;
  }

  .button-dark-large-2 {
    background-color: var(--standard-bacckground);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 200;
  }

  .button-dark-large-2:hover {
    background-color: var(--primary--dark);
  }

  .image-19 {
    display: block;
  }

  .course-badges {
    background-color: #fff0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 10px 0 0;
  }

  .course-header {
    opacity: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: var(--standard-bacckground);
    mix-blend-mode: normal;
    background-color: #ffffff8f;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: -30px;
  }

  .course-tags {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .avatar-small {
    filter: contrast(200%);
    mix-blend-mode: luminosity;
    border-radius: 0%;
    width: 120px;
    height: auto;
    margin-top: -60px;
    margin-left: 10px;
    transform: scale(1.2)translate(-3px, -11px);
  }

  .course-information {
    width: 700px;
  }

  .course-tag {
    background-color: var(--main--white);
    border-radius: 10px;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .course-border-wrapper {
    background-color: #fff;
  }

  .course-main-grid {
    grid-template-columns: 1fr;
  }

  .subheading-regular-2 {
    color: var(--standard-bacckground);
    font-size: 18px;
    font-weight: 200;
  }

  .section-small-2.background-gray-50 {
    background-color: #f6f5f300;
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 0 4%;
  }

  .text-weight-semibold {
    font-size: 14px;
    font-weight: 200;
  }

  .button-primary-large {
    font-weight: 200;
  }

  .course-tab-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 1px solid var(--neutral--300);
    background-color: var(--main--white);
    color: var(--standard-bacckground);
    text-align: left;
    text-transform: none;
    mix-blend-mode: normal;
    border-radius: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    text-decoration: none;
    display: flex;
  }

  .course-tab-link:hover {
    background-color: var(--primary--dark);
    color: #fff;
  }

  .course-space-between {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    flex-flow: row;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    inset: auto 0% 15%;
  }

  .paragraph-regular-8 {
    font-size: 18px;
    font-weight: 200;
  }

  .paragraph-17, .paragraph-18 {
    font-size: 20px;
    font-weight: 200;
  }

  .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
    font-weight: 200;
  }

  .tab-link-tab {
    padding-left: 24px;
  }

  .tab-link-tab.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 24px;
  }

  .text-block-25, .text-block-26, .text-block-27, .text-block-28 {
    font-weight: 300;
  }

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

  .h6-heading-7, .h3-heading-4 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .caption-2 {
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
  }

  .sub-heading-regular-2.text-weight-medium {
    font-weight: 300;
    line-height: 20px;
  }

  .grid-two-column-5 {
    display: block;
  }

  .text-block-29, .text-block-30, .text-block-31 {
    font-weight: 200;
  }

  .text-color-green {
    color: #b6b6b6;
  }

  .icon-large-3 {
    color: var(--main--white);
    background-color: #fff;
    border-radius: 10px;
  }

  .row-large {
    mix-blend-mode: normal;
  }

  .paragraph-small-18 {
    color: var(--main--white);
    font-size: 18px;
    font-weight: 100;
  }

  .paragraph-small-18.text-weight-medium {
    font-size: 15px;
    font-weight: 200;
  }

  .header-client-row {
    mix-blend-mode: normal;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h4-heading-4 {
    color: #b6b6b6;
    width: 500px;
    font-size: 40px;
  }

  .header-client-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    align-items: flex-end;
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
    position: static;
    inset: auto 0% 2%;
  }

  .header-client-review {
    max-width: 195px;
  }

  .icon-16 {
    color: var(--main--black);
    background-color: #fff0;
    width: 20px;
    height: 20px;
    margin-top: 0;
  }

  .icon-16:hover {
    color: #0cad00;
  }

  .h5-heading-5 {
    color: var(--standard-bacckground);
    padding-bottom: 0;
    font-size: 28px;
    line-height: .9;
  }

  .column-regular-4 {
    margin-top: 0;
  }

  .paragraph-small-19 {
    font-size: 16px;
    font-weight: 300;
  }

  .course-main-grid-2 {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .course-tab-menu-2 {
    border-top-style: solid;
    border-top-color: var(--main--white);
    border-right-style: solid;
    border-right-color: var(--main--white);
    border-bottom-style: solid;
    border-bottom-color: var(--main--white);
    border-left-style: solid;
    border-left-color: var(--main--white);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    mix-blend-mode: normal;
    background-color: #ffffff8f;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .button-primary-large-2 {
    border: 1px solid var(--neutral--300);
    background-color: var(--main--white);
    color: var(--standard-bacckground);
    border-radius: 10px;
    flex-flow: column;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 200;
    display: flex;
  }

  .h6-heading-8 {
    font-weight: 600;
  }

  .paragraph-regular-11 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    display: none;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .shooting-star-effect {
    font-weight: 200;
  }

  .section-large-7 {
    padding: 0 0%;
  }

  .contact-card-large-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #dadada;
    border-radius: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-grid-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
  }

  .form-text-field-5 {
    margin-left: 10px;
    margin-right: 0;
    font-weight: 200;
  }

  .contact-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #dfdfdf;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .h6-heading-9 {
    margin-top: -50px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .button-dark-large-3 {
    background-color: var(--standard-bacckground);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 200;
  }

  .code-embed-4 {
    mix-blend-mode: luminosity;
  }

  .background-video-2 {
    aspect-ratio: auto;
    position: static;
  }

  .image-20 {
    margin-top: 60px;
  }

  .image-21, .image-22, .image-23 {
    mix-blend-mode: luminosity;
  }

  .image-24 {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 50px;
    display: inline-flex;
    transform: translate(34px)scale(1.6);
  }

  .code-embed-5 {
    margin-top: 5px;
  }

  .code-embed-6 {
    margin-top: -5px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 200;
  }

  .heading-4 {
    font-size: 50px;
  }

  .heading-5 {
    width: 600px;
    font-size: 50px;
  }

  .container-small-4 {
    z-index: 3;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-self: center;
    align-items: center;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .h6-heading-10 {
    font-size: 22px;
    font-weight: 200;
  }

  .section-regular-10 {
    z-index: 3;
    border: 1px none var(--neutral--300);
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #fff0;
    border-radius: 24px;
    margin-top: 40px;
    padding: 20px 0% 0;
    position: static;
  }

  .content-project-details-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--standard-bacckground);
    background-color: var(--main--white);
    box-shadow: 2px 2px 0 0 var(--standard-bacckground);
    filter: none;
    color: var(--standard-bacckground);
    mix-blend-mode: normal;
    background-image: none;
    border-radius: 10px;
    flex-flow: row;
    align-items: flex-end;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .content-project-details-2:hover {
    background-color: var(--neutral--100);
    box-shadow: none;
    filter: none;
    border-style: solid;
    border-color: #009919;
    border-radius: 10px;
  }

  .caption-small-3 {
    font-size: 14px;
    font-weight: 100;
  }

  .caption-small-3.caption-small-3-2 {
    color: var(--standard-bacckground);
    font-size: 16px;
  }

  .marktdaten-satz {
    color: var(--standard-bacckground);
    margin-top: 0;
    font-size: 14px;
    font-weight: 200;
  }

  .section-large-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px dashed var(--neutral--300);
    background-color: var(--neutral--100);
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
    display: block;
    position: relative;
  }

  .contact-card-large-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: var(--main--transparent);
    padding: 0 10px;
  }

  .paragraph-small-21.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .column-small-8 {
    flex-flow: row;
    display: flex;
  }

  .form-text-field-6 {
    font-weight: 200;
  }

  .h6-heading-11 {
    font-size: 20px;
    font-weight: 400;
  }

  .gradient-background-wrapper-3 {
    background-color: #b89a9a00;
  }

  .button-dark-large-4 {
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 200;
  }

  .icon-19 {
    font-size: 16px;
  }

  .paragraph-19 {
    font-size: 12px;
    font-weight: 200;
  }

  .text-span-4 {
    color: #f5f5f5;
    font-size: 70px;
    font-weight: 700;
  }

  .section-regular-11 {
    border-radius: 24px;
    margin-top: 100px;
  }

  .button-primary-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .column-small-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch start;
    display: flex;
  }

  .team-instructor-header-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .team-instructor-statistics {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
  }

  .testimonial-tabs-menu-large {
    clear: none;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .wrap-v-gigantic-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h4-heading-5 {
    color: var(--standard-bacckground);
    font-family: Inter, sans-serif;
    font-weight: 200;
  }

  .button-primary-9 {
    background-color: var(--neutral--100);
    box-shadow: none;
    color: var(--standard-bacckground);
    font-size: 18px;
    font-weight: 200;
  }

  .button-primary-9:hover {
    background-color: var(--primary--dark);
    color: var(--neutral--100);
  }

  .testimonial-tabs-large {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .carousal-for-home {
    margin-top: 140px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .carousal-for-home.base-header {
    padding-left: 0%;
  }

  .carousal-for-home.course-content-header {
    background-color: #011523;
    border: 1px #000;
  }

  .wrap-v-regular-2 {
    border: 1px solid var(--neutral--400);
    background-color: var(--main--white);
    border-radius: 24px;
    padding: 10px;
  }

  .hero2_image {
    border-color: var(--main--white);
    filter: none;
  }

  .social_proof {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    background-color: #01152300;
    border-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .hero2_logo-row {
    margin-top: 60px;
  }

  .social_items {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: baseline;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .hero2_image-wrapper {
    border-color: var(--neutral--100);
  }

  .portfolio-header_image {
    border: 2px solid var(--standard-bacckground);
    filter: grayscale();
    outline-width: 1px;
    width: 90px;
    font-size: 14px;
  }

  .hero2_images-layout {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .text-size-medium {
    color: var(--main--white);
  }

  .hero2_overlay2 {
    background-image: linear-gradient(0deg, var(--standard-bacckground), white);
    opacity: 1;
    filter: brightness(200%);
    mix-blend-mode: multiply;
    border-radius: 20px;
    height: 50rem;
  }

  .heading-style-h1 {
    margin-bottom: 60px;
    font-family: Inter, sans-serif;
    font-size: 90px;
  }

  .testimonial-card-small {
    padding: 0;
  }

  .testimonial-grid {
    padding-bottom: 2000px;
  }

  .features2_card-image, .features2_card-content {
    background-color: var(--standard-bacckground);
  }

  .heading-6 {
    color: var(--main--white);
    display: block;
  }

  .background-video-3 {
    aspect-ratio: auto;
    mix-blend-mode: normal;
    display: block;
    position: static;
    overflow: hidden;
  }

  .pricing-icon {
    width: 20px;
    height: 20px;
  }

  .paragraph-small-24.text-weight-medium {
    font-size: 22px;
  }

  .pricing-features-small {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    background-color: var(--standard-bacckground);
    justify-content: center;
    padding: 10px;
  }

  .code-embed-7 {
    margin-top: 100px;
  }

  .icon-21 {
    color: #000;
  }

  .container-regular-8 {
    padding-bottom: 1000px;
  }

  .bold-text-13 {
    font-weight: 200;
  }

  .section-small-3 {
    mix-blend-mode: luminosity;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/6733992103bad512968cbf19_Core_374.webp");
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 24px;
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative;
  }

  .content-statistics {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content-statistics-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-regular-19 {
    border: 1px solid var(--main--shadow);
    background-color: var(--main--white);
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
  }

  .content-card {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-color: var(--main--white);
    outline-offset: 5px;
    background-color: #f9fafbe0;
    outline-width: 1px;
    outline-style: solid;
    margin-top: 400px;
    padding-left: 60px;
    padding-right: 60px;
    box-shadow: 0 20px 60px #000000c7;
  }

  .text-color-gray-801 {
    color: #000;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .h3-heading-8 {
    color: #d1d5db;
    font-family: Inter, sans-serif;
    font-size: 42px;
  }

  .paragraph-large-13 {
    color: var(--standard-bacckground);
    margin-top: 10px;
    font-size: 18px;
    font-weight: 200;
  }

  .text-span-5 {
    color: #d1d5db;
  }

  .section-4 {
    box-sizing: border-box;
    float: right;
    clear: none;
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    aspect-ratio: auto;
    align-items: baseline;
    display: flex;
  }

  .image-25 {
    margin-top: 0;
    display: inline-block;
  }

  .image-26 {
    margin-top: 0;
    padding-top: 0;
  }

  .background-video-4 {
    aspect-ratio: auto;
    opacity: 1;
    filter: contrast(110%);
    color: var(--neutral--600);
    mix-blend-mode: normal;
    width: 100vw;
    height: 100vh;
    position: static;
  }

  .image-27 {
    filter: none;
    mix-blend-mode: normal;
  }

  .image-28 {
    margin-top: 10px;
  }

  .image-29 {
    mix-blend-mode: normal;
  }

  .image-30 {
    opacity: .16;
  }

  .section-regular-13.background-gray {
    background-color: #f5f5f5;
    display: none;
  }

  .button-3.is-secondary {
    background-color: var(--main--white);
    color: var(--main--black);
    background-color: var(--main--white);
  }

  .text-block-34, .text-block-35, .text-block-36 {
    font-size: 18px;
    font-weight: 200;
  }

  .paragraph-20 {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #ffffff8f;
    padding-top: 0;
    padding-left: 10px;
    font-weight: 200;
  }

  .h2-heading-10 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .section-regular-14.background-gray-50 {
    background-color: var(--main--white);
    background-color: var(--main--white);
    border-radius: 24px;
    margin-top: 0;
  }

  .faq-grid-left {
    grid-template-columns: 1.5fr .75fr;
  }

  .container-regular-11 {
    padding-top: 60px;
  }

  .faq-tabs-menu-3 {
    border-radius: 10px;
  }

  .bold-text-14 {
    color: var(--standard-bacckground);
  }

  .paragraph-21 {
    font-size: 18px;
    font-weight: 200;
  }

  .paragraph-22 {
    font-weight: 200;
  }

  .h2-heading-12 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .caption-small-9.text-color-gray-600 {
    font-weight: 200;
  }

  .section-regular-16.background-gray-50 {
    background-color: var(--neutral--100);
    background-color: var(--neutral--100);
    border-radius: 24px;
  }

  .paragraph-small-28.text-color-gray-800 {
    color: var(--standard-bacckground);
    font-size: 18px;
    line-height: 24px;
  }

  .faq-tabs-menu-5 {
    float: none;
    clear: none;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    outline-color: var(--neutral--300);
    background-color: #f0edea00;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    max-width: 500px;
    display: grid;
    position: relative;
  }

  .caption-small-10.text-weight-medium {
    font-weight: 400;
  }

  .text-block-97 {
    color: var(--standard-bacckground);
  }

  .text-block-98 {
    color: var(--standard-bacckground);
    text-align: left;
    font-weight: 200;
  }

  .text-block-99, .text-block-100 {
    color: var(--standard-bacckground);
  }

  .text-block-101 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .text-block-102 {
    color: var(--standard-bacckground);
    text-align: left;
    font-weight: 200;
  }

  .text-block-103 {
    color: var(--standard-bacckground);
    text-align: left;
    border-radius: 10px;
    font-weight: 200;
  }

  .text-block-104, .text-block-105, .text-block-106, .text-block-107 {
    color: var(--standard-bacckground);
    font-size: 20px;
    font-weight: 200;
  }

  .hide {
    color: var(--standard-bacckground);
  }

  .label-regular-2 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2;
  }

  .label-regular-2.label-regular-2-22 {
    font-size: 16px;
  }

  .background-video-5 {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    border-radius: 20px;
    position: static;
  }

  .learn-more-button {
    background-color: var(--main--white);
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 200;
  }

  .column-large-9.column-align-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-large-19 {
    background-color: #0000;
  }

  .paragraph-large-14 {
    font-weight: 200;
  }

  .paragraph-large-14.text-weight-medium {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .header-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #f5f5f5;
    border-style: none;
    border-radius: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 320px;
    padding: 0;
    display: block;
  }

  .icon-gigantic {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
  }

  .header-image-2 {
    filter: grayscale();
    mix-blend-mode: normal;
  }

  .h1-heading-8 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .heading-grid-5 {
    margin-top: 60px;
  }

  .section-small-4.background-gray-100 {
    z-index: 0;
    z-index: 0;
    background-color: #e9eced00;
    border-radius: 24px;
    margin-top: 0;
    position: relative;
  }

  .process-card {
    background-color: var(--main--white);
    background-image: none;
  }

  .title-grid {
    margin-top: 140px;
  }

  .section-small-5 {
    padding-top: 0;
  }

  .section-small-5.background-gray-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .h2-heading-15 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 36px;
    font-weight: 200;
  }

  .button-group-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-color-gray-951 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 200;
  }

  .container-regular-18 {
    background-color: var(--main--transparent);
    background-image: none;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 4%;
    position: static;
  }

  .paragraph-large-16.text-color-gray-951 {
    font-size: 18px;
    line-height: 24px;
  }

  .button-outline-9 {
    background-color: var(--main--white);
    border-radius: 15px;
    margin-top: 10px;
    font-weight: 200;
  }

  .button-primary-large-6 {
    border-radius: 10px;
    font-weight: 200;
  }

  .h6-heading-18 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 300;
  }

  .paragraph-regular-23 {
    color: var(--standard-bacckground);
    font-size: 18px;
    font-weight: 200;
  }

  .paragraph-23 {
    font-size: 20px;
    font-weight: 200;
  }

  .text-block-108 {
    color: var(--standard-bacckground);
    font-size: 16px;
  }

  .text-block-109 {
    font-weight: 200;
  }

  .text-block-110 {
    font-weight: 300;
  }

  .text-block-111 {
    font-weight: 200;
  }

  .text-span-6 {
    color: var(--primary--dark);
    font-weight: 700;
  }

  .badge-7 {
    border-radius: 10px;
  }

  .timeline-dash-dot {
    border-color: var(--standard-bacckground);
    background-color: var(--standard-bacckground);
  }

  .column-large-10.column-align-left {
    margin-bottom: 20px;
  }

  .image-cover-5 {
    border-radius: 20px;
    max-width: none;
    margin-top: 0;
    padding: 0;
  }

  .section-tiny {
    mix-blend-mode: normal;
    padding-left: 4%;
    padding-right: 4%;
    position: static;
  }

  .title-wrapper-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .paragraph-regular-24 {
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    font-size: 18px;
    font-weight: 200;
  }

  .timeline-block {
    background-color: var(--neutral--100);
    opacity: 1;
  }

  .text-color-neutral-400 {
    color: #000;
  }

  .grid-two-column-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". Area"
    / 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-heading-9 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .button-primary-14 {
    font-size: 18px;
    font-weight: 200;
  }

  .text-block-112 {
    font-weight: 200;
  }

  .text-span-7 {
    color: var(--primary--dark);
  }

  .image-31 {
    aspect-ratio: auto;
    opacity: 1;
    filter: grayscale();
    mix-blend-mode: normal;
    border-radius: 24px;
    width: auto;
    height: auto;
    display: block;
  }

  .h3-heading-10 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 36px;
  }

  .content-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--neutral--100);
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .content-card-grid {
    background-color: var(--neutral--100);
  }

  .paragraph-large-17 {
    font-size: 18px;
    font-weight: 200;
  }

  .heading-7 {
    box-sizing: border-box;
    clear: none;
    text-align: left;
    display: block;
    position: static;
  }

  .text-block-113 {
    font-weight: 300;
  }

  .content-paragraph {
    font-size: 20px;
    font-weight: 200;
  }

  .content-text-grey {
    font-size: 16px;
    font-weight: 200;
  }

  .content-text, .text-block-114 {
    font-weight: 200;
  }

  .timeline-bar {
    background-color: var(--neutral--400);
  }

  .timeline-grid {
    margin-top: 0;
  }

  .tabs-content-4 {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack {
    margin-top: 60px;
  }

  .section-regular-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff0;
    border-radius: 20px;
    margin-top: 0;
    padding: 10px 2%;
    display: flex;
  }

  .paragraph-x-large-2 {
    color: var(--standard-bacckground);
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
  }

  .badge-large.green {
    background-color: var(--main--white);
    background-color: var(--main--white);
    border-radius: 10px;
  }

  .paragraph-regular-27 {
    font-weight: 200;
  }

  .text-block-116 {
    color: var(--standard-bacckground);
    font-size: 20px;
    font-weight: 200;
  }

  .cell {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
  }

  .heading-8 {
    color: var(--main--white);
    font-size: 55px;
  }

  .paragraph-24 {
    color: var(--main--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
  }

  .section-tiny-3 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .paragraph-small-33.text-gray-500 {
    font-weight: 200;
  }

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

  .paragraph-regular-28 {
    font-size: 20px;
    font-weight: 200;
  }

  .timeline-block-3 {
    background-color: var(--neutral--100);
    background-image: none;
  }

  .h3-heading-11 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 30px;
    font-weight: 300;
  }

  .text-block-117 {
    font-weight: 200;
  }

  .image-32 {
    border-radius: 20px;
  }

  .paragraph-25 {
    aspect-ratio: auto;
    text-align: right;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 200;
    display: block;
    position: static;
    top: 220px;
    bottom: 0;
  }

  .section-regular-21.background-gray-50 {
    background-color: #f6f5f300;
  }

  .h6-heading-20.text-weight-medium {
    background-color: var(--main--transparent);
    background-color: var(--main--transparent);
    padding: 20px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 200;
  }

  .image-33 {
    width: 140px;
    transform: skew(29deg, 1deg)translate(480px, -140px);
  }

  .section-regular-22.background-gray-50 {
    background-color: #f6f5f300;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-color-neutral-500 {
    font-weight: 200;
  }

  .pricing-back-card, .pricing-back-card.right, .pricing-back-card.right {
    background-color: var(--standard-bacckground);
    box-shadow: none;
  }

  .pricing-cost-yearly {
    flex-flow: column;
  }

  .section-large-14.background-gray {
    background-color: #f5f5f500;
    border-radius: 24px;
    padding: 0 0%;
  }

  .pricing-card-icon {
    background-color: #3c1a1a00;
  }

  .text-block-118 {
    font-weight: 200;
  }

  .text-block-119 {
    text-transform: none;
    font-size: 16px;
    font-weight: 200;
  }

  .italic-text-5, .italic-text-6, .italic-text-7 {
    font-weight: 100;
  }

  .text-block-120, .text-block-121 {
    text-transform: none;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-122 {
    direction: ltr;
    column-count: auto;
    white-space: normal;
    overflow-wrap: anywhere;
    text-decoration: overline;
  }

  .course-header-2 {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 0;
    position: static;
  }

  .column-regular-8 {
    border-radius: 30px;
  }

  .caption-regular-8.text-color-gray-600 {
    color: #fff;
    width: 240px;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
  }

  .course-main-grid-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    display: grid;
  }

  .subheading-regular-5 {
    color: var(--main--white);
  }

  .course-space-between-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-regular-31 {
    margin-bottom: 60px;
    font-weight: 200;
    line-height: 22px;
  }

  .image-36 {
    margin-top: -10px;
    margin-left: -20px;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: block;
    position: static;
  }

  .column-regular-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-secondary-2 {
    background-color: #f5f5f5;
    border-radius: 10px;
  }

  .career-badge.red {
    background-color: #009919;
    border-radius: 10px;
  }

  .career-card {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    border: .5px dashed var(--main--black);
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .h5-heading-11 {
    font-size: 58px;
    font-weight: 900;
  }

  .paragraph-small-38.text-color-gray-500 {
    font-weight: 200;
  }

  .text-block-123 {
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
  }

  .text-block-124 {
    font-weight: 200;
  }

  .mandaten-satz {
    margin-top: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
  }

  .code-embed-11 {
    margin-top: -35px;
  }

  .bold-text-15 {
    font-size: 90px;
  }

  .code-embed-12 {
    margin-left: auto;
  }

  .background-video-6 {
    border-radius: 24px;
    display: flex;
    position: static;
  }

  .header-overlay-2 {
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    mix-blend-mode: normal;
    background-image: none;
    outline-color: #011523;
  }

  .header-client-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 420px;
    display: flex;
  }

  .header-client-review-2 {
    background-color: var(--neutral--100);
    opacity: .51;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    max-width: 400px;
  }

  .h1-heading-9 {
    color: var(--standard-bacckground);
    width: auto;
    font-size: 36px;
    font-weight: 400;
    display: block;
  }

  .header-carousel-small {
    mix-blend-mode: normal;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .column-small-15.column-center {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    margin-top: 0;
    margin-bottom: 60px;
    display: flex;
  }

  .section-regular-24 {
    background-color: #f7f6f200;
    padding: 0 0%;
  }

  .carousel-overlay-2.right {
    background-image: linear-gradient(90deg, #fff0 26%, #f7f6f2);
  }

  .image-37 {
    border-radius: 0;
  }

  .section-regular-25 {
    text-align: left;
    padding-right: 15%;
  }

  .team-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ffffff8c;
    grid-template-columns: 1fr 1.25fr 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
  }

  .text-block-125, .text-block-126, .text-block-127 {
    color: var(--standard-bacckground);
    font-weight: 300;
  }

  .text-block-128, .text-block-129, .text-block-130 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .div-block-11 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    transform: translate(115px, 310px);
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 140px;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 42px;
    font-weight: 400;
  }

  .header-card-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--neutral--100);
    border-style: none;
    border-radius: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
    left: 100px;
  }

  .code-embed-14 {
    padding-bottom: 100px;
  }

  .image-38 {
    margin-top: 0;
    margin-left: 265px;
    position: static;
  }

  .block-quote {
    background-color: #fafafa00;
    border-style: none;
    font-size: 42px;
    font-weight: 200;
    line-height: 40px;
  }

  .bold-text-16 {
    font-size: 95px;
  }

  .code-embed-15 {
    font-size: 18px;
    font-weight: 200;
  }

  .code-embed-16, .code-embed-17, .code-embed-18, .code-embed-19, .code-embed-20, .code-embed-21 {
    font-weight: 200;
  }

  .grid-two-column-9---2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". Area"
    / .25fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .code-embed-22 {
    font-family: Inter, sans-serif;
    font-weight: 200;
  }

  .code-embed-23 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .code-embed-24, .code-embed-25, .code-embed-26 {
    font-weight: 200;
  }

  .header-overlay-3 {
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    mix-blend-mode: normal;
    background-image: none;
    outline-color: #011523;
    display: inline-block;
  }

  .heading-10 {
    background-color: var(--opacity--40);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 20px;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
  }

  .header-background-2 {
    filter: none;
    outline-offset: 0px;
    color: var(--standard-bacckground);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-clip: border-box;
    outline: 3px #011523;
  }

  .course-tag-copy {
    background-color: var(--main--white);
    border-radius: 10px;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .course-tag-3 {
    background-color: var(--main--white);
    background-image: none;
    border-radius: 10px;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .mandaten-satz-1 {
    color: var(--standard-bacckground);
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 18px;
  }

  .course-link {
    background-color: var(--standard-bacckground);
    border-radius: 10px;
  }

  .cta-course-count {
    border-radius: 10px;
  }

  .section-cta {
    background-color: #f6f5f300;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-carousel-wrapper {
    background-color: #0000;
    margin-top: 10px;
  }

  .cta-carousel {
    background-color: #fff;
  }

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

  .text-block-131, .text-block-132, .text-block-133, .text-block-134, .text-block-135, .text-block-136 {
    color: var(--main--white);
    font-weight: 200;
  }

  .h4-heading-10 {
    color: var(--main--white);
    text-align: center;
    flex-flow: row;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 44px;
    font-weight: 700;
    display: block;
  }

  .pricing-card-3 {
    border: 1px solid var(--main--white);
    background-color: var(--standard-bacckground);
    mix-blend-mode: normal;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
  }

  .sub-heading-small-3 {
    color: var(--main--white);
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 1;
  }

  .text-block-137 {
    color: var(--standard-bacckground);
    font-size: 14px;
    font-weight: 200;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    width: 500px;
    display: block;
  }

  .caption-small-11 {
    color: #fff;
  }

  .caption-small-11.text-color-gray-500 {
    color: var(--standard-bacckground);
    font-size: 12px;
    line-height: 16px;
  }

  .navigation-dropdown-toggle-8 {
    z-index: 9999;
    background-color: #011523;
    border: 1px solid #4d545c;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 200;
    display: flex;
  }

  .text-color-neutral-501 {
    color: #000;
  }

  .navigation-container-6 {
    border: .5px none var(--main--white);
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    mix-blend-mode: normal;
    background-color: #01152300;
    border-radius: 10px;
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 0;
    position: static;
  }

  .div-block-13 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: start center;
    margin-top: 220px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .h5-heading-13 {
    color: var(--standard-bacckground);
    text-align: left;
    letter-spacing: -.35px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #011523;
    text-indent: 0;
    column-count: 1;
    overflow-wrap: normal;
    flex-flow: row;
    padding: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: block;
  }

  .bold-text-17 {
    text-align: left;
    font-size: 55px;
    font-weight: 400;
    line-height: 40px;
    display: inline;
  }

  .button-primary-large-11 {
    color: #011523;
    background-color: #fff;
    border: 1px solid #c7cdd4;
    border-radius: 10px;
    flex-flow: column;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 200;
    display: flex;
  }

  .icon-26 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-26:hover {
    color: #0cad00;
  }

  .course-tab-link-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #011523;
    text-align: left;
    text-transform: none;
    mix-blend-mode: normal;
    background-color: #fff;
    border: 1px solid #c7cdd4;
    border-radius: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    text-decoration: none;
    display: flex;
  }

  .course-tab-link-3:hover {
    color: #fff;
    background-color: #f74b45;
  }

  .dropdown-link-5 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #f5f7fa;
    background-clip: border-box;
    border-radius: 20px 10px 10px 20px;
    transition: border .3s, color .3s, background-color .3s;
  }

  .dropdown-link-5:hover {
    background-color: #f74b45;
  }

  .dropdown-link-5.w--current {
    background-color: #f5f7fa;
    line-height: 24px;
  }

  .dropdown-link-5.w--current:hover {
    color: #f000;
    background-color: #f74b45;
    font-weight: 200;
  }

  .background-video-7 {
    float: none;
    aspect-ratio: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    display: none;
    position: static;
    overflow: visible;
  }

  .text-block-138 {
    color: #000;
  }

  .button-dark-large-5 {
    background-color: #011523;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .button-dark-large-5:hover {
    background-color: #f74b45;
  }

  .course-tab-menu-4 {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    mix-blend-mode: normal;
    background-color: #ffffff8f;
    border-style: solid;
    border-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .image-42 {
    width: 140px;
  }

  .paragraph-small-41 {
    font-size: 16px;
    font-weight: 300;
  }

  .course-border-wrapper-3 {
    background-color: #fff;
  }

  .navigation-links-list-2 {
    color: #fff;
    background-color: #fff0;
    border-radius: 10px;
  }

  .text-block-139, .text-block-140 {
    font-size: 18px;
    font-weight: 200;
  }

  .text-block-141 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-141.shooting-star-effect {
    color: #011523;
  }

  .wrap-v-small-4.align-v-left {
    border-style: none solid none none;
    border-width: 3px 5px 3px 3px;
    border-color: var(--main--white);
    background-color: var(--standard-bacckground);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: -8px;
    mix-blend-mode: normal;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    outline-width: 1px;
    outline-style: none;
    height: 100vh;
    margin-top: -3px;
    margin-bottom: 0;
    padding: 160px 60px 60px;
  }

  .wrap-v-small-4.align-v-left.glowing-trail-effect {
    box-shadow: none;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    outline-offset: 10px;
    mix-blend-mode: normal;
    box-shadow: none;
    outline-offset: 10px;
    mix-blend-mode: normal;
    background-color: #01152300;
    outline-color: #d5d9e2;
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
  }

  .paragraph-small-42 {
    color: #cac9c9;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
  }

  .course-tags-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
  }

  .image-43 {
    mix-blend-mode: normal;
  }

  .text-block-142 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    align-self: flex-end;
    margin-top: 10px;
    padding-right: 0;
    display: grid;
  }

  .text-block-143 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-143.shooting-star-effect {
    color: #011523;
  }

  .header-background-3 {
    filter: contrast(200%);
    color: #011523;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67ac94797bd11753a3e12b04_immbilienbewertung%202.webp");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    width: 100vw;
    height: 100vh;
  }

  .header-2 {
    outline-color: var(--main--white);
    outline-offset: -8px;
    color: #001829;
    mix-blend-mode: normal;
    background-color: #01152300;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: column;
    height: 100vh;
    min-height: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    position: relative;
  }

  .form-text-field-7 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-144 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-144.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .form-field-label-4 {
    font-weight: 200;
  }

  .text-block-145 {
    font-size: 18px;
    font-weight: 200;
  }

  .h6-heading-22 {
    font-weight: 400;
  }

  .image-44 {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    mix-blend-mode: normal;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 50px;
    display: inline-flex;
    transform: translate(56px)scale(1.6);
  }

  .kontaktformular-2-2 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .overline-small-8 {
    text-transform: none;
    font-size: 12px;
    font-weight: 200;
  }

  .column-regular-11 {
    background-color: #fff0;
    border-radius: 10px;
    margin-top: 0;
    padding: 0;
  }

  .h6-heading-23 {
    font-weight: 600;
  }

  .header-overlay-4 {
    opacity: 1;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-offset: 3px;
    mix-blend-mode: multiply;
    background-image: linear-gradient(90deg, #011523, #01152300 77%, #01152326);
    outline: 1px #011523;
  }

  .marktdaten-satz-2 {
    color: #011523;
    margin-top: 0;
    font-size: 14px;
    font-weight: 200;
  }

  .caption-regular-9.text-color-gray-600 {
    text-align: right;
    text-align: right;
    padding-top: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-147 {
    font-size: 12px;
  }

  .image-45 {
    mix-blend-mode: normal;
  }

  .course-author-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .code-embed-27 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 200;
  }

  .image-46 {
    opacity: .16;
  }

  .text-weight-semibold-3 {
    color: var(--main--black);
    font-size: 12px;
    font-weight: 200;
  }

  .text-block-149 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-149.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .icon-x-small-14 {
    color: #1f2429;
  }

  .navigation-dropdown-wrapper-2 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

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

  .course-header-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-color: var(--main--white);
    outline-offset: 5px;
    color: #011523;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #fffc;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: solid;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 475px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .header-client-review-3 {
    filter: none;
    mix-blend-mode: normal;
    background-color: #01152300;
    border-style: solid;
    border-width: .5px;
    border-bottom-left-radius: 24px;
    max-width: 180px;
  }

  .logo-2 {
    color: #011523;
    font-size: 16px;
  }

  .paragraph-26 {
    font-size: 18px;
    font-weight: 200;
  }

  .dropdown-arrow-2 {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
  }

  .course-tag-4 {
    background-color: var(--main--white);
    border-radius: 10px;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .image-48 {
    margin-top: 10px;
  }

  .subheading-regular-7 {
    color: var(--standard-bacckground);
    text-align: right;
    border-bottom: .5px solid #000;
    font-size: 14px;
    font-weight: 200;
  }

  .image-49 {
    mix-blend-mode: normal;
  }

  .linear-title-2 {
    border-style: none;
    border-color: var(--main--white);
    background-color: var(--main--white);
    opacity: 1;
    outline-offset: 5px;
    direction: ltr;
    color: var(--main--white);
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--standard-bacckground);
    text-transform: none;
    mix-blend-mode: normal;
    background-image: none;
    border-radius: 4px;
    outline: 1px #fff;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 100px;
    font-style: italic;
    font-weight: 700;
    line-height: 80px;
  }

  .image-50 {
    mix-blend-mode: normal;
    max-width: 100%;
  }

  .overline-8.shooting-star-effect {
    font-family: Great Vibes, cursive;
    font-size: 28px;
    font-weight: 200;
  }

  .text-block-151 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-151.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-43.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .header-slider-grid {
    grid-template-columns: 1fr;
  }

  .subheading-regular-8.text-color-neutral-white {
    font-weight: 300;
  }

  .paragraph-small-47 {
    font-weight: 200;
  }

  .testimonial-profile-wrapper {
    background-color: #011523;
    padding: 10px;
  }

  .testimonial-card-large {
    background-color: #f5f5f5;
    width: 450px;
  }

  .text-block-152, .text-block-153, .text-block-154 {
    font-weight: 200;
  }

  .logistic-content-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logistic-block-2 {
    background-color: var(--neutral--500);
  }

  .logistic-card-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-15 {
    width: 600px;
    overflow: visible;
  }

  .button-primary-17, .button-secondary-4 {
    border-radius: 10px;
    font-weight: 200;
  }

  .table-wrapper-2 {
    border-style: none;
  }

  .table-category {
    border: 1px solid var(--neutral--300);
    border-radius: 24px;
    margin-top: 20px;
  }

  .text-block-155 {
    line-height: 18px;
  }

  .section-regular-29 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
  }

  .h1-heading-12 {
    text-align: left;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 60px;
    font-weight: 200;
    line-height: 70px;
  }

  .section-regular-30 {
    padding-bottom: 82px;
  }

  .container-large-25 {
    background-color: var(--main--white);
    border-radius: 24px;
    padding: 60px 20px;
  }

  .subheading-large-12.text-color-gray-600 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-27 {
    text-align: left;
  }

  .paragraph-28 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .text-span-8 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 35px;
  }

  .content-project-categories-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    font-size: 14px;
  }

  .caption-small-3-2 {
    color: var(--main--black);
    margin-top: 10px;
    font-size: 16px;
    font-weight: 200;
  }

  .icon-16-2 {
    color: #000;
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }

  .icon-16-2:hover {
    color: #0cad00;
  }

  .heading-11 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
  }

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

  .mandaten-satz-1-2 {
    margin-top: -30px;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
  }

  .paragraph-29 {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
  }

  .text-block-156, .text-block-157 {
    font-size: 18px;
    font-weight: 200;
  }

  .image-51, .image-52 {
    width: 200px;
  }

  .image-53 {
    mix-blend-mode: normal;
    width: 200px;
  }

  .cell-2, .cell-3 {
    display: none;
  }

  .paragraph-small-49 {
    font-weight: 200;
    line-height: 16px;
  }

  .header-statistics-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-color: var(--main--white);
    outline-offset: 5px;
    background-color: #ececec;
    border-radius: 24px 24px 60px;
    outline-width: 1px;
    outline-style: solid;
    grid-template-rows: auto;
    margin-top: 40px;
  }

  .paragraph-regular-40 {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.2;
  }

  .paragraph-regular-40.text-color-gray-700 {
    color: var(--standard-bacckground);
    font-size: 14px;
  }

  .header-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right: 2px solid var(--main--white);
    border-left: 5px none var(--main--white);
    background-color: var(--main--white);
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    mix-blend-mode: normal;
    margin-left: 0;
    margin-right: auto;
    padding: 140px 20px 60px;
  }

  .h1-heading-13 {
    color: var(--standard-bacckground);
    font-family: Inter, sans-serif;
    font-size: 80px;
    line-height: 1;
  }

  .header-marquee-overlay {
    background-image: none;
  }

  .section-regular-31 {
    background-color: var(--main--transparent);
    outline-color: var(--main--white);
    outline-offset: 5px;
    border-style: none;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    margin: 0 auto;
    padding: 0 2%;
    position: static;
    box-shadow: 80px 80px 1800px #0115234d;
  }

  .header-marquee-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    opacity: 1;
    mix-blend-mode: normal;
    flex-flow: row;
    justify-content: center;
    margin-top: 0;
  }

  .header-carousel-link-large {
    box-shadow: none;
    border-radius: 10px;
  }

  .h4-heading-14 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 28px;
  }

  .header-carousel-link-small {
    box-shadow: none;
    border-radius: 10px;
    transition-duration: .6s;
  }

  .icon-regular-33 {
    color: var(--main--black);
  }

  .grid-two-column-13 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border: 1px none var(--standard-bacckground);
    outline-color: var(--standard-bacckground);
    outline-offset: 0px;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d33f4b5f8cc5cc05671b2f_haus%20hamburg2.webp");
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .button-primary-19 {
    background-color: var(--main--black);
    font-size: 18px;
    font-weight: 200;
  }

  .button-primary-19.glowing-trail-effect {
    background-color: var(--standard-bacckground);
    background-color: var(--standard-bacckground);
  }

  .image-54 {
    border-radius: 10px;
  }

  .text-span-9 {
    color: var(--primary--dark);
  }

  .text-block-158 {
    color: var(--main--black);
    font-size: 18px;
    font-weight: 200;
  }

  .bold-text-20 {
    color: var(--standard-bacckground);
  }

  .process-card-1 {
    background-color: var(--standard-bacckground);
    background-image: none;
  }

  .h6-heading-18-2 {
    color: var(--main--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 300;
  }

  .paragraph-regular-23-2 {
    color: var(--neutral--100);
    font-size: 18px;
    font-weight: 200;
  }

  .caption-small-3-copy {
    font-size: 14px;
    font-weight: 200;
  }

  .caption-small-3-copy.caption-small-3-2 {
    color: var(--main--white);
    font-size: 16px;
  }

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

  .button-primary-9-2 {
    border: 1px solid var(--main--white);
    box-shadow: none;
    background-color: #009975;
    font-size: 18px;
    font-weight: 200;
  }

  .image-55 {
    z-index: 3;
    width: 220px;
    margin-top: -60px;
    margin-left: 40px;
    position: relative;
  }

  .course-tags-3-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .text-weight-medium-2-2.text-color-secondary.mobile {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .image-56 {
    z-index: 3;
    margin-top: -20px;
    margin-left: 70px;
    position: relative;
  }

  .div-block-15-2 {
    width: 600px;
    overflow: visible;
  }

  .wrap-v-small-4-2.align-v-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .paragraph-30 {
    color: var(--standard-bacckground);
    text-align: right;
    font-size: 22px;
    font-weight: 100;
  }

  .h6-heading-29.text-weight-medium {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 200;
  }

  .logo-carousel-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #904b4b00;
    justify-content: center;
    align-items: center;
  }

  .logo-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-large-27 {
    color: var(--main--black);
    margin-top: 10px;
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
  }

  .testimonial-name {
    font-weight: 200;
  }

  .testimonial-border {
    border: 1px none var(--neutral--400);
    background-color: #f5f5f500;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-grid-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1px 2.5fr;
    justify-content: stretch;
  }

  .testimonial-section-4 {
    background-color: #e9eced00;
    padding-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .testimonial-heading {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 65px;
  }

  .div-block-17 {
    font-weight: 200;
  }

  .heading-14 {
    font-size: 22px;
  }

  .text-block-159 {
    font-weight: 200;
  }

  .bold-text-21 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 26px;
    font-weight: 200;
  }

  .section-5 {
    display: block;
  }

  .image-57 {
    opacity: 1;
    mix-blend-mode: normal;
    margin-top: -10px;
  }

  .quick-stack-3 {
    border: 1px none var(--neutral--300);
    padding-top: 20px;
  }

  .body, .body-2, .body-3, .body-4, .body-5, .body-6 {
    background-color: var(--main--white);
  }

  .code-embed-34 {
    border-radius: 24px;
  }

  .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14, .body-15 {
    background-color: var(--main--white);
  }

  .course-tags-5 {
    z-index: 0;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .image-58 {
    border: 1px #000;
    border-radius: 10px;
  }

  .image-59 {
    border-radius: 10px;
  }

  .text-block-160 {
    font-weight: 200;
  }

  .background-video-8 {
    height: 300px;
  }

  .background-video-9 {
    filter: grayscale();
    mix-blend-mode: normal;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 230px;
    display: block;
    position: static;
  }

  .border-card {
    background-color: var(--main--white);
    justify-content: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .button-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .logo-carousel-content-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: stretch;
    width: 50px;
  }

  .icon-29 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-29:hover {
    color: #0cad00;
  }

  .dropdown-link-6 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #f5f7fa;
    background-clip: border-box;
    border-radius: 20px 10px 10px 20px;
    transition: border .3s, color .3s, background-color .3s;
  }

  .dropdown-link-6:hover {
    background-color: #f74b45;
  }

  .dropdown-link-6.w--current {
    background-color: #f5f7fa;
    line-height: 24px;
  }

  .dropdown-link-6.w--current:hover {
    color: #f000;
    background-color: #f74b45;
    font-weight: 200;
  }

  .text-block-163 {
    color: #000;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .button-dark-large-6 {
    background-color: #011523;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .button-dark-large-6:hover {
    background-color: #f74b45;
  }

  .image-60 {
    background-color: var(--main--transparent);
    border-radius: 0;
    width: 125px;
    padding: 0;
  }

  .text-block-164 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-164.shooting-star-effect {
    color: #011523;
  }

  .text-block-165 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-2 {
    background-color: var(--main--transparent);
    border-radius: 10px;
    grid-template: ". . Area"
    / .5fr .25fr .5fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-166 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-166.shooting-star-effect {
    color: #011523;
  }

  .navigation-bar-4 {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 3px 5% 3px 2%;
    display: block;
    position: relative;
  }

  .form-text-field-8 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .dropdown-main-content-2 {
    background-color: #f6f5f3;
  }

  .text-block-167 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-167.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-color-gray-954 {
    line-height: 20px;
  }

  .h6-heading-30 {
    font-weight: 400;
  }

  .kontaktformular-2-3 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .overline-small-10 {
    text-transform: none;
    font-size: 12px;
    font-weight: 200;
  }

  .text-block-168, .bold-text-22, .text-block-169 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .text-block-170 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-170.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .icon-x-small-18 {
    color: #1f2429;
  }

  .navigation-dropdown-wrapper-3 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-3:hover {
    background-color: #fff;
  }

  .logo-5 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-171 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .text-block-172 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-172.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-51.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-31 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-31:hover {
    color: #0cad00;
  }

  .dropdown-link-7 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #f5f7fa;
    background-clip: border-box;
    border-radius: 20px 10px 10px 20px;
    transition: border .3s, color .3s, background-color .3s;
  }

  .dropdown-link-7:hover {
    background-color: #f74b45;
  }

  .dropdown-link-7.w--current {
    background-color: #f5f7fa;
    line-height: 24px;
  }

  .dropdown-link-7.w--current:hover {
    color: #f000;
    background-color: #f74b45;
    font-weight: 200;
  }

  .text-block-173 {
    color: #000;
  }

  .button-dark-large-7 {
    background-color: #011523;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .button-dark-large-7:hover {
    background-color: #f74b45;
  }

  .image-62 {
    width: 140px;
  }

  .text-block-174 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-174.shooting-star-effect {
    color: #011523;
  }

  .text-block-175 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-3 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-176 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-176.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-9 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .dropdown-main-content-3 {
    background-color: #f6f5f3;
  }

  .text-block-177 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-177.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .h6-heading-31 {
    font-weight: 400;
  }

  .kontaktformular-2-4 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .overline-small-11 {
    text-transform: none;
    font-size: 12px;
    font-weight: 200;
  }

  .text-block-180 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-180.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .icon-x-small-19 {
    color: #1f2429;
  }

  .navigation-dropdown-wrapper-4 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-4:hover {
    background-color: #fff;
  }

  .logo-6 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-182 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-182.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-52.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-33 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-33:hover {
    color: #0cad00;
  }

  .dropdown-link-8 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #f5f7fa;
    background-clip: border-box;
    border-radius: 20px 10px 10px 20px;
    transition: border .3s, color .3s, background-color .3s;
  }

  .dropdown-link-8:hover {
    background-color: #f74b45;
  }

  .dropdown-link-8.w--current {
    background-color: #f5f7fa;
    line-height: 24px;
  }

  .dropdown-link-8.w--current:hover {
    color: #f000;
    background-color: #f74b45;
    font-weight: 200;
  }

  .text-block-183 {
    color: #000;
  }

  .button-dark-large-8 {
    background-color: #011523;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .button-dark-large-8:hover {
    background-color: #f74b45;
  }

  .image-64 {
    width: 140px;
  }

  .text-block-184 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-184.shooting-star-effect {
    color: #011523;
  }

  .text-block-185 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-4 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-186 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-186.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-10 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-187 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-187.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .h6-heading-32 {
    font-weight: 400;
  }

  .kontaktformular-2-5 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .overline-small-12 {
    text-transform: none;
    font-size: 12px;
    font-weight: 200;
  }

  .text-block-190 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-190.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .icon-x-small-20 {
    color: #1f2429;
  }

  .navigation-dropdown-wrapper-5 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-5:hover {
    background-color: #fff;
  }

  .logo-7 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-192 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-192.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-53.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-35 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-35:hover {
    color: #0cad00;
  }

  .dropdown-link-9 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #f5f7fa;
    background-clip: border-box;
    border-radius: 20px 10px 10px 20px;
    transition: border .3s, color .3s, background-color .3s;
  }

  .dropdown-link-9:hover {
    background-color: #f74b45;
  }

  .dropdown-link-9.w--current {
    background-color: #f5f7fa;
    line-height: 24px;
  }

  .dropdown-link-9.w--current:hover {
    color: #f000;
    background-color: #f74b45;
    font-weight: 200;
  }

  .text-block-193 {
    color: #000;
  }

  .image-66 {
    width: 140px;
  }

  .text-block-194 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-194.shooting-star-effect {
    color: #011523;
  }

  .text-block-195 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-5 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-196 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-196.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-11 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-197 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-197.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .h6-heading-33 {
    font-weight: 400;
  }

  .kontaktformular-2-6 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .overline-small-13 {
    text-transform: none;
    font-size: 12px;
    font-weight: 200;
  }

  .text-block-200 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-200.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .icon-x-small-21 {
    color: #1f2429;
  }

  .navigation-dropdown-wrapper-6 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-6:hover {
    background-color: #fff;
  }

  .logo-8 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-202 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-202.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-54.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-37 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-37:hover {
    color: #0cad00;
  }

  .dropdown-link-10 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #f5f7fa;
    background-clip: border-box;
    border-radius: 20px 10px 10px 20px;
    transition: border .3s, color .3s, background-color .3s;
  }

  .dropdown-link-10:hover {
    background-color: #f74b45;
  }

  .dropdown-link-10.w--current {
    background-color: #f5f7fa;
    line-height: 24px;
  }

  .dropdown-link-10.w--current:hover {
    color: #f000;
    background-color: #f74b45;
    font-weight: 200;
  }

  .text-block-203 {
    color: #000;
  }

  .image-68 {
    width: 140px;
  }

  .text-block-204 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-204.shooting-star-effect {
    color: #011523;
  }

  .text-block-205 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-6 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-206 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-206.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-12 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-207 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-207.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .h6-heading-34 {
    font-weight: 400;
  }

  .kontaktformular-2-7 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .overline-small-14 {
    text-transform: none;
    font-size: 12px;
    font-weight: 200;
  }

  .text-block-210 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-210.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-7 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-7:hover {
    background-color: #fff;
  }

  .logo-9 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-212 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-212.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-55.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-39 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-39:hover {
    color: #0cad00;
  }

  .text-block-213 {
    color: #000;
  }

  .image-70 {
    width: 140px;
  }

  .text-block-214 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-214.shooting-star-effect {
    color: #011523;
  }

  .text-block-215 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-7 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-216 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-216.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-13 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-217 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-217.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .h6-heading-35 {
    font-weight: 400;
  }

  .kontaktformular-2-8 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .text-block-220 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-220.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-8 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-8:hover {
    background-color: #fff;
  }

  .logo-10 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-222 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-222.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-56.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-41 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-41:hover {
    color: #0cad00;
  }

  .text-block-223 {
    color: #000;
  }

  .image-72 {
    width: 140px;
  }

  .text-block-224 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-224.shooting-star-effect {
    color: #011523;
  }

  .text-block-225 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-8 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-226 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-226.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-14 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-227 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-227.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .h6-heading-36 {
    font-weight: 400;
  }

  .kontaktformular-2-9 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .text-block-230 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-230.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-9 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-9:hover {
    background-color: #fff;
  }

  .logo-11 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-232 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-232.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-57.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-43 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-43:hover {
    color: #0cad00;
  }

  .text-block-233 {
    color: #000;
  }

  .image-74 {
    width: 140px;
  }

  .text-block-234 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-234.shooting-star-effect {
    color: #011523;
  }

  .text-block-235 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-9 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-236 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-236.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-15 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-237 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-237.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .kontaktformular-2-10 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .text-block-240 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-240.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-10 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-10:hover {
    background-color: #fff;
  }

  .logo-12 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-242 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-242.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-58.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-45 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-45:hover {
    color: #0cad00;
  }

  .text-block-243 {
    color: #000;
  }

  .image-76 {
    width: 140px;
  }

  .text-block-244 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-244.shooting-star-effect {
    color: #011523;
  }

  .text-block-245 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-10 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-246 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-246.shooting-star-effect {
    color: #011523;
  }

  .form-text-field-16 {
    background-color: #070b0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-247 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-247.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .kontaktformular-2-11 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .text-block-250 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-250.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-11 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-11:hover {
    background-color: #fff;
  }

  .logo-13 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-252 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-252.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-59.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-47 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-47:hover {
    color: #0cad00;
  }

  .text-block-253 {
    color: #000;
  }

  .image-78 {
    width: 140px;
  }

  .text-block-254 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-254.shooting-star-effect {
    color: #011523;
  }

  .text-block-255 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-11 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-256 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-256.shooting-star-effect {
    color: #011523;
  }

  .text-block-257 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-257.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .kontaktformular-2-12 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .text-block-260 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-260.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-12 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-12:hover {
    background-color: #fff;
  }

  .logo-14 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-262 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-262.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-60.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .navigation-container-7 {
    opacity: 1;
    mix-blend-mode: multiply;
    background-color: #001829;
    border-radius: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
  }

  .icon-49 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-49:hover {
    color: #0cad00;
  }

  .text-block-263 {
    color: #000;
  }

  .image-80 {
    width: 140px;
  }

  .text-block-264 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-264.shooting-star-effect {
    color: #011523;
  }

  .text-block-265 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-12 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-266 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-266.shooting-star-effect {
    color: #011523;
  }

  .text-block-267 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-267.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .kontaktformular-2-13 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    color: #000;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 5px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding: 10px;
  }

  .text-block-270 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-270.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-13 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-13:hover {
    background-color: #fff;
  }

  .logo-15 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-272 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-272.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-61.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .navigation-container-8 {
    opacity: 1;
    mix-blend-mode: multiply;
    background-color: #001829;
    border-radius: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
  }

  .icon-51 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-51:hover {
    color: #0cad00;
  }

  .text-block-273 {
    color: #000;
  }

  .image-82 {
    width: 140px;
  }

  .text-block-274 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-274.shooting-star-effect {
    color: #011523;
  }

  .text-block-275 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-13 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-276 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-276.shooting-star-effect {
    color: #011523;
  }

  .text-block-277 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-277.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-280 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-280.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-14 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-14:hover {
    background-color: #fff;
  }

  .logo-16 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-282 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-282.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-62.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .navigation-container-9 {
    opacity: 1;
    mix-blend-mode: multiply;
    background-color: #001829;
    border-radius: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
  }

  .icon-53 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-53:hover {
    color: #0cad00;
  }

  .text-block-283 {
    color: #000;
  }

  .image-84 {
    width: 140px;
  }

  .text-block-284 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-284.shooting-star-effect {
    color: #011523;
  }

  .text-block-285 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-14 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-286 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-286.shooting-star-effect {
    color: #011523;
  }

  .text-block-287 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-287.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-290 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-290.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-15 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-15:hover {
    background-color: #fff;
  }

  .logo-17 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-292 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-292.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-63.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .navigation-container-10 {
    opacity: 1;
    mix-blend-mode: multiply;
    background-color: #001829;
    border-radius: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
  }

  .icon-55 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-55:hover {
    color: #0cad00;
  }

  .text-block-293 {
    color: #000;
  }

  .image-86 {
    width: 140px;
  }

  .text-block-294 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-294.shooting-star-effect {
    color: #011523;
  }

  .text-block-295 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-15 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-296 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-296.shooting-star-effect {
    color: #011523;
  }

  .text-block-297 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-297.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-300 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-300.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-16 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-16:hover {
    background-color: #fff;
  }

  .logo-18 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-302 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-302.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-64.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .navigation-container-11 {
    opacity: 1;
    mix-blend-mode: multiply;
    background-color: #001829;
    border-radius: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
  }

  .icon-57 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-57:hover {
    color: #0cad00;
  }

  .text-block-303 {
    color: #000;
  }

  .image-88 {
    width: 140px;
  }

  .text-block-304 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-304.shooting-star-effect {
    color: #011523;
  }

  .text-block-305 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-16 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-306 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-306.shooting-star-effect {
    color: #011523;
  }

  .text-block-307 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-307.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-310 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-310.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .navigation-dropdown-wrapper-17 {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    overflow-wrap: normal;
    background-color: #fcf9f9;
    padding-left: 12px;
  }

  .navigation-dropdown-wrapper-17:hover {
    background-color: #fff;
  }

  .logo-19 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-312 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-312.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-65.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-59 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-59:hover {
    color: #0cad00;
  }

  .text-block-313 {
    color: #000;
  }

  .image-90 {
    width: 140px;
  }

  .text-block-314 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-314.shooting-star-effect {
    color: #011523;
  }

  .text-block-315 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-17 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-316 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-316.shooting-star-effect {
    color: #011523;
  }

  .text-block-317 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-317.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-320 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-320.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .logo-20 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-322 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-322.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-66.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-61 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-61:hover {
    color: #0cad00;
  }

  .text-block-323 {
    color: #000;
  }

  .image-92 {
    width: 140px;
  }

  .text-block-324 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-324.shooting-star-effect {
    color: #011523;
  }

  .text-block-325 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-18 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-326 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-326.shooting-star-effect {
    color: #011523;
  }

  .text-block-327 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-327.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-330 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-330.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .logo-21 {
    color: #011523;
    font-size: 16px;
  }

  .text-block-332 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-332.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-67.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-63 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-63:hover {
    color: #0cad00;
  }

  .text-block-333 {
    color: #000;
  }

  .image-94 {
    width: 140px;
  }

  .text-block-334 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-334.shooting-star-effect {
    color: #011523;
  }

  .text-block-335 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-19 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-336 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-336.shooting-star-effect {
    color: #011523;
  }

  .text-block-337 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-337.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-340 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-340.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .text-block-342 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-342.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-68.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-65 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-65:hover {
    color: #0cad00;
  }

  .text-block-343 {
    color: #000;
  }

  .image-96 {
    width: 140px;
  }

  .text-block-344 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-344.shooting-star-effect {
    color: #011523;
  }

  .text-block-345 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-20 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-346 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-346.shooting-star-effect {
    color: #011523;
  }

  .text-block-347 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-347.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-350 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-350.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .text-block-352 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-352.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-69.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-67 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-67:hover {
    color: #0cad00;
  }

  .text-block-353 {
    color: #000;
  }

  .image-98 {
    width: 140px;
  }

  .text-block-354 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-354.shooting-star-effect {
    color: #011523;
  }

  .text-block-355 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-21 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-356 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-356.shooting-star-effect {
    color: #011523;
  }

  .text-block-357 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-357.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-360 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-360.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .text-block-362 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-362.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-70.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-69 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-69:hover {
    color: #0cad00;
  }

  .text-block-363 {
    color: #000;
  }

  .image-100 {
    width: 140px;
  }

  .text-block-364 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-364.shooting-star-effect {
    color: #011523;
  }

  .text-block-365 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-22 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-366 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-366.shooting-star-effect {
    color: #011523;
  }

  .text-block-367 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-367.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-370 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-370.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .text-block-372 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-372.shooting-star-effect {
    color: #011523;
  }

  .paragraph-small-71.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-71 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-71:hover {
    color: #0cad00;
  }

  .text-block-373 {
    color: #000;
  }

  .image-102 {
    width: 140px;
  }

  .text-block-374 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-374.shooting-star-effect {
    color: #011523;
  }

  .navigation-menu-grid-23 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-375 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-375.shooting-star-effect {
    color: #011523;
  }

  .text-block-376 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-376.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-379 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-379.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .text-block-381 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-381.shooting-star-effect {
    color: #011523;
    text-transform: none;
    text-transform: none;
    line-height: 24px;
  }

  .paragraph-small-72.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-73 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-73:hover {
    color: #0cad00;
  }

  .text-block-382 {
    color: #000;
  }

  .image-104 {
    width: 140px;
  }

  .text-block-383 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-24 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-384 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-384.shooting-star-effect {
    color: #011523;
  }

  .text-block-385 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-385.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .paragraph-small-73.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-75 {
    color: #000;
    width: 16px;
    height: 16px;
  }

  .icon-75:hover {
    color: #0cad00;
  }

  .text-block-389 {
    color: #000;
  }

  .image-106 {
    width: 140px;
  }

  .text-block-390 {
    color: #fff;
    text-align: left;
    border: 1px #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .navigation-menu-grid-25 {
    border-radius: 10px;
    grid-template-columns: 1fr .25fr .25fr;
    margin-left: 0%;
    padding-right: 0;
  }

  .text-block-391 {
    color: #ffffffa3;
    font-weight: 200;
  }

  .text-block-391.shooting-star-effect {
    color: #011523;
  }

  .text-block-392 {
    color: #71716f;
    font-weight: 400;
  }

  .text-block-392.shooting-star-effect {
    color: #011523;
    font-size: 16px;
    font-weight: 200;
  }

  .paragraph-small-74.text-color-gray-600 {
    font-size: 12px;
    font-weight: 200;
  }

  .image-108 {
    z-index: 3;
    margin-top: -85px;
    position: relative;
  }

  .section-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin-top: 40px;
    display: block;
  }

  .button-5 {
    background-color: var(--main--white);
    opacity: 1;
    color: var(--standard-bacckground);
    mix-blend-mode: luminosity;
    border-radius: 10px;
    margin-right: 20px;
    font-weight: 200;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 0 0 10px;
    position: static;
  }

  .paragraph-31 {
    text-align: right;
    align-self: flex-start;
    font-size: 26px;
    font-weight: 200;
  }

  .code-embed-36 {
    margin-top: -15px;
  }

  .bold-text-29 {
    color: #fffc;
    font-size: 55px;
    font-weight: 200;
    line-height: 60px;
  }

  .bold-text-29.shooting-star-effect {
    color: #fff;
    -webkit-text-stroke-color: var(--main--white);
    mix-blend-mode: normal;
    -webkit-text-stroke-color: var(--main--white);
    mix-blend-mode: normal;
  }

  .background-video-10 {
    border: 1px solid var(--main--white);
    opacity: 1;
    filter: grayscale();
    outline-offset: -10px;
    mix-blend-mode: normal;
    border-radius: 10px;
    outline: 2px #fff;
    height: 160px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .course-space-between-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .social_proof-2 {
    background-color: #01152300;
    border-style: none;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .button-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px none var(--main--white);
    opacity: 1;
    color: var(--main--white);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152366;
    background-image: none;
    background-clip: border-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: wrap;
    place-content: flex-end;
    align-items: flex-end;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .paragraph-large-29.text-neutral-400 {
    font-size: 22px;
    font-weight: 200;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .cell-5 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: row;
    display: flex;
  }

  .image-109 {
    max-width: none;
    display: block;
    overflow: clip;
  }

  .text-white-2.h6-smaller {
    letter-spacing: .7px;
    letter-spacing: .7px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-heading {
    border: 1px solid var(--main--white);
    color: var(--main--white);
    max-width: 720px;
    margin-bottom: 32px;
    position: static;
  }

  .with-underline.long-underline {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
  }

  .paragraph-32 {
    background-color: var(--main--white);
    color: var(--standard-bacckground);
    border-radius: 24px;
    margin-top: 20px;
    padding: 20px;
  }

  .bold-text-31 {
    background-color: #b94a4a00;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 80px;
    font-style: normal;
  }

  .paragraph-33 {
    border-style: none none dashed;
    border-width: .5px;
    border-color: #adadad #adadad var(--main--white);
    color: #fff;
    mix-blend-mode: normal;
    background-color: #fff0;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 5px 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 100;
  }

  .paragraph-33.shooting-star-effect {
    color: var(--main--overline);
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 200;
  }

  .paragraph-33.glowing-trail-effect {
    opacity: 1;
    color: var(--main--white);
    letter-spacing: 0;
    text-transform: none;
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 0;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 28px;
  }

  .image-111 {
    float: none;
    clear: none;
    vertical-align: middle;
    width: 400px;
    display: block;
    position: static;
    inset: 0%;
  }

  .div-block-13-copy {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    border: 1px none var(--main--white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    mix-blend-mode: normal;
    background-color: #00182900;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: row;
    flex: 1;
    order: -1;
    grid-template-rows: auto;
    grid-template-columns: 2fr minmax(200px, 2fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: center;
    place-items: stretch start;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: grid;
    position: static;
    inset: auto 0% 0%;
  }

  .heading-15 {
    color: #f5f7fa1a;
    -webkit-text-stroke-color: #f5f7faab;
    mix-blend-mode: normal;
    margin-left: -80px;
  }

  .heading-15.shooting-star-effect {
    color: #ffffff29;
  }

  .image-112 {
    z-index: 3;
    width: 300px;
    margin-top: -40px;
    margin-left: 100px;
    position: relative;
  }

  .paragraph-34 {
    color: var(--main--white);
    mix-blend-mode: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-family: Great Vibes, cursive;
    font-size: 40px;
    transform: rotate(-3deg);
  }

  .paragraph-35 {
    color: var(--standard-bacckground);
    font-size: 12px;
    line-height: 14px;
  }

  .code-embed-44 {
    z-index: 3;
    outline-color: var(--standard-bacckground);
    outline-offset: 3px;
    background-color: #fff0;
    border: 1px #000;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: none;
    line-height: 14px;
    position: relative;
    box-shadow: 0 10px 50px #00347e33;
  }

  .code-embed-45 {
    box-shadow: none;
    outline-color: var(--standard-bacckground);
    outline-offset: 3px;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: solid;
    margin-bottom: 10px;
  }

  .code-embed-46 {
    border-style: none;
    border-width: 5px 5px 5px 10px;
    border-left-color: #00c573;
    border-radius: 30px;
    padding: 0;
  }

  .code-embed-47 {
    margin-right: 20px;
    display: block;
  }

  .code-embed-49 {
    color: var(--standard-bacckground);
    align-items: baseline;
    padding-right: 10px;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .code-embed-51 {
    color: var(--main--white);
  }

  .paragraph-36 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    box-shadow: none;
    text-align: center;
    background-color: #f5f7fa00;
    border-left: 1px #000;
    border-right: 1px #000;
    flex-flow: row;
    place-content: stretch center;
    align-items: center;
    width: 400px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .div-block-20 {
    justify-content: center;
    display: flex;
  }

  .background-video-11 {
    background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0 53%);
    opacity: 1;
    mix-blend-mode: normal;
    border-radius: 200px 0 24px 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    height: 200px;
    margin: 20px auto 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .background-video-11.glowing-trail-effect {
    box-shadow: none;
    box-shadow: none;
  }

  .image-113 {
    filter: brightness(200%);
    mix-blend-mode: screen;
    width: auto;
    height: 190px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .caption-small-3-1 {
    color: var(--standard-bacckground);
    font-size: 28px;
    font-weight: 100;
    line-height: 33px;
  }

  .caption-small-3-1.caption-small-3-2 {
    color: var(--standard-bacckground);
    font-size: 16px;
  }

  .code-embed-52 {
    margin-top: -120px;
  }

  .code-embed-541 {
    border-right: 10px none var(--primary--dark);
    outline-color: var(--main--white);
    outline-offset: 5px;
    color: #011523;
    mix-blend-mode: normal;
    border-left: 10px #f74b45;
    border-radius: 20px 10px 10px 20px;
    outline-width: 1px;
    outline-style: none;
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    position: static;
    inset: auto auto 0% 0%;
  }

  .code-embed-541:hover {
    border-left-color: #00e444;
  }

  .tabs {
    display: block;
  }

  .code-embed-54 {
    border-radius: 10px;
    margin-top: 0;
    box-shadow: 0 2px 60px #ffffffc9;
  }

  .paragraph-37 {
    border: 1px none var(--main--overline);
    color: var(--main--white);
    border-radius: 5px;
    margin-top: 8px;
    padding: 0;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    line-height: 12px;
  }

  .paragraph-37.shooting-star-effect {
    text-transform: none;
    text-transform: none;
    border-right-width: 0;
    border-radius: 0;
    padding-bottom: 1px;
  }

  .bold-text-32 {
    font-size: 14px;
  }

  .course-header-4 {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #011523;
    mix-blend-mode: normal;
    background-color: #ffffffb3;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 80px;
  }

  .quick-stack-6 {
    margin-top: 20px;
  }

  .course-header-5 {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #011523;
    mix-blend-mode: normal;
    background-color: #ffffffb3;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 500px;
    margin-top: 0;
    display: flex;
  }

  .section-7 {
    background-color: #01152300;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-carousel-2 {
    flex-flow: row;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .course-link-2 {
    background-color: var(--neutral--100);
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .cta-course-count-2 {
    border-radius: 10px;
  }

  .cta-carousel-wrapper-2 {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-cta-3 {
    background-color: #f6f5f300;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-400, .text-block-401, .text-block-402, .text-block-403, .text-block-404, .text-block-405 {
    font-weight: 200;
  }

  .text-block-406, .text-block-407, .text-block-408, .text-block-409, .text-block-410, .text-block-411 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .section-large-16 {
    padding: 0 0%;
  }

  .column-regular-16 {
    flex-flow: column;
    display: flex;
  }

  .h5-heading-15 {
    box-sizing: border-box;
    background-color: var(--main--white);
    text-align: right;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.2;
    position: static;
  }

  .cell-6 {
    flex-flow: row;
    justify-content: flex-end;
    display: flex;
  }

  .h5-heading-21 {
    box-sizing: border-box;
    background-color: var(--main--white);
    color: var(--standard-bacckground);
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
    position: static;
  }

  .h5-heading-21:hover {
    background-color: var(--neutral--100);
  }

  .div-block-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 2fr 1fr;
    margin-top: 20px;
  }

  .paragraph-39 {
    color: var(--neutral--100);
    font-family: Great Vibes, cursive;
    font-size: 33px;
    font-weight: 200;
    line-height: 40px;
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .image-114 {
    width: 30px;
    max-width: 100%;
  }

  .pricing-footnote {
    background-image: none;
  }

  .pricing-card-header {
    border-style: none;
    border-width: 2px 1px 1px;
    border-color: var(--main--white) black black;
    background-color: var(--main--white);
    outline-offset: 3px;
    border-radius: 40px 40px 50px 50px;
    outline: 3px #2f363d;
    padding-bottom: 24px;
  }

  .image-cover-18 {
    z-index: 999;
    mix-blend-mode: normal;
    object-fit: cover;
    width: 500px;
    max-width: 180px;
    position: relative;
    transform: scale(1);
  }

  .caption-small-14.text-color-tertiary {
    color: var(--standard-bacckground);
    vertical-align: baseline;
    vertical-align: baseline;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    display: inline;
  }

  .caption-regular-10.text-color-tertiary {
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
  }

  .pricing-features-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--main--white);
    border: 1px #000;
    border-radius: 24px;
    grid-template-rows: auto auto auto;
    margin-top: 0;
    padding-top: 24px;
  }

  .pricing-image-wrapper {
    width: 150px;
  }

  .paragraph-x-small-11.text-color-tertiary {
    font-size: 14px;
    font-weight: 200;
  }

  .row-x-small-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--standard-bacckground);
  }

  .row-x-small-2.row-x-small-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h6-heading-37 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 52px;
    font-weight: 200;
    line-height: 1;
  }

  .section-regular-34 {
    background-color: var(--standard-bacckground);
    opacity: 1;
    outline-color: var(--standard-bacckground);
    outline-offset: 3px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border-radius: 50px;
    outline-width: 1px;
    outline-style: solid;
    padding: 5% 1% 2%;
  }

  .pricing-divider {
    margin: 10px 20px 0;
    position: static;
    inset: auto 0% 0%;
  }

  .pricing-banner-image.large {
    z-index: 999;
    z-index: 999;
    background-color: #fff0;
    border-color: #fff0;
    position: relative;
  }

  .icon-x-small-25 {
    color: var(--standard-bacckground);
  }

  .icon-x-small-25.icon-x-small-26 {
    width: 13px;
    height: 13px;
  }

  .icon-x-small-25.icon-x-small-25-2 {
    font-size: 12px;
  }

  .icon-x-small-25.icon-x-small-25-2-copy {
    color: #00973d;
    font-size: 12px;
  }

  .pricing-card-banner {
    background-color: var(--neutral--500);
    border-radius: 0;
    padding-left: 0;
  }

  .pricing-card-banner.glowing-trail-effect {
    z-index: 999;
    background-color: var(--main--transparent);
    z-index: 999;
    background-color: var(--main--transparent);
    border-bottom: 1px #000;
    border-radius: 50px;
  }

  .subheading-regular-10.text-color-secondary.subheading-regular-10-2, .subheading-regular-10.text-color-secondary.subheading-regular-22 {
    font-size: 12px;
  }

  .subheading-regular-10.text-color-secondary {
    color: var(--standard-bacckground);
    -webkit-text-stroke-color: var(--standard-bacckground);
    font-size: 14px;
    font-weight: 200;
  }

  .subheading-regular-10.text-color-secondary.subheading-regular-10-2, .subheading-regular-10.text-color-secondary.subheading-regular-22 {
    font-size: 12px;
  }

  .subheading-regular-10.text-color-secondary.subheading-regular-11 {
    color: var(--main--white);
  }

  .subheading-regular-10.text-color-secondary.subheading-regular-10-2, .subheading-regular-10.text-color-secondary.subheading-regular-22 {
    font-size: 12px;
  }

  .pricing-card-4 {
    background-color: var(--standard-bacckground);
    border-radius: 50px;
  }

  .pricing-block {
    background-color: var(--neutral--100);
    border-radius: 50px;
  }

  .h5-heading-22 {
    flex-flow: row;
    display: block;
  }

  .h5-heading-22.text-weight-bold {
    color: var(--standard-bacckground);
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 70px;
    font-weight: 700;
  }

  .h5-heading-22.text-weight-bold.glowing-trail-effect {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 75px;
  }

  .h5-heading-22.text-weight-bold.glowing-trail-effect.headline-color {
    color: var(--standard-bacckground);
  }

  .pricing-features-grid-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--neutral--100);
    grid-template-rows: auto auto auto;
    margin-top: -50px;
    padding-top: 24px;
  }

  .italic-text-8 {
    color: var(--standard-bacckground);
    font-size: 15px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
  }

  .image-115 {
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    width: auto;
    display: inline-block;
    position: absolute;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .background-video-12 {
    border: 1px solid var(--main--white);
    mix-blend-mode: normal;
    background-image: linear-gradient(#011523, #fff0 47%);
    border-radius: 999999px;
    width: 400px;
    height: 300px;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    inset: 92px 0% 0% 15%;
    box-shadow: 0 2px 120px #0115231f;
  }

  .background-video-13 {
    border: 5px none var(--standard-bacckground);
    outline-color: var(--main--white);
    outline-offset: -8px;
    border-radius: 20px;
    outline-width: 2px;
    outline-style: solid;
    height: 400px;
    margin-top: 60px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
  }

  .cell-7 {
    border-radius: 24px;
    display: block;
  }

  .background-video-14 {
    border: 20px none var(--standard-bacckground);
    background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0 51%);
    outline-color: var(--main--white);
    outline-offset: -8px;
    mix-blend-mode: normal;
    border-radius: 20px;
    outline-width: 2px;
    outline-style: solid;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    height: 400px;
    display: block;
    position: relative;
    inset: 0%;
  }

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

  .quick-stack-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 100px;
    padding: 0 20px;
    transform: rotate(0);
  }

  .image-116 {
    mix-blend-mode: screen;
  }

  .image-117 {
    width: 100px;
    max-width: 100px;
    position: absolute;
    inset: 0 0% 0% auto;
  }

  .image-118 {
    width: 50px;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card-header-2 {
    z-index: 0;
    border-top: 5px solid var(--standard-bacckground);
    border-bottom: 1px none var(--neutral--600);
    background-color: var(--main--white);
    border-radius: 50px;
    margin-top: 40px;
    padding-bottom: 24px;
    position: static;
  }

  .pricing-features-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-width: 1px 0 0;
    border-color: black black #da272700 var(--neutral--100);
    background-color: var(--neutral--500);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0 0 50px 50px;
    grid-template-rows: auto auto auto;
    margin-top: 0;
    padding-top: 24px;
  }

  .image-119 {
    display: block;
  }

  .image-120 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .pricing-footnote-2 {
    max-width: 350px;
    position: relative;
  }

  .quick-stack-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-121 {
    filter: none;
    mix-blend-mode: normal;
    background-color: #22020200;
    position: static;
    inset: 0%;
  }

  .cell-9 {
    text-align: left;
    align-items: flex-end;
  }

  .quick-stack-10 {
    padding: 0;
  }

  .heading-16 {
    color: var(--main--white);
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 90px;
  }

  .code-embed-59 {
    text-align: left;
    align-self: flex-start;
    font-size: 20px;
    font-weight: 200;
    line-height: 22px;
    position: static;
  }

  .quick-stack-12 {
    background-color: #e0cece00;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-11 {
    background-color: #fff;
  }

  .alert-banner-secondary {
    color: var(--standard-bacckground);
    justify-content: space-between;
    align-self: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .alert-banner-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .label-small-5 {
    margin-left: 5px;
    font-weight: 200;
  }

  .label-small-5.text-weight-semibold {
    font-weight: 300;
  }

  .link-2 {
    color: var(--standard-bacckground);
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .quick-stack-13 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 0;
  }

  .cell-12 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-14 {
    padding: 0;
  }

  .pricing-features-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none none solid;
    border-width: 1px 0 2px;
    border-color: black black var(--main--white) var(--neutral--100);
    background-color: var(--standard-bacckground);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0 0 50px 50px;
    grid-template-rows: auto auto auto;
    margin-top: -90px;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .subheading-regular-22.text-color-secondary {
    color: var(--main--white);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--standard-bacckground);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--standard-bacckground);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
  }

  .icon-x-small-26 {
    color: var(--main--white);
    width: 13px;
    height: 13px;
  }

  .image-122 {
    z-index: 999;
    opacity: .6;
    mix-blend-mode: normal;
    width: 225px;
    margin-top: -60px;
    position: relative;
    transform: translate(34px)rotate(9deg)translate(20px);
  }

  .cell-13, .cell-14 {
    justify-content: flex-end;
  }

  .bold-text-33 {
    font-size: 19px;
  }

  .code-embed-44-2 {
    z-index: 3;
    border: 1px none var(--standard-bacckground);
    outline-color: var(--standard-bacckground);
    outline-offset: 3px;
    color: var(--standard-bacckground);
    background-color: #fff0;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: 20px 20px 60px;
    line-height: 14px;
    display: flex;
    position: relative;
    box-shadow: 0 50px 100px #01152366;
  }

  .quick-stack-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .image-123 {
    z-index: 3;
    margin-top: -70px;
    margin-right: 0;
    position: relative;
    transform: translate(30px)rotate(15deg)scale(2);
  }

  .quick-stack-16, .quick-stack-17 {
    padding: 0;
  }

  .cell-15 {
    align-items: flex-end;
  }

  .pricing-features-grid-1-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f5f7fa00;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.5fr 1.2fr;
    place-content: stretch start;
    margin-top: 3px;
    padding: 0;
  }

  .cell-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 14px;
  }

  .row-x-small-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--standard-bacckground);
  }

  .subheading-regular-10-2.text-color-secondary {
    color: var(--standard-bacckground);
    -webkit-text-stroke-color: var(--standard-bacckground);
    -webkit-text-stroke-color: var(--standard-bacckground);
    font-size: 12px;
    font-weight: 200;
  }

  .icon-x-small-25-2 {
    color: var(--standard-bacckground);
    width: 12px;
    height: 12px;
    font-size: 12px;
  }

  .icon-x-small-25-2-copy {
    color: var(--standard-bacckground);
    width: 11px;
    height: 11px;
    font-size: 12px;
  }

  .quick-stack-15-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -15px;
  }

  .image-123-2 {
    z-index: 3;
    margin-top: -50px;
    margin-right: 0;
    position: relative;
    transform: translate(-10px)rotate(0)scale(2);
  }

  .h5-heading-15-2 {
    box-sizing: border-box;
    background-color: var(--main--white);
    text-align: right;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2;
    position: static;
  }

  .alert-secondary {
    margin-top: 0;
    position: static;
  }

  .label-small-6.text-weight-semibold {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 16px;
  }

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

  .container-small-4-2 {
    z-index: 3;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .image-124 {
    margin-top: 20px;
    margin-left: 20px;
    position: static;
    inset: auto 0% 0%;
  }

  .pricing-features-grid-3-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-width: 0 0 2px;
    border-color: black black var(--main--white) var(--neutral--100);
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-clip: border-box;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: center start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
    display: grid;
  }

  .container-small-4-3 {
    z-index: 3;
    margin-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .caption-small-3-3 {
    color: var(--main--white);
    font-size: 28px;
    font-weight: 100;
    line-height: 33px;
  }

  .caption-small-3-3.caption-small-3-2 {
    color: var(--standard-bacckground);
    font-size: 16px;
  }

  .image-125 {
    mix-blend-mode: luminosity;
  }

  .form-block-22 {
    position: static;
    inset: 0% 0% 0% auto;
  }

  .course-header-3-22 {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    outline-color: var(--main--white);
    outline-offset: 5px;
    color: #011523;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #ffffffb3;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: solid;
    width: 475px;
    margin-top: 100px;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-40 {
    font-size: 18px;
    line-height: 20px;
  }

  .code-embed-60 {
    color: var(--standard-bacckground);
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 100;
  }

  .link-3, .link-4 {
    color: var(--standard-bacckground);
  }

  .heading-17 {
    opacity: .2;
    color: var(--main--white);
    mix-blend-mode: normal;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 100;
  }

  .code-embed-61 {
    color: var(--main--white);
    mix-blend-mode: normal;
    font-size: 12px;
    font-weight: 200;
  }

  .div-block-13-copy-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-image: none;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    place-items: center;
    margin-top: 100px;
    margin-bottom: 60px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .course-header-3-3 {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-color: var(--main--white);
    outline-offset: 5px;
    color: #011523;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: none;
    justify-content: center;
    width: 475px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .paragraph-41 {
    color: #00000052;
    text-align: center;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 200px;
    line-height: 180px;
  }

  .quick-stack-19 {
    padding: 0;
  }

  .text-block-412 {
    border-bottom: 1px none var(--standard-bacckground);
    border-left: 1px none var(--standard-bacckground);
    background-color: var(--main--white);
    opacity: 100;
    outline-color: var(--main--white);
    outline-offset: 3px;
    mix-blend-mode: normal;
    background-image: none;
    border-radius: 0 5px 0 15px;
    outline-width: 1px;
    outline-style: solid;
    font-size: 14px;
    box-shadow: 0 5px 40px #00000073;
  }

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

  .image-127 {
    width: 100px;
  }

  .alert-secondary-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--main--overline);
    mix-blend-mode: normal;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-top: 15px;
    position: static;
  }

  .header-immobilienbewertung {
    z-index: 3;
    color: #001829;
    mix-blend-mode: normal;
    background-color: #01152300;
    border-radius: 24px;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    min-height: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .column-regular-11-2 {
    outline-color: var(--main--white);
    outline-offset: 5px;
    background-color: #fff0;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: none;
    margin-top: 0;
    padding: 0;
  }

  .pricing-features-grid-3-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-width: 0 0 2px;
    border-color: black black var(--main--white) var(--neutral--100);
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-clip: border-box;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: center start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 0 10px 10px;
    display: grid;
  }

  .code-embed-62 {
    color: var(--standard-bacckground);
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 200;
  }

  .image-123-3 {
    z-index: 3;
    margin-top: -70px;
    margin-right: 0;
    position: relative;
    transform: translate3d(29px, 16px, -16px)rotate(15deg)scale3d(2, 2, 1.2);
  }

  .div-block-13-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    mix-blend-mode: normal;
    background-color: #fff0;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 4fr 4fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch stretch;
    margin: 0 60px;
    padding: 0 0%;
    display: grid;
  }

  .text-block-413 {
    color: var(--main--white);
    font-weight: 200;
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--main--white);
    outline-color: var(--main--white);
    outline-offset: 5px;
    outline-width: 1px;
    outline-style: solid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 490px;
    margin-left: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-8 {
    background-color: #d4d4d400;
    align-self: center;
    margin-bottom: 60px;
    padding: 10px 10px 0;
  }

  .heading-18 {
    color: var(--main--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 40px;
    font-weight: 200;
  }

  .heading-18.glowing-trail-effect {
    filter: brightness(200%);
    font-size: 48px;
    font-style: normal;
  }

  .text-block-414 {
    filter: brightness(200%);
    color: var(--main--white);
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
  }

  .code-embed-63 {
    color: var(--standard-bacckground);
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
  }

  .text-span-10 {
    mix-blend-mode: normal;
    font-weight: 300;
  }

  .header-client-review-startseite {
    mix-blend-mode: normal;
    background-color: #01152300;
    border-style: solid;
    border-width: .5px;
    border-bottom-left-radius: 24px;
    max-width: 180px;
  }

  .paragraph-33-2 {
    color: #ffffff80;
    mix-blend-mode: normal;
    background-color: #fff0;
    border: .5px solid #adadad;
    border-radius: 10px;
    padding: 5px 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .paragraph-33-2.shooting-star-effect {
    color: var(--opacity--40);
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 200;
  }

  .paragraph-33-2.glowing-trail-effect {
    opacity: 1;
    color: var(--main--white);
    letter-spacing: 0;
    text-transform: none;
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 0;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 28px;
  }

  .wrap-v-small-4-20.align-v-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-color: var(--main--white);
    outline-offset: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-width: 1px;
    outline-style: solid;
    outline-color: var(--main--white);
    outline-offset: 10px;
    background-color: #011523cc;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: solid;
    align-self: center;
    max-width: 550px;
    margin-top: 40px;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .code-embed-64 {
    color: var(--standard-bacckground);
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 200;
    line-height: 14px;
  }

  .pricing-divider-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .course-space-between-21 {
    overflow-wrap: normal;
    mix-blend-mode: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .image-128 {
    mix-blend-mode: multiply;
    border-radius: 0;
    width: 50px;
  }

  .image-129 {
    mix-blend-mode: normal;
  }

  .text-span-11 {
    perspective-origin: 50% 0;
    font-size: 48px;
    font-weight: 400;
    transform: perspective(514px);
  }

  .image-130 {
    text-align: center;
    margin-left: 20px;
    position: absolute;
    inset: 0% auto 0% 2%;
  }

  .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38 {
    font-weight: 200;
  }

  .bold-text-39 {
    font-weight: 300;
  }

  .bold-text-40 {
    font-weight: 400;
  }

  .content-slide-button {
    border-color: var(--standard-bacckground);
    color: var(--standard-bacckground);
    width: 40px;
    height: 40px;
    margin-top: 0;
    font-size: 20px;
    top: auto;
  }

  .section-large-17 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: grid;
  }

  .column-2x-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .content-slide-column {
    font-weight: 200;
  }

  .content-slide-card {
    border-width: .5px;
    border-color: var(--standard-bacckground);
    background-color: var(--main--white);
  }

  .content-slide-card:hover {
    background-color: var(--main--white);
  }

  .content-feature-icon {
    border: .5px solid var(--standard-bacckground);
  }

  .h5-heading-23.text-color-inherit {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 200;
  }

  .content-mask {
    border: 1px none var(--standard-bacckground);
    border-radius: 24px;
  }

  .subheading-large-14.text-color-inherit {
    font-weight: 200;
  }

  .subheading-large-14.text-color-brand {
    color: var(--standard-bacckground);
    font-weight: 300;
  }

  .icon-79 {
    color: var(--standard-bacckground);
  }

  .divider-brand {
    color: var(--main--white);
  }

  .paragraph-small-80 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .content-slider {
    border-radius: 24px;
    margin-top: 0;
  }

  .content-list-2 {
    z-index: -1;
    position: relative;
  }

  .content-card-footnote {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
  }

  .h2-heading-29 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 200;
  }

  .content-slide-grid {
    z-index: -1;
    position: relative;
  }

  .content-slide {
    font-weight: 400;
  }

  .subheading-x-large {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .container-large-27 {
    z-index: 0;
    position: relative;
  }

  .paragraph-regular-42 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .section-regular-35 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
  }

  .h4-heading-15 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 38px;
    font-weight: 200;
    line-height: 1.1;
  }

  .subheading-regular-23 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .image-131 {
    height: 100px;
  }

  .team-photo-wrapper {
    background-color: var(--standard-bacckground);
  }

  .team-photo-wrapper.olive {
    background-color: var(--neutral--300);
  }

  .team-photo-wrapper.yellow {
    background-color: var(--standard-bacckground);
  }

  .team-heading {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 200;
  }

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

  .italic-text-9 {
    font-weight: 200;
  }

  .italic-text-10 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
  }

  .button-9 {
    background-color: var(--standard-bacckground);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 200;
  }

  .italic-text-12 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .italic-text-13 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .italic-text-14 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
  }

  .link-5 {
    color: var(--neutral--500);
    margin-top: -120px;
    text-decoration: underline;
  }

  .legal-link-2 {
    color: #004f86;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
  }

  .legal-link-2:hover {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .legal-link-group-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border: 1px none var(--main--white);
    color: var(--standard-bacckground);
    mix-blend-mode: normal;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    font-weight: 300;
  }

  .legal-link-group-2:hover {
    box-shadow: 10px 10px 80px 10px #00da50;
  }

  .text-span-12 {
    background-color: var(--neutral--900);
    color: var(--main--white);
    border: 1px #000;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 200;
  }

  .section-regular-37 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-large-18.background-secondary {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    outline-color: var(--standard-bacckground);
    outline-offset: -5px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    outline-width: 1px;
    outline-style: none;
    outline-color: var(--standard-bacckground);
    outline-offset: -5px;
    background-color: #f5f7fa00;
    border: 1px #000;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin: 40px auto 0;
    padding: 0 4%;
    display: grid;
    position: static;
  }

  .subheading-regular-24 {
    color: var(--main--white);
    font-size: 16px;
    font-weight: 200;
  }

  .image-cover-20 {
    border: 1px none var(--main--white);
    filter: grayscale();
    outline-color: var(--neutral--100);
    outline-offset: -5px;
    border-radius: 24px 60px 60px 24px;
    outline-width: 1px;
    outline-style: solid;
  }

  .grid-two-column-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--standard-bacckground);
    background-color: var(--main--white);
    box-shadow: none;
    filter: none;
    outline-color: var(--main--white);
    outline-offset: -8px;
    background-image: none;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    padding: 0 40px 0 0;
    display: grid;
  }

  .h2-heading-31 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 33px;
    font-weight: 200;
  }

  .paragraph-2x-large {
    color: var(--standard-bacckground);
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
  }

  .paragraph-small-83 {
    color: var(--main--white);
    margin-top: -10px;
    font-size: 12px;
    font-weight: 200;
  }

  .paragraph-small-83.text-color-tertiary {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
  }

  .paragraph-small-83.text-color-inherit {
    color: var(--standard-bacckground);
    background-color: #55343400;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
  }

  .bold-text-41 {
    color: var(--standard-bacckground);
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
  }

  .text-span-12-2 {
    font-size: 16px;
    font-weight: 400;
  }

  .brand-link {
    color: var(--standard-bacckground);
  }

  .feature-link-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 130px;
  }

  .feature-link {
    border-color: var(--standard-bacckground);
    background-color: var(--main--white);
  }

  .subheading-large-15.text-color-brand-4 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
  }

  .icon-x-small-28 {
    color: var(--standard-bacckground);
  }

  .paragraph-regular-44 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .feature-divider-2 {
    border-left-color: var(--standard-bacckground);
    color: var(--standard-bacckground);
  }

  .section-regular-38 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .text-block-415 {
    font-weight: 200;
  }

  .text-block-416 {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
  }

  .icon-x-small-26-1 {
    color: var(--standard-bacckground);
    width: 13px;
    height: 13px;
  }

  .subheading-regular-22-bewwertung.text-color-secondary {
    color: var(--standard-bacckground);
    -webkit-text-stroke-color: var(--standard-bacckground);
    -webkit-text-stroke-color: var(--standard-bacckground);
    font-size: 12px;
    font-weight: 200;
  }

  .header-background-start {
    filter: contrast(200%);
    outline-color: var(--main--white);
    outline-offset: -5px;
    pointer-events: auto;
    color: #011523;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67dc2ca956743929faf76b75_norderstedt.webp");
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    outline-width: 1px;
    outline-style: none;
    width: 100%;
    height: 100vh;
    display: block;
  }

  .header-background-start:hover {
    filter: brightness(120%) contrast(200%);
  }

  .header-background-start.regentropfen-section {
    position: absolute;
  }

  .header-background-start.regen-hintergrund {
    opacity: 1;
    filter: brightness(120%) contrast(200%);
    background-image: linear-gradient(90deg, #011523, #01152300), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
  }

  .header-overlay-4-2 {
    opacity: 1;
    filter: brightness(200%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-offset: 3px;
    mix-blend-mode: multiply;
    background-image: linear-gradient(90deg, #011523 10%, #01152300 70%, #01152326);
    outline: 1px #011523;
    display: none;
  }

  .bold-text-42 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 16px;
  }

  .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .italic-text-15, .italic-text-17 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .italic-text-19, .italic-text-20 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .content-slide-card-2 {
    border: 1px solid var(--main--white);
    background-color: var(--main--white);
    box-shadow: none;
    -webkit-backdrop-filter: brightness(200%) blur(10px);
    backdrop-filter: brightness(200%) blur(10px);
    outline-color: var(--standard-bacckground);
    outline-offset: -5px;
    color: var(--standard-bacckground);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    outline-width: 1px;
    outline-style: none;
    align-self: auto;
    margin: 0;
    padding: 0;
  }

  .row-regular-7 {
    background-color: var(--main--transparent);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 5px 10px;
  }

  .h5-heading-25.text-color-inherit {
    color: var(--standard-bacckground);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 22px;
    line-height: 1.2;
  }

  .subheading-large-16.text-color-inherit {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 16px;
    line-height: 20px;
  }

  .subheading-large-16.text-color-brand {
    color: var(--main--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 16px;
    font-weight: 400;
  }

  .icon-80 {
    color: #fff;
  }

  .icon-x-small-29 {
    background-color: #ffffff5c;
    border: 1px solid #000;
    border-radius: 100px;
    width: 40px;
    height: 40px;
  }

  .content-slide-2 {
    border-radius: 24px;
  }

  .section-9 {
    margin-top: 10px;
  }

  .section-10 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-11 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-12 {
    width: 100%;
  }

  .section-13 {
    border-radius: 0;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-14 {
    margin-top: 0;
  }

  .cell-17 {
    padding-left: 10px;
  }

  .section-15 {
    max-width: 100%;
  }

  .changelog-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-content: stretch;
    justify-items: stretch;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h5-heading-26 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 18px;
    line-height: 1;
  }

  .changelog-line-dot {
    width: 22px;
    height: 22px;
  }

  .changelog-line-inner {
    background-color: var(--standard-bacckground);
  }

  .text-block-417 {
    font-size: 12px;
    font-weight: 200;
  }

  .icon-x-small-29-2 {
    color: var(--main--white);
    background-color: #ffae00;
    border: 1px solid #000;
    border-radius: 100px;
    width: 30px;
    height: 30px;
  }

  .image-132 {
    border-radius: 999px;
    align-self: center;
    width: 180px;
    height: 180px;
    margin-top: -25px;
  }

  .link-6 {
    color: var(--standard-bacckground);
    text-decoration: underline;
  }

  .text-span-13 {
    text-decoration: none;
  }

  .section-16 {
    margin-top: 0;
    position: static;
  }

  .italic-text-22 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .linear-title-2-2 {
    color: #fff;
    text-align: left;
    text-transform: none;
    mix-blend-mode: normal;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
  }

  .container-regular-38 {
    max-width: none;
  }

  .section-regular-40 {
    width: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    position: relative;
  }

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

  .h3-heading-19 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 45px;
    line-height: 1;
  }

  .button-secondary-8:hover {
    background-color: var(--standard-bacckground);
  }

  .paragraph-small-86 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .changelog-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h5-heading-27 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 24px;
    line-height: 1.2;
  }

  .text-block-418 {
    color: var(--standard-bacckground);
    font-size: 14px;
    font-weight: 200;
  }

  .text-block-419 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .text-block-420 {
    color: var(--standard-bacckground);
    font-size: 12px;
    font-weight: 200;
  }

  .text-block-421 {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-421:hover {
    color: var(--main--white);
  }

  .text-block-422 {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
  }

  .text-block-422:hover {
    color: var(--main--white);
  }

  .text-block-423 {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
  }

  .quick-stack-23 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-424 {
    color: var(--standard-bacckground);
    font-size: 14px;
    font-weight: 200;
  }

  .paragraph-small-87.text-color-tertiary {
    color: var(--standard-bacckground);
  }

  .form-checkbox {
    -webkit-text-stroke-color: #00bd13;
  }

  .form-checkbox-field {
    color: var(--standard-bacckground);
  }

  .section-regular-42 {
    background-color: var(--neutral--100);
    outline-color: var(--main--white);
    outline-offset: -8px;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67a48919ff505c337bddec12_how-to-furnish-apartment-tips-short-term-berlin.webp");
    border-radius: 24px;
    outline-width: 1px;
    outline-style: solid;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .paragraph-x-large-5 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .button-primary-26 {
    border: 1px solid var(--main--white);
    background-color: var(--standard-bacckground);
    box-shadow: none;
    color: var(--standard-bacckground);
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67a4891763c485ef3880063a_d834007106f7f2ca7c089984891c9bec.webp");
    background-position: 0 0;
    background-size: cover;
    font-weight: 200;
  }

  .form-text-field-17 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .h2-heading-34 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 42px;
  }

  .cta-card {
    background-color: var(--main--transparent);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .bold-text-48 {
    color: var(--standard-bacckground);
    font-style: normal;
  }

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

  .link-7 {
    color: var(--standard-bacckground);
    text-decoration: underline;
  }

  .section-regular-42-2 {
    background-color: var(--neutral--100);
    outline-color: var(--main--white);
    outline-offset: -8px;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67a48919ff505c337bddec12_how-to-furnish-apartment-tips-short-term-berlin.webp");
    background-attachment: fixed;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: solid;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-regular-42-zinshaus {
    background-color: var(--neutral--100);
    outline-color: var(--main--white);
    outline-offset: -8px;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67ac94797bd11753a3e12b04_immbilienbewertung%202.webp");
    background-position: 50%;
    background-attachment: fixed;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: solid;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .course-header-3-4 {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-color: var(--main--white);
    outline-offset: 5px;
    color: #011523;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: none;
    justify-content: center;
    width: 475px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .course-space-between-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    flex-flow: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    inset: auto 0% 0%;
  }

  .image-133 {
    margin-left: 100px;
  }

  .section-17 {
    display: none;
  }

  .code-embed-44-2-2 {
    z-index: 3;
    border: 1px solid var(--standard-bacckground);
    box-shadow: none;
    outline-color: var(--standard-bacckground);
    outline-offset: 3px;
    color: var(--standard-bacckground);
    background-color: #fff0;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: none;
    width: auto;
    margin: 0;
    line-height: 14px;
    position: relative;
  }

  .quick-stack-25 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: -30px;
    padding-right: 10px;
  }

  .image-136 {
    filter: grayscale() contrast(150%);
    margin-bottom: 0;
    margin-left: 10px;
  }

  .cell-19 {
    justify-content: center;
    padding-top: 20px;
  }

  .section-19 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-426 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
  }

  .button-10 {
    border: .6px solid var(--standard-bacckground);
    background-color: var(--main--transparent);
    color: var(--standard-bacckground);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: 200;
  }

  .pricing-divider-22 {
    margin: 10px 20px 0;
    position: static;
    inset: auto 0% 0%;
  }

  .background-video-15 {
    z-index: 0;
    -webkit-backdrop-filter: contrast(200%);
    backdrop-filter: contrast(200%);
    outline-color: var(--standard-bacckground);
    outline-offset: 0px;
    background-color: #0115234f;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: solid;
    width: auto;
    height: auto;
    position: static;
  }

  .image-137, .image-138, .image-139, .image-140, .image-141, .image-142, .image-143 {
    border-radius: 10px;
  }

  .background-video-16 {
    filter: grayscale();
    outline-offset: -5px;
    outline: 2px solid #fff;
  }

  .link-8 {
    color: var(--standard-bacckground);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }

  .code-embed-53-2 {
    outline-color: var(--main--white);
    outline-offset: 5px;
    mix-blend-mode: normal;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: solid;
    width: auto;
    margin-top: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    box-shadow: 0 2px 60px #ffffffc9;
  }

  .feature-link-immbilienbewerrung {
    border-color: var(--standard-bacckground);
    background-color: var(--standard-bacckground);
    padding: 10px;
  }

  .feature-link-immbilienbewerrung.glowing-trail-effect {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-style: solid;
    border-color: var(--main--white);
    background-image: linear-gradient(90deg, var(--standard-bacckground) 49%, #008cff);
    box-shadow: none;
    outline-color: var(--standard-bacckground);
    outline-offset: 2px;
    outline-width: .6px;
    outline-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-link-immbilienbewerrung.glowing-trail-effect:hover {
    background-color: #166800;
  }

  .subheading-large-15-2.text-color-brand-4 {
    color: var(--main--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
  }

  .paragraph-regular-44-2 {
    color: var(--main--white);
    font-weight: 200;
  }

  .feature-link-right-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100px;
  }

  .brand-link-2 {
    color: var(--standard-bacckground);
  }

  .text-span-15 {
    font-size: 12px;
  }

  .feature-divider-2-2 {
    border-left-color: var(--main--white);
    color: var(--standard-bacckground);
  }

  .text-block-416-2 {
    color: var(--main--white);
    font-size: 16px;
    font-weight: 200;
  }

  .icon-x-small-28-2 {
    color: var(--main--white);
  }

  .overline-16.shooting-star-effect {
    text-align: left;
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .header-divider {
    flex: 0 auto;
    margin: 10px 20px 0;
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .code-embed-69 {
    z-index: 3;
    border: .6px none var(--standard-bacckground);
    background-color: var(--main--white);
    outline-color: var(--main--white);
    outline-offset: 5px;
    border-radius: 10px;
    outline-width: 1px;
    outline-style: none;
    margin: 0 10px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0 60px 80px #0056944d;
  }

  .pricing-divider-222 {
    margin: -10px 20px 0;
    position: static;
    inset: auto 0% 0%;
  }

  .code-embed-70 {
    border-right: 10px none var(--standard-bacckground);
    border-left: 10px solid var(--standard-bacckground);
    box-shadow: none;
    border-radius: 20px 10px 10px 20px;
    width: 350px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .code-embed-71 {
    width: 400px;
  }

  .code-embed-70-2 {
    border-right: 10px none var(--standard-bacckground);
    border-left: 10px solid var(--primary--dark);
    box-shadow: none;
    border-radius: 20px 10px 10px 20px;
    width: 375px;
    margin: 40px 10px 40px 0;
  }

  .code-embed-70-22 {
    border-right: 10px none var(--standard-bacckground);
    border-left: 10px solid var(--standard-bacckground);
    box-shadow: none;
    border-radius: 20px 10px 10px 20px;
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-20 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .code-embed-542 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .text-block-428 {
    font-weight: 200;
  }

  .section-21 {
    width: 100%;
  }

  .heading-19 {
    color: #ffffff1a;
    text-align: right;
    letter-spacing: 4px;
    text-transform: none;
    margin-top: -120px;
    margin-right: 40px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 120px;
    font-style: normal;
  }

  .header-2-2 {
    outline-color: var(--main--white);
    outline-offset: -8px;
    color: #001829;
    mix-blend-mode: normal;
    background-color: #01152300;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: column;
    min-height: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .div-block-13-33 {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    border: 1px none var(--main--white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    mix-blend-mode: normal;
    background-color: #00182900;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: row;
    flex: 1;
    order: -1;
    grid-template-rows: auto;
    grid-template-columns: 2fr minmax(200px, 2fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: center;
    place-items: stretch start;
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 0 60px;
    display: grid;
  }

  .background-video-17 {
    border-radius: 24px;
    height: 800px;
  }

  .content-slider-2 {
    border-radius: 24px;
    margin-top: 0;
  }

  .background-video-18 {
    filter: none;
    mix-blend-mode: normal;
    border: 10px #000;
    height: 100vh;
    min-height: 0;
    position: static;
  }

  .wrap-v-small-4-22.align-v-left {
    border-style: none solid none none;
    border-width: 3px 5px 3px 3px;
    border-color: var(--main--white);
    background-color: #01152300;
    background-image: linear-gradient(90deg, var(--standard-bacckground), #01152380);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: -8px;
    mix-blend-mode: normal;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    outline-width: 1px;
    outline-style: none;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 180px 60px 160px;
  }

  .wrap-v-small-4-22.align-v-left.glowing-trail-effect {
    background-color: #01152300;
    background-image: linear-gradient(90deg, var(--standard-bacckground), #01152380 78%);
    box-shadow: none;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    outline-offset: 10px;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-image: linear-gradient(90deg, var(--standard-bacckground), #01152380 78%);
    box-shadow: none;
    outline-offset: 10px;
    mix-blend-mode: normal;
    outline-color: #d5d9e2;
    margin-top: 0;
    padding-top: 220px;
    padding-bottom: 120px;
    transform: none;
  }

  .div-block-13-2-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    mix-blend-mode: normal;
    background-color: #fff0;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 4fr 4fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch stretch;
    margin: 0 60px 0 0;
    padding: 0 0%;
    display: grid;
  }

  .header-content-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 24px;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: -122px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .header-overlay-4-22 {
    opacity: 1;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-offset: 3px;
    mix-blend-mode: multiply;
    background-image: linear-gradient(90deg, #011523, #01152300 77%, #01152326);
    outline: 1px #011523;
    width: 100vw;
    height: 100vh;
  }

  .header-33 {
    outline-color: var(--main--white);
    outline-offset: -8px;
    color: #001829;
    mix-blend-mode: normal;
    background-color: #01152300;
    border-radius: 24px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: column;
    min-height: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .background-video-19 {
    filter: none;
    min-height: 770px;
    position: static;
  }

  .header-background-22 {
    filter: contrast(175%);
    outline-color: var(--main--white);
    outline-offset: -5px;
    pointer-events: auto;
    color: #011523;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-image: linear-gradient(90deg, #011523, #01152300 52%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67b48ee38f3715ca5ace09ce_wohnhaus.webp");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    background-clip: border-box;
    outline-width: 1px;
    outline-style: none;
    display: block;
  }

  .header-background-22:hover {
    filter: brightness(120%) contrast(200%);
  }

  .header-background-22.regentropfen-section {
    position: absolute;
  }

  .header-background-22.regen-hintergrund {
    opacity: 1;
    filter: brightness(120%) contrast(200%);
    background-image: linear-gradient(90deg, #011523, #01152300), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
  }

  .linear-title-2-22 {
    background-color: var(--main--white);
    outline-offset: 10px;
    direction: ltr;
    color: var(--main--white);
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--standard-bacckground);
    text-transform: none;
    mix-blend-mode: normal;
    border-radius: 4px;
    outline: 1px #fff;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    line-height: 50px;
  }

  .div-block-24 {
    box-shadow: 0 2px 80px 0 var(--standard-bacckground);
  }

  .paragraph-42 {
    margin-left: 20px;
  }

  .section-24 {
    z-index: 9999;
  }

  .paragraph-43 {
    z-index: 9999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--standard-bacckground);
    background-color: #fff9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 600px;
    margin-left: 0;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: 200;
    position: fixed;
    inset: auto 0% 0%;
  }

  .content-slide-card-22 {
    border: .5px solid var(--standard-bacckground);
    background-color: var(--main--white);
  }

  .content-slide-card-22:hover {
    background-color: var(--main--white);
  }

  .paragraph-small-88 {
    font-size: 16px;
  }

  .header-content-2-22 {
    border-right: 2px solid var(--main--white);
    border-left: 5px none var(--main--white);
    background-color: var(--main--transparent);
    background-image: linear-gradient(90deg, var(--main--white) 14%, #ffffff8c);
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    mix-blend-mode: normal;
    margin-left: 0;
    margin-right: auto;
    padding: 140px 20px 60px;
  }

  .bold-text-31-2 {
    background-color: #b94a4a00;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 80px;
    font-style: normal;
  }

  .header-background-start-1 {
    filter: contrast(200%);
    outline-color: var(--main--white);
    outline-offset: -5px;
    pointer-events: auto;
    color: #011523;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67dc2ca956743929faf76b75_norderstedt.webp");
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    outline-width: 1px;
    outline-style: none;
    width: 100%;
    height: 100vh;
    display: block;
  }

  .header-background-start-1:hover {
    filter: brightness(120%) contrast(200%);
  }

  .header-background-start-1.regentropfen-section {
    position: absolute;
  }

  .header-background-start-1.regen-hintergrund {
    opacity: 1;
    filter: brightness(120%) contrast(200%);
    background-image: linear-gradient(90deg, #011523, #01152300), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
  }

  .link-9 {
    color: var(--neutral--400);
    font-size: 16px;
    font-weight: 200;
  }

  .link-9.w--current {
    display: flex;
  }

  .timeline-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-content: start;
    place-items: stretch stretch;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .label-regular-2-22 {
    color: var(--main--white);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2;
  }

  .code-embed-545 {
    color: var(--main--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
  }

  .code-2 {
    font-size: 100px;
    font-weight: 700;
  }

  .paragraph-44 {
    color: var(--main--white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--standard-bacckground);
    width: auto;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 100px;
    font-style: italic;
    font-weight: 700;
    line-height: 80px;
  }

  .paragraph-45 {
    color: var(--main--white);
    font-size: 22px;
    font-weight: 100;
  }

  .text-block-429 {
    color: var(--main--white);
    font-size: 22px;
    font-weight: 100;
    line-height: 26px;
  }

  .header-background-start-1-22 {
    filter: contrast(200%);
    outline-color: var(--main--white);
    outline-offset: -5px;
    pointer-events: auto;
    color: #011523;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-image: none;
    background-clip: border-box;
    outline-width: 1px;
    outline-style: none;
    width: 100%;
    height: 100vh;
    display: block;
  }

  .header-background-start-1-22:hover {
    filter: brightness(120%) contrast(200%);
  }

  .header-background-start-1-22.regentropfen-section {
    position: absolute;
  }

  .header-background-start-1-22.regen-hintergrund {
    opacity: 1;
    filter: brightness(120%) contrast(200%);
    background-image: linear-gradient(90deg, #011523, #01152300), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
  }

  .section-26 {
    width: 100%;
  }

  .code-embed-546 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .code-embed-547 {
    outline-offset: 5px;
    color: #011523;
    mix-blend-mode: normal;
    background-color: #0000;
    border-left: 10px solid #f74b45;
    border-right: 10px #f74b45;
    border-radius: 20px 10px 10px 20px;
    outline: 1px #fff;
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    position: static;
    inset: auto auto 0% 0%;
  }

  .code-embed-547:hover {
    border-left-color: #00e444;
  }

  .section-28 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .quick-stack-26 {
    height: 100vh;
  }

  .heading-20 {
    font-size: 80px;
  }

  .text-block-430 {
    font-size: 24px;
  }

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

  .image-144 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: none;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
  }

  .code-embed-548 {
    margin-top: 0;
    display: none;
  }

  .section-29 {
    height: 100vh;
    margin-left: 4%;
    margin-right: 4%;
  }

  .code-embed-549 {
    display: block;
  }

  .icon-x-small-31 {
    color: #2c2c2c;
    width: 13px;
    height: 13px;
  }

  .hero-bg-wrap.glowing-trail-effect {
    -webkit-backdrop-filter: contrast(200%);
    backdrop-filter: contrast(200%);
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68da5751cf005d4f00997264_67e7fbe3e8f55e712176ad1f_wohnen%20in%20hamburg%20%20(1).webp");
    background-position: 0 0;
    background-size: cover;
    border: 2px #fff;
    padding-right: 5rem;
  }

  .text-block-432 {
    color: #141a24cc;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .hero-content {
    width: 100%;
    max-width: none;
  }

  .code-embed-551 {
    font-weight: 200;
  }

  .icon-x-small-32 {
    color: #011523;
  }

  .icon-x-small-32.icon-x-small-31 {
    width: 13px;
    height: 13px;
  }

  .subheading-regular-25.text-color-secondary {
    color: #011523;
    -webkit-text-stroke-color: #011523;
    font-size: 14px;
    font-weight: 200;
  }

  .subheading-regular-25.text-color-secondary {
    color: #011523;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #2c2c2c;
    -webkit-text-stroke-color: #011523;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
  }

  .subheading-regular-25.text-color-secondary.subheading-regular-25 {
    color: #2c2c2c;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
  }

  .subheading-regular-25.text-color-secondary {
    color: #2c2c2c;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #2c2c2c;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .code-embed-552 {
    border-left-color: #2c2c2c;
    border-right-color: #2c2c2c;
    border-radius: 20px;
  }

  .quick-stack-27 {
    margin-top: 0;
  }

  .cell-21 {
    justify-content: center;
  }

  .quick-stack-29 {
    border: 1px #c7cdd4;
    padding-top: 20px;
  }

  .cell-22 {
    flex-flow: row;
    justify-content: flex-end;
    display: flex;
  }

  .pricing-features-grid-3-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #01152300;
    background-clip: border-box;
    border-top: 0 #000;
    border-bottom: 2px #fff;
    border-left: 0 #f5f5f5;
    border-right: 0 #000;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: center start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
    font-size: 16px;
    display: grid;
  }

  .hero-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .h5-heading-28 {
    box-sizing: border-box;
    text-align: right;
    background-color: #fff;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 200;
    line-height: 1.2;
    position: static;
  }

  .image-146 {
    filter: invert();
  }

  .text-span-16 {
    font-weight: 400;
  }

  .section-30 {
    margin-bottom: 10px;
  }

  .row-x-small-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #011523;
  }

  .h5-heading-15-3 {
    box-sizing: border-box;
    text-align: left;
    background-color: #fff0;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2;
    position: static;
  }

  .column-regular-21 {
    flex-flow: column;
    width: 600px;
    display: flex;
  }

  .hero-heading-2 {
    outline-offset: 10px;
    color: var(--standard-bacckground);
    outline: 1px #000;
    font-size: 85px;
    font-weight: 400;
  }

  .hero-heading-2.glowing-trail-effect {
    border-bottom-style: dashed;
    border-bottom-color: #888;
    font-size: 95px;
    font-weight: 400;
    line-height: 85px;
  }

  .section-large-20 {
    padding: 0 0%;
  }

  .hero-description {
    margin-top: 0;
  }

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

  .section-heading {
    text-transform: none;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
  }

  .background-video-20 {
    background-image: linear-gradient(270deg, #0000008c, #fff0 36%), linear-gradient(90deg, var(--main--white) 20%, #fff0 60%);
    border-radius: 2.1rem;
    width: 100%;
    height: 100%;
    box-shadow: 0 40px 80px #00337233;
  }

  .code-embed-587 {
    color: #011523;
    padding-left: 20px;
    font-weight: 200;
  }

  .code-embed-541-6678 {
    border-right: 10px none var(--primary--dark);
    outline-color: var(--main--white);
    outline-offset: 5px;
    color: #011523;
    mix-blend-mode: normal;
    border-left: 10px #f74b45;
    border-radius: 20px 10px 10px 20px;
    outline-width: 1px;
    outline-style: none;
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    position: static;
    inset: auto auto 0% 0%;
  }

  .code-embed-541-6678:hover {
    border-left-color: #00e444;
  }
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    padding: 0;
  }

  .paragraph-large-14 {
    margin-bottom: 140px;
  }

  .navigation-bar-4 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .code-embed-541 {
    border-left-style: none;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;
    display: flex;
    transform: scale(2);
  }

  .icon-x-small-31 {
    color: #2c2c2c;
    width: 20px;
    height: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .hero-bg-wrap {
    mix-blend-mode: normal;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68d4f6bfa5d3a5cd6b6bb649_Header-3.webp");
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-bg-wrap.glowing-trail-effect {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-offset: 8px;
    mix-blend-mode: normal;
    box-shadow: none;
    outline-offset: 8px;
    mix-blend-mode: normal;
    background-image: linear-gradient(90deg, #fff 20%, #fff0 65%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68da5751cf005d4f00997264_67e7fbe3e8f55e712176ad1f_wohnen%20in%20hamburg%20%20(1).webp");
    background-position: 0 0, 100%;
    border: 2px #fff;
    border-top-color: #000;
    border-left-width: 0;
    border-radius: 2rem;
    outline: 2px solid #fff;
    padding-right: 5rem;
  }

  .text-block-432 {
    color: #011523;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #c9c9c9;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 50px;
    font-style: normal;
    text-decoration: none;
    position: static;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .code-embed-551 {
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
  }

  .icon-x-small-32.icon-x-small-31 {
    color: var(--standard-bacckground);
    width: 20px;
    height: 20px;
  }

  .small-text.color-grey-400.bold {
    color: var(--standard-bacckground);
    font-weight: 300;
  }

  .subheading-regular-25.text-color-secondary.subheading-regular-25 {
    color: var(--standard-bacckground);
    font-size: 16px;
    font-weight: 200;
  }

  .subheading-regular-25.text-color-secondary {
    color: #2c2c2c;
    font-size: 18px;
  }

  .code-embed-552 {
    outline-offset: 10px;
    mix-blend-mode: normal;
    border-left-color: #2c2c2c;
    border-right-color: #2c2c2c;
    border-radius: 20px;
    outline: 3px #fff;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    transform: translate(20px)scale(1.3);
  }

  .quick-stack-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
  }

  .quick-stack-28 {
    padding: 0;
  }

  .code-embed-553 {
    color: var(--standard-bacckground);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    position: static;
    top: 160px;
    bottom: 0;
  }

  .image-145 {
    align-self: flex-end;
    width: 220px;
  }

  .cell-21 {
    flex-flow: row;
    justify-content: flex-start;
    line-height: 18px;
    display: block;
  }

  .pricing-features-grid-3-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
    line-height: 18px;
  }

  .hero-section {
    z-index: auto;
    height: 90vh;
    padding-left: 4rem;
  }

  .h5-heading-28 {
    font-style: italic;
    font-weight: 200;
  }

  .image-146 {
    z-index: 3;
    filter: invert();
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #333;
    width: 125px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .text-span-16 {
    font-weight: 400;
  }

  .section-30 {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: auto;
    left: -5%;
  }

  .row-x-small-5 {
    font-size: 16px;
  }

  .h5-heading-15-3 {
    letter-spacing: .02px;
    margin-top: -15px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
  }

  .column-regular-21 {
    width: 600px;
  }

  .hero-heading-2 {
    box-shadow: none;
    filter: saturate(200%);
    outline-offset: 20px;
    direction: ltr;
    color: var(--standard-bacckground);
    text-align: center;
    text-shadow: none;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #7a383800;
    border-left-style: none;
    border-radius: 20px;
    outline: 1px #2c2c2c;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    transform: none;
  }

  .hero-heading-2.glowing-trail-effect {
    box-shadow: none;
    filter: none;
    color: var(--standard-bacckground);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #2c2c2c;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #2c2c2c;
    text-transform: none;
    background-color: #fff0;
    border-bottom-style: dashed;
    border-bottom-color: #888;
    border-radius: 10px;
    font-size: 104px;
    font-style: normal;
    font-weight: 400;
    line-height: 95px;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .hero-description {
    margin-top: 20px;
  }

  .text-block-433 {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 200;
  }

  .section-heading {
    text-transform: none;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
  }

  .flex-h {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .basic-text {
    margin-top: 0;
  }

  .basic-text.color-grey-400 {
    font-weight: 200;
  }

  .basic-text.color-grey-400.section-badge {
    text-transform: none;
    text-transform: none;
  }

  .container-3, .container-4 {
    max-width: 1400px;
  }

  .background-video-20 {
    background-image: linear-gradient(270deg, #000000b3, #fff0 16%), linear-gradient(90deg, var(--main--white) 25%, #fff0 60%);
    border-radius: 2.1rem;
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 40px 80px #00337233;
  }

  .code-embed-587 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: 200;
    line-height: 16px;
  }

  .code-embed-588 {
    margin-top: 20px;
    transform: translate(40px)scale(1.6);
  }

  .code-embed-541-6678 {
    border-left-style: none;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 100px;
    margin-left: 20px;
    display: flex;
    transform: scale(1.4);
  }

  .code-embed-21-89 {
    margin-top: 10px;
    margin-bottom: 10px;
    transform: translate(40px)scale(1.6);
  }
}

@media screen and (max-width: 991px) {
  .template-typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary {
    display: flex;
  }

  .template-typography-detail {
    margin-bottom: 16px;
  }

  .section-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
                   "Area"
                   / 5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .template-table-row {
    grid-template-columns: 1fr;
  }

  .template-typography-styles {
    margin-top: 8px;
  }

  .template-flex-wrapper {
    flex-direction: column;
  }

  .template-side-menu {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0%;
    display: grid;
    position: static;
  }

  .h1-heading.display {
    width: 650px;
  }

  .heading {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navigation-dark {
    padding: 24px 4%;
  }

  .navigation-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-left {
    flex: 0 auto;
    width: 0;
  }

  .navigation-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .header-3 {
    min-height: 700px;
  }

  .navigation {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo {
    margin-left: 10px;
  }

  .nav-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .nav-link {
    border-radius: 0;
    padding: 24px 4%;
    font-size: 32px;
    line-height: 40px;
  }

  .nav-button {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .nav-line-holder {
    padding-left: 0%;
    padding-right: 0%;
  }

  .overline.shooting-star-effect {
    font-size: 33px;
  }

  .nav-link-dark {
    border-bottom: 1px solid var(--opacity--8);
    border-radius: 0;
    padding: 24px 4%;
    font-size: 32px;
    line-height: 40px;
  }

  .nav-link-dark.w--current {
    border-bottom-color: var(--opacity--32);
    background-color: var(--main--transparent);
  }

  .header-tab {
    margin-top: 20px;
  }

  .header-social-media {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .logo-master {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .header-content {
    max-width: 100%;
    margin-top: 0;
  }

  .nav-line-dark {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .capability-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .form-block {
    float: left;
    display: block;
    position: static;
  }

  .shipping-stats {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-block {
    max-width: 92%;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .logistic-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rating-wrapper {
    flex-flow: column;
  }

  .rating-content {
    text-align: center;
  }

  .ticker-item {
    width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .pricing-card.left {
    margin-right: 0;
    padding-right: 24px;
  }

  .pricing-card.right {
    margin-left: 0;
    padding-left: 24px;
  }

  .table-grid {
    min-width: 920px;
  }

  .table {
    overflow: auto;
  }

  .embed {
    display: none;
  }

  .base-header {
    padding-top: 172px;
    padding-bottom: 226px;
  }

  .subpage-social-media {
    flex-flow: row;
    padding-bottom: 0;
    position: static;
  }

  .service-button {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .stat-content {
    text-align: center;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: -218px;
  }

  .contact-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-form {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .contact-feature {
    flex-flow: wrap;
  }

  .blog-header {
    padding-top: 172px;
  }

  .linear-title {
    font-size: 70px;
  }

  .blog-content {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .number-master {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post-back-button {
    left: 0;
  }

  ._404-container {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .ticker-wrapper {
    width: auto;
    max-width: none;
    min-height: 592px;
    margin-top: 0;
    margin-left: -40px;
  }

  .blog-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .solution-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .solution-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .menu-button {
    border-radius: var(--radius--rounded);
    background-color: var(--opacity--10);
    box-shadow: 0 2px 2px 0 var(--main--shadow), inset 0 .75px 0 0 var(--opacity--12);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--opacity--10);
  }

  .menu-button.light {
    border: 1px solid var(--main--shadow);
    background-color: var(--neutral--900);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 1px solid var(--main--shadow);
    background-color: var(--neutral--900);
    box-shadow: none;
  }

  .menu-lines {
    grid-column-gap: 3.5px;
    grid-row-gap: 3.5px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
  }

  .menu-line {
    border-radius: var(--radius--rounded);
    background-color: var(--main--white);
    width: 16px;
    height: 1.5px;
    padding: 0;
  }

  .nav-menu {
    border-bottom-left-radius: var(--radius--24);
    border-bottom-right-radius: var(--radius--24);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #070b0f3d;
    flex-flow: column;
    padding-bottom: 4vw;
    display: flex;
    overflow: hidden;
  }

  .nav-menu.white {
    background-color: var(--main--white);
    box-shadow: 0 16px 64px -8px var(--main--shadow-s);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: var(--main--white);
    box-shadow: 0 16px 64px -8px var(--main--shadow-s);
  }

  .list-item {
    width: 100%;
  }

  .nav-ghost {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .service-header {
    padding-top: 172px;
    padding-bottom: 124px;
  }

  .solution-image {
    height: auto;
  }

  .nav-light-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .docked-submit {
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .image-2 {
    width: 200px;
    margin-right: 0;
  }

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

  .bold-text-3 {
    font-size: 45px;
  }

  .header-title-row {
    float: none;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
  }

  .page-padding {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

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

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .container-large-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .grid-two-column-4, .faq-container {
    grid-template-columns: 1fr;
  }

  .faq-card {
    max-width: none;
  }

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .content-project-image {
    max-width: 160px;
  }

  .pagination-small {
    margin-right: auto;
  }

  .table-full-wrapper {
    overflow: scroll;
  }

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

  .tab-link-2 {
    width: 40%;
  }

  .bottom-caption {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .caption-info {
    grid-row-gap: 14px;
    text-align: center;
    flex-direction: column;
  }

  .integration-tabs-menu {
    border-bottom-style: none;
    flex-wrap: wrap;
  }

  .table-card {
    width: 1040px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .account_form-block {
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-content {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    border-radius: 4px;
    padding: 10px;
  }

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

  .navigation-links-list {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .navigation-content-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navigation-container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .input-shortcut-embed {
    display: none;
  }

  .navigation-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .navigation-dropdown-toggle {
    padding-left: 0;
  }

  .dropdown-arrow {
    color: var(--main--white);
    padding-left: 0;
  }

  .navigation-buttons-desktop {
    display: none;
  }

  .navigation-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .navigation-vertical-divider {
    display: none;
  }

  .navigation-dropdown-card {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .navigation-search-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #d6d3d1;
    padding: 16px 5%;
  }

  .navigation-form-block {
    order: -1;
    max-width: none;
  }

  .navigation-logo-link {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link.hide-tablet {
    display: none;
  }

  .navigation-logo-link.hide-desktop {
    display: block;
  }

  .menu-button-3 {
    border-radius: 4px;
    padding: 10px;
  }

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

  .caption-small-2.text-color-gray-500 {
    color: var(--standard-bacckground);
  }

  .dropdown-card-featured {
    width: auto;
  }

  .dropdown-main-content {
    flex-flow: column;
  }

  .navigation-container-3 {
    justify-content: space-between;
    align-items: center;
  }

  .navigation-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-menu-grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-wrapper {
    padding: 0;
  }

  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu-2 {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-column-2 {
    flex-flow: column;
    grid-template-columns: 2fr;
    padding: 16px 0;
    display: flex;
  }

  .dropdown-row {
    flex-flow: column;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .dropdown-link-2 {
    white-space: normal;
  }

  .navigation-link-3 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-logo-link-2 {
    margin-right: 0;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-featured-block {
    min-width: auto;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #4b264b;
  }

  .navigation-dropdown-list-2.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle-2 {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-content-2 {
    flex-flow: column;
    grid-template-columns: 2fr;
    padding: 16px 0;
    display: flex;
  }

  .navigation-dropdown-row {
    flex-flow: column;
    grid-template-columns: 2fr;
  }

  .dropdown-card-grid-large {
    min-width: auto;
  }

  .navigation-dropdown-toggle-3 {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-content-row {
    flex-flow: column;
    grid-template-columns: 2fr;
    padding: 16px;
    display: flex;
  }

  .dropdown-card-grid-2 {
    min-width: auto;
  }

  .navigation-dropdown-toggle-4 {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-container-5 {
    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;
    align-items: center;
    padding: 5px 20px;
    display: grid;
  }

  .navigation-dropdown-toggle-5 {
    padding-left: 0;
  }

  .navigation-link-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-list-3.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .navigation-menu-3 {
    background-color: #fff;
    border-bottom: 1px solid #d6d3d1;
    padding: 16px 5%;
  }

  .navigation-logo-link-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link-3.hide-tablet {
    display: none;
  }

  .navigation-logo-link-3.hide-desktop {
    display: block;
  }

  .text-span-2, .text-span-3 {
    font-size: 18px;
  }

  .grid-three-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-grid-2 {
    grid-template-columns: 1fr;
  }

  .feature-tab {
    width: 40%;
  }

  .paragraph-large-4 {
    font-size: 22px;
    font-weight: 200;
    line-height: 26px;
  }

  .faq-grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-tab-image {
    max-height: none;
  }

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

  .content-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .faq-tab-link-large {
    background-color: var(--neutral--100);
  }

  .faq-title {
    white-space: normal;
  }

  .faq-tabs-menu-2 {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .article-social-links {
    flex-direction: row;
    margin-top: 56px;
    padding-top: 0;
  }

  .article-wrapper {
    flex-direction: column-reverse;
  }

  .article-social-group {
    flex-direction: row;
  }

  .navigation-menu-wide {
    background-color: #fff;
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    max-height: 80vh;
    padding: 8px;
    position: absolute;
    left: 3%;
    right: 3%;
    overflow: auto;
    box-shadow: 0 1px 2px #23272e14;
  }

  .navigation-menu-wide.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown-list-large.w--open {
    box-shadow: none;
    width: 100%;
    max-height: 370px;
    margin-top: 0;
    padding-top: 0;
    position: static;
    overflow: auto;
  }

  .navigation-dropdown-toggle-6 {
    justify-content: space-between;
  }

  .navigation-menu-button-2 {
    color: #fff;
    background-color: #23272f;
    border: 2px solid #23272f;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    box-shadow: inset 0 2px 2px #ffffff3d;
  }

  .navigation-menu-button-2.w--open {
    background-color: #000;
  }

  .dropdown-links-menu {
    max-width: none;
  }

  .dropdown-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-large {
    width: 100%;
  }

  .dropdown-container-large.w--open {
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle-7 {
    padding-left: 0;
  }

  .navigation-link-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-list-4.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .navigation-menu-4 {
    background-color: #fff0;
    border-bottom: 1px #d6d3d1;
    padding: 16px 5%;
  }

  .navigation-logo-link-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link-5.hide-tablet {
    display: none;
  }

  .navigation-logo-link-5.hide-desktop {
    display: block;
  }

  .icon-9 {
    color: var(--main--white);
    font-size: 30px;
  }

  .text-block-11 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-11.shooting-star-effect {
    color: var(--main--white);
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    display: block;
  }

  .image-11 {
    width: 150px;
    margin-top: 20px;
  }

  .section-large-5 {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 590px;
    display: block;
  }

  .gradient-background-wrapper {
    display: block;
  }

  .button-dark-large {
    display: flex;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .image-13 {
    width: 125px;
  }

  .image-15, .image-16, .image-17, .image-18 {
    margin-top: 0;
  }

  .text-block-20.shooting-star-effect {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .section-large-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-card-large {
    margin-top: 40px;
  }

  .button-dark-large-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .course-header {
    margin-top: 40px;
  }

  .course-content {
    max-width: none;
  }

  .course-tags {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .avatar-small {
    width: 160px;
  }

  .course-video {
    aspect-ratio: 16 / 9;
  }

  .course-main-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-small-2.background-gray-50 {
    background-color: var(--main--white);
    background-color: var(--main--white);
  }

  .course-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .course-space-between {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 10px;
    display: flex;
  }

  .career-grid, .feature-grid, .grid-two-column-5 {
    grid-template-columns: 1fr;
  }

  .filter-menu-grid-large {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .filter-title-wrapper {
    margin-bottom: 80px;
  }

  .icon-regular-13 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .header-dashboard-asset {
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 16px;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: -40px;
    position: static;
  }

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

  .header-client-block {
    margin-top: 20px;
  }

  .dashboard-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .header-content-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
  }

  .column-regular-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .course-main-grid-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .course-tab-menu-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary-large-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .paragraph-regular-11 {
    color: var(--standard-bacckground);
  }

  .section-large-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-dark-large-3 {
    display: flex;
  }

  .image-24 {
    transform: scale(1.3)translate(190px);
  }

  .code-embed-6 {
    margin-top: -5px;
  }

  .container-small-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-regular-10 {
    padding-top: 54px;
    padding-bottom: 0;
  }

  .section-large-8 {
    border-radius: 24px;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    position: relative;
  }

  .button-dark-large-4 {
    display: flex;
  }

  .team-right {
    justify-content: space-between;
    align-items: center;
  }

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

  .testimonial-tabs-menu-large {
    flex-flow: wrap;
    margin-bottom: 24px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-primary-9 {
    display: flex;
  }

  .testimonial-tab-link-large {
    max-width: 310px;
    padding: 12px 12px 12px 24px;
  }

  .heading-grid-3 {
    grid-template-columns: 1fr;
  }

  .heading-grid-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-tabs-large {
    flex-direction: column;
  }

  .hero2_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .social_item {
    margin-left: -20px;
  }

  .social_proof {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .hero2_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .hero2_logo-row {
    margin-top: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .star_image {
    width: 1.125rem;
    height: 1.125rem;
  }

  .hero2_content-right {
    height: 40rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .testimonial-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .heading-decorative-h2 {
    font-size: 2.75rem;
  }

  .features2_card-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-grid-4, .grid-two-column-6 {
    grid-template-columns: 1fr;
  }

  .content-statistics {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .h3-heading-8 {
    font-size: 26px;
  }

  .paragraph-large-13 {
    margin-top: 20px;
  }

  .testimonial-list-wrapper {
    height: 440px;
  }

  .testimonial-header {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-grid-2 {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section_hero2 {
    margin-top: 0;
  }

  .faq-tabs-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .faq-grid-left {
    grid-template-columns: 1fr;
  }

  .section-regular-16.background-gray-50 {
    background-color: var(--neutral--100);
    background-color: var(--neutral--100);
    border-radius: 24px;
  }

  .paragraph-small-28.text-color-gray-800 {
    font-size: 16px;
  }

  .faq-tabs-menu-5 {
    background-color: var(--neutral--100);
  }

  .step-form-grid {
    grid-template-columns: 1fr;
  }

  .multi-step-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .step-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
  }

  .label-regular-2 {
    font-size: 22px;
  }

  .multi-step-form-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .multi-step-form-contact {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .next-button-slide {
    display: flex;
  }

  .background-video-5 {
    display: block;
    position: static;
  }

  .paragraph-large-14 {
    font-weight: 200;
    line-height: 24px;
  }

  .header-image-wrapper {
    margin-top: 96px;
  }

  .h1-heading-8 {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-grid-5, .header-grid-large, .title-grid {
    grid-template-columns: 1fr;
  }

  .title-button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .text-color-gray-951 {
    font-weight: 200;
  }

  .paragraph-23 {
    font-size: 18px;
    font-weight: 200;
  }

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

  .text-block-109, .text-block-110 {
    font-weight: 200;
  }

  .paragraph-regular-24 {
    font-size: 18px;
    font-weight: 200;
  }

  .timeline-block {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .grid-two-column-9 {
    grid-template-columns: 1fr;
  }

  .timeline-dash-line {
    display: none;
  }

  .button-primary-14 {
    display: flex;
  }

  .content-grid-small, .content-grid {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    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-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .text-block-115 {
    font-weight: 200;
  }

  .timeline-bottom {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .timeline-top {
    flex-direction: column;
    align-items: center;
  }

  .grid-two-column-10 {
    grid-template-columns: 1fr;
  }

  .timeline-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .timeline-block-3 {
    flex-direction: column;
    align-items: center;
  }

  .grid-two-column-11 {
    grid-template-columns: 1fr;
  }

  .button-primary-15 {
    display: flex;
  }

  .text-block-117 {
    font-weight: 200;
  }

  .paragraph-25 {
    margin-top: 20px;
    font-size: 22px;
  }

  .testimonial-avatar-2, .testimonial-avatar-3 {
    width: 254px;
    height: 254px;
  }

  .caption-regular-7.text-color-gray-700 {
    font-weight: 200;
  }

  .h6-heading-20.text-weight-medium {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.2;
  }

  .section-large-14.background-gray {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .integration-info-wrapper {
    bottom: -96px;
  }

  .integration-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-carousel {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-grid-6 {
    grid-template-columns: 1fr;
  }

  .table-image {
    max-height: 440px;
  }

  .table-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .table-wrapper {
    overflow: scroll;
  }

  .caption-regular-8.text-color-gray-600 {
    width: 250px;
    font-weight: 100;
  }

  .avatar-small-2 {
    font-size: 24px;
  }

  .course-main-grid-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 2fr;
    place-items: stretch stretch;
  }

  .course-tab-menu-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-regular-31 {
    font-weight: 200;
    line-height: 20px;
  }

  .section-regular-23 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-grid-2 {
    grid-template-columns: 1fr;
  }

  .career-card {
    margin-top: 20px;
  }

  .integration-card-grid-2 {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .h5-heading-11 {
    font-size: 55px;
  }

  .tab-link-image {
    width: 100px;
    height: 80px;
  }

  .content-tab-link-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 24px 5% 16px;
  }

  .content-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .code-embed-12 {
    padding-bottom: 20px;
  }

  .team-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-row-image {
    max-width: 160px;
  }

  .block-quote {
    font-size: 48px;
    line-height: 50px;
  }

  .grid-two-column-9---2 {
    grid-template-columns: 1fr;
  }

  .cta-content {
    flex-flow: column;
  }

  .cta-illustration {
    order: -1;
    width: 300px;
  }

  .h4-heading-10 {
    font-size: 42px;
  }

  .pricing-card-3 {
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }

  .sub-heading-small-3 {
    font-size: 30px;
  }

  .div-block-12 {
    margin-left: 0;
  }

  .caption-small-11.text-color-gray-500 {
    color: #011523;
  }

  .navigation-dropdown-toggle-8 {
    padding-left: 0;
  }

  .navigation-container-6 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    display: block;
  }

  .navigation-dropdown-list-5.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .bold-text-17 {
    font-size: 45px;
  }

  .button-primary-large-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .course-tab-link-3 {
    justify-content: center;
    display: flex;
  }

  .button-dark-large-5 {
    display: flex;
  }

  .course-tab-menu-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navigation-links-list-2 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .wrap-v-small-4.align-v-left {
    background-color: var(--standard-bacckground);
    background-color: var(--standard-bacckground);
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .course-tags-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .text-block-142 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-142.shooting-star-effect {
    color: #fff;
  }

  .icon-27 {
    color: #fff;
    font-size: 30px;
  }

  .div-block-14 {
    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-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .header-background-3 {
    filter: contrast(200%);
  }

  .header-2 {
    min-height: 500px;
  }

  .text-block-144.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-44 {
    transform: scale(1.3)translate(129px);
  }

  .column-regular-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-logo-link-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link-6.hide-tablet {
    display: none;
  }

  .navigation-logo-link-6.hide-desktop {
    display: block;
  }

  .caption-regular-9.text-color-gray-600 {
    align-self: flex-end;
  }

  .code-embed-27 {
    margin-top: -5px;
  }

  .image-47 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-2 {
    padding: 0;
  }

  .course-header-3 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigation-menu-5 {
    background-color: #fff;
    border-bottom: 1px solid #d6d3d1;
    padding: 16px 5%;
  }

  .logo-2 {
    margin-left: 10px;
  }

  .dropdown-arrow-2 {
    color: #fff;
    padding-left: 0;
  }

  .subheading-regular-7 {
    align-self: flex-start;
    display: block;
  }

  .linear-title-2 {
    font-size: 100px;
    line-height: 80px;
  }

  .overline-8.shooting-star-effect {
    font-size: 33px;
  }

  .header-slider-trigger.left {
    background-image: none;
    width: 48px;
  }

  .header-graphic {
    max-width: 600px;
  }

  .header-slider {
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-slider-grid {
    grid-template-columns: 1fr;
  }

  .header-slide-mask {
    margin-left: 0;
  }

  .header-slide-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .team-slider-trigger {
    width: 20%;
  }

  .team-member-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-avatar-2 {
    max-width: 160px;
  }

  .testimonial-marquee-wrapper {
    max-width: none;
  }

  .testimonial-content-3 {
    padding-top: 0;
  }

  .testimonial-overlay-bottom {
    background-image: linear-gradient(to top, #fffffff5, #fff0);
  }

  .grid-two-column-12 {
    grid-template-columns: 1fr;
  }

  .testimonial-image-large {
    margin-left: 0;
  }

  .testimonial-background {
    display: none;
  }

  .testimonial-profile-wrapper {
    flex-wrap: wrap;
  }

  .testimonial-header-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-regular-27 {
    position: relative;
  }

  .team-row-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-primary-17 {
    font-weight: 200;
  }

  .button-secondary-4 {
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: 200;
  }

  .table-wrapper-2 {
    width: 1300px;
  }

  .table-container {
    overflow: scroll;
  }

  .table-row-2 {
    grid-template-columns: 1fr;
  }

  .h1-heading-11 {
    font-size: 60px;
  }

  .section-regular-29 {
    padding-bottom: 0;
  }

  .table-wrapper-3 {
    width: 1300px;
  }

  .section-regular-30 {
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .cell-2, .cell-3 {
    display: none;
  }

  .header-content-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-radius: 24px;
    max-width: none;
    padding-bottom: 40px;
  }

  .header-marquee-wrapper {
    margin-top: 0;
  }

  .header-marquee-loop {
    height: 620px;
  }

  .grid-two-column-13 {
    background-position: 50%;
    background-size: cover;
    grid-template-columns: 1fr;
  }

  .process-card-1 {
    background-image: linear-gradient(#0000008f, #0000008f);
    background-position: 0 0;
    background-size: auto;
  }

  .button-primary-9-2 {
    display: flex;
  }

  .image-55 {
    margin-left: -100px;
  }

  .course-tags-3-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-height: none;
    display: flex;
  }

  .image-56 {
    z-index: 3;
    margin-top: -30px;
    margin-left: -30px;
    position: relative;
  }

  .paragraph-large-27 {
    font-size: 18px;
  }

  .testimonial-border, .testimonial-title {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-grid-4 {
    grid-column-gap: 44px;
    grid-template-columns: 1fr 1px 2.75fr;
  }

  .testimonial-brand-banner {
    flex-wrap: wrap;
  }

  .bold-text-21 {
    font-size: 24px;
  }

  .body-2 {
    background-color: var(--main--white);
  }

  .body-6 {
    margin-top: 40px;
  }

  .body-17 {
    background-color: var(--main--white);
  }

  .course-tags-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .border-card-image-block {
    order: -1;
    width: 70%;
    height: 325px;
  }

  .border-card {
    flex-wrap: wrap;
    justify-content: center;
  }

  .border-card-content-block {
    width: 100%;
  }

  .section-small-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .logo-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .navigation-dropdown-list-6.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .button-dark-large-6 {
    display: flex;
  }

  .text-block-165 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-165.shooting-star-effect {
    color: #fff;
  }

  .icon-30 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-main-content-2 {
    flex-flow: column;
  }

  .text-block-167.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .navigation-logo-link-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link-7.hide-tablet {
    display: none;
  }

  .navigation-logo-link-7.hide-desktop {
    display: block;
  }

  .navigation-logo-link-7.hide-desktop.w--current {
    display: flex;
  }

  .image-61 {
    background-color: var(--standard-bacckground);
    border-radius: 10px;
    width: 125px;
    padding: 5px;
  }

  .navigation-dropdown-content-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-wrapper-3 {
    padding: 0;
  }

  .logo-5 {
    margin-left: 10px;
  }

  .navigation-dropdown-list-7.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .button-dark-large-7 {
    display: flex;
  }

  .text-block-175 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-175.shooting-star-effect {
    color: #fff;
  }

  .icon-32 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-main-content-3 {
    flex-flow: column;
  }

  .text-block-177.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .navigation-logo-link-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link-8.hide-tablet {
    display: none;
  }

  .navigation-logo-link-8.hide-desktop {
    display: block;
  }

  .image-63 {
    width: 125px;
  }

  .navigation-dropdown-content-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-wrapper-4 {
    padding: 0;
  }

  .logo-6 {
    margin-left: 10px;
  }

  .navigation-dropdown-list-8.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .button-dark-large-8 {
    display: flex;
  }

  .text-block-185 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-185.shooting-star-effect {
    color: #fff;
  }

  .icon-34 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-187.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .navigation-logo-link-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link-9.hide-tablet {
    display: none;
  }

  .navigation-logo-link-9.hide-desktop {
    display: block;
  }

  .image-65 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-5 {
    padding: 0;
  }

  .logo-7 {
    margin-left: 10px;
  }

  .navigation-dropdown-list-9.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .text-block-195 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-195.shooting-star-effect {
    color: #fff;
  }

  .icon-36 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-197.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-67 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-6 {
    padding: 0;
  }

  .logo-8 {
    margin-left: 10px;
  }

  .navigation-dropdown-list-10.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .text-block-205 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-205.shooting-star-effect {
    color: #fff;
  }

  .icon-38 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-207.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-69 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-7 {
    padding: 0;
  }

  .logo-9 {
    margin-left: 10px;
  }

  .text-block-215 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-215.shooting-star-effect {
    color: #fff;
  }

  .icon-40 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-217.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-71 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-8 {
    padding: 0;
  }

  .logo-10 {
    margin-left: 10px;
  }

  .text-block-225 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-225.shooting-star-effect {
    color: #fff;
  }

  .icon-42 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-227.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-73 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-9 {
    padding: 0;
  }

  .logo-11 {
    margin-left: 10px;
  }

  .text-block-235 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-235.shooting-star-effect {
    color: #fff;
  }

  .icon-44 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-237.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-75 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-10 {
    padding: 0;
  }

  .logo-12 {
    margin-left: 10px;
  }

  .text-block-245 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-245.shooting-star-effect {
    color: #fff;
  }

  .icon-46 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-247.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-77 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-11 {
    padding: 0;
  }

  .logo-13 {
    margin-left: 10px;
  }

  .text-block-255 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-255.shooting-star-effect {
    color: #fff;
  }

  .icon-48 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-257.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-79 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-12 {
    padding: 0;
  }

  .logo-14 {
    margin-left: 10px;
  }

  .navigation-container-7 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-265 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-265.shooting-star-effect {
    color: #fff;
  }

  .icon-50 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-267.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-81 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-13 {
    padding: 0;
  }

  .logo-15 {
    margin-left: 10px;
  }

  .navigation-container-8 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-275 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-275.shooting-star-effect {
    color: #fff;
  }

  .icon-52 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-277.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-83 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-14 {
    padding: 0;
  }

  .logo-16 {
    margin-left: 10px;
  }

  .navigation-container-9 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-285 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-285.shooting-star-effect {
    color: #fff;
  }

  .icon-54 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-287.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-85 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-15 {
    padding: 0;
  }

  .logo-17 {
    margin-left: 10px;
  }

  .navigation-container-10 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-295 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-295.shooting-star-effect {
    color: #fff;
  }

  .icon-56 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-297.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-87 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-16 {
    padding: 0;
  }

  .logo-18 {
    margin-left: 10px;
  }

  .navigation-container-11 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-305 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-305.shooting-star-effect {
    color: #fff;
  }

  .icon-58 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-307.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-89 {
    width: 125px;
  }

  .navigation-dropdown-wrapper-17 {
    padding: 0;
  }

  .logo-19 {
    margin-left: 10px;
  }

  .text-block-315 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-315.shooting-star-effect {
    color: #fff;
  }

  .icon-60 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-317.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-91 {
    width: 125px;
  }

  .logo-20 {
    margin-left: 10px;
  }

  .text-block-325 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-325.shooting-star-effect {
    color: #fff;
  }

  .icon-62 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-327.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-93 {
    width: 125px;
  }

  .logo-21 {
    margin-left: 10px;
  }

  .text-block-335 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-335.shooting-star-effect {
    color: #fff;
  }

  .icon-64 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-337.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-95 {
    width: 125px;
  }

  .text-block-345 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-345.shooting-star-effect {
    color: #fff;
  }

  .icon-66 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-347.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-97 {
    width: 125px;
  }

  .text-block-355 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-355.shooting-star-effect {
    color: #fff;
  }

  .icon-68 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-357.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-99 {
    width: 125px;
  }

  .text-block-365 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-365.shooting-star-effect {
    color: #fff;
  }

  .icon-70 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-367.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-101 {
    width: 125px;
  }

  .icon-72 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-376.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-103 {
    width: 125px;
  }

  .text-block-383 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-383.shooting-star-effect {
    color: #fff;
  }

  .icon-74 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-385.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-105 {
    width: 125px;
  }

  .text-block-390 {
    color: #000;
    padding-left: 20px;
  }

  .text-block-390.shooting-star-effect {
    color: #fff;
  }

  .icon-76 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-392.shooting-star-effect {
    color: #011523;
    font-weight: 200;
  }

  .image-107 {
    width: 125px;
  }

  .image-108 {
    margin-top: -40px;
    margin-left: 0;
  }

  .background-video-10 {
    filter: grayscale();
    height: 150px;
    margin-top: 0;
  }

  .avatar-small-3 {
    font-size: 24px;
  }

  .course-space-between-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 10px;
    display: flex;
  }

  .social_proof-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .button-6 {
    padding-top: 4px;
  }

  .logo-button-wrapper {
    flex-flow: wrap;
    min-width: auto;
  }

  .logo-card-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-image: none;
  }

  .button-primary-20 {
    display: flex;
  }

  .logo-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-grid-left-2 {
    grid-template-columns: 1fr;
  }

  .relume-roster-panel {
    align-items: flex-start;
  }

  .rr-details-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .rr-text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .capabilities-wrap {
    width: 100%;
  }

  .hero-heading {
    position: relative;
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .bold-text-31 {
    font-size: 120px;
  }

  .paragraph-33 {
    font-size: 16px;
  }

  .div-block-13-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    display: block;
  }

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

  .code-embed-49 {
    margin-top: 0;
  }

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

  .grid-two-column-14 {
    grid-template-columns: 1fr;
  }

  .form-block-3 {
    align-items: center;
  }

  .contact-map-button {
    padding: 24px;
  }

  .section-regular-33 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .contact-map-right {
    height: 600px;
  }

  .heading-grid-7 {
    grid-template-columns: 1fr;
  }

  .contact-map-button-inner {
    padding: 16px;
  }

  .form-card {
    max-width: none;
  }

  .background-video-11 {
    background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0);
  }

  .image-113 {
    box-sizing: border-box;
    vertical-align: baseline;
    display: inline-block;
    position: relative;
    left: 15%;
  }

  .code-embed-541 {
    mix-blend-mode: normal;
    border-radius: 20px 10px 10px 20px;
  }

  .paragraph-37 {
    line-height: 12px;
    display: block;
  }

  .paragraph-38 {
    color: var(--main--white);
    margin-top: 6px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 200;
    line-height: 12px;
  }

  .course-header-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigation-dropdown-card-2 {
    min-width: auto;
  }

  .navigation-footer {
    background-color: #fff0;
  }

  .course-header-5 {
    width: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-large-16 {
    background-color: #f3f3f500;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h5-heading-15 {
    font-size: 18px;
  }

  .h5-heading-21 {
    margin-left: 10px;
  }

  .image-cover-18 {
    margin-right: 0;
  }

  .section-regular-34 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .pricing-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-121 {
    mix-blend-mode: normal;
  }

  .alert-banner-secondary {
    justify-content: space-between;
    align-items: flex-start;
  }

  .alert-banner-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .label-small-5 {
    color: var(--standard-bacckground);
  }

  .label-small-5.text-weight-semibold {
    font-weight: 300;
  }

  .form-block-22 {
    float: left;
    display: block;
    position: static;
  }

  .course-header-3-22 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-17 {
    margin-top: 20px;
    font-size: 30px;
  }

  .div-block-13-copy-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #01152300;
    grid-template-columns: 1fr;
    display: block;
  }

  .course-header-3-3 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-126 {
    display: none;
  }

  .header-immobilienbewertung {
    z-index: 3;
    min-height: 500px;
  }

  .column-regular-11-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-13-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-22 {
    margin-top: 60px;
  }

  .section-8 {
    align-self: center;
  }

  .text-block-414 {
    margin-top: 10px;
  }

  .paragraph-33-2 {
    font-size: 16px;
  }

  .wrap-v-small-4-20.align-v-left {
    max-width: 650px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .code-embed-64 {
    margin-bottom: 10px;
  }

  .course-space-between-21 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 10px;
    display: flex;
  }

  .subheading-large-14.text-color-brand {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .column-2x-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-slide-grid {
    grid-template-columns: 1.2fr;
  }

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

  .content-features, .team-grid-top {
    grid-template-columns: 1fr 1fr;
  }

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

  .team-grid-3 {
    grid-column-gap: 40px;
    grid-template-columns: 300px 1fr;
  }

  .team-slider-mask-2 {
    width: 70%;
  }

  .team-photo-wrapper {
    height: 400px;
  }

  .team-slider-overlay {
    width: 340px;
  }

  .content-column {
    max-width: none;
  }

  .grid-two-column-15 {
    grid-template-columns: 1fr;
  }

  .subheading-regular-24 {
    font-size: 16px;
  }

  .image-cover-20 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .grid-two-column-16 {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .h2-heading-31 {
    font-size: 55px;
  }

  .content-image-3 {
    max-width: none;
  }

  .paragraph-2x-large {
    font-weight: 200;
  }

  .paragraph-small-83.text-color-tertiary {
    color: var(--standard-bacckground);
    font-size: 14px;
  }

  .bold-text-41 {
    font-size: 22px;
  }

  .grid-two-column-17 {
    grid-template-columns: 1fr;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .header-background-start {
    filter: contrast(175%);
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67dc2ca956743929faf76b75_norderstedt.webp");
    background-position: 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .header-background-start.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #01152366 80%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .content-slide-card-2 {
    border-style: solid;
    border-color: var(--main--white);
    background-color: var(--main--white);
  }

  .section-9 {
    background-color: #cc393900;
  }

  .grid-two-column-18 {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-regular-39 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-search-small {
    max-width: none;
  }

  .changelog-grid {
    grid-template-columns: 1fr 2fr;
  }

  .linear-title-2-2 {
    font-size: 48px;
    line-height: 50px;
  }

  .grid-two-column-19 {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-regular-41 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-grid-2 {
    grid-template-columns: 1fr 2fr;
  }

  .text-block-423 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .cta-illustration-2 {
    display: none;
  }

  .form-block-23 {
    align-items: center;
  }

  .bold-text-48 {
    font-size: 38px;
  }

  .course-header-3-4 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .course-space-between-22 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 10px;
    display: flex;
  }

  .quick-stack-24 {
    order: 0;
  }

  .image-136 {
    margin-bottom: 0;
  }

  .text-block-426 {
    margin-top: 20px;
  }

  .code-embed-53-2 {
    border-radius: 10px;
  }

  .overline-16.shooting-star-effect {
    font-size: 26px;
  }

  .pricing-divider-222 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .code-embed-71 {
    width: 400px;
  }

  .text-block-428 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .header-2-2 {
    min-height: 500px;
  }

  .div-block-13-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    display: block;
  }

  .background-video-18 {
    min-height: 1400px;
  }

  .wrap-v-small-4-22.align-v-left {
    background-color: #011523d9;
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .div-block-13-2-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    display: block;
  }

  .header-content-22 {
    max-width: 100%;
    margin-top: 0;
  }

  .header-33 {
    min-height: 500px;
  }

  .background-video-19 {
    min-height: 1400px;
  }

  .header-background-22 {
    filter: contrast(175%);
    background-image: linear-gradient(90deg, #011523cc, #01152357 35%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67b48ee38f3715ca5ace09ce_wohnhaus.webp");
    background-position: 0 0, 0%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .header-background-22.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #01152366 80%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .linear-title-2-22 {
    font-size: 45px;
    line-height: 45px;
  }

  .paragraph-42 {
    margin-left: 20px;
  }

  .paragraph-43 {
    display: none;
  }

  .header-content-2-22 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--main--white);
    border-radius: 24px;
    max-width: none;
    padding-bottom: 40px;
  }

  .bold-text-31-2 {
    font-size: 120px;
  }

  .header-background-start-1 {
    filter: contrast(175%);
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67dc2ca956743929faf76b75_norderstedt.webp");
    background-position: 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .header-background-start-1.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #01152366 80%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .link-9.w--current {
    color: var(--neutral--400);
  }

  .timeline-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .label-regular-2-22 {
    font-size: 16px;
  }

  .paragraph-44 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 110px;
  }

  .paragraph-45 {
    margin-bottom: 20px;
  }

  .header-background-start-1-22 {
    filter: contrast(175%);
    background-image: none;
  }

  .header-background-start-1-22.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #01152366 80%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .code-embed-547 {
    mix-blend-mode: normal;
    border-radius: 20px 10px 10px 20px;
  }

  .hero-bg-wrap {
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68d4f6bfa5d3a5cd6b6bb649_Header-3.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 1.5rem;
    flex-flow: column;
    padding: 5rem 3rem;
  }

  .hero-bg-wrap.glowing-trail-effect {
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68da5751cf005d4f00997264_67e7fbe3e8f55e712176ad1f_wohnen%20in%20hamburg%20%20(1).webp");
    background-size: cover;
  }

  .hero-content {
    width: 100%;
  }

  .subheading-regular-25.text-color-secondary.subheading-regular-25 {
    opacity: 1;
    color: var(--standard-bacckground);
    opacity: 1;
    font-size: 14px;
  }

  .subheading-regular-25.text-color-secondary {
    font-size: 14px;
  }

  .code-embed-552 {
    border-left-color: #2c2c2c;
  }

  .corner-bottom-left {
    width: 30px;
    height: 30px;
  }

  .hero-rating-wrap {
    border-top-left-radius: 1.5rem;
  }

  .cell-21 {
    opacity: 1;
  }

  .corner-top-right {
    width: 30px;
    height: 30px;
  }

  .hero-section {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .h5-heading-28 {
    font-size: 18px;
  }

  .image-146 {
    width: 100px;
  }

  .section-30 {
    display: none;
  }

  .h5-heading-15-3 {
    font-size: 16px;
  }

  .hero-heading-2 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 80px;
    font-weight: 400;
  }

  .hero-heading-2.glowing-trail-effect {
    font-size: 80px;
    line-height: 80px;
  }

  .section-large-20 {
    background-color: #f3f3f500;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-heading {
    font-size: 2rem;
  }

  .property-dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .property-section {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .properties-list {
    grid-template-columns: 1fr 1fr;
  }

  .background-video-20 {
    background-image: linear-gradient(270deg, #00000080, #fff0 42%), linear-gradient(90deg, var(--main--white) 20%, #fff0 72%);
  }

  .code-embed-541-6678 {
    mix-blend-mode: normal;
    border-radius: 20px 10px 10px 20px;
  }

  .code-embed-21-89 {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 28px;
  }

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

  .section-x-large, .section-large, .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-small {
    grid-template-columns: 5fr;
    grid-template-areas: "Area";
    grid-auto-columns: .25fr;
  }

  .section-x-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .template-class-base {
    margin-bottom: 25px;
  }

  .template-table-wrapper {
    white-space: nowrap;
  }

  .h5-heading {
    font-size: 28px;
  }

  .template-wrapper, .template-content-block, .template-interaction-block {
    padding: 24px;
  }

  .h1-heading {
    font-size: 44px;
  }

  .h1-heading.display {
    width: 520px;
    font-size: 56px;
  }

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

  .h3-heading {
    font-size: 36px;
  }

  .h4-heading {
    font-size: 32px;
  }

  .page-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .overline.shooting-star-effect {
    font-size: 28px;
  }

  .header-tab {
    margin-top: 0;
  }

  .header-tab-menu {
    margin-top: 20px;
  }

  .header-social-media {
    position: static;
  }

  .capability-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .header-content {
    max-width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }

  .content-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

  .review-tab-line {
    display: none;
  }

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

  .shipping-block {
    padding-top: 72px;
    padding-bottom: 144px;
  }

  .shipping-stats {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-newsletter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logistic-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .logistic-content {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .rating-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
  }

  .base-header {
    padding-bottom: 274px;
  }

  .scroll {
    transform: scale(.9);
  }

  .stat-group {
    grid-template-columns: 1fr;
  }

  .section-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    margin-top: -287px;
  }

  .contact-form {
    max-width: none;
  }

  .blog-header {
    padding-top: 164px;
    padding-bottom: 112px;
  }

  .linear-title {
    font-size: 55px;
  }

  .click {
    transform: scale(.9);
  }

  .blog-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 32px;
    display: grid;
  }

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

  .number-master {
    margin-top: 72px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-badge-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .post-button-wrapper {
    top: 12px;
  }

  .utility-page-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: center;
    align-items: center;
  }

  .bg-border {
    display: none;
  }

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

  .ticker-wrapper, .shipping-form {
    max-width: none;
  }

  .blog-grid-large {
    grid-template-columns: 1fr;
  }

  .service-header {
    padding-top: 164px;
    padding-bottom: 112px;
  }

  .team-feature-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-white-small {
    max-width: 100%;
  }

  .tabs-content {
    width: 500px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .image-2 {
    margin-right: 0;
  }

  .bold-text-3 {
    font-size: 38px;
  }

  .h1-heading-2 {
    font-size: 52px;
  }

  .h4-heading-2 {
    font-size: 32px;
  }

  .page-padding {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    aspect-ratio: auto;
    grid-template-columns: 1.75fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    margin-right: 0;
  }

  .header-carousel-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-3, .h1-heading-4 {
    font-size: 52px;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-container {
    padding: 40px;
  }

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

  .tab-link-2 {
    width: 100%;
  }

  .h2-heading-3 {
    font-size: 50px;
    line-height: 56px;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .table-card {
    width: 840px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    order: -1;
  }

  .text-weight-medium-2.text-color-secondary.mobile {
    font-size: .75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-arrow {
    color: #fff;
  }

  .dropdown-card-grid, .dropdown-main-content {
    grid-template-columns: 1fr;
  }

  .navigation-menu-grid {
    grid-template-rows: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown-link-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-card-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    display: grid;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-4 {
    font-size: 50px;
    line-height: 56px;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-grid-2 {
    grid-template-columns: 1fr;
  }

  .feature-tab {
    width: 100%;
  }

  .h2-heading-5 {
    font-size: 50px;
    line-height: 56px;
  }

  .h2-heading-6 {
    font-size: 40px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph-large-4 {
    font-size: 18px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-3 {
    font-size: 28px;
  }

  .h4-heading-3 {
    font-size: 32px;
  }

  .faq-tab-link-large {
    background-color: var(--neutral--100);
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-tabs-menu-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .faq-tab-small {
    padding-right: 44px;
  }

  .h1-heading-5 {
    font-size: 48px;
  }

  .article-wrapper {
    padding-right: 0;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph-16 {
    font-size: 33px;
    font-weight: 200;
  }

  .navigation-dropdown-list-large.w--open {
    flex-direction: column;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-container-large.w--open {
    flex-direction: column;
  }

  .navigation-dropdown-toggle-7 {
    border-style: none;
    margin-top: 5px;
  }

  .navigation-menu-4 {
    background-color: #fff0;
    border-bottom-style: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-9 {
    color: var(--main--white);
    font-size: 30px;
  }

  .text-block-11 {
    color: #fff;
  }

  .section-large-5 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .gradient-background-wrapper {
    display: block;
  }

  .h1-heading-6 {
    font-size: 48px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .course-tags {
    width: auto;
  }

  .course-details-tags {
    flex-flow: column;
  }

  .course-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-3, .h3-heading-4 {
    font-size: 36px;
  }

  .h3-heading-5 {
    font-size: 40px;
  }

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

  .section-regular-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-two-column-5, .filter-menu-grid-large {
    grid-template-columns: 1fr;
  }

  .section-header {
    overflow: hidden;
  }

  .h4-heading-4 {
    font-size: 32px;
  }

  .header-client-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .h1-heading-7 {
    font-size: 48px;
  }

  .button-primary-large-2 {
    display: none;
  }

  .section-large-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-24 {
    display: none;
  }

  .h6-heading-10 {
    font-size: 22px;
  }

  .section-regular-10 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-large-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-8 {
    font-size: 40px;
  }

  .section-regular-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .wrap-v-gigantic-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
  }

  .testimonial-tab-link-large {
    max-width: none;
  }

  .carousal-for-home {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .social_item {
    margin-left: -25px;
  }

  .social_proof {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero2_component {
    padding-top: 4rem;
  }

  .hero2_logo-row {
    padding-top: 1rem;
  }

  .social_proof-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .hero2_content-right {
    height: 30rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .carousel-vertical.hide-mobile {
    display: none;
  }

  .heading-decorative-h2 {
    font-size: 2.25rem;
  }

  .features2_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .features2_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .pricing-card-small, .price-card-primary-small {
    flex-flow: column;
  }

  .h2-heading-9 {
    font-size: 50px;
    line-height: 56px;
  }

  .section-large-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-grid-4, .grid-two-column-6 {
    grid-template-columns: 1fr;
  }

  .section-regular-12 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-6 {
    font-size: 36px;
  }

  .content-card {
    padding: 48px 32px 32px;
  }

  .h3-heading-8 {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph-large-13 {
    margin-top: 10px;
  }

  .section-regular-13 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-header {
    padding-bottom: 0;
  }

  .section_hero2 {
    margin-top: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .h2-heading-10 {
    font-size: 40px;
  }

  .section-regular-14 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-11 {
    font-size: 40px;
  }

  .section-regular-15 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section-regular-16 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular-16.background-gray-50 {
    background-color: var(--neutral--100);
    background-color: var(--neutral--100);
    border-radius: 24px;
  }

  .paragraph-small-28.text-color-gray-800 {
    font-size: 16px;
  }

  .h2-heading-13 {
    font-size: 40px;
  }

  .section-regular-17 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .step-form-content {
    width: 100%;
    min-width: auto;
  }

  .next-placeholder, .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .section-large-11, .section-large-12 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph-large-14 {
    font-weight: 200;
  }

  .heading-grid-5, .header-grid-large {
    grid-template-columns: 1fr;
  }

  .h2-heading-14 {
    font-size: 40px;
  }

  .section-small-5, .column-x-small-5 {
    background-color: var(--main--white);
  }

  .grid-two-column-7 {
    grid-template-columns: 1fr;
  }

  .h2-heading-15 {
    font-size: 24px;
  }

  .grid-two-column-8 {
    grid-template-columns: 1fr;
  }

  .text-block-108 {
    font-size: 14px;
  }

  .h3-heading-9 {
    font-size: 40px;
  }

  .section-regular-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .content-grid {
    grid-row-gap: 60px;
  }

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

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-large-13 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-tiny-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .section-regular-19 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-11 {
    font-size: 40px;
  }

  .testimonial-avatar-2 {
    width: 306px;
    height: 306px;
  }

  .testimonial-slide-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-regular-20 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-avatar-3 {
    width: 306px;
    height: 306px;
  }

  .section-regular-21 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h6-heading-20.text-weight-medium {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.2;
  }

  .section-regular-22, .section-large-14 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pricing-card-icon {
    mix-blend-mode: normal;
  }

  .h3-heading-13 {
    font-size: 42px;
  }

  .integration-header {
    margin-bottom: 60px;
  }

  .heading-grid-6 {
    grid-template-columns: 1fr;
  }

  .h2-heading-17 {
    font-size: 50px;
    line-height: 56px;
  }

  .table-wrapper {
    overflow: scroll;
  }

  .caption-regular-8.text-color-gray-600 {
    width: 250px;
    font-weight: 100;
  }

  .course-main-grid-3 {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .paragraph-regular-31 {
    font-weight: 200;
    line-height: 22px;
  }

  .search-wrapper-small {
    max-width: none;
  }

  .career-grid-small {
    grid-template-columns: 1fr;
  }

  .paragraph-x-small-10 {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading-14 {
    font-size: 40px;
  }

  .career-card {
    margin-top: 40px;
  }

  .integration-card-grid-2 {
    grid-template-columns: 1fr;
  }

  .h5-heading-11 {
    font-size: 50px;
  }

  .h2-heading-18 {
    font-size: 40px;
  }

  .code-embed-12 {
    padding-bottom: 20px;
  }

  .h1-heading-9 {
    font-size: 52px;
  }

  .section-regular-24, .section-regular-25 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-row {
    border-radius: 32px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .team-row-image {
    bottom: 0;
  }

  .h2-heading-19 {
    font-size: 44px;
  }

  .header-card-2 {
    background-color: var(--main--white);
  }

  .block-quote {
    font-size: 44px;
  }

  .h2-heading-20 {
    font-size: 40px;
  }

  .section-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-21 {
    font-size: 40px;
  }

  .section-cta-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-22 {
    font-size: 40px;
  }

  .pricing-card-3 {
    box-sizing: border-box;
    clear: none;
    object-fit: fill;
    flex-flow: column;
    display: flex;
  }

  .navigation-container-6 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .bold-text-17 {
    font-size: 38px;
  }

  .button-primary-large-11, .course-tab-menu-4 {
    display: none;
  }

  .course-tags-3 {
    width: auto;
  }

  .text-block-142 {
    color: #fff;
  }

  .icon-27 {
    color: #fff;
    font-size: 30px;
  }

  .div-block-14 {
    align-items: flex-end;
  }

  .image-44 {
    display: none;
  }

  .header-overlay-4 {
    background-image: linear-gradient(90deg, #011523a1, #00000057 100%, #0000);
  }

  .course-header-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .navigation-menu-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-arrow-2 {
    color: #fff;
  }

  .linear-title-2 {
    font-size: 80px;
    line-height: 60px;
  }

  .overline-8.shooting-star-effect {
    font-size: 28px;
  }

  .h1-heading-10 {
    font-size: 52px;
    line-height: 62px;
  }

  .header-slide-section {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .team-slider-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-slide {
    margin-right: 16px;
  }

  .h6-heading-24 {
    font-size: 28px;
  }

  .team-slider-trigger {
    background-image: none;
    width: 10%;
  }

  .team-slider-trigger.left {
    background-image: none;
  }

  .team-slider-mask {
    width: 80%;
  }

  .section-regular-26 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-member-row {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-block {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .grid-two-column-12 {
    grid-template-columns: 1fr;
  }

  .h2-heading-24 {
    font-size: 46px;
  }

  .testimonial-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-15 {
    font-size: 42px;
  }

  .testimonial-grid-3 {
    grid-template-columns: 1fr;
  }

  .section-regular-27 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-row-2 {
    border-radius: 32px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .logistic-content-2 {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logistic-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .button-secondary-4 {
    background-color: var(--main--white);
  }

  .section-regular-28 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .table-wrapper-2 {
    width: 980px;
  }

  .table-row-2 {
    grid-template-columns: 1fr;
  }

  .h1-heading-11 {
    background-color: #f3f3f3;
    font-size: 54px;
    line-height: 62px;
  }

  .section-regular-29 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .table-wrapper-3 {
    width: 980px;
  }

  .h1-heading-12 {
    font-size: 40px;
    line-height: 45px;
  }

  .table-tab-link {
    width: 100%;
  }

  .section-regular-30 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .table-tab-menu {
    border-radius: 28px;
    flex-direction: column;
    width: 100%;
  }

  .table-grid-row {
    grid-template-columns: minmax(auto, 240px) 1fr 1fr 1fr 1fr;
    width: 920px;
  }

  .text-span-8 {
    font-size: 36px;
  }

  .cell-2, .cell-3 {
    display: none;
  }

  .header-statistics-grid {
    background-color: var(--main--transparent);
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .header-content-2 {
    border-radius: 24px;
  }

  .h1-heading-13 {
    font-size: 52px;
  }

  .section-regular-31 {
    box-shadow: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    background-image: none;
    border-right-style: none;
    outline-width: 1px;
    outline-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-marquee-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: flex-start;
  }

  .h4-heading-14 {
    font-size: 32px;
  }

  .grid-two-column-13 {
    align-items: center;
  }

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

  .image-55 {
    margin-left: -60px;
  }

  .course-tags-3-2 {
    width: auto;
  }

  .text-weight-medium-2-2.text-color-secondary.mobile {
    font-size: .75rem;
  }

  .div-block-15-2 {
    display: none;
  }

  .paragraph-30 {
    color: var(--main--black);
    font-size: 16px;
  }

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

  .h2-heading-25 {
    font-size: 44px;
  }

  .h6-heading-29 {
    font-size: 28px;
  }

  .paragraph-large-27 {
    font-size: 18px;
  }

  .testimonial-border {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-header-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .testimonial-button-2 {
    margin-top: 40px;
  }

  .testimonial-grid-4 {
    grid-template-columns: 1fr;
  }

  .testimonial-section-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-divider-2 {
    display: none;
  }

  .column-x-small-5-3 {
    background-color: var(--standard-bacckground);
  }

  .body-2 {
    background-color: var(--main--white);
  }

  .body-3 {
    background-color: #f3f3f3;
  }

  .body-17 {
    background-color: var(--main--white);
  }

  .course-tags-5 {
    width: auto;
  }

  .section-button-holder {
    grid-template-columns: 1fr 1fr;
  }

  .border-card-image-block {
    border-radius: 20px;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

  .border-card {
    padding: 30px;
  }

  .border-card-content-block {
    width: 100%;
  }

  .border-card-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .border-card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-165 {
    color: #fff;
  }

  .icon-30 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-main-content-2 {
    grid-template-columns: 1fr;
  }

  .image-61 {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-175 {
    color: #fff;
  }

  .icon-32 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-main-content-3 {
    grid-template-columns: 1fr;
  }

  .text-block-185 {
    color: #fff;
  }

  .icon-34 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-195 {
    color: #fff;
  }

  .icon-36 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-205 {
    color: #fff;
  }

  .icon-38 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-215 {
    color: #fff;
  }

  .icon-40 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-225 {
    color: #fff;
  }

  .icon-42 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-235 {
    color: #fff;
  }

  .icon-44 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-245 {
    color: #fff;
  }

  .icon-46 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-255 {
    color: #fff;
  }

  .icon-48 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-container-7 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .text-block-265 {
    color: #fff;
  }

  .icon-50 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-container-8 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .text-block-275 {
    color: #fff;
  }

  .icon-52 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-container-9 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .text-block-285 {
    color: #fff;
  }

  .icon-54 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-container-10 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .text-block-295 {
    color: #fff;
  }

  .icon-56 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-container-11 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .text-block-305 {
    color: #fff;
  }

  .icon-58 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-315 {
    color: #fff;
  }

  .icon-60 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-325 {
    color: #fff;
  }

  .icon-62 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-335 {
    color: #fff;
  }

  .icon-64 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-345 {
    color: #fff;
  }

  .icon-66 {
    color: #fff;
    font-size: 30px;
  }

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

  .text-block-355 {
    color: #fff;
  }

  .icon-68 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-365 {
    color: #fff;
  }

  .icon-70 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-72 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-383 {
    color: #fff;
  }

  .icon-74 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-390 {
    color: #fff;
  }

  .icon-76 {
    color: #fff;
    font-size: 30px;
  }

  .navigation-menu-grid-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-108 {
    margin-top: -30px;
    margin-left: 0;
  }

  .background-video-10 {
    height: 150px;
  }

  .social_proof-2 {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .h3-heading-16 {
    font-size: 36px;
  }

  .section-regular-32 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-26 {
    font-size: 40px;
  }

  .relume-roster-panel {
    flex-direction: column;
    padding: 16px;
  }

  .rr-image {
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/672f606cf2ccf24b5200cdf3_Process%20Image%20Background%20Mobile.webp");
    width: 100%;
    margin-bottom: 24px;
  }

  .rr-details-wrap {
    margin-left: 0;
  }

  .with-underline {
    background-position: 50% 110%;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .bold-text-31 {
    font-size: 80px;
  }

  .div-block-13-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .paragraph-36 {
    box-shadow: none;
  }

  .form-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-right {
    aspect-ratio: auto;
  }

  .h2-heading-27 {
    font-size: 40px;
  }

  .image-113 {
    position: absolute;
    inset: 2% 0% 0% 5%;
  }

  .code-embed-541 {
    mix-blend-mode: normal;
    border-radius: 20px 10px 10px 20px;
  }

  .course-header-4 {
    margin-bottom: 20px;
  }

  .navigation-mask {
    max-width: 310px;
  }

  .course-header-5 {
    margin-bottom: 20px;
  }

  .h2-heading-28 {
    font-size: 40px;
  }

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

  .h5-heading-15 {
    font-size: 16px;
  }

  .h5-heading-21 {
    font-size: 18px;
  }

  .section-regular-34 {
    padding-bottom: 60px;
  }

  .pricing-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h5-heading-22 {
    font-size: 28px;
  }

  .h5-heading-15-2 {
    font-size: 18px;
  }

  .course-header-3-22, .course-header-3-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-18.glowing-trail-effect {
    font-size: 36px;
  }

  .content-grid-2, .content-features {
    grid-template-columns: 1fr;
  }

  .section-regular-35 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h4-heading-15 {
    font-size: 32px;
  }

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

  .team-member-avatar-2 {
    height: 250px;
  }

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

  .background-dots {
    pointer-events: none;
  }

  .team-grid-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-slider-arrow-right {
    width: 60px;
    height: 60px;
    bottom: 0;
    left: 80px;
  }

  .team-slider-2 {
    width: 100vw;
    margin-left: -20px;
    padding-bottom: 80px;
  }

  .team-slider-overlay-left, .team-slider-overlay {
    display: none;
  }

  .team-slider-arrow-left {
    width: 60px;
    height: 60px;
    bottom: 0;
  }

  .team-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .h3-heading-17 {
    font-size: 40px;
  }

  .h1-heading-14 {
    font-size: 48px;
  }

  .grid-two-column-15 {
    grid-template-columns: 1fr;
  }

  .content-grid-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-regular-37 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-cover-20 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .h2-heading-31 {
    font-size: 44px;
  }

  .paragraph-small-83.text-color-tertiary {
    color: var(--standard-bacckground);
    font-size: 16px;
  }

  .feature-link {
    flex-flow: column;
  }

  .feature-divider-2 {
    display: none;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .header-background-start {
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67dc2ca956743929faf76b75_norderstedt.webp");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .header-background-start.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #0115234d), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50%;
  }

  .header-overlay-4-2 {
    background-image: linear-gradient(90deg, #011523, #0000 87%, #00000057);
  }

  .changelog-line-group {
    display: none;
  }

  .h3-heading-18 {
    font-size: 40px;
  }

  .changelog-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .changelog-line-wrapper {
    margin-bottom: 0;
    display: none;
  }

  .linear-title-2-2 {
    font-size: 33px;
    line-height: 40px;
  }

  .section-regular-40 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-15 {
    font-size: 48px;
  }

  .section-regular-41 {
    display: none;
  }

  .h3-heading-19 {
    font-size: 40px;
  }

  .changelog-grid-2 {
    grid-template-columns: 1fr;
  }

  .changelog-line-wrapper-2 {
    margin-bottom: 0;
  }

  .section-regular-42 {
    display: none;
  }

  .cta-card {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text-48 {
    font-size: 32px;
  }

  .section-regular-42-2, .section-regular-42-zinshaus {
    display: none;
  }

  .course-header-3-4 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .feature-tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .quick-stack-24 {
    order: 0;
  }

  .text-block-426 {
    margin-top: 30px;
  }

  .code-embed-53-2 {
    border-radius: 10px;
  }

  .feature-link-immbilienbewerrung {
    flex-flow: column;
  }

  .feature-divider-2-2 {
    display: none;
  }

  .overline-16.shooting-star-effect {
    font-size: 18px;
    line-height: 22px;
  }

  .pricing-divider-222 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .code-embed-71 {
    width: 400px;
  }

  .text-block-428 {
    font-weight: 200;
  }

  .div-block-13-33 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .background-video-18 {
    min-height: 1380px;
  }

  .header-content-22 {
    max-width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }

  .header-overlay-4-22 {
    background-image: linear-gradient(90deg, #011523a1, #00000057 100%, #0000);
  }

  .background-video-19 {
    min-height: 1380px;
  }

  .header-background-22 {
    background-image: linear-gradient(90deg, #011523cc, #01152300 65%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67b48ee38f3715ca5ace09ce_wohnhaus.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .header-background-22.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #0115234d), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50%;
  }

  .linear-title-2-22 {
    font-size: 48px;
    font-style: italic;
    line-height: 52px;
  }

  .header-content-2-22 {
    border-radius: 24px;
  }

  .bold-text-31-2 {
    font-size: 80px;
  }

  .header-background-start-1 {
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67dc2ca956743929faf76b75_norderstedt.webp");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .header-background-start-1.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #0115234d), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50%;
  }

  .link-9.w--current {
    color: var(--neutral--400);
  }

  .paragraph-44 {
    width: auto;
    font-size: 90px;
  }

  .paragraph-45, .text-block-429 {
    font-size: 20px;
  }

  .header-background-start-1-22 {
    background-image: none;
  }

  .header-background-start-1-22.regen-hintergrund {
    background-image: linear-gradient(90deg, #011523, #0115234d), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50%;
  }

  .code-embed-547 {
    mix-blend-mode: normal;
    border-radius: 20px 10px 10px 20px;
  }

  .hero-bg-wrap.glowing-trail-effect {
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68da5751cf005d4f00997264_67e7fbe3e8f55e712176ad1f_wohnen%20in%20hamburg%20%20(1).webp"), linear-gradient(90deg, var(--main--white) 20%, #fff0 60%);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68da5751cf005d4f00997264_67e7fbe3e8f55e712176ad1f_wohnen%20in%20hamburg%20%20(1).webp"), linear-gradient(90deg, var(--main--white) 20%, #fff0 60%);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .code-embed-553 {
    font-weight: 300;
  }

  .h5-heading-28 {
    font-size: 16px;
  }

  .image-146 {
    width: 80px;
  }

  .section-30 {
    display: none;
  }

  .h5-heading-15-3 {
    font-size: 22px;
  }

  .hero-heading-2 {
    color: var(--standard-bacckground);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 50px;
  }

  .hero-heading-2.glowing-trail-effect {
    font-size: 60px;
    line-height: 60px;
  }

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

  .background-video-20 {
    background-image: linear-gradient(270deg, #00000080, #fff0 21%), linear-gradient(90deg, var(--main--white) 27%, #fff0 79%);
  }

  .code-embed-541-6678 {
    mix-blend-mode: normal;
    border-radius: 20px 10px 10px 20px;
  }

  .code-embed-21-89 {
    margin-top: 60px;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 479px) {
  body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-regular {
    max-width: 100%;
    min-height: auto;
    max-height: none;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-regular.text-white {
    width: auto;
  }

  .button-primary {
    width: 100%;
  }

  .template-toast {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 12px;
  }

  .button-outline-right-icon {
    flex: none;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

  .button-white {
    width: 100%;
  }

  .paragraph-small.text-neutral-400 {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .section-small {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template: "." .25fr
                   "Area"
                   / 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column dense;
    justify-items: stretch;
    min-width: auto;
    min-height: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: grid;
    position: relative;
  }

  .sub-heading-regular.text-white {
    display: none;
  }

  .template-side-menu {
    grid-template-columns: 1fr;
  }

  .template-button {
    flex: none;
  }

  .h1-heading.display {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    font-size: 55px;
    display: flex;
  }

  .h3-heading {
    font-size: 26px;
    font-weight: 400;
  }

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

  .header-3 {
    width: auto;
    max-width: none;
    height: 300%;
    min-height: 300px;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .page-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .nav-button {
    width: 100%;
  }

  .header-background {
    width: auto;
    height: 100%;
  }

  .wrap-v-small.align-v-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .overline.shooting-star-effect {
    width: 100%;
    font-size: 34px;
    line-height: 34px;
  }

  .header-overlay {
    background-image: linear-gradient(to bottom, var(--standard-bacckground), var(--standard-bacckground));
    opacity: 1;
    -webkit-backdrop-filter: grayscale() contrast(200%);
    backdrop-filter: grayscale() contrast(200%);
    outline-color: var(--standard-bacckground);
    mix-blend-mode: multiply;
    border-radius: 24px;
    display: block;
  }

  .header-tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 99.9998%;
    max-width: none;
    display: block;
  }

  .header-tab-menu {
    margin-top: 20px;
  }

  .logo-master {
    grid-template-columns: 1fr 1fr;
  }

  .header-content {
    max-width: 100%;
    padding-top: 0;
  }

  .content-inner {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-v-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .mark {
    display: none;
  }

  .review-tab-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .form-grid, .shipping-stats {
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .cta-dot {
    display: none;
  }

  .header-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: stretch;
    display: flex;
  }

  .text-field-docked {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 16px;
    display: block;
    position: static;
  }

  .docked-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1.5fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-buttons {
    flex-flow: column;
  }

  .button-secondary {
    flex: none;
    width: 100%;
  }

  .logistic-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    width: auto;
    max-width: none;
    margin-top: 24px;
    display: grid;
    position: static;
  }

  .logistic-content {
    box-sizing: border-box;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    place-items: center stretch;
    width: auto;
    max-width: 280px;
    padding: 16px 10px;
    display: grid;
  }

  .logistic-card {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

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

  .rating-group {
    flex-flow: column;
    align-items: stretch;
  }

  .rating-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .rating-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .base-header {
    padding-top: 164px;
    padding-bottom: 216px;
  }

  .scroll {
    transform: scale(.8);
  }

  .service-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .service-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-image {
    max-width: none;
  }

  .stat-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-grid {
    margin-top: -238px;
  }

  .contact-content {
    padding: 12px;
  }

  .contact-feature {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-header {
    padding-bottom: 96px;
  }

  .linear-title {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    padding-top: 10px;
    font-size: 35px;
    line-height: 40px;
    display: block;
    position: static;
  }

  .click {
    right: 4%;
    transform: scale(.8);
  }

  .blog-tab-menu {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 24px;
  }

  .blog-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .number-master {
    grid-template-columns: 1fr;
  }

  .post-image {
    border-radius: var(--radius--24);
  }

  .page-link-group {
    flex-flow: wrap;
  }

  .link-divider, .navigation-buttons {
    display: none;
  }

  .navigation-buttons.menu {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .team-feature {
    flex-flow: column;
  }

  .solution-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .solution-icon {
    display: none;
  }

  .solution-wrapper {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-legal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    justify-items: baseline;
    padding-left: 0;
    padding-right: 10px;
    display: grid;
  }

  .legal-link-group {
    align-self: center;
    margin-top: -60px;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 12px;
  }

  .legal-link {
    margin-top: auto;
    font-size: 16px;
  }

  .docked-submit {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .button-secondary-small {
    flex: none;
    width: 100%;
  }

  .button-white-small, .tab-pane-tab-1, .tabs-content {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .clients-card {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .image-2 {
    margin-right: 0;
  }

  .bold-text-2 {
    width: auto;
    max-width: none;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: auto;
    display: grid;
  }

  .bold-text-3 {
    box-sizing: border-box;
    text-align: left;
    letter-spacing: -1.61px;
    vertical-align: baseline;
    width: 100%;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    font-family: Space Grotesk, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    overflow: visible;
  }

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

  .h5-heading-2 {
    font-size: 28px;
  }

  .header-logos-small {
    flex-wrap: wrap;
    flex: none;
    justify-content: center;
  }

  .page-padding {
    margin-top: 40px;
  }

  .header-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

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

  .container-large-4 {
    margin-top: 0;
  }

  .faq-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-wrapper-2 {
    margin-bottom: 58px;
  }

  .content-project-image {
    z-index: 3;
    display: none;
  }

  .tab-link-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .bottom-caption {
    text-align: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .account_card-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form_hint {
    text-align: left;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-content {
    box-sizing: border-box;
    float: none;
    clear: none;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: grid;
    position: static;
    inset: 0%;
  }

  .dropdown-cards {
    grid-template-columns: 1fr;
  }

  .dropdown-arrow {
    color: #fff;
  }

  .navigation-buttons-desktop, .navigation-vertical-divider {
    display: none;
  }

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

  .caption-small-2.text-color-gray-500 {
    display: none;
  }

  .form-text-field-2 {
    font-weight: 200;
  }

  .navigation-menu-grid {
    grid-template-rows: auto;
    grid-auto-columns: .25fr;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-wrapper {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    aspect-ratio: auto;
    mix-blend-mode: normal;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .navigation-menu-2 {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation-dropdown-list-2.w--open {
    white-space: normal;
  }

  .dropdown-card-grid-large {
    grid-template-columns: 1fr;
  }

  .dropdown-content-row {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-card-grid-2 {
    grid-template-columns: 1fr;
  }

  .navigation-container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: static;
  }

  .navigation-bar-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1%;
    padding-right: 1%;
    display: block;
    position: static;
  }

  .text-span-2, .text-span-3 {
    font-size: 28px;
  }

  .feature-tab {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .faq-tabs-menu {
    border-radius: 24px;
    flex-flow: column;
  }

  .faq-tab-link.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .content-tab-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 40px 24px 24px;
  }

  .content-tab-link.w--current {
    border-color: #d4d4d4;
  }

  .content-tab-menu {
    grid-template-columns: 1fr;
  }

  .faq-tab-link-large {
    background-color: var(--neutral--100);
    justify-content: center;
    width: 100%;
  }

  .tab-pane-tab-3 {
    width: 100%;
    max-height: none;
    font-family: Inter, sans-serif;
  }

  .paragraph-16 {
    font-size: 50px;
  }

  .navigation-buttons-2 {
    display: none;
  }

  .navigation-block-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-container-large {
    padding: 0;
  }

  .navigation-button-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navigation-dropdown-toggle-7 {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    border-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-right: 5px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .navigation-dropdown-toggle-7.w--open {
    display: flex;
  }

  .navigation-dropdown-list-4.w--open {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 15% 0 auto 0%;
    overflow: visible;
  }

  .navigation-menu-4 {
    background-color: #fff0;
    border-bottom-style: none;
    border-radius: 10px;
    justify-content: flex-end;
    padding: 0;
    display: flex;
  }

  .icon-9 {
    color: var(--main--white);
    font-size: 30px;
    font-weight: 200;
  }

  .text-block-11 {
    color: #fff;
  }

  .text-block-11.shooting-star-effect {
    padding-left: 5px;
    font-size: 16px;
  }

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

  .kontaktformular-2 {
    padding: 10px;
  }

  .form-grid-block {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-center-small {
    margin-bottom: 56px;
  }

  .h6-heading-3 {
    font-size: 20px;
  }

  .gradient-background-wrapper {
    display: block;
  }

  .button-dark-large, .tab-pane-tab-2 {
    width: 100%;
  }

  .section-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-15, .text-block-20.shooting-star-effect, .text-block-20.shooting-star-effect {
    font-weight: 200;
  }

  .contact-card-large {
    padding: 24px;
  }

  .form-grid-block-2 {
    grid-template-columns: 1fr;
  }

  .h6-heading-4 {
    font-size: 18px;
    font-weight: 400;
  }

  .button-dark-large-2 {
    width: 100%;
  }

  .course-badges {
    justify-content: center;
    display: none;
  }

  .course-header {
    background-color: var(--neutral--200);
    background-image: linear-gradient(180deg, var(--neutral--200) 93%, var(--standard-bacckground));
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
  }

  .course-tags {
    display: none;
  }

  .course-review-settings {
    flex-flow: column;
    align-items: flex-start;
  }

  .avatar-small {
    filter: contrast(139%);
    width: 100%;
    margin-top: -80px;
    display: block;
    position: static;
  }

  .course-tag {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .course-border-wrapper, .course-details-card {
    padding: 5%;
  }

  .subheading-regular-2 {
    color: var(--standard-bacckground);
    width: auto;
    font-size: 18px;
    font-weight: 300;
    display: block;
  }

  .course-author {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .5fr;
    display: block;
  }

  .section-small-2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-small-2.background-gray-50 {
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .course-tab-menu {
    border-radius: 24px;
    flex-flow: column;
  }

  .text-weight-semibold {
    font-size: 10px;
  }

  .course-sort-dropdown-list.w--open {
    left: 0%;
  }

  .course-space-between {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

  .section-regular-7.background-brown-50 {
    margin-top: 60px;
  }

  .feature-content-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .filter-tabs-menu {
    grid-template-columns: 1fr;
  }

  .h2-heading-7 {
    font-size: 48px;
  }

  .filter-menu-item, .filter-sorting {
    padding-top: 10px;
  }

  .row-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .header-client-row {
    display: none;
  }

  .section-header {
    padding-top: 60px;
  }

  .h4-heading-4 {
    color: #b6b6b6;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .header-client-block {
    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;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .icon-16 {
    color: var(--standard-bacckground);
  }

  .h5-heading-5 {
    color: var(--standard-bacckground);
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
  }

  .caption-regular-4.text-color-gray-600 {
    color: var(--standard-bacckground);
    width: auto;
  }

  .paragraph-small-19 {
    font-weight: 200;
  }

  .course-tab-menu-2 {
    background-color: var(--neutral--200);
    border-radius: 10px;
    flex-flow: column;
  }

  .button-primary-large-2 {
    display: none;
  }

  .h6-heading-8 {
    color: var(--standard-bacckground);
    font-size: 20px;
  }

  .paragraph-regular-11 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-card-large-2 {
    padding: 24px;
  }

  .form-grid-block-3 {
    grid-template-columns: 1fr;
  }

  .button-dark-large-3 {
    width: 100%;
  }

  .image-24 {
    display: none;
  }

  .code-embed-6 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    font-size: 38px;
  }

  .container-small-4 {
    width: auto;
    max-width: none;
  }

  .title-wrapper-3 {
    margin-bottom: 58px;
  }

  .h6-heading-10 {
    font-size: 26px;
  }

  .section-regular-10 {
    background-color: #fff0;
    margin-top: 0;
  }

  .caption-small-3 {
    padding-left: 10px;
  }

  .marktdaten-satz {
    font-size: 12px;
    font-weight: 200;
  }

  .section-large-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-card-large-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding: 24px 0;
  }

  .form-grid-block-4 {
    grid-template-columns: 1fr;
  }

  .column-small-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .gradient-background-wrapper-3 {
    display: block;
  }

  .button-dark-large-4 {
    width: 100%;
  }

  .team-instructor-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-instructor-header-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-tabs-menu-large {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wrap-v-gigantic-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    justify-content: flex-start;
  }

  .button-primary-9 {
    width: 100%;
    font-size: 20px;
    font-weight: 200;
  }

  .testimonial-tab-link-large {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .social_item._05 {
    display: block;
  }

  .social_proof {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 0;
  }

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

  .social_items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .portfolio-header_image {
    vertical-align: baseline;
    display: inline-block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 50px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .pricing-wrapper-2 {
    padding: 24px 16px;
  }

  .pricing-features-white {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .price-toggle-badge {
    display: none;
  }

  .pricing-features-small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-small-3 {
    background-image: none;
    background-size: auto;
    margin-top: 20px;
    display: none;
  }

  .content-statistics-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .content-card {
    margin-top: 10px;
    padding: 40px 24px 24px;
  }

  .background-video-4 {
    box-sizing: border-box;
    aspect-ratio: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    border-radius: 24px;
    width: auto;
    height: 300px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .image-27 {
    filter: brightness(200%);
    mix-blend-mode: exclusion;
  }

  .testimonial-quote-icon {
    top: -2px;
    right: -38px;
  }

  .testimonial-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap-reverse;
  }

  .text-block-34 {
    font-size: 24px;
  }

  .text-block-35, .text-block-36 {
    color: var(--standard-bacckground);
    font-size: 24px;
  }

  .faq-tabs-menu-3 {
    border-radius: 24px;
    flex-flow: column;
  }

  .paragraph-21 {
    font-size: 16px;
    font-weight: 200;
  }

  .faq-tabs-menu-4 {
    border-radius: 24px;
    flex-flow: column;
  }

  .h2-heading-12 {
    font-size: 26px;
  }

  .paragraph-small-28.text-color-gray-800 {
    font-size: 16px;
  }

  .faq-tabs-menu-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .text-block-97, .text-block-100, .text-block-101, .text-block-102 {
    text-align: left;
  }

  .step-form-content {
    width: 100%;
    max-width: none;
  }

  .step-breadcrumbs-small {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .step-breadcrumbs {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .back-button-slide {
    flex: none;
  }

  .learn-more-button {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .button-outline-7 {
    width: 100%;
  }

  .paragraph-large-14 {
    font-weight: 200;
    line-height: 22px;
  }

  .header-card {
    padding: 24px 0;
  }

  .header-image-wrapper {
    margin-top: 0;
  }

  .header-image-2 {
    aspect-ratio: auto;
  }

  .header-number-column {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading-8 {
    margin-top: 60px;
    font-size: 50px;
    line-height: 60px;
  }

  .section-small-4.background-gray-100 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-small-5 {
    background-color: var(--main--white);
    border-radius: 24px;
    margin-top: 60px;
  }

  .column-x-small-5 {
    background-color: #fff0;
  }

  .column-x-small-5.column-center {
    background-color: #fff0;
    border-radius: 24px;
    padding: 60px 20px;
  }

  .h2-heading-15 {
    font-size: 24px;
  }

  .container-regular-18 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-large-16.text-color-gray-951 {
    font-size: 16px;
  }

  .paragraph-23, .text-block-109, .text-block-110, .text-block-111 {
    font-weight: 200;
  }

  .timeline-content {
    padding-bottom: 80px;
  }

  .section-tiny {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .timeline-block {
    margin-top: 0;
    padding: 0 4% 24px;
  }

  .text-color-neutral-400 {
    color: var(--main--black);
  }

  .grid-two-column-9 {
    padding-top: 20px;
  }

  .h3-heading-9 {
    color: var(--standard-bacckground);
    font-size: 33px;
  }

  .button-primary-14 {
    width: 100%;
  }

  .h3-heading-10 {
    font-size: 40px;
  }

  .content-image-wrapper {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .content-link-card-small {
    padding: 16px 12px;
  }

  .button-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .content-link {
    margin-bottom: 20px;
  }

  .line-break {
    display: none;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 10px;
  }

  .timeline-bar {
    flex: 1;
    width: 0;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .timeline-bottom {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .timeline-dot-small {
    width: 4px;
    height: 4px;
  }

  .section-tiny-2 {
    flex-flow: row;
    display: block;
  }

  .timeline-top {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .timeline-card-small {
    flex-direction: row;
  }

  .timeline-grid {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .timeline-header-mockup {
    margin-bottom: -120px;
  }

  .timeline-tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .timeline-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 48px;
  }

  .timeline-bar-wrap {
    flex-direction: column;
  }

  .timeline-dot {
    width: 12px;
    height: 12px;
  }

  .timeline-block-3 {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .button-primary-15 {
    width: 100%;
  }

  .paragraph-25 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 200;
  }

  .testimonial-avatar-2, .testimonial-avatar-3 {
    width: 240px;
    height: 240px;
  }

  .caption-regular-7.text-color-gray-700 {
    font-weight: 200;
  }

  .h6-heading-20.text-weight-medium {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
  }

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

  .content-course-link {
    padding: 16px 12px;
  }

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

  .pricing-back-card {
    display: none;
  }

  .integration-card-2 {
    max-width: 300px;
  }

  .image-34, .image-35 {
    width: 150px;
  }

  .table-image {
    max-height: none;
  }

  .course-header-2 {
    padding: 0;
  }

  .caption-regular-8.text-color-gray-600 {
    color: var(--main--white);
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
  }

  .avatar-small-2 {
    line-height: 14px;
  }

  .course-border-wrapper-2 {
    padding: 5%;
  }

  .subheading-regular-5 {
    color: var(--main--white);
    font-size: 20px;
  }

  .course-author-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .course-tab-menu-3 {
    border-radius: 24px;
    flex-flow: column;
  }

  .paragraph-regular-31 {
    font-size: 14px;
    font-weight: 200;
  }

  .career-card {
    flex-direction: column;
  }

  .h5-heading-11 {
    font-size: 30px;
  }

  .content-tab-link-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .code-embed-12 {
    padding-bottom: 20px;
  }

  .header-overlay-2 {
    background-image: linear-gradient(to bottom, var(--standard-bacckground), var(--standard-bacckground));
    opacity: 1;
    -webkit-backdrop-filter: grayscale() contrast(200%);
    backdrop-filter: grayscale() contrast(200%);
    outline-color: var(--standard-bacckground);
    mix-blend-mode: multiply;
    border-radius: 24px;
    display: block;
  }

  .header-client-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -80px;
  }

  .search-submit-wrapper {
    flex-flow: column;
    display: flex;
  }

  .search-form-2 {
    flex-flow: column;
    padding-right: 8px;
  }

  .header-logo-group {
    flex-wrap: wrap;
    flex: none;
    justify-content: center;
  }

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

  .header-card-2 {
    background-color: var(--main--white);
    padding: 24px;
  }

  .block-quote {
    font-size: 26px;
    line-height: 35px;
  }

  .header-overlay-3 {
    background-image: linear-gradient(to bottom, var(--standard-bacckground), var(--standard-bacckground));
    opacity: 1;
    -webkit-backdrop-filter: grayscale() contrast(200%);
    backdrop-filter: grayscale() contrast(200%);
    outline-color: var(--standard-bacckground);
    mix-blend-mode: multiply;
    border-radius: 24px;
    display: block;
  }

  .course-tag-copy, .course-tag-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .mandaten-satz-1 {
    font-weight: 200;
  }

  .email-form-2 {
    flex-flow: column;
  }

  .h4-heading-10 {
    color: var(--main--white);
    font-size: 45px;
  }

  .pricing-card-3 {
    margin-top: -140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-card-3.glowing-trail-effect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading-small-3 {
    font-size: 38px;
  }

  .caption-small-11.text-color-gray-500 {
    display: none;
  }

  .navigation-dropdown-toggle-8 {
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 10px;
    display: flex;
  }

  .navigation-container-6 {
    z-index: 999;
    border-width: .5px;
    border-color: var(--standard-bacckground);
    background-color: var(--standard-bacckground);
    border-radius: 10px;
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

  .h5-heading-13 {
    color: #011523;
    text-align: left;
    padding: 10px 10px 10px 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1;
  }

  .bold-text-17 {
    box-sizing: border-box;
    text-align: left;
    letter-spacing: -1.61px;
    vertical-align: baseline;
    width: 100%;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    font-family: Space Grotesk, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    overflow: visible;
  }

  .button-primary-large-11 {
    display: none;
  }

  .background-video-7 {
    box-sizing: border-box;
    aspect-ratio: auto;
    filter: contrast(200%);
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #d1131300;
    border-radius: 24px;
    width: auto;
    height: 800px;
    display: none;
    position: relative;
  }

  .button-dark-large-5 {
    width: 100%;
  }

  .course-tab-menu-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #e6ebf0;
    border-radius: 10px;
    flex-flow: column;
  }

  .paragraph-small-41 {
    font-weight: 200;
  }

  .course-border-wrapper-3 {
    padding: 5%;
  }

  .text-block-139 {
    color: #011523;
    font-size: 24px;
  }

  .text-block-140 {
    font-size: 24px;
  }

  .wrap-v-small-4.align-v-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--main--transparent);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    background-image: none;
    border-style: none;
    outline-width: 1px;
    outline-style: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 0 10px;
    display: flex;
  }

  .wrap-v-small-4.align-v-left.glowing-trail-effect {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .paragraph-small-42 {
    font-size: 13px;
  }

  .course-tags-3, .image-43 {
    display: none;
  }

  .text-block-142 {
    color: #fff;
  }

  .icon-27 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--standard-bacckground);
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .header-background-3 {
    filter: contrast(200%);
    mix-blend-mode: multiply;
    background-color: #011523;
    background-position: 50% 0;
  }

  .header-2 {
    background-color: #01152300;
    background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0 87%);
    mix-blend-mode: normal;
    border-radius: 24px;
    min-height: 300px;
    padding-bottom: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-block-144.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-145 {
    color: #011523;
    font-size: 24px;
  }

  .h6-heading-22 {
    font-size: 20px;
  }

  .image-44 {
    display: none;
  }

  .kontaktformular-2-2 {
    padding: 10px;
  }

  .h6-heading-23 {
    color: #011523;
    font-size: 20px;
  }

  .header-overlay-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    filter: none;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: multiply;
    background-image: linear-gradient(#011523, #01152345 30%, #011523cc 95%, #011523);
    background-clip: border-box;
    border-radius: 24px;
    outline-color: #011523;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
  }

  .marktdaten-satz-2 {
    font-size: 12px;
    font-weight: 200;
  }

  .caption-regular-9.text-color-gray-600 {
    color: #011523;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .course-author-3 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .5fr;
    display: block;
  }

  .code-embed-27 {
    text-align: center;
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: none;
  }

  .text-weight-semibold-3 {
    font-size: 12px;
  }

  .course-header-3 {
    background-color: var(--main--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: none;
    border-bottom: 1px solid #fff;
    width: auto;
    margin-bottom: 0;
    padding: 20px 10px 0;
  }

  .navigation-menu-5 {
    z-index: 999;
    background-color: #ffffff8c;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-client-review-3 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #01152300;
    border-bottom-left-radius: 8px;
    margin-top: 20px;
  }

  .paragraph-26 {
    font-size: 16px;
    font-weight: 200;
  }

  .dropdown-arrow-2 {
    color: #fff;
  }

  .course-tag-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .subheading-regular-7 {
    color: #011523;
    width: auto;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    display: block;
  }

  .linear-title-2 {
    text-align: center;
    mix-blend-mode: normal;
    flex: 0 auto;
    align-self: auto;
    margin-top: 10px;
    padding-top: 0;
    font-size: 65px;
    line-height: 60px;
    display: block;
    position: static;
  }

  .overline-8.shooting-star-effect {
    width: 100%;
    font-size: 34px;
    line-height: 34px;
  }

  .header-button-group {
    flex-flow: column;
  }

  .header-avatar {
    top: 0%;
  }

  .header-graphic {
    height: 300px;
  }

  .team-member-image-wrapper {
    height: 220px;
  }

  .team-slider-trigger {
    display: none;
  }

  .team-slider-mask {
    width: 90%;
  }

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

  .testimonial-block {
    padding: 48px 24px;
  }

  .h6-heading-25 {
    white-space: pre-wrap;
  }

  .testimonial-content-3 {
    grid-row-gap: 32px;
  }

  .testimonial-avatar-large {
    flex: none;
  }

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

  .logistic-content-2 {
    padding: 16px;
  }

  .logistic-block-2 {
    margin-top: 24px;
  }

  .logistic-card-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .table-wrapper-2 {
    width: 840px;
  }

  .table-row-2 {
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .h1-heading-11 {
    background-color: #f3f3f300;
    font-size: 38px;
    line-height: 40px;
  }

  .section-regular-29 {
    padding: 0 0%;
  }

  .table-wrapper-3 {
    width: 840px;
  }

  .h1-heading-12 {
    font-size: 32px;
    line-height: 30px;
  }

  .table-tab-link {
    min-width: auto;
    font-size: 16px;
  }

  .section-regular-30 {
    margin-top: 60px;
    padding: 0 0%;
  }

  .table-grid-row {
    grid-template-columns: minmax(auto, 220px) 1fr 1fr 1fr 1fr;
    width: 840px;
  }

  .text-span-8 {
    font-size: 22px;
    line-height: 30px;
  }

  .cell-2, .cell-3 {
    display: none;
  }

  .header-content-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-right: 20px #000;
    border-radius: 24px;
  }

  .h1-heading-13 {
    color: var(--standard-bacckground);
    font-family: Inter, sans-serif;
    font-size: 45px;
  }

  .button-wrapper-small {
    flex-direction: column;
    align-items: stretch;
  }

  .section-regular-31 {
    background-image: linear-gradient(#ffffff80, #fff0), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67a483142d9504a70c04d5c3_wohnen%20in%20hamburg%20.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .header-carousel-link-large {
    width: 102px;
    height: 144px;
  }

  .header-marquee-loop {
    height: 420px;
  }

  .button-primary-9-2 {
    width: 100%;
    font-size: 20px;
    font-weight: 200;
  }

  .image-55 {
    width: 200px;
    margin-top: -50px;
    margin-left: 0;
  }

  .course-tags-3-2 {
    text-align: center;
    display: flex;
  }

  .text-weight-medium-2-2.text-color-secondary.mobile {
    color: var(--standard-bacckground);
    font-size: 12px;
    line-height: 13px;
  }

  .image-56 {
    width: 150px;
    margin-top: -20px;
    margin-left: 0;
  }

  .div-block-15-2 {
    display: none;
  }

  .wrap-v-small-4-2.align-v-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-30 {
    text-align: left;
  }

  .logo-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-header-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .testimonial-button-2 {
    display: none;
  }

  .testimonial-heading {
    display: block;
  }

  .column-x-small-5-3 {
    background-color: var(--standard-bacckground);
  }

  .body-2.body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-3, .body-4, .body-5, .body-6, .body-16 {
    background-color: #f3f3f3;
  }

  .body-17 {
    background-color: var(--main--white);
  }

  .course-tags-5 {
    display: none;
  }

  .text-block-160 {
    font-weight: 200;
  }

  .section-button-holder {
    grid-template-columns: 1fr;
  }

  .border-card-image-block {
    width: 100%;
    height: 160px;
  }

  .border-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px 20px;
  }

  .border-card-content-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .border-card-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .border-card-text {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 18px;
  }

  .button-dark-large-6 {
    width: 100%;
  }

  .text-block-165 {
    color: #fff;
  }

  .icon-30 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-2 {
    grid-template-rows: auto auto;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navigation-bar-4 {
    z-index: 999;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .text-block-167.shooting-star-effect {
    font-weight: 200;
  }

  .h6-heading-30 {
    font-size: 20px;
  }

  .kontaktformular-2-3 {
    padding: 10px;
  }

  .navigation-logo-link-7.hide-desktop.w--current {
    display: flex;
  }

  .image-61 {
    background-color: var(--main--transparent);
    border-radius: 0;
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .navigation-dropdown-content-2 {
    z-index: 999;
    aspect-ratio: auto;
    padding: 10px;
    position: relative;
  }

  .button-dark-large-7 {
    width: 100%;
  }

  .text-block-175 {
    color: #fff;
  }

  .icon-32 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-bar-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .text-block-177.shooting-star-effect {
    font-weight: 200;
  }

  .h6-heading-31 {
    font-size: 20px;
  }

  .kontaktformular-2-4, .navigation-dropdown-content-3 {
    padding: 10px;
  }

  .button-dark-large-8 {
    width: 100%;
  }

  .text-block-185 {
    color: #fff;
  }

  .icon-34 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-187.shooting-star-effect {
    font-weight: 200;
  }

  .h6-heading-32 {
    font-size: 20px;
  }

  .kontaktformular-2-5 {
    padding: 10px;
  }

  .text-block-195 {
    color: #fff;
  }

  .icon-36 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-197.shooting-star-effect {
    font-weight: 200;
  }

  .h6-heading-33 {
    font-size: 20px;
  }

  .kontaktformular-2-6 {
    padding: 10px;
  }

  .text-block-205 {
    color: #fff;
  }

  .icon-38 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-207.shooting-star-effect {
    font-weight: 200;
  }

  .h6-heading-34 {
    font-size: 20px;
  }

  .kontaktformular-2-7 {
    padding: 10px;
  }

  .text-block-215 {
    color: #fff;
  }

  .icon-40 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-217.shooting-star-effect {
    font-weight: 200;
  }

  .h6-heading-35 {
    font-size: 20px;
  }

  .kontaktformular-2-8 {
    padding: 10px;
  }

  .text-block-225 {
    color: #fff;
  }

  .icon-42 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-227.shooting-star-effect {
    font-weight: 200;
  }

  .h6-heading-36 {
    font-size: 20px;
  }

  .kontaktformular-2-9 {
    padding: 10px;
  }

  .text-block-235 {
    color: #fff;
  }

  .icon-44 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-237.shooting-star-effect {
    font-weight: 200;
  }

  .kontaktformular-2-10 {
    padding: 10px;
  }

  .text-block-245 {
    color: #fff;
  }

  .icon-46 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-247.shooting-star-effect {
    font-weight: 200;
  }

  .kontaktformular-2-11 {
    padding: 10px;
  }

  .text-block-255 {
    color: #fff;
  }

  .icon-48 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-257.shooting-star-effect {
    font-weight: 200;
  }

  .kontaktformular-2-12 {
    padding: 10px;
  }

  .navigation-container-7 {
    border-radius: 20px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-265 {
    color: #fff;
  }

  .icon-50 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-267.shooting-star-effect {
    font-weight: 200;
  }

  .kontaktformular-2-13 {
    padding: 10px;
  }

  .navigation-container-8 {
    border-radius: 20px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-275 {
    color: #fff;
  }

  .icon-52 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-277.shooting-star-effect {
    font-weight: 200;
  }

  .navigation-container-9 {
    border-radius: 20px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-285 {
    color: #fff;
  }

  .icon-54 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-287.shooting-star-effect {
    font-weight: 200;
  }

  .navigation-container-10 {
    border-radius: 20px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-295 {
    color: #fff;
  }

  .icon-56 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-297.shooting-star-effect {
    font-weight: 200;
  }

  .navigation-container-11 {
    border-radius: 20px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-305 {
    color: #fff;
  }

  .icon-58 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-307.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-315 {
    color: #fff;
  }

  .icon-60 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-317.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-325 {
    color: #fff;
  }

  .icon-62 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-327.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-335 {
    color: #fff;
  }

  .icon-64 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-337.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-345 {
    color: #fff;
  }

  .icon-66 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-347.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-355 {
    color: #fff;
  }

  .icon-68 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-357.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-365 {
    color: #fff;
  }

  .icon-70 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-367.shooting-star-effect {
    font-weight: 200;
  }

  .icon-72 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-376.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-383 {
    color: #fff;
  }

  .icon-74 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-385.shooting-star-effect {
    font-weight: 200;
  }

  .text-block-390 {
    color: #fff;
  }

  .icon-76 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
  }

  .navigation-menu-grid-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-392.shooting-star-effect {
    font-weight: 200;
  }

  .image-108 {
    margin-top: -20px;
    margin-left: 0;
  }

  .button-5 {
    flex-flow: row;
    margin-top: 10px;
    display: block;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-31 {
    clear: none;
    text-align: left;
    align-self: flex-start;
    margin-top: -20px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    display: block;
    position: static;
  }

  .code-embed-36 {
    display: none;
  }

  .bold-text-29.shooting-star-effect {
    font-size: 40px;
    line-height: 40px;
  }

  .background-video-10 {
    height: 140px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .avatar-small-3 {
    line-height: 14px;
  }

  .course-space-between-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .social_proof-2 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 0;
  }

  .button-6 {
    padding-bottom: 4px;
  }

  .faq-tabs-menu-6 {
    border-radius: 24px;
    flex-flow: column;
  }

  .hero-heading {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .bold-text-31 {
    font-size: 50px;
    line-height: 1px;
  }

  .code-embed-38, .code-embed-39, .code-embed-40, .code-embed-41, .code-embed-42, .code-embed-43 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .paragraph-33 {
    color: var(--main--white);
    text-align: center;
    border-style: none none solid;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .paragraph-33.shooting-star-effect {
    font-size: 36px;
  }

  .paragraph-33.glowing-trail-effect {
    max-width: 240px;
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-13-copy {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-color: var(--main--white);
    outline-offset: 5px;
    outline-width: 2px;
    outline-style: none;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .heading-15 {
    text-align: center;
    font-size: 60px;
  }

  .paragraph-34 {
    text-align: left;
    width: 160px;
    font-size: 33px;
    line-height: 30px;
  }

  .paragraph-35 {
    margin-top: 20px;
    display: none;
  }

  .code-embed-44 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .code-embed-45 {
    box-shadow: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    margin-top: -100px;
    margin-bottom: 40px;
  }

  .code-embed-46 {
    border-style: none;
    border-width: 0;
    margin-bottom: 40px;
  }

  .code-embed-47 {
    width: 20px;
    max-width: 20px;
    margin-top: 3px;
    display: block;
  }

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

  .code-embed-49 {
    color: var(--standard-bacckground);
    justify-content: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
  }

  .paragraph-36 {
    width: auto;
  }

  .grid-two-column-14 {
    grid-template-columns: 1fr;
  }

  .contact-map-card {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .heading-grid-7, .button-grid-small {
    grid-template-columns: 1fr;
  }

  .image-113 {
    height: 150px;
    margin-top: 20px;
    left: 0%;
  }

  .code-embed-541 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    outline-color: var(--main--white);
    outline-offset: 8px;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #fff0;
    background-image: none;
    border-radius: 20px 10px 10px 20px;
    outline-width: 1px;
    outline-style: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .code-embed-54 {
    margin-top: -100px;
    position: static;
  }

  .paragraph-38 {
    font-size: 12px;
  }

  .paragraph-38.shooting-star-effect {
    padding-bottom: 2px;
  }

  .course-header-4 {
    background-color: var(--main--white);
    background-image: linear-gradient(153deg, var(--main--white) 55%, #01152380);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 20px 10px 10px;
  }

  .navigation-tab-link-small {
    font-size: 24px;
  }

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

  .navigation-slider {
    padding-left: 0;
  }

  .navigation-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .navigation-button-wrapper-2 {
    display: none;
  }

  .navigation-mask {
    width: auto;
    max-width: none;
  }

  .navigation-slide-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .course-header-5 {
    background-color: var(--main--white);
    background-image: linear-gradient(153deg, var(--main--white) 55%, #01152380);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px solid #fff;
    width: auto;
    margin-bottom: 0;
    padding: 20px 10px 10px;
  }

  .h5-heading-15 {
    color: var(--standard-bacckground);
  }

  .h5-heading-21 {
    font-size: 26px;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: stretch stretch;
    margin-top: 0;
    display: grid;
    position: static;
  }

  .image-cover-18 {
    width: 500px;
    max-width: 160px;
  }

  .caption-small-14.text-color-tertiary {
    font-size: 10px;
  }

  .pricing-features-grid {
    grid-template-columns: 1fr;
  }

  .row-x-small-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .h6-heading-37 {
    font-size: 33px;
  }

  .section-regular-34 {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .pricing-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-banner-image.large {
    background-color: #fff0;
    border-color: #fff0;
  }

  .icon-x-small-25 {
    width: 12px;
    height: 12px;
  }

  .pricing-card-banner.glowing-trail-effect {
    margin-top: 0;
  }

  .subheading-regular-10.text-color-secondary {
    font-size: 12px;
    line-height: 16px;
  }

  .subheading-regular-10.text-color-secondary.subheading-regular-22 {
    font-size: 13px;
  }

  .h5-heading-22.text-weight-bold.glowing-trail-effect {
    font-size: 46px;
  }

  .h5-heading-22.text-weight-bold.glowing-trail-effect.headline-color {
    color: var(--standard-bacckground);
  }

  .pricing-features-grid-1 {
    background-color: var(--main--white);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch stretch;
    padding: 0 10px;
    font-weight: 200;
  }

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

  .pricing-card-header-2 {
    margin-top: 100px;
  }

  .pricing-features-grid-2 {
    grid-template-columns: 1fr 1fr;
    padding: 10px;
  }

  .code-embed-59 {
    align-self: flex-start;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
  }

  .alert-banner-secondary {
    align-self: stretch;
  }

  .label-small-5 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .quick-stack-13 {
    padding: 0;
  }

  .pricing-features-grid-3 {
    grid-template-columns: 1fr 1fr;
    margin-top: -50px;
    padding: 10px;
  }

  .subheading-regular-22.text-color-secondary {
    font-size: 13px;
    line-height: 16px;
  }

  .icon-x-small-26 {
    width: 12px;
    height: 12px;
  }

  .image-122 {
    width: 150px;
    margin-top: -40px;
  }

  .code-embed-44-2 {
    border-style: none;
    width: 350px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-15 {
    grid-row-gap: 20px;
  }

  .image-123 {
    display: none;
  }

  .pricing-features-grid-1-copy {
    grid-template-columns: 1.25fr 1.25fr 1fr;
    grid-auto-flow: row;
    place-content: stretch start;
    place-items: stretch stretch;
    margin-top: 5px;
    padding: 0 0 0 10px;
    font-weight: 200;
  }

  .row-x-small-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .subheading-regular-10-2.text-color-secondary {
    font-size: 10px;
    line-height: 14px;
  }

  .icon-x-small-25-2 {
    width: 12px;
    height: 12px;
  }

  .icon-x-small-25-2-copy {
    width: 11px;
    height: 11px;
  }

  .quick-stack-15-2 {
    grid-row-gap: 20px;
  }

  .image-123-2 {
    display: none;
  }

  .h5-heading-15-2 {
    background-color: var(--main--white);
  }

  .label-small-6.text-weight-semibold {
    font-size: 14px;
  }

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

  .pricing-features-grid-3-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 100;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
    padding: 10px 0;
    display: grid;
  }

  .form-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: none;
  }

  .course-header-3-22 {
    background-color: #ffffffb5;
    background-image: linear-gradient(153deg, var(--main--white) 55%, #01152380);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px solid #fff;
    width: auto;
    margin-bottom: 0;
    padding: 20px 10px 0;
  }

  .paragraph-40 {
    font-size: 14px;
  }

  .code-embed-60 {
    margin-top: 10px;
  }

  .heading-17 {
    opacity: .5;
    text-align: center;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .div-block-13-copy-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    background-color: #01152300;
    outline-width: 2px;
    outline-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: block;
  }

  .course-header-3-3 {
    background-color: var(--main--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(153deg, #fffffff7, #ffffff45);
    border-bottom: 1px solid #fff;
    width: auto;
    margin-bottom: 0;
    padding: 20px 10px 0;
  }

  .text-block-412 {
    margin-top: -1px;
    font-size: 12px;
    line-height: 15px;
  }

  .alert-secondary-2 {
    background-color: var(--main--white);
  }

  .quick-stack-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-immobilienbewertung {
    background-color: #01152300;
    background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0 87%);
    mix-blend-mode: normal;
    border-radius: 24px;
    min-height: 300px;
    padding-bottom: 40px;
  }

  .pricing-features-grid-3-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding: 10px;
    display: grid;
  }

  .code-embed-62 {
    color: var(--standard-bacckground);
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
  }

  .image-123-3 {
    display: none;
  }

  .div-block-13-2 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-color: var(--main--white);
    outline-offset: 5px;
    outline-width: 2px;
    outline-style: none;
    padding: 0 0%;
    display: block;
  }

  .div-block-22 {
    background-color: var(--main--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 20px;
  }

  .section-8 {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
  }

  .heading-18 {
    width: 320px;
    font-size: 28px;
  }

  .heading-18.glowing-trail-effect {
    font-size: 26px;
  }

  .text-block-414 {
    width: 320px;
    font-weight: 200;
  }

  .code-embed-63 {
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .text-span-10 {
    font-weight: 400;
  }

  .header-client-review-startseite {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #01152300;
    border-style: solid;
    border-bottom-left-radius: 8px;
    align-self: center;
    margin-top: 20px;
  }

  .paragraph-33-2 {
    color: #ffffff78;
    font-size: 26px;
  }

  .paragraph-33-2.shooting-star-effect {
    font-size: 36px;
  }

  .paragraph-33-2.glowing-trail-effect {
    max-width: 240px;
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .wrap-v-small-4-20.align-v-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--standard-bacckground);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--standard-bacckground);
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 60px;
    padding-top: 0;
  }

  .code-embed-64 {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 10px;
  }

  .pricing-divider-2 {
    margin-bottom: 10px;
  }

  .course-space-between-21 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .image-128 {
    width: 40px;
    margin-top: -5px;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-130 {
    left: 5%;
  }

  .content-slide-button.left {
    color: var(--main--white);
    background-color: #fc0000;
  }

  .section-large-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .content-slide-card {
    border-color: var(--standard-bacckground);
  }

  .subheading-large-14.text-color-inherit {
    font-size: 16px;
    line-height: 20px;
  }

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .content-slider {
    overflow: hidden;
  }

  .h2-heading-29 {
    font-size: 20px;
  }

  .subheading-x-large {
    color: var(--standard-bacckground);
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

  .content-image-large {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .h4-heading-15 {
    font-size: 24px;
  }

  .team-member-avatar-2 {
    height: 200px;
  }

  .team-member-avatar-small {
    width: auto;
    height: 200px;
  }

  .team-member-card.small {
    flex-flow: column;
  }

  .team-slider-mask-2 {
    width: 90%;
  }

  .team-card-2 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-role {
    font-size: 16px;
  }

  .team-content-2 {
    margin-right: 20px;
  }

  .team-name {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .link-5 {
    margin-top: 0;
    font-size: 12px;
  }

  .legal-link-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .legal-link-group-2 {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

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

  .column-large-28 {
    align-items: stretch;
    max-width: 300px;
  }

  .section-large-18.background-secondary {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .image-cover-20 {
    outline-color: var(--neutral--100);
    outline-offset: -5px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    outline-width: 1px;
    outline-style: solid;
  }

  .grid-two-column-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--standard-bacckground);
    outline-color: var(--standard-bacckground);
    outline-offset: -5px;
    outline-width: 1px;
    outline-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .h2-heading-31 {
    font-size: 42px;
  }

  .paragraph-small-83.text-color-tertiary {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-small-83.text-color-inherit {
    color: var(--standard-bacckground);
  }

  .bold-text-41 {
    font-size: 18px;
    font-weight: 200;
  }

  .subheading-large-15.text-color-brand-4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-regular-44 {
    font-size: 14px;
  }

  .text-block-415, .text-block-416 {
    font-size: 20px;
  }

  .icon-x-small-26-1 {
    width: 12px;
    height: 12px;
  }

  .subheading-regular-22-bewwertung.text-color-secondary {
    font-size: 12px;
    line-height: 16px;
  }

  .header-background-start {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #011523;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #0115234d, #011523bf 70%, var(--standard-bacckground)), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67dc2ca956743929faf76b75_norderstedt.webp");
    filter: contrast(120%);
    mix-blend-mode: normal;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
  }

  .header-background-start.regen-hintergrund {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    filter: brightness(120%) contrast(200%);
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .header-overlay-4-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    filter: none;
    -webkit-backdrop-filter: contrast(200%);
    backdrop-filter: contrast(200%);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: linear-gradient(#011523cc, #011523cc 0%, #011523 0%, #01152300 76%, #01152300);
    background-clip: border-box;
    border-radius: 24px;
    outline-color: #011523;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: absolute;
  }

  .bold-text-42 {
    font-size: 14px;
  }

  .content-slide-card-2 {
    background-color: var(--main--white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-offset: 5px;
    border-style: none;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    outline: 1px #fff;
    max-width: 100%;
    margin: 0 5px;
  }

  .row-regular-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--main--transparent);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h5-heading-25.text-color-inherit {
    font-size: 18px;
  }

  .section-9 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .section-11 {
    margin-top: 0;
  }

  .icon-x-small-29-2 {
    background-color: #b41c1c00;
  }

  .linear-title-2-2 {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
    font-size: 33px;
    line-height: 40px;
    display: block;
    position: static;
  }

  .button-wrapper-small-2 {
    max-width: 210px;
  }

  .team-cta-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-stack-23 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-18 {
    justify-content: center;
    align-items: stretch;
  }

  .form-row {
    flex-flow: column;
  }

  .paragraph-small-87.text-color-tertiary {
    color: var(--main--white);
  }

  .section-regular-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .paragraph-x-large-5 {
    width: auto;
  }

  .button-primary-26 {
    width: 100%;
  }

  .h2-heading-34 {
    color: var(--standard-bacckground);
    width: auto;
    line-height: .7;
  }

  .cta-card {
    box-sizing: content-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    object-fit: cover;
    background-color: #ffffff85;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .bold-text-48 {
    vertical-align: baseline;
    font-size: 24px;
    line-height: 2%;
    display: inline;
  }

  .section-regular-42-2 {
    display: none;
  }

  .text-span-14 {
    color: var(--main--white);
  }

  .section-regular-42-zinshaus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center;
    margin-bottom: 60px;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .course-header-3-4 {
    background-color: var(--main--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(153deg, #fffffff7, #ffffff45);
    border-bottom: 1px solid #fff;
    width: auto;
    margin-bottom: 0;
    padding: 20px 10px 0;
  }

  .course-space-between-22 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 15%;
  }

  .feature-tabs-menu {
    grid-template-columns: 1fr;
  }

  .section-17 {
    width: 100%;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .image-134 {
    align-self: flex-start;
    max-width: none;
    padding-top: 10px;
  }

  .quick-stack-24 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-135 {
    align-self: flex-start;
    max-width: none;
    margin-left: -10px;
  }

  .code-embed-44-2-2 {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .quick-stack-25 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: -40px;
    padding-left: 0;
    padding-right: 10px;
  }

  .image-136 {
    flex: 0 auto;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .cell-19 {
    justify-content: center;
    align-items: flex-end;
  }

  .section-19 {
    margin-top: -30px;
  }

  .text-block-426 {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-10 {
    display: none;
  }

  .pricing-divider-22 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .code-embed-53-2 {
    box-shadow: none;
    outline-color: var(--main--white);
    outline-offset: 10px;
    object-fit: fill;
    background-color: #fff6;
    border-radius: 10px;
    outline-width: .7px;
    outline-style: dotted;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 140px;
    margin-top: -10px;
    display: flex;
    position: static;
  }

  .feature-link-immbilienbewerrung.glowing-trail-effect {
    background-image: linear-gradient(90deg, var(--standard-bacckground) 50%, #008cff);
    background-image: linear-gradient(90deg, var(--standard-bacckground) 50%, #008cff);
    padding: 10px 20px;
  }

  .subheading-large-15-2.text-color-brand-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-regular-44-2 {
    font-size: 12px;
  }

  .feature-link-right-2 {
    border-left: 1px dashed var(--main--white);
  }

  .brand-link-2 {
    color: var(--main--white);
    padding-left: 20px;
    padding-right: 10px;
  }

  .text-block-416-2 {
    font-size: 20px;
    font-weight: 300;
  }

  .overline-15.shooting-star-effect {
    font-size: 26px;
    line-height: 26px;
  }

  .overline-16.shooting-star-effect {
    text-align: center;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .header-divider {
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .code-embed-69 {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .pricing-divider-222 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .code-embed-70 {
    box-shadow: none;
    margin-left: 3px;
    margin-right: 3px;
  }

  .code-embed-71 {
    width: 380px;
  }

  .code-embed-70-2 {
    width: 360px;
    margin: 40px 3px 0 0;
  }

  .code-embed-70-22 {
    box-shadow: none;
    margin-left: 3px;
    margin-right: 3px;
  }

  .code-embed-542 {
    align-self: center;
    margin-top: 40px;
  }

  .text-block-428 {
    color: var(--standard-bacckground);
    font-weight: 200;
  }

  .heading-19 {
    text-align: center;
    letter-spacing: 0;
    font-size: 80px;
  }

  .header-2-2 {
    background-color: #01152300;
    background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0 87%);
    mix-blend-mode: normal;
    border-radius: 24px;
    min-height: 300px;
    padding-bottom: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-13-33 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-color: var(--main--white);
    outline-offset: 5px;
    outline-width: 2px;
    outline-style: none;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .content-slider-2 {
    overflow: hidden;
  }

  .background-video-18 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0, var(--standard-bacckground) 84%);
    filter: none;
    height: 800px;
    min-height: 0;
    display: none;
  }

  .wrap-v-small-4-22.align-v-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--main--transparent);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--main--white);
    outline-offset: 5px;
    border-style: none;
    outline-width: 1px;
    outline-style: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 0 10px;
    display: flex;
  }

  .wrap-v-small-4-22.align-v-left.glowing-trail-effect {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .div-block-13-2-2 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-color: var(--main--white);
    outline-offset: 5px;
    outline-width: 2px;
    outline-style: none;
    padding: 0 0%;
    display: block;
  }

  .header-content-22 {
    max-width: 100%;
    padding-top: 0;
  }

  .header-overlay-4-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    filter: none;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: multiply;
    background-image: linear-gradient(#011523, #01152345 30%, #011523cc 95%, #011523);
    background-clip: border-box;
    border-radius: 24px;
    outline-color: #011523;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
  }

  .header-33 {
    background-color: #01152300;
    background-image: linear-gradient(180deg, var(--standard-bacckground), #fff0 87%);
    mix-blend-mode: normal;
    border-radius: 24px;
    min-height: 300px;
    padding-bottom: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .background-video-19 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0, var(--standard-bacckground) 84%);
    filter: none;
    height: 800px;
    min-height: 0;
    display: none;
  }

  .header-background-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #011523;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152380 15%, #011523bf 50%, var(--standard-bacckground) 74%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67b48ee38f3715ca5ace09ce_wohnhaus.webp");
    filter: contrast(120%);
    mix-blend-mode: normal;
    background-position: 0 0, 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
  }

  .header-background-22.regen-hintergrund {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    filter: brightness(120%) contrast(200%);
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .linear-title-2-22 {
    text-align: center;
    mix-blend-mode: normal;
    flex: 0 auto;
    align-self: auto;
    margin-top: 10px;
    padding-top: 0;
    font-size: 28px;
    font-style: normal;
    line-height: 35px;
    display: block;
    position: static;
  }

  .paragraph-42 {
    text-align: left;
    margin-top: 5px;
    font-size: 10px;
    line-height: 15px;
  }

  .section-24 {
    display: none;
  }

  .paragraph-43 {
    background-color: #fff9;
    max-width: 230px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
    display: block;
  }

  .content-slide-card-22 {
    border-color: var(--standard-bacckground);
  }

  .paragraph-small-88 {
    font-size: 12px;
    line-height: 16px;
  }

  .header-content-2-22 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-right: 20px #000;
    border-radius: 24px;
  }

  .bold-text-31-2 {
    font-size: 50px;
    line-height: 1px;
  }

  .header-background-start-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #011523;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #0115234d, #011523bf 60%, var(--standard-bacckground)), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67b98aab238d19ad95cc0c12_hamburg.webp");
    filter: contrast(120%);
    mix-blend-mode: normal;
    background-position: 0 0, 0%;
    background-size: auto, cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
  }

  .header-background-start-1.regen-hintergrund {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    filter: brightness(120%) contrast(200%);
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .link-9.w--current {
    color: var(--neutral--400);
  }

  .timeline-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .label-regular-2-22 {
    font-size: 12px;
  }

  .paragraph-44 {
    text-align: left;
    letter-spacing: -1.61px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--standard-bacckground);
    width: auto;
    margin-left: 0;
    font-size: 55px;
    font-weight: 700;
    line-height: 45px;
  }

  .paragraph-45, .text-block-429 {
    font-size: 18px;
    line-height: 24px;
  }

  .header-background-start-1-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #011523;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #0115234d, #011523bf 60%, var(--standard-bacckground)), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67b98aab238d19ad95cc0c12_hamburg.webp");
    filter: contrast(120%);
    mix-blend-mode: normal;
    background-position: 0 0, 0%;
    background-size: auto, cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
  }

  .header-background-start-1-22.regen-hintergrund {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    filter: brightness(120%) contrast(200%);
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #01152373, var(--standard-bacckground) 71%), url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/67d18309847bd140af664d3b_Kopie%20von%20Hintergrund%20blau-10.webp");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-27 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .code-embed-547 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    outline-offset: 8px;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #fff0;
    background-image: none;
    border-radius: 20px 10px 10px 20px;
    outline: 1px #fff;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .icon-x-small-31 {
    width: 12px;
    height: 12px;
  }

  .hero-bg-wrap {
    background-image: url("https://cdn.prod.website-files.com/671bdc031fb7c4028eadbb7b/68d4f6bfa5d3a5cd6b6bb649_Header-3.webp");
    background-position: 0%;
    background-attachment: fixed;
    border-radius: 1.5rem;
    height: auto;
    padding: 2rem 1rem 6rem 1.5rem;
  }

  .hero-bg-wrap.glowing-trail-effect {
    z-index: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: left;
    z-index: 0;
    text-align: left;
    background-color: #eee;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-432 {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
  }

  .client-avator {
    border-width: 2px;
    width: 45px;
    height: 45px;
  }

  .hero-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .code-embed-551 {
    width: 195px;
    margin-top: -5px;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 400;
    display: block;
  }

  .icon-x-small-32 {
    width: 12px;
    height: 12px;
  }

  .small-text {
    font-size: .875rem;
  }

  .small-text.color-grey-400.bold {
    padding-right: 20px;
    font-weight: 300;
  }

  .subheading-regular-25.text-color-secondary.subheading-regular-25 {
    font-size: 13px;
  }

  .subheading-regular-25.text-color-secondary {
    font-size: 13px;
    line-height: 16px;
  }

  .code-embed-552 {
    border-left-style: none;
    border-left-color: #2c2c2c;
    border-right-style: none;
    border-right-width: 4px;
    flex-flow: row;
    justify-content: center;
    margin: 0 0 20px 30px;
    padding-right: 0;
    display: flex;
    position: static;
    transform: scale(1.2);
  }

  .corner-bottom-left {
    width: 25px;
    height: 25px;
  }

  .icon-size-normal-xs.color-yellow {
    width: 1rem;
    height: 1rem;
  }

  .code-embed-553 {
    color: #2c2c2c;
    margin-top: 70px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: block;
  }

  .image-145 {
    width: 220px;
    margin-top: 20px;
  }

  .hero-rating-stars {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-end;
  }

  .hero-rating-wrap {
    border-top-left-radius: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: .5rem .5rem 0 1rem;
  }

  .corner-top-right {
    width: 25px;
    height: 25px;
  }

  .pricing-features-grid-3-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 100;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
    padding: 10px 0;
    display: none;
  }

  .hero-section {
    height: auto;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .h5-heading-28 {
    color: #011523;
    font-size: 16px;
    font-style: italic;
  }

  .image-146 {
    filter: contrast(200%) grayscale();
    width: 80px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .section-30 {
    margin-left: 5px;
    display: block;
    bottom: -86px;
  }

  .row-x-small-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .h5-heading-15-3 {
    color: var(--standard-bacckground);
    font-size: 18px;
  }

  .hero-heading-2 {
    box-shadow: none;
    outline-offset: 10px;
    color: var(--standard-bacckground);
    text-shadow: none;
    border-radius: 10px;
    outline: 1px #2c2c2c;
    margin-top: 10px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 35px;
  }

  .hero-heading-2.glowing-trail-effect {
    color: var(--main--white);
    border-bottom-style: none;
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
  }

  .hero-rating-grid {
    grid-template-rows: max-content auto;
  }

  .hero-description {
    width: 100%;
    margin-top: 20px;
  }

  .text-block-433 {
    width: 180px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 200;
    line-height: 16px;
  }

  .section-heading {
    font-size: 1.375rem;
  }

  .property-dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: .25rem 0;
  }

  .property-section {
    padding: 2.5rem 1rem;
  }

  .properties-filter-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: grid;
  }

  .property-dropdown {
    width: 100%;
  }

  .flex-h.center.icon-text-gap-small.min-width-100 {
    min-width: 100px;
  }

  .properties-list {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .property-item {
    position: relative;
  }

  .basic-text {
    font-size: 1rem;
  }

  .basic-text.color-grey-400 {
    font-weight: 200;
  }

  .space-large {
    width: 2.5rem;
    height: 2.5rem;
  }

  .background-video-20 {
    background-image: linear-gradient(#c7c7c7, #c7c7c7);
  }

  .code-embed-587 {
    color: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 10px;
  }

  .code-embed-588 {
    text-align: center;
    align-self: center;
    margin-top: 30px;
    transform: scale(1.4);
  }

  .code-embed-541-6678 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    outline-color: var(--main--white);
    outline-offset: 8px;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #fff0;
    background-image: none;
    border-radius: 20px 10px 10px 20px;
    outline-width: 1px;
    outline-style: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .code-embed-21-89 {
    text-align: center;
    align-self: center;
    margin-top: 80px;
    margin-bottom: 180px;
    transform: scale(1.55);
  }
}

#w-node-f5f17647-e147-479a-8255-d3ed2b433f4b-c79b86ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

#w-node-cf817810-12d1-b7a2-4015-eaf359f01219-c79b86ee, #w-node-f650bd80-e1a8-03b7-4813-01bcf9ba7a16-c79b86ee, #w-node-b854d7ec-6968-c552-4167-fc39d3d737b6-c79b86ee, #w-node-_6652e428-723c-3a17-9ba2-758af5d54977-c79b86ee, #w-node-ece76681-ff69-eb07-47c9-1c2037978245-c79b86ee, #w-node-afde1091-7fbb-4210-1ee4-f4ea035e7cc1-c79b86ee, #w-node-_61650a64-f82f-0396-3bc8-faf5027cdefb-c79b86ee, #w-node-cf817810-12d1-b7a2-4015-eaf359f01237-c79b86ee {
  align-self: stretch;
}

#w-node-f719a9d9-0d87-8d50-ad00-b4b7569b997f-c79b86ee {
  justify-self: end;
}

#w-node-deef4c52-0e1e-a667-958e-697fa41339be-b8d6f314 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_64cc8248-0b2e-ab26-72ef-a571e805b309-e805b2fe {
  justify-self: end;
}

#w-node-_64cc8248-0b2e-ab26-72ef-a571e805b377-e805b2fe, #w-node-_64cc8248-0b2e-ab26-72ef-a571e805b37d-e805b2fe, #w-node-_64cc8248-0b2e-ab26-72ef-a571e805b383-e805b2fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-cf817810-12d1-b7a2-4015-eaf359f011fd-c79b86ee {
    justify-self: auto;
  }

  #w-node-f5f17647-e147-479a-8255-d3ed2b433f4b-c79b86ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
  }

  #w-node-_6652e428-723c-3a17-9ba2-758af5d54977-c79b86ee, #w-node-ece76681-ff69-eb07-47c9-1c2037978245-c79b86ee {
    align-self: stretch;
  }

  #w-node-f719a9d9-0d87-8d50-ad00-b4b7569b997f-c79b86ee {
    justify-self: end;
  }

  #w-node-_64cc8248-0b2e-ab26-72ef-a571e805b306-e805b2fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f5f17647-e147-479a-8255-d3ed2b433f4b-c79b86ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f719a9d9-0d87-8d50-ad00-b4b7569b997f-c79b86ee, #w-node-_64cc8248-0b2e-ab26-72ef-a571e805b309-e805b2fe {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5f17647-e147-479a-8255-d3ed2b433f4b-c79b86ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5f17647-e147-479a-8255-d3ed2b433f4b-c79b86ee {
    grid-template-rows: auto;
    grid-template-columns: 3fr .25fr;
  }

  #w-node-f719a9d9-0d87-8d50-ad00-b4b7569b9969-c79b86ee {
    order: 9999;
  }

  #w-node-_64cc8248-0b2e-ab26-72ef-a571e805b377-e805b2fe, #w-node-_64cc8248-0b2e-ab26-72ef-a571e805b37d-e805b2fe, #w-node-_64cc8248-0b2e-ab26-72ef-a571e805b383-e805b2fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
