:root {
  --relume-library-lite--rl-black: black;
  --metier-green: #52b13a;
  --untitled-ui--white: white;
  --dim-gray-3: #676770;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-100: #f7f9fd00;
  --black: #192024;
  --relume-library-lite--rl-white: white;
  --flowstica-webflow-library--black: #010b15;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --light-slate-gray: #8e8e9c;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --kickstart: #292656;
  --flowui-component-library--gray-500: #6b7094;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--black: #2c2c2c;
}

.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;
}

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

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: var(--relume-library-lite--rl-black);
  transition: all .3s ease-in-out;
}

.navigation-link:hover, .navigation-link.w--current:hover {
  color: var(--metier-green);
}

.navigation-link.w--current:visited {
  color: #55ae59;
}

.navigation-bar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #3f3f3f;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#00611a80, #00611a80), url('../images/Sonn__und_Feiertage_45923.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 0 #69b9ff;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 195px;
  padding-bottom: 195px;
  display: flex;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: none;
}

.hollow-button:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.hollow-button.all-caps {
  border-color: var(--dim-gray-3);
  color: var(--dim-gray-3);
  text-transform: uppercase;
  margin-left: 0;
  font-weight: 300;
}

.hollow-button.all-caps:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
  letter-spacing: 0;
  font-size: 42px;
  font-weight: 300;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: var(--metier-green);
  margin-bottom: 12px;
  padding-bottom: 0;
  font-weight: 600;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 41px;
  font-size: 16px;
  font-weight: 300;
}

.form {
  margin-top: 40px;
}

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

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

.container {
  max-width: 1200px;
  padding: 14px 0;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.f-paragraph-large {
  color: var(--dim-gray-3);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.f-margin-bottom-32 {
  margin-bottom: 0;
}

.f-h3-heading {
  color: var(--dim-gray-3);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--metier-green);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-image-cover {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.f-content-image-wrapper {
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 520px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: center stretch;
}

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

.f-section-regular {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.sub1 {
  color: var(--metier-green);
  letter-spacing: 4px;
  -webkit-text-stroke-color: var(--elements-webflow-library--general--shadow-01);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.sub2 {
  color: var(--metier-green);
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.image {
  margin-bottom: 31px;
}

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

.text-span {
  color: var(--metier-green);
  font-size: 18px;
  font-weight: 600;
}

.f-content-image-wrapper-2 {
  border-radius: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  overflow: hidden;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-33 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-two-column-2 {
  grid-column-gap: 41px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: center stretch;
  margin-bottom: 0;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-large-3 {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.f-h3-heading-3 {
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.f-margin-bottom-34 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-section-regular-2 {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.hollow-button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button-copy:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.hollow-button-copy.all-caps {
  border-color: var(--metier-green);
  color: var(--dim-gray-3);
  text-transform: uppercase;
  margin-left: 0;
}

.section-subheading-copy.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading-copy.center.off-white {
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-weight: 600;
}

.wbs-footer-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.wbs-footer-link:hover, .wbs-footer-link.w--current {
  text-decoration: underline;
}

.wbs-footer-simple-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.wbs-footer-logo-big {
  max-width: none;
  height: auto;
}

.wbs-footer-logo-simple {
  margin-bottom: 20px;
}

.wbs-footer-logo-simple.w--current {
  min-width: auto;
  max-height: none;
}

.wbs-footer-simple {
  text-align: center;
}

.wbs-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-section {
  background-color: #fff;
  padding: 6.25rem 5%;
}

.paragraph {
  color: var(--relume-library-lite--rl-white);
  font-size: 12px;
}

.paragraph-2 {
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 46px;
  font-weight: 400;
}

.text-span-2 {
  color: var(--metier-green);
  font-weight: 600;
}

.wbs-section-copy {
  background-color: #fff;
  padding: 6.25rem 5%;
}

.m-footer {
  background-color: #3f3f3f;
  padding: 6.25rem 5%;
}

.the-problem {
  background-color: var(--metier-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 125px 5%;
  display: flex;
  position: relative;
}

.m-company-sectioon {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.m-company-sectioon.accent {
  background-color: #3f3f3f;
  padding-top: 125px;
  padding-bottom: 125px;
}

.into-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.intro-section {
  background-color: #fff;
  padding: 125px 5%;
  position: relative;
}

.f-cta-logo-card {
  border: 1px none var(--flowui-component-library--gray-200);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--dim-gray-3);
  background-color: var(--relume-library-lite--rl-white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  width: 100%;
  max-width: none;
  padding: 39px;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-large-4 {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h2-heading {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-72 {
  margin-bottom: 0;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular-3 {
  padding: 72px 5%;
  position: relative;
}

.investment-opportunity {
  background-color: #f7f7f7;
  padding: 125px 5%;
  position: relative;
}

.text-span-3 {
  color: var(--metier-green);
  font-size: 22px;
  font-weight: 600;
}

.hollow-button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button-2:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.hollow-button-2.all-caps {
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  margin-left: 0;
  font-weight: 300;
}

.hollow-button-2.all-caps:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.hollow-button-hero {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button-hero:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.hollow-button-hero.all-caps {
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  margin-left: 0;
  font-weight: 300;
  display: none;
}

.div-block {
  width: 100%;
}

.text-block {
  color: var(--relume-library-lite--rl-black);
  margin-top: 41px;
  margin-bottom: 41px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.link {
  color: var(--metier-green);
  text-decoration: none;
}

.brix---half-bg-bottom {
  z-index: -1;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.metier---text-200-bold {
  color: var(--metier-green);
  -webkit-text-stroke-color: var(--metier-green);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.metier---text-200 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.metier---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.metier---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.metier---card-link-icon-wrapper:hover {
  border-color: var(--metier-green);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default {
  color: var(--dim-gray-3);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.metier---heading-h3-size {
  color: var(--dim-gray-3);
  letter-spacing: 2px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-460px-center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
  display: none;
}

.brix---btn-primary {
  background-color: var(--metier-green);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  padding: 26px 38px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--flowui-component-library--success-darker);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.metier---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--light-slate-gray);
  border-radius: 12px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.metier---text-area:hover {
  border-color: var(--metier-green);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.metier---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--light-slate-gray);
}

.metier---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  -webkit-text-stroke-color: var(--light-slate-gray);
  font-size: 18px;
}

.metier---input-label {
  color: var(--metier-green);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.metier---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 12px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.metier---input:hover {
  border-color: var(--metier-green);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.metier---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.metier---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: var(--dim-gray-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--metier-green);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.metierform-v2-copy {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 48px;
  padding: 72px 78px;
}

.link-2 {
  color: var(--metier-green);
  text-decoration: none;
}

.metier-contact-form {
  -webkit-text-stroke-color: #6a859c;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.metier---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.metier---half-bg-bottom {
  z-index: -1;
  background-color: var(--metier-green);
  background-image: linear-gradient(#003d1fc2, #003d1fc2), url('../images/Sonn__und_Feiertage_45923.jpeg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 45%;
  position: absolute;
  inset: auto 0% 0%;
}

.metier---inner-container-752px-copy {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.metier---text-center {
  text-align: center;
}

.metier---subtitle {
  color: var(--metier-green);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.metier---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.metier---mg-bottom-40px {
  margin-bottom: 40px;
}

.metier---heading-h1-size {
  color: var(--dim-gray-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 66px;
}

.metier---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.metier---paragraph-default {
  color: var(--dim-gray-3);
  margin-bottom: 29px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.metier---paragraph-default-copy {
  color: var(--dim-gray-3);
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.metier---mg-bottom-64px {
  margin-bottom: 64px;
}

.metier---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.metier---input-label-copy {
  color: var(--metier-green);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.metier---btn-primary-copy {
  background-color: var(--metier-green);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  padding: 26px 38px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.metier---btn-primary-copy:hover {
  background-color: var(--flowui-component-library--success-darker);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.link-3 {
  color: var(--relume-library-lite--rl-white);
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 76px;
  font-weight: 300;
}

.bold-text {
  color: var(--metier-green);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

.metier-grid-2 {
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-flow: row dense;
  place-items: center stretch;
}

.metier-cover-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.f-content-image-wrapper-2-copy {
  border-radius: 0;
  width: 100px;
  max-width: none;
  height: 100px;
  overflow: hidden;
}

.hollow-button-metier {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: none;
}

.hollow-button-metier:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.hollow-button-metier.all-caps {
  border-color: var(--dim-gray-3);
  color: var(--dim-gray-3);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  display: inline-flex;
}

.hollow-button-metier.all-caps:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.link-4 {
  color: var(--metier-green);
  text-decoration: none;
}

.div-block-2 {
  border-top: 1px solid var(--light-slate-gray);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--light-slate-gray);
  width: 100%;
  max-width: 800px;
  margin-bottom: 123px;
}

.div-block-3 {
  margin-bottom: 52px;
}

.link-5 {
  color: var(--dim-gray-3);
  text-decoration: none;
}

.text-block-3 {
  text-align: center;
  background-color: #fff;
  padding-top: 177px;
  padding-bottom: 177px;
  font-size: 50px;
}

.text-block-4 {
  color: var(--kickstart);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

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

.link-6 {
  color: var(--dim-gray-3);
  text-decoration: none;
}

.image-3 {
  margin-bottom: 16px;
}

.text-span-4, .text-span-5 {
  color: var(--untitled-ui--white);
}

.hollow-button-metier-ventures {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: none;
}

.hollow-button-metier-ventures:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.hollow-button-metier-ventures.all-caps {
  border-color: var(--dim-gray-3);
  color: var(--dim-gray-3);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  display: none;
}

.hollow-button-metier-ventures.all-caps:hover {
  border-color: var(--metier-green);
  color: var(--metier-green);
}

.text-block-5 {
  color: var(--dim-gray-3);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.link-7 {
  color: var(--relume-library-lite--rl-white);
  text-decoration: none;
}

.bold-text-2 {
  color: var(--metier-green);
  font-size: 30px;
  font-weight: 600;
}

.heading {
  color: var(--metier-green);
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.text-span-6 {
  color: var(--flowstica-webflow-library--black);
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: var(--metier-green);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
}

.text-block-6 {
  color: var(--black);
  font-size: 22px;
  line-height: 30px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-73 {
  margin-bottom: 8px;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-74 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.rich-text-block {
  color: var(--relume-library-lite--rl-white);
  line-height: 25px;
}

.heading-3 {
  color: var(--dim-gray-3);
  font-size: 42px;
  font-weight: 300;
}

.paragraph-3 {
  font-size: 16px;
  font-weight: 400;
}

.wbs-feature-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.2em;
  display: none;
}

.wbs-feature-icon {
  flex: none;
  height: auto;
}

.wbs-feature-icon-simple {
  margin-bottom: 30px;
}

.wbs-feature-item {
  text-align: left;
}

.wbs-feature-items {
  grid-column-gap: 30px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 0;
  display: grid;
}

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

.wbs-section-2 {
  padding: 6.25rem 0%;
}

.paragraph-4 {
  color: var(--relume-library-lite--rl-black);
  font-size: 16px;
  font-weight: 400;
}

.paragraph-5 {
  color: var(--relume-library-lite--rl-black);
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  color: var(--relume-library-lite--rl-black);
  font-size: 16px;
  font-weight: 400;
}

.paragraph-9 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  font-weight: 400;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  color: var(--relume-library-lite--rl-black);
  font-weight: 400;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  background-color: var(--untitled-ui--primary600);
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: var(--untitled-ui--gray200);
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 2.2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 4.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-4 {
  max-width: 608px;
}

.heading-4 {
  color: var(--metier-green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 49px;
  font-weight: 600;
}

.rich-text-block-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text-3 {
  color: var(--metier-green);
  font-weight: 600;
}

.heading-5 {
  text-align: left;
}

.section-2 {
  background-color: #f1fff3;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
  padding-bottom: 125px;
  display: flex;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-content-image-wrapper-3 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-6 {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.f-margin-bottom-75 {
  margin-bottom: 32px;
}

.f-h3-heading-5 {
  color: var(--metier-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.f-margin-bottom-76 {
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-77 {
  margin-bottom: 12px;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.componants {
  background-color: var(--relume-library-lite--rl-white);
  padding: 125px 5%;
  position: relative;
}

.quick-stack {
  width: 100%;
  height: 100%;
  padding: 19px;
}

.cell {
  background-image: url('../images/M1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.cell-2 {
  background-image: url('../images/M2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.cell-3 {
  background-image: url('../images/M4.png');
  background-position: 50%;
  background-size: cover;
}

.cell-4 {
  background-image: url('../images/M3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.repowering-strategy, .section-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
  padding-bottom: 125px;
  display: flex;
}

.hero-section-repower {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-repower.centered {
  text-align: center;
  background-image: linear-gradient(#00611a80, #00611a80), url('../images/AdobeStock_625454248-scaled.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom: 0 #69b9ff;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  display: flex;
}

.hero-section-repower-strategy {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-repower-strategy.centered {
  text-align: center;
  background-image: linear-gradient(#00611a80, #00611a80), url('../images/AdobeStock_593604823-scaled.jpeg');
  background-position: 0 0, 50%;
  background-attachment: scroll, scroll;
  border-bottom: 0 #69b9ff;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-top: 195px;
  padding-bottom: 195px;
  display: flex;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item-with-icon {
  background-image: url('../images/iconmonstr-check-mark-9.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-top: 0;
  padding-bottom: 19px;
  padding-left: 41px;
}

.heading-6 {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  margin-bottom: 41px;
  font-weight: 600;
}

.body {
  color: var(--relume-library-lite--rl-black);
}

.div-block-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 37px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #fff;
  }

  .navigation-link:hover {
    color: var(--untitled-ui--white);
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .navigation-link:focus {
    color: #ffffff85;
  }

  .navigation-link:visited {
    color: #ffffff80;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: var(--metier-green);
    border-radius: 10px;
  }

  .navigation-menu {
    background-color: var(--metier-green);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section.centered {
    height: 600px;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-subheading {
    margin-bottom: 0;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .f-paragraph-large {
    color: var(--dim-gray-3);
  }

  .f-content-image-wrapper {
    max-width: 100%;
    height: 350px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .text-span {
    font-weight: 600;
  }

  .f-content-image-wrapper-2 {
    max-width: 100%;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .f-h3-heading-3 {
    font-size: 25px;
  }

  .wbs-section, .wbs-section-copy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .m-footer {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

  .the-problem {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .m-company-sectioon.accent {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .intro-section {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .investment-opportunity {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .metier---heading-h3-size {
    font-size: 19px;
    line-height: 25px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .metierform-v2-copy {
    padding: 54px 40px;
  }

  .metier-contact-form {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .metier---container-default {
    margin-top: 41px;
  }

  .metier---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .metier---btn-primary-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .metier-grid-2 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-2-copy {
    max-width: 100%;
  }

  .hollow-button-metier.all-caps, .hollow-button-metier-ventures.all-caps {
    margin-right: 0;
  }

  .container-2 {
    margin-top: 64px;
  }

  .icon {
    color: var(--dim-gray-3);
  }

  .heading-2 {
    font-size: 25px;
    line-height: 32px;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .paragraph-9 {
    text-align: center;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .f-margin-bottom-75 {
    margin-bottom: 0;
  }

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .componants {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .quick-stack {
    height: 450px;
  }

  .repowering-strategy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-section-repower.centered, .hero-section-repower-strategy.centered {
    height: 600px;
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .white-box.transparent {
    margin-bottom: -2px;
  }

  .hero-section.centered {
    height: 500px;
    padding: 119px 20px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .hero-subheading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .f-paragraph-large {
    color: var(--dim-gray-3);
  }

  .f-margin-bottom-32 {
    margin-bottom: 0;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-span {
    font-weight: 600;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-grid-two-column-2 {
    margin-bottom: 0;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-paragraph-large-3 {
    margin-bottom: 26px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wbs-footer-logo-big, .wbs-footer-logo-simple {
    height: 50px;
  }

  .wbs-section, .wbs-section-copy, .m-footer {
    padding: 2rem 2%;
  }

  .the-problem {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .into-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .intro-section {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .f-cta-logo-card {
    padding: 0;
  }

  .f-grid-four-columns {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .f-paragraph-large-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .f-h2-heading {
    font-size: 36px;
  }

  .f-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .investment-opportunity {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .text-span-3 {
    font-size: 18px;
  }

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

  .metier---text-200-bold, .metier---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .metier---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .metier---card-link-icon-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .metier---text-area {
    border-radius: 18px;
  }

  .metier---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .metierform-v2-copy {
    padding: 56px 32px;
  }

  .metier-contact-form {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .metier---half-bg-bottom {
    height: 35%;
  }

  .metier---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .metier---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .metier---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .metier---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .metier---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .metier---btn-primary-copy {
    padding: 20px 32px;
  }

  .hollow-button-metier.all-caps {
    margin-right: 0;
  }

  .text-block-4 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .hollow-button-metier-ventures.all-caps {
    margin-right: 0;
  }

  .container-2 {
    margin-top: 102px;
  }

  .div-block-4 {
    width: 40.0875%;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .wbs-feature-items {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-margin-bottom-75 {
    margin-bottom: 0;
  }

  .f-h3-heading-5 {
    font-size: 30px;
  }

  .componants {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .hero-section-repower.centered, .hero-section-repower-strategy.centered {
    height: 500px;
    padding: 119px 20px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .white-box.transparent {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section.centered {
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-subheading {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .white-text {
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .f-paragraph-large {
    color: var(--dim-gray-3);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .f-content-image-wrapper {
    height: 250px;
  }

  .text-span {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .f-content-form {
    flex-direction: column;
  }

  .f-paragraph-large-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .f-h3-heading-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
  }

  .section-subheading-copy.center {
    line-height: 30px;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .f-paragraph-large-4 {
    font-weight: 400;
    line-height: 22px;
  }

  .f-h2-heading {
    font-size: 26px;
  }

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

  .hollow-button-2.all-caps {
    margin-top: 21px;
  }

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

  .metier---text-200-bold, .metier---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .metier---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .metier---card-link-icon-wrapper {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .metier---heading-h3-size {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 23px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .metier---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .metier---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .metier---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .metier---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

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

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

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

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .metierform-v2-copy {
    padding: 25px 24px;
  }

  .metier-contact-form {
    padding-top: 147px;
    padding-bottom: 0;
  }

  .metier---container-default {
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .metier---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .metier---paragraph-default-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .metier---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .metier---btn-primary-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .text-block-2 {
    margin-bottom: 44px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
  }

  .hollow-button-metier.all-caps {
    margin-right: 0;
    font-weight: 400;
  }

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

  .hollow-button-metier-ventures.all-caps {
    margin-right: 0;
    font-weight: 400;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 22px;
  }

  .container-2 {
    margin-top: 101px;
  }

  .div-block-4, .div-block-5 {
    text-align: left;
    width: 100%;
  }

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

  .wbs-feature-items {
    grid-template-columns: 1fr;
  }

  .f-paragraph-large-6 {
    line-height: 25px;
  }

  .f-h3-heading-5 {
    font-size: 25px;
  }

  .quick-stack {
    height: 300px;
  }

  .hero-section-repower.centered, .hero-section-repower-strategy.centered {
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-6 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
  }
}

#w-node-a88eef35-46ab-b42d-f36c-acb0cb8999d0-2edb8143 {
  justify-self: start;
}

#w-node-cd7d6836-5eab-60d9-80d1-064ff985f70a-2edb8143 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4a71406-42fe-c6ac-e0d7-cecea2f1c618-2edb8143 {
  justify-self: end;
}

#w-node-_846cb898-c62b-6958-477a-8f2c380c0d36-2edb8143 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr .75fr 1.25fr;
}

#w-node-_3a7891a5-82c2-3028-a83d-1a286d14e48b-2edb8143, #w-node-f6c05cee-b21d-2319-6f9f-e22683485f1a-2edb8143 {
  grid-column: span 2 / span 2;
}

#w-node-_4128adec-5e75-f2ae-1f9f-6e5fc1213d37-2edb8143 {
  align-self: center;
}

#w-node-a8c8d530-632b-a73a-fad9-68b3f7630f3f-2edb8146, #w-node-a8c8d530-632b-a73a-fad9-68b3f7630f43-2edb8146 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8c8d530-632b-a73a-fad9-68b3f7630f47-2edb8146 {
  justify-self: start;
}

#w-node-_3468f7ef-0845-60be-c26c-201dd8ddc8b9-2d9f0dca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3468f7ef-0845-60be-c26c-201dd8ddc8bb-2d9f0dca, #w-node-_3468f7ef-0845-60be-c26c-201dd8ddc8c5-2d9f0dca, #w-node-_3468f7ef-0845-60be-c26c-201dd8ddc8cc-2d9f0dca, #w-node-_3468f7ef-0845-60be-c26c-201dd8ddc8d3-2d9f0dca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_733c254f-9ebc-09d4-fe2d-15044a1b1170-f00ffbad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_733c254f-9ebc-09d4-fe2d-15044a1b1172-f00ffbad, #w-node-_733c254f-9ebc-09d4-fe2d-15044a1b117f-f00ffbad, #w-node-_733c254f-9ebc-09d4-fe2d-15044a1b1186-f00ffbad, #w-node-_733c254f-9ebc-09d4-fe2d-15044a1b118d-f00ffbad, #w-node-_733c254f-9ebc-09d4-fe2d-15044a1b1194-f00ffbad, #w-node-_733c254f-9ebc-09d4-fe2d-15044a1b119b-f00ffbad, #w-node-_733c254f-9ebc-09d4-fe2d-15044a1b11a2-f00ffbad, #w-node-_733c254f-9ebc-09d4-fe2d-15044a1b11a9-f00ffbad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a88eef35-46ab-b42d-f36c-acb0cb8999d2-2edb8143 {
    order: -9999;
  }

  #w-node-cd7d6836-5eab-60d9-80d1-064ff985f70a-2edb8143 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f4a71406-42fe-c6ac-e0d7-cecea2f1c607-2edb8143, #w-node-d3fb66f3-0d7b-a5c0-fbc5-fe49d6f87d90-2edb8143 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8c8d530-632b-a73a-fad9-68b3f7630f43-2edb8146 {
    grid-column: span 1 / span 1;
  }
}


