:root {
  --firebrick: #cc2a27;
  --royal-blue: #295c90;
  --black: #0e1213;
  --white: #fff;
  --transparent: #0000;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.navbar-logo-left {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1620px;
  margin-bottom: 0;
  padding: 20px 0;
}

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

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

.navbar-brand {
  min-width: 150px;
}

.nav-menu-wrapper {
  flex: 0 auto;
  padding-right: 25px;
}

.nav-menu-two {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .8rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

.nav-link.w--current {
  border-bottom: 3px solid var(--firebrick);
}

.nav-link.blue {
  text-transform: uppercase;
}

.nav-link.blue.w--current {
  border-bottom-color: var(--royal-blue);
  text-transform: uppercase;
}

.nav-link.black.w--current {
  border-bottom-color: var(--black);
}

.body {
  font-family: Poppins, sans-serif;
}

.image {
  width: 25px;
}

.main-container {
  flex-direction: column;
  align-items: center;
  max-width: 1620px;
  display: flex;
}

.header-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.header-wrapper._2 {
  height: 50vh;
}

.image-wrapper {
  clear: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  display: block;
  position: relative;
}

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

.content-wrapper {
  background-color: var(--firebrick);
  width: 40%;
  height: auto;
  padding: 40px 40px 60px;
  position: absolute;
  inset: auto auto auto 0%;
}

.content-wrapper.blue {
  background-color: var(--royal-blue);
  padding: 40px 40px 50px;
}

.content-wrapper.black {
  background-color: var(--black);
  padding: 40px 40px 60px;
}

.heading {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}

.paragraph {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
}

.section {
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.section.grey {
  background-color: #f2f2f2;
  padding-bottom: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.section.bottom-margin {
  margin-bottom: 120px;
}

.section.dark {
  background-color: var(--black);
  padding-bottom: 120px;
}

.section-header {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-2 {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-2.list {
  margin-bottom: 5px;
  padding-left: 0;
}

.paragraph-2.white {
  color: #fff;
  font-weight: 400;
}

.paragraph-2.white.light {
  font-weight: 300;
}

.paragraph-2.tipp {
  font-size: .8rem;
}

.paragraph-2.karriere {
  margin-bottom: 25px;
}

.div-block-3 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  height: 420px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .32s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3:hover {
  width: 75%;
}

.wrapper-horizontal-accordion {
  margin-left: 30px;
  margin-right: -10px;
  display: flex;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.image-3 {
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0%;
}

.red-cover {
  background-color: var(--firebrick);
  opacity: .7;
  mix-blend-mode: multiply;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0%;
}

.red-cover.blue {
  background-color: var(--royal-blue);
}

.red-cover.black {
  background-color: var(--black);
  opacity: .55;
}

.h3-center {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: relative;
}

.h3-center.absolute {
  position: absolute;
  inset: 8% 0% auto;
}

.h3-center.karriere {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-2.white {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.heading-2.center {
  text-align: center;
}

.heading-2.center.red {
  color: var(--firebrick);
}

.heading-2.center.red.nomargin {
  margin-bottom: 0;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  top: auto;
}

.wrapper-logo {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-logo {
  filter: grayscale();
  mix-blend-mode: normal;
  object-fit: contain;
  width: 120px;
  height: 80px;
  transition: all .25s;
}

.image-logo:hover {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  width: 130px;
  height: 80px;
}

.image-logo.klein {
  width: 100px;
  height: 60px;
}

.image-logo.klein:hover {
  width: 110px;
  height: 60px;
}

.image-logo.klein.height:hover {
  height: 70px;
}

.abstand {
  height: 120px;
}

.abstand.klein {
  height: 25px;
}

.abstand.karriere {
  height: 100px;
}

.tabs {
  width: 100%;
  margin-top: 35px;
}

.tab-pane {
  background-color: #fff;
  width: 100%;
  padding-top: 32px;
  padding-right: 32px;
}

.tab-link {
  background-color: #f7f7f7;
  border-right: 1px solid #d3d3d3;
}

.tab-link.w--current {
  color: var(--firebrick);
  background-color: #fff;
  font-weight: 500;
}

.tab-link.blue.w--current {
  color: var(--royal-blue);
}

.tab-link.black {
  color: var(--black);
}

.tab-link-tab-2 {
  background-color: #f5f4f4;
}

.grid {
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  place-items: start stretch;
  width: auto;
  overflow: hidden;
}

.div-block-4 {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4.padding {
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-5 {
  object-position: 50% 100%;
  width: auto;
  height: 340px;
  max-height: 340px;
  position: relative;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-4._2 {
  object-position: 50% 50%;
}

.image-4.karriere {
  object-fit: cover;
  object-position: 50% 50%;
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hide-content {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-3.center {
  text-align: center;
  font-size: 1.4rem;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
  position: relative;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
}

.button {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 12px;
  transition: all .25s;
}

.button:hover {
  background-color: var(--firebrick);
  color: #fff;
}

.button.invert {
  background-color: var(--firebrick);
  color: #fff;
  border-style: none;
  margin-top: 30px;
}

.button.invert:hover {
  color: var(--firebrick);
  background-color: #fff;
  border-style: none;
  border-color: #fff;
}

.button.invert.outline {
  border-color: var(--white);
  background-color: var(--firebrick);
}

.button.invert.outline:hover {
  background-color: var(--white);
}

.button.invert.outline.white {
  background-color: #cc2a2700;
}

.button.invert.outline.white:hover {
  background-color: var(--white);
}

.button.invert.karriere {
  border-style: none;
}

.button.invert.karriere:hover {
  background-color: var(--firebrick);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.button.invert.red-outline {
  border-style: solid;
  margin-top: 30px;
}

.button.invert.red-outline:hover {
  border-style: solid;
  border-color: var(--firebrick);
}

.button.white.solid {
  background-color: var(--white);
  border-style: solid;
}

.button.white.solid:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--firebrick);
}

.button.white.solid._2 {
  border-color: var(--white);
  margin-top: 30px;
}

.button.white.solid._2:hover {
  border-style: solid;
  border-color: var(--firebrick);
}

.list {
  padding-left: 15px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  width: 100%;
  margin-top: 15px;
}

.grid-2._2 {
  grid-template-columns: 1fr .7fr;
  margin-top: 16px;
}

.quotes-wrapper {
  border: 1px solid #c7c4c4;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  padding: 44px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote {
  object-fit: contain;
  width: 240px;
  height: 160px;
  position: absolute;
  inset: auto -4% -24px auto;
}

.paragraph-4 {
  font-weight: 300;
}

.paragraph-4.caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.p-italic {
  font-style: italic;
}

.section-cta {
  background-image: url('../images/MHT_WEBSITE_START.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.section-cta._2 {
  background-image: url('../images/MHT-Heizung-Hintergrund.webp');
  background-attachment: scroll;
  height: auto;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.section-cta._2.kaelte {
  background-image: url('../images/MHT_WEBSITE_LEISTUNGEN_KAELTE_background.webp');
}

.section-cta._2.sanitaer {
  background-image: url('../images/MHT_WEBSITE_LEISTUNGEN_SANITAER_backgrounf.webp');
}

.section-cta._2.hidden {
  display: none;
}

.section-cta.karriere-video {
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  position: relative;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-8 {
  width: 100%;
  height: 100%;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  width: 55%;
}

.accordion-title {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.content {
  position: relative;
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  padding-bottom: 20px;
}

.list-2 {
  padding-left: 0;
}

.list-item {
  background-image: url('../images/Icon-feather-check-square.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 14px;
  padding-left: 30px;
}

.heading-5 {
  color: #707070;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.3;
}

.lottie {
  width: 25px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-vorteile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
}

.wrapper-vorteile.karriere {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vorteile {
  color: var(--firebrick);
  border: 1px solid #858585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding: 20px;
  font-weight: 600;
  display: flex;
}

.vorteile.karriere {
  width: 100%;
}

.paragraph-5 {
  font-size: 88px;
}

.counter {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
}

.counter.blue {
  color: var(--royal-blue);
}

.counter.black {
  color: var(--black);
}

.paragraph-6 {
  color: #747474;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.paragraph-6.karriere {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
}

.dark-background {
  opacity: .62;
  mix-blend-mode: overlay;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.wrapper-cta-inhalt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-cta-inhalt.karriere {
  background-image: linear-gradient(180deg, var(--transparent), var(--black) 70%);
  width: 100%;
  max-width: none;
  position: absolute;
}

.footer-dark {
  background-color: #000;
  border-bottom: 0 #0000;
  height: 100%;
  padding: 50px 5% 15px;
  position: relative;
}

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

.footer-wrapper {
  flex-wrap: nowrap;
  place-content: center space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 140px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 70%;
  display: block;
}

.footer-block {
  color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-block._2 {
  justify-content: center;
  height: auto;
  display: inline;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.title-small:hover {
  color: #ffffffbf;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #ffffffbf;
}

.footer-link.light {
  margin-left: 47px;
  font-size: 12px;
  font-weight: 300;
}

.footer-social-block {
  opacity: .87;
  mix-blend-mode: normal;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: block;
}

.footer-social-link {
  margin-left: 20px;
  transition: all .3s;
}

.footer-social-link:hover {
  opacity: .7;
}

.footer-divider {
  background-color: #cc2a278f;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.m {
  width: 90px;
  height: auto;
}

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

.text-span {
  letter-spacing: 1px;
}

.social {
  width: 20px;
  height: auto;
}

.color-background {
  background-color: var(--firebrick);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-background.blue {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  display: block;
}

.color-background.black {
  background-color: var(--black);
}

.footer-2-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center space-around;
  width: 100%;
  height: auto;
}

.div-block-11 {
  height: auto;
}

.contact {
  transition: all .25s;
}

.contact:hover {
  transform: scale(1.1);
}

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

.image-7 {
  object-fit: cover;
  width: 100%;
  min-width: auto;
  height: 100%;
}

.list-3 {
  padding-left: 15px;
}

.tabs-content {
  width: 100%;
}

.link {
  color: #333;
  text-decoration: none;
}

.wrapper-loop-logos {
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logos-container {
  justify-content: space-around;
  width: auto;
  min-width: 200%;
  display: flex;
}

.link-block-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  cursor: pointer;
}

.subheading {
  color: #fff;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4;
}

.subheading.karriere {
  text-transform: none;
}

.subheading.karriere.mobil {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.2;
}

.list-4 {
  padding-left: 15px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_component-2 {
  z-index: 9998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #3d3d3e;
  border-bottom: 1px solid #3d3d3e;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_button-2 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  border-color: var(--firebrick);
  color: #3d3d3e;
  background-color: #fff;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-manager_icon-2 {
  background-color: #0000;
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  cursor: pointer;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_label {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_button-2 {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  border: 2px solid #0000;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--firebrick);
  color: #3d3d3e;
  background-color: #0000;
  font-weight: 500;
}

.fs-cc-prefs_text {
  color: #3d3d3e;
  font-size: .75rem;
}

.fs-cc-prefs_title {
  color: #3d3d3e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.list-item-2 {
  margin-right: 40px;
}

.karriere_video {
  background-image: url('../images/MHT_Video_Thumbnail_LP.webp');
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.vorteile-img {
  max-width: 80px;
  margin-bottom: 40px;
}

.offene_stellen_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: stretch center;
  width: 100%;
  display: grid;
}

.stellen {
  border: 1px solid #858585;
  border-radius: 1px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  width: 100%;
}

.image-9.karriere {
  object-fit: cover;
  height: 300px;
}

.stellen_information {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.trigger-card-2 {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 295vh 0% auto;
}

.card-wrapper {
  background-color: #fff;
  border: 1px solid #ffdede99;
  border-radius: 15px;
  width: 600px;
  height: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
  transform: translate(0, 350px);
  box-shadow: 0 30px 40px #806f6f26;
}

.card-wrapper.karriere {
  justify-content: center;
  align-items: center;
}

.section-process {
  width: 100%;
  height: 600vh;
  padding: 120px 5%;
  position: relative;
}

.card-big-number {
  z-index: -1;
  opacity: .6;
  color: #0000;
  font-size: 350px;
  line-height: 1;
  position: absolute;
  inset: auto auto 8% 35%;
  overflow: hidden;
}

.card-big-number.card-big-number--2 {
  bottom: 3%;
  left: 20%;
}

.card-big-number.card-big-number--3 {
  bottom: 0%;
  left: 20%;
}

.card-content-icon {
  width: 30px;
}

.card-main-image-container {
  z-index: -2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.trigger-card-1 {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 147.5vh 0% auto;
}

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

.main-container-2 {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper {
  padding-top: 0;
}

.card-content-wrapper {
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.trigger-card-3 {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 442.5vh 0% auto;
}

.cards-container {
  perspective: 2000px;
  height: 90vh;
  position: sticky;
  top: 5vh;
}

.trigger-card-4 {
  position: absolute;
  inset: 590vh 0% auto;
}

.card_inner_container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.h2.bprozess {
  margin-bottom: 10px;
}

.h2.karriere {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
}

.h2.karriere.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.h2.karriere.black {
  color: var(--black);
  margin-top: 0;
  font-weight: 600;
}

.h2.karriere.black.stellen {
  border-style: none;
  margin-bottom: 20px;
}

.paragraph-7 {
  color: #969696;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  display: block;
}

.paragraph-7:hover {
  border: 1px #000;
}

.paragraph-7.red.bprozess {
  margin-bottom: 10px;
}

.card {
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 30px;
  align-items: stretch;
  min-height: 0;
  margin-bottom: 100px;
  padding: 134px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  position: sticky;
  box-shadow: 0 0 20px 5px #0003;
}

.card._1 {
  background-color: var(--white);
  border-radius: 0;
  min-height: 0;
  margin-bottom: 134px;
  padding: 134px;
  font-weight: 400;
  top: 22%;
}

.card._4 {
  background-color: var(--white);
  border-radius: 0;
  min-height: 0;
  margin-bottom: 134px;
  top: 34%;
}

.card._2 {
  background-color: var(--white);
  border-radius: 0;
  min-height: 0;
  margin-bottom: 134px;
  top: 26%;
}

.card._3 {
  background-color: var(--white);
  border-radius: 0;
  min-height: 0;
  margin-bottom: 134px;
  top: 30%;
}

.cards {
  padding-left: 200px;
  padding-right: 200px;
}

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

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

  .navbar-brand {
    width: 160px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    padding-right: 10px;
  }

  .nav-menu-two {
    background-color: #ffffffcf;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding: 20px 0 20px 20px;
    list-style-type: none;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--firebrick);
    color: #fff;
  }

  .content-wrapper {
    width: 50%;
    padding: 19px 36px 41px;
  }

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

  .paragraph-2 {
    font-weight: 300;
  }

  .div-block-3:hover {
    width: 75%;
  }

  .wrapper-horizontal-accordion {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .columns {
    width: 100%;
  }

  .abstand.karriere {
    height: 50px;
  }

  .grid {
    display: block;
  }

  .div-block-4 {
    padding-top: 15px;
  }

  .div-block-4.padding.mobil {
    display: none;
  }

  .div-block-7 {
    margin-bottom: 35px;
    padding-top: 9px;
  }

  .div-block-7.karriere {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .quotes-wrapper {
    height: auto;
  }

  .quote {
    width: 140px;
    bottom: -16%;
  }

  .section-cta.karriere-video {
    object-fit: cover;
    justify-content: flex-end;
    align-items: stretch;
    height: 100vh;
  }

  .accordion-wrapper {
    width: auto;
  }

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

  .wrapper-vorteile.karriere {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vorteile {
    width: auto;
  }

  .wrapper-cta-inhalt.karriere {
    background-image: linear-gradient(180deg, var(--transparent), var(--black) 50%);
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    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: column;
    justify-content: space-around;
    display: flex;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-bottom: 30px;
  }

  .div-block-12 {
    height: 10px;
    min-height: 10px;
  }

  .icon {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_component-2 {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_component {
    display: none;
  }

  .karriere_video {
    height: 100%;
  }

  .offene_stellen_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .h2 {
    line-height: 36px;
  }

  .card {
    padding: 72px;
    top: 28%;
  }

  .card._1 {
    padding: 72px;
  }

  .cards {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #ffffff9c;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .header-wrapper {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .image-wrapper {
    padding-left: 0%;
  }

  .image-2 {
    display: block;
  }

  .content-wrapper {
    width: auto;
    position: relative;
    inset: auto auto 0% 0%;
  }

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

  .div-block-3, .div-block-3:hover {
    width: auto;
  }

  .wrapper-horizontal-accordion {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: row;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: grid;
  }

  .columns {
    width: 100%;
    position: relative;
  }

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

  .abstand.karriere {
    height: 50px;
  }

  .div-block-4.padding.mobil {
    display: none;
  }

  .button.invert.margin {
    margin-top: 0;
  }

  .quotes-wrapper {
    padding: 27px;
  }

  .section-cta.karriere-video {
    object-fit: cover;
    height: 75vh;
  }

  .list-item {
    background-size: auto;
  }

  .wrapper-vorteile.karriere {
    grid-template-columns: 1fr 1fr;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer-block._2 {
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    display: flex;
  }

  .footer-link:hover {
    color: #ffffffbf;
  }

  .footer-link.light {
    margin-left: 0;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .grid-4 {
    justify-content: center;
    display: flex;
  }

  .div-block-11 {
    display: none;
  }

  .column {
    display: flex;
  }

  .lottie-animation {
    width: 35px;
    height: 35px;
  }

  .contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .logos-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between space-around;
    min-width: auto;
    display: grid;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .card-wrapper {
    width: 100%;
    max-width: 600px;
    padding: 30px;
  }

  .section-process {
    padding: 3vh;
  }

  .cards-container {
    padding-top: 0;
    top: 3vh;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.karriere.mobil {
    display: none;
  }

  .card {
    margin-bottom: 40px;
    padding: 28px;
  }

  .card._1 {
    border-radius: 0;
    padding: 80px 20px;
  }

  .card._4, .card._2, .card._3 {
    padding: 80px 20px;
  }

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

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    width: 140px;
  }

  .nav-menu-wrapper {
    padding-right: 5px;
  }

  .nav-menu-two {
    background-color: #ffffff9c;
    border-radius: 0;
    flex-direction: row;
    padding-bottom: 0;
  }

  .nav-link {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: var(--firebrick);
  }

  .image {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-wrapper {
    height: auto;
    display: block;
  }

  .image-wrapper {
    height: 25vh;
    padding-left: 0%;
  }

  .content-wrapper {
    width: auto;
    position: relative;
  }

  .content-wrapper.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.kariere {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .heading.karriere-mobil {
    font-size: 1.4rem;
  }

  .paragraph {
    line-height: 1.4;
  }

  .section {
    padding-top: 80px;
  }

  .section-header {
    height: auto;
  }

  .paragraph-2 {
    font-weight: 400;
  }

  .div-block-3 {
    height: 200px;
    margin-bottom: 20px;
  }

  .div-block-3:hover {
    height: 400px;
  }

  .wrapper-horizontal-accordion {
    display: block;
  }

  .h3-center {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-2 {
    line-height: 1.2;
  }

  .heading-2.white {
    font-size: 1.3rem;
  }

  .image-logo {
    width: 90px;
    height: 60px;
  }

  .abstand {
    height: 100px;
  }

  .tab-pane {
    padding-right: 0;
  }

  .tab-link, .tab-link.w--current {
    border-bottom: 1px solid #e6e6e6;
    border-right-style: none;
    border-right-width: 0;
  }

  .grid {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-4 {
    order: 0;
    height: auto;
    max-height: 300px;
    padding-top: 10px;
    display: block;
  }

  .div-block-4.padding {
    flex-wrap: nowrap;
    align-content: center;
    height: auto;
    min-height: 240px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-4.padding.mobil {
    display: none;
  }

  .div-block-5 {
    height: 300px;
  }

  .div-block-6 {
    order: 0;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 10px;
    display: block;
  }

  .heading-3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .div-block-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    margin-top: 10px;
  }

  .button.white.solid:hover {
    border-style: solid;
    border-color: var(--white);
  }

  .grid-2 {
    display: block;
  }

  .quotes-wrapper {
    margin-top: 20px;
  }

  .quote {
    inset: auto 0% -46px auto;
  }

  .content {
    display: flex;
  }

  .grid-3, .wrapper-vorteile {
    display: block;
  }

  .wrapper-vorteile.karriere {
    grid-template-columns: 1fr;
  }

  .vorteile {
    margin-bottom: 20px;
  }

  .wrapper-cta-inhalt {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-2 {
    max-width: none;
  }

  .footer-block {
    flex-direction: column;
    display: flex;
  }

  .footer-block._2 {
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .footer-link {
    margin-top: 0;
  }

  .footer-link.light {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .column {
    display: flex;
  }

  .div-block-13 {
    margin-top: 25px;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .contact {
    display: inline;
  }

  .subheading.karriere.mobil {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .list-item-2 {
    margin-right: 30px;
  }

  .image-8 {
    padding-top: 6px;
  }

  .stellen_information {
    padding: 20px;
  }

  .trigger-card-2 {
    top: 196.7vh;
  }

  .card-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    height: auto;
    padding: 15px;
    transform: translate(0, 50vw);
  }

  .section-process {
    height: 400vh;
    padding: 2vh;
  }

  .card-big-number {
    font-size: 100px;
    position: static;
  }

  .card-content-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .card-main-image-container {
    margin-bottom: 10px;
  }

  .card-main-image {
    height: 110px;
    max-height: none;
  }

  .trigger-card-1 {
    top: 98.3vh;
  }

  .text-container {
    flex-direction: column;
    display: flex;
  }

  .card-content-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 0;
  }

  .trigger-card-3 {
    top: 295vh;
  }

  .cards-container {
    height: 50vh;
  }

  .h2.karriere.mobil {
    display: none;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 16.8px;
  }

  .card {
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .card._1 {
    top: 20%;
  }

  .card._4 {
    top: 32%;
  }

  .card._2 {
    top: 24%;
  }

  .card._3 {
    top: 28%;
  }
}

#w-node-acd17fe5-f79b-30cd-4053-eddf091fe7c2-f005f9d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd17fe5-f79b-30cd-4053-eddf091fe7c4-f005f9d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-acd17fe5-f79b-30cd-4053-eddf091fe7c8-f005f9d5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-acd17fe5-f79b-30cd-4053-eddf091fe7d3-f005f9d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bdd311d-3dbb-ef04-6315-b98cff35de98-f005f9d5, #w-node-_18963241-ef55-62a2-55e9-7682524e5b2c-f005f9d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0759d75d-4221-8f1e-5ecb-943745dc38da-45dc38cf {
  place-self: center end;
}

#w-node-_0759d75d-4221-8f1e-5ecb-943745dc38e1-45dc38cf, #w-node-_0759d75d-4221-8f1e-5ecb-943745dc38e4-45dc38cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0759d75d-4221-8f1e-5ecb-943745dc38e5-45dc38cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-fbba1b74-9d2d-ee81-9d65-ed119c5e3e44-f005f9d5 {
    justify-self: stretch;
  }

  #w-node-_21016616-c466-4b2a-7d11-e4e2d02ce9c5-f005f9d5, #w-node-_7ef2f74c-7273-a1bc-8c58-affc79997a1d-f005f9d5, #w-node-_172b49a2-b27a-fb66-5582-0ffb244286de-f005f9d5, #w-node-dfe45729-ba73-0a4a-0682-c7d45598e168-f005f9d5, #w-node-f9936405-965f-17ad-94e6-99e76fb7d8fc-f005f9d5, #w-node-e33f62ef-4773-9fdb-5eda-661ce3aa7fc0-f005f9d5, #w-node-_4a42aab1-391f-c228-c175-db3591785ab0-f005f9d5, #w-node-_8683e251-9d90-1857-681a-ad4e1d925462-f005f9d5 {
    justify-self: center;
  }

  #w-node-f7e574b4-b411-96bf-93bb-ec92b6c54c08-f005f9d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_1162fe34-7bc3-30cc-b922-a803fa91ec33-f005f9d5 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}