:root {
  --ci: #182a66;
}

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

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

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

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

.opacity-white-text {
  color: #ffffffb3;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.opacity-white-text.large-text.limit-large.mobil.uii.desktop {
  width: 800px;
}

.opacity-white-text.rerr {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.textblockheaderdropdown {
  color: #fff;
  font-size: 15px;
}

.hero-background {
  color: #fff;
  background-image: linear-gradient(#000000a8, #000000a8);
  position: relative;
}

.hero-background.about-us {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/17_117.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-background.solution._1.stahlbau {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/1_31.webp');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.hero-background.solution._1.stahlbau.fhfgh {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/4_34.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.hero-background.solution._1.stahlbau.ghfgh {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/3_23.webp');
  background-size: auto, cover;
}

.hero-background.solution._1.stahlbau.gfhgfh {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/2_42.webp');
  background-position: 0 0, 50%;
}

.hero-background.solutions {
  background-image: url('../images/bg2.jpg');
  padding-bottom: 80px;
}

.hero-background.solutions.bannerbild {
  background-image: linear-gradient(#00000080, #00000080), url('../images/design-ohne-titel-348_1design-ohne-titel-348.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 90px;
}

.hero-background.contact {
  background-color: #182a66;
  background-image: none;
  background-position: 0 0;
  min-height: 60vh;
}

.nav-menu-hidden-button {
  display: none;
}

.nav-menu-hidden-button.desktop {
  display: flex;
}

.black-nav-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  display: flex;
}

.main-separator {
  background-color: #ffffff1a;
  width: 1px;
  height: 60px;
}

.main-separator.dark {
  background-color: #0000001a;
}

.white-button {
  color: #1e1e1e;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  padding: 24px 32px;
}

.white-button.nav {
  padding: 10px 16px;
}

.white-button.nav.spaceleftheaderbutton {
  border-radius: 12px;
  margin-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.white-button.nav.spaceleftheaderbutton.black {
  color: #fff;
  background-color: #1e1e1e;
}

.white-button.nav.spaceleftheaderbutton {
  border-radius: 12px;
  margin-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.background-video {
  min-height: 90vh;
  position: static;
}

.title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.title.smaller {
  font-size: 16px;
}

.title.erf {
  font-size: 20px;
}

.dropdown-service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.gjkfkhk {
  padding-left: 40px;
  padding-right: 40px;
}

.hero-spread-vertical {
  grid-row-gap: 255px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-spread-vertical.spacegrid {
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-spread-vertical.jijijj {
  grid-row-gap: 30px;
}

.dropdown-service-head {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-service-link {
  grid-row-gap: 100px;
  color: #1e1e1e;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  transition: background-color .5s;
  display: flex;
}

.dropdown-service-link:hover {
  background-color: #f5f5f9;
}

.dropdown-service-link.background-3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/2_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.dropdown-service-link.background-3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/3_23.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.dropdown-service-link.background-3.ggzjz.vbf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3_23.webp');
  background-size: auto, cover;
  text-decoration: none;
}

.dropdown-service-link.background {
  background-color: #141111;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/2_42.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.dropdown-service-link.background.asdf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_42.webp');
  background-size: auto, cover;
  text-decoration: none;
}

.dropdown-service-link.background-4 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/4_34.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.dropdown-service-link.background-4.rgrh {
  background-image: linear-gradient(#00000080, #00000080), url('../images/4_34.webp');
  background-size: auto, cover;
  text-decoration: none;
}

.dropdown-service-link.background-2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/1_31.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.dropdown-service-link.background-2.dfdf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_31.webp');
  background-size: auto, cover;
  text-decoration: none;
}

.brand-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: center;
  display: flex;
}

.navbar-contents {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #fafafa33;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.navbar-contents.fgfg {
  border-bottom-color: #0e0e0e26;
}

.nav-right {
  align-items: center;
  display: flex;
}

.button-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.white-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 18px 26px;
  text-decoration: none;
}

.white-button-wrapper:hover {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration-color: #fff;
}

.navbartext {
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.navbartext.dfdf {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.arrow-circle {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.heading.aaa {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.services-list {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  display: none;
  inset: 49px 0% auto;
}

.services-list.w--open {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  top: 100%;
}

.dropdown.service {
  position: static;
}

.contact-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.contact-block.blockleft {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.contact-block.blockleft.huhuhh, .contact-block.blockleft.ztuz {
  display: flex;
}

.link-icon {
  border: 1px solid #0000001a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-icon {
  margin-left: 6px;
}

.hero-section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 200px;
}

.hero-section.tzzu {
  padding-top: 80px;
  padding-bottom: 200px;
}

.hero-section.tzzu.gzgzggg {
  padding-top: 160px;
  padding-bottom: 130px;
}

.hero-section.tzzu.gzgzggg.gfgf {
  padding-top: 180px;
  padding-bottom: 120px;
}

.hero-section.tzzu.gzgzggg.kkkk {
  padding-top: 200px;
}

.hero-section.tzzu.gzgzggg.kkkk.emobil {
  padding-top: 185px;
}

.hero-section.unternehmen {
  padding-top: 220px;
  padding-bottom: 300px;
}

.circle {
  background-color: #008;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.circle.dasdasdada {
  border: 1px solid #fff;
}

.nav-link {
  color: #fff;
  padding: 30px 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
}

.nav-link.dropdown-nav {
  display: flex;
}

.nav-link.black.w--current {
  border-bottom-color: #000;
}

.navbar {
  background-color: #0000;
}

.green-line {
  background-color: #008;
  width: 2px;
  height: 26px;
}

.green-line._40 {
  height: 40px;
}

.white-background {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.white-background.iji {
  display: none;
}

.opacity-dark-text {
  color: #1e1e1eb3;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.opacity-dark-text.widhtundspace {
  width: 72%;
  margin-bottom: 40px;
  font-size: 20px;
}

.opacity-dark-text.widhtundspace.signatur {
  font-size: 18px;
}

.opacity-dark-text.widhtundspace.signatur.adfd {
  width: 81%;
}

.black {
  color: #1e1e1e;
}

.black.dasdadasd {
  font-size: 18px;
}

.black.wer {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

.black.wer.vdf {
  margin-top: 0;
}

.black.errr {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.black.errr.sdf.ghghg {
  margin-top: 0;
}

.black.fg {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.black.qay {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.black.zhz {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.link-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.overlay-block {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -120px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.overlay-block.mobil.zu.jjk {
  margin-top: 0;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

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

.three-column-grid.about-us {
  margin-top: 40px;
}

.green-text {
  color: #182a66;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.green-text.dsadsadsa {
  color: #fff;
}

.vertical-line {
  z-index: -1;
  background-color: #f2f4f7;
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vertical-line.center-right {
  z-index: -1;
  left: 66.66%;
}

.vertical-line.center-left {
  z-index: -1;
  left: 33.33%;
}

.vertical-line.right {
  inset: 0% 0% 0% auto;
}

.banner-background {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  display: flex;
  position: relative;
}

.banner-background.dasdasa, .banner-background.dasdasa.fgg {
  padding-top: 60px;
}

.banner-background.adfg {
  padding-top: 0;
}

.base-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.base-container.zzzuz {
  padding-left: 40px;
  padding-right: 40px;
}

.banner-video-wrapper {
  mix-blend-mode: normal;
  width: 100%;
  margin-top: 80px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-2.circle-shadow {
  background-image: url('../images/circle-with-shadow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0;
  display: block;
}

.section-2.circle-shadow.abc {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  display: block;
}

.section-2.circle-shadow.abc.space {
  margin-top: 100px;
}

.section-2.circle-shadow.abc.space.section.dasdadsda {
  padding-bottom: 60px;
}

.section-2.circle-shadow.abc.space.section.dasdadsda.dasasasda {
  margin-top: 96px;
}

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

.section-2.padding.spacesss {
  margin-top: 96px;
}

.section-2.padding.spacesss.gffg {
  margin-top: 20px;
}

.section-2.overflow-hidden {
  background-image: linear-gradient(#fff, #08080800);
  padding-top: 60px;
  padding-bottom: 96px;
}

.section-2.black-background {
  margin-bottom: 0;
  padding-top: 20px;
}

.section-2.black-background.asdf {
  background-color: #182a66;
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
}

.section-2.black-background.asdf.gfg {
  background-color: var(--ci);
  background-image: linear-gradient(180deg, var(--ci), transparent 50%, var(--ci)), linear-gradient(to bottom, #182a6659, #182a6659), linear-gradient(135deg, var(--ci) 17%, #132152e6 23%, #111d48c7 29%, #0d1739a1 35%, #0b132f73 40%, #05081433 45%, transparent 52%, transparent 58%, #0c163685 65%, #12204ec4 71%, #16265de3 76%, var(--ci) 82%), url('../images/design-ohne-titel-429.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.black-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 12px;
  align-items: center;
  padding: 18px 26px;
  text-decoration: none;
}

.black-button-wrapper:hover {
  background-color: #182a66;
}

.black-button-wrapper.ddd {
  white-space: nowrap;
  word-break: keep-all;
  width: 185px;
}

.black-button-wrapper.ioii {
  width: 185px;
}

.limit-medium {
  max-width: 545px;
}

.limit-medium.black.fdf {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.limit-medium.black.fdf.dfg {
  margin-top: 0;
}

.limit-medium.black.af {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.limit-medium.black.af.sdf {
  max-width: 570px;
  margin-bottom: 40px;
}

.limit-medium.black.rggr {
  font-size: 40px;
  line-height: 40px;
}

.limit-medium.white {
  color: #fff;
}

.limit-medium.white.leistungennn {
  max-width: 676px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 120%;
}

.limit-medium.white.leistungennn.bgb {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.limit-medium.white.leistungennn {
  font-size: 50px;
}

.limit-medium.black {
  font-weight: 400;
}

.limit-medium.black.ertz {
  max-width: 750px;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.banner-video {
  object-position: 50% 75%;
  background-image: url('../images/design-ohne-titel-391.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 575px;
  display: flex;
  position: relative;
}

.banner-video.vdv {
  min-height: 700px;
}

.banner-video.vdv.mobil.uzz.asdf {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/677724dec7d753f5b22447b2_design-ohne-titel-391-2.jpg');
  background-size: cover;
}

.banner-center-wrapper-medium {
  z-index: 2;
  text-align: center;
  cursor: auto;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.banner-center-wrapper-medium.spaccc {
  width: 90%;
  font-weight: 600;
}

.textblock {
  margin-bottom: 20px;
}

.textblock.black.ycv {
  color: #1e1e1e;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.banner-description-small {
  width: 72%;
  font-size: 20px;
  font-weight: 500;
}

.banner-description-small.grau {
  color: #1e1e1eb3;
  letter-spacing: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.banner-description-small.grau.adf {
  width: 77%;
}

.gradient-title-top {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(160deg, #02858c, #000);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.2em;
}

.gradient-title-top.title-bottom-space {
  background-color: #000;
  background-image: none;
  margin-bottom: 24px;
}

.gradient-title-top.title-bottom-space.spread-horizontal {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.block-image-full-width {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block-image-full-width.a1 {
  object-position: 20% 50%;
}

.block-image-full-width.a1.oooo {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.block-image-full-width.a2 {
  object-fit: cover;
  object-position: 30% 50%;
}

.block-image-full-width.a2.oooo {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.block-image-full-width.a4 {
  object-position: 50% 50%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.block-image-full-width.a3 {
  object-position: 40% 50%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.paragraph-small {
  text-align: center;
  letter-spacing: -.8px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-small.dsdsdsd {
  text-align: left;
}

.paragraph-small.title-top-space {
  margin-top: 24px;
}

.paragraph-small.title-top-space.dsdsds {
  text-align: left;
  font-weight: 500;
}

.paragraph-small.title-top-space.dsdsds.grau {
  color: #1e1e1eb3;
  letter-spacing: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-small.text-color-white-2 {
  font-size: 20px;
}

.paragraph-small.text-color-white-2.dsdsds, .paragraph-small.text-color-white-2.dsdsdswewew {
  text-align: left;
  font-weight: 300;
}

.paragraph-small.text-color-white-2.dsdsdswewew.fdffdf {
  font-weight: 300;
}

.cards-icon {
  width: 45px;
  height: 45px;
}

.cards-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  line-height: 1.6em;
  display: flex;
}

.block-half-width-left-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 64%;
  display: flex;
}

.block-half-width-left-content.uhuhuhuhuu {
  width: 60%;
  padding-right: 10px;
}

.block-half-width {
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #d3dfef;
  border-radius: 6px;
  width: 48.4%;
  padding: 40px;
  display: flex;
  position: relative;
}

.block-half-width.sssss {
  background-color: #f1f1f1;
  border-style: none;
  border-color: #000;
  border-radius: 4px;
  padding-left: 30px;
}

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

.gradient-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #02858c, #000);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.2em;
}

.gradient-title.h3-style-large {
  background-color: #000;
  background-image: none;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.gradient-title.title-bottom-space {
  margin-bottom: 24px;
}

.display-flex-horizontal {
  width: 100%;
  display: flex;
}

.display-flex-horizontal.desktop-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
}

.display-flex-horizontal.desktop-wrap.dsdsdsd {
  margin-top: 0;
}

.display-flex-horizontal.desktop-wrap.dsdsdsd.rth {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-flex-horizontal.desktop-wrap.dsdsdsd.gkzku {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-flex-horizontal.align-start-large-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: none;
  position: relative;
}

.display-flex-horizontal.space-betweeen-align-end-medium {
  justify-content: space-between;
  align-items: flex-end;
}

.display-flex-horizontal.all-gap-medium-tablet-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.display-flex-horizontal.small-gap-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.block-right-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36%;
  margin-top: 30px;
  display: flex;
}

.display-flex-vertical {
  flex-direction: column;
  display: flex;
}

.display-flex-vertical.align-start {
  align-items: flex-start;
  width: 100%;
}

.cards-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: flex-start;
  width: 30.5%;
  display: flex;
}

.cards-item.line-full-width {
  border-left: 2px #02858c;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
}

.cards-icon-holder {
  background-color: #fff;
  border: 1px solid #d3dfef;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 13px;
  display: flex;
  box-shadow: 0 0 50px 14px #d3dfefb3;
}

.cards-icon-holder.margin-bottom-xmedium {
  box-shadow: none;
  border-color: #0000884d;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 13px;
}

.cards-icon-holder.margin-bottom-xmedium.dasdasdas {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: auto;
}

.cards-icon-holder.margin-bottom-xmedium {
  box-shadow: none;
  margin-bottom: 30px;
  padding: 7px;
}

.cards-icon-holder.ewewewewe {
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 50px 14px #182a661a;
}

.margin-bottom-medium {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.margin-bottom-medium.space {
  width: 90%;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-wrapper-right-xlarge-width {
  flex-direction: column;
  width: 78%;
  display: flex;
}

.text-wrapper-right-xlarge-width.medium-width {
  width: 60%;
}

.numbers-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.numbers-wrapper.tert {
  width: 70%;
}

.text-color-white {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.title-width-small {
  width: 40%;
}

.title-width-small.negative-margin-top {
  margin-top: -20px;
}

.title-width-small.negative-margin-top.text-color-white {
  font-size: 50px;
}

.title-width-small.negative-margin-top.text-color-white.fgf {
  width: 51%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 110%;
}

.number-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.number-text {
  letter-spacing: -4.5px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
}

.number-text.text-color-white {
  letter-spacing: 0;
  font-size: 50px;
  font-weight: 400;
}

.number-text.medium-size {
  color: #fff;
  letter-spacing: -2.5px;
  font-size: 50px;
}

.map-holder {
  background-image: url('../images/map-image_1map-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 494px;
  margin-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.map-holder.dark {
  background-image: none;
  background-size: auto;
}

.map-holder.spacing {
  min-height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

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

.split.space-top-medium {
  grid-column-gap: 30px;
}

.split.kkk {
  display: block;
}

.section {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.white {
  background-color: #0000;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.white.dasdasaa {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.white.grey {
  background-color: #f8f8f8;
}

.section.gray {
  background-color: #f5f5f9;
}

.section.gray.background-image {
  background-color: #f5f5f9;
  background-image: linear-gradient(#0000 38%, #fff), linear-gradient(#ffffffb0, #ffffffb0), url('../images/15_115.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.flex-horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.company-feature-card {
  grid-column-gap: 24px;
  border-bottom: 1px solid #0000001a;
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

.company-feature-card.ohne-rand {
  border-bottom-style: none;
}

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

.features-split.space-top-large.dasdasda {
  margin-top: 0;
}

.icon-icons-list {
  width: 28px;
  height: 28px;
  margin-top: 2px;
}

.limit {
  max-width: 480px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.gfggf {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-section-large.dasdasdasdas {
  padding-top: 4rem;
}

.padding-section-large.karri {
  margin-left: 0;
  margin-right: 0;
}

.max-width-medium {
  width: 100%;
  max-width: 42.1rem;
}

.container-large {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.layout38_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_layout38 {
  position: relative;
}

.text-size-medium {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0 0 1rem;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.space {
  margin-bottom: 20px;
}

.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small.jjjj {
  margin-top: 7px;
}

.layout38_component {
  z-index: 1;
  position: relative;
}

.padding-global-2 {
  padding-left: 0%;
  padding-right: 0%;
}

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

.three-rows-grid.dasdsadasd {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.three-rows-grid.dasdsadasd.zzz {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.three-rows-grid.dasdsadasd.zzz.ertgh {
  margin-top: 25px;
}

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

.spread-vertical {
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.feature-number-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-bottom: 1px #0000001a;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  padding-bottom: 40px;
  display: flex;
}

.feature-number-card.rreet {
  border-right-style: none;
}

.icon-embed-xxsmall-13 {
  color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.medium-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.no-space-bottom {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

.no-space-bottom.black {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.no-space-bottom.asd {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.layout354_component {
  position: sticky;
  top: 0;
}

.layout354_content-item {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: sticky;
  top: 0;
}

.layout354_content-item.content-item-2 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/5_35.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  top: 0;
}

.layout354_content-item.content-item-3 {
  z-index: 3;
  background-image: linear-gradient(#00000080, #00000080), url('../images/13_113.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  top: 0;
}

.layout354_content-item.content-item-3.item4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14_214.webp');
  background-position: 0 0, 50%;
}

.layout354_content-item.content-item-1 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/16_116.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.layout354_content-wrapper {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.padding-vertical, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.space-top-medium {
  margin-top: 60px;
}

.blog-split {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block {
  margin-left: 0;
}

.block.dasdasdsad {
  margin-left: auto;
}

.large-text {
  font-size: 20px;
  line-height: 150%;
}

.underline-text {
  color: #1e1e1e;
  text-decoration: underline;
}

.cta-block {
  grid-row-gap: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.limit-tiny {
  max-width: 260px;
}

.footer-bottom-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.webflow-link {
  margin-left: 6px;
  margin-right: 12px;
}

.footer-bottom-content {
  display: flex;
}

.social-logos-wrap {
  grid-column-gap: 8px;
  margin-top: 32px;
  display: flex;
}

.footer-top-wrap {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 32px;
  padding-bottom: 32px;
}

.social-logo {
  background-color: #ffffff0d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.footer {
  color: #fff;
  background-color: #182a66;
}

.footer-middle-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

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

.footer-column-titile {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.footer-link {
  color: #fff9;
  text-transform: capitalize;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-3.padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.padding.spacesss {
  margin-top: 100px;
}

.section-3.overflow-hidden {
  background-image: linear-gradient(#fff, #08080800);
  padding-top: 60px;
  padding-bottom: 140px;
}

.home-benefits-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  border-radius: 4px 0 0 4px;
}

.home-section-benefits {
  padding-top: 96px;
  padding-bottom: 96px;
}

.home-section-benefits.background-secondary.backgroundbb {
  background-color: #f5f5f5;
}

.home-benefits-card-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-benefits-card-image {
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  overflow: hidden;
}

.home-benefits-card-image.item-2 {
  border-radius: 0;
}

.home-benefits-card {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.home-benefits-card.padding-left {
  padding-left: 40px;
}

.home-benefits-card.padding-left.left {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.home-benefits-heading {
  flex: 1;
  min-width: 570px;
  max-width: 800px;
}

.heading-h3 {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.heading-h3.story {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 45px;
}

.home-benefits-card-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.container-8 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.home-benefits-card-heading {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 166%;
}

.home-benefits-card-heading.color-primary-regular {
  color: #3a3a3a;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 160%;
}

.home-benefits-details {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 255px;
  display: flex;
}

.home-benefits-header {
  grid-column-gap: 110px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  margin-bottom: 60px;
  display: flex;
}

.home-benefits-header.color-white {
  justify-content: flex-start;
  align-items: flex-start;
}

.home-benefits-masthead-text {
  flex: 1;
  min-width: 500px;
  max-width: 700px;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.home-benefits-image-1 {
  border-radius: 4px 0 0 4px;
}

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

.panel-content {
  z-index: 9;
  grid-row-gap: 200px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.panel-content.left {
  border-radius: 4px;
  align-items: flex-start;
}

.section-4 {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-4.fhjhgj {
  display: none;
}

.quote-user-wrap {
  grid-column-gap: 14px;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  display: flex;
}

.panel-head {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.horizontal-metric-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.metrics-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  padding: 60px;
  display: grid;
}

.panel {
  color: #fff;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.panel.light {
  background-image: url('../images/image-5_1image-5.webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
}

.panel.light.dasas {
  background-image: linear-gradient(135deg, #000000ad, #fff0), linear-gradient(#0006, #0006), url('../images/5_1.jpg');
  background-position: 0 0, 0 0, 50% 15%;
  background-size: auto, auto, cover;
  border-radius: 4px;
}

.panel.dark {
  background-image: url('../images/image-4_1image-4.webp');
  background-position: 50%;
  background-size: cover;
}

.panel.dark.dasasas {
  background-image: linear-gradient(#00000073, #00000073), url('../images/3.jpg');
  background-position: 0 0, 25%;
  background-size: auto, cover;
  border-radius: 4px;
}

.section-5 {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-5.white {
  background-color: #f8f8f8;
}

.layout132_image-wrapper {
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dsadasdas {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout132_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h4 {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.layout132_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home-v2-services-title {
  max-width: 914px;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 125%;
}

.home-v2-services-slider-item {
  width: 25%;
  min-width: 300px;
  max-width: 340px;
  padding-left: 15px;
  padding-right: 15px;
}

.icon-embed-xxsmall-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.horizontal-rule {
  background-color: #efebe0;
  width: 100%;
  max-width: 1275px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.home-v2-services-slider-mask {
  height: auto;
  margin-left: -15px;
}

.home-v2-services-slider-arrow {
  opacity: 1;
  color: #3a3a3a;
  border: 1.5px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  transition: opacity .5s;
  display: flex;
  inset: -80px 0% auto auto;
}

.home-v2-services-slider-arrow:hover {
  opacity: 1;
}

.home-v2-services-slider-arrow.slider-left-arrow {
  opacity: 1;
  right: 56px;
}

.error-message-4 {
  color: #b42318;
  background-color: #fffbfa;
  background-image: url('../images/alert-circle.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fda29b;
  border-radius: 99px;
  padding: 12px 12px 12px 44px;
  font-weight: 600;
}

.container-4 {
  width: 100%;
  max-width: 1323px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.slide-nav {
  opacity: 1;
  display: none;
}

.home-v2-services-header {
  margin-bottom: 44px;
}

.collection-item-home-v2-services {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-v2-section-services {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.home-v2-section-services.hjhjhjh {
  background-color: #f8f8f8;
}

.home-v2-services-subtitle {
  margin-bottom: 12px;
  line-height: 155%;
  display: inline-flex;
}

.home-v2-services-subtitle.font-weight-bold {
  font-size: 18px;
}

.home-v2-services-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.our-process-inner {
  z-index: 1;
  position: relative;
}

.our-process-header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.our-process-header.dasdasdasa {
  justify-content: flex-start;
  align-items: center;
}

.global-section-our-process {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.global-section-our-process.background-secondary.dasdasdas {
  padding-top: 0;
}

.global-section-our-process.background-secondary.dasdasdas.white {
  background-color: #fff;
  padding-top: 96px;
}

.our-process-card-numbering {
  opacity: .8;
  color: #1e1e1e;
  margin-bottom: 8px;
  font-size: 16px;
}

.our-process-card-title {
  color: #1e1e1e;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.our-process-main-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-process-subtitle {
  margin-bottom: 12px;
  line-height: 155%;
}

.our-process-subtitle.font-weight-bold {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.our-process-card-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.our-process-card-item {
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  flex: 1;
  padding: 30px;
}

.our-process-card-text {
  color: #1e1e1e;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 162%;
}

.our-process-title {
  max-width: 914px;
  margin-bottom: 30px;
  line-height: 116%;
}

.our-process-title.jkjjkj {
  color: #1e1e1e;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.container-5 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.our-process-card-image {
  filter: contrast(200%) drop-shadow(0 2px 5px #0000001c);
}

.container-9 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-6 {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-6.white {
  background-color: #f8f8f8;
}

.container-10 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-7 {
  z-index: 1;
  background-color: #0000;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section-7.gray {
  background-color: #f5f5f9;
}

.section-7.gray.background-image {
  background-color: #f5f5f9;
  background-image: linear-gradient(#0000 38%, #fff), linear-gradient(#ffffffba, #ffffffba), url('../images/66ffb940b622f2363c3453ff_2-p-1600_1-p-1600.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.section-7.white {
  background-color: #f8f8f8;
}

.section-7.white.dasdasaa {
  background-color: #fff;
}

.container-11, .container-12 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-separator {
  background-color: #1e1e1e1a;
  height: 1px;
}

.section-separator.space {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-separator.space.dasdasda {
  margin-top: 60px;
  margin-bottom: 60px;
}

.smaller-section {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.smaller-section.dasdasds {
  padding-bottom: 0;
}

.container-13 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.dfsdf {
  color: #000;
  white-space: nowrap;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-block {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.text-block-2 {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.left-arrow {
  background-color: #1e1e1e;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  transition: border-color .3s;
  display: flex;
  inset: auto 74px 80px auto;
}

.left-arrow:hover {
  border-color: #ffffff80;
}

.container-14 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.review-img {
  background-color: #f7f7f7;
  border-radius: 50%;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.d-none {
  display: none;
}

.right-arrow {
  background-color: #1e1e1e;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  transition: border-color .3s;
  display: flex;
  inset: auto 30px 80px auto;
}

.right-arrow:hover {
  border-color: #fff9;
}

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

.on-scroll {
  background-color: #f7f7f7;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-title {
  margin-bottom: 20px;
}

.testimonial-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 70px 30px;
  display: flex;
}

.testimonial-icon {
  min-width: 54px;
  max-width: 54px;
  min-height: 40px;
  max-height: 40px;
}

.review-slider {
  background-color: #1e1e1e;
  border-radius: 4px;
  width: 100%;
  max-width: 50%;
  height: auto;
  overflow: hidden;
}

.testimonial-top {
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-bottom {
  grid-column-gap: 14px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.section-heading {
  border-top: 1px solid #0000001a;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.reviews {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.testimonial-name {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.testimonial-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 170%;
}

.review-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.testimonial-img {
  background-color: #f7f7f7;
  border-radius: 4px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.sub-heading {
  grid-column-gap: 10px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
}

.text-block-8 {
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.loader2_background {
  background-color: #008;
  position: absolute;
  inset: 0%;
}

.loader2_component-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader2_text {
  white-space: nowrap;
  justify-content: space-between;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.loaderimage {
  opacity: 0;
  max-width: 15%;
  margin-left: auto;
  margin-right: auto;
}

.loaderimage.none {
  display: block;
}

.loader2_content-wrapper-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loadertext2 {
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 300;
}

.text-block-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-9.ggr {
  white-space: nowrap;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-21 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.text-block-22, .text-block-23, .text-block-24 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-25 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.text-block-26 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.preloader {
  z-index: 88888;
  color: #efefef;
  background-color: #ff572d;
  background-image: linear-gradient(#182a66, #182a66);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-text {
  font-size: 2rem;
}

.preloader-text.fd {
  display: none;
}

.kkkkk {
  width: 15%;
}

.hero-bottom {
  max-width: none;
  display: block;
  position: relative;
}

.logo-wrap {
  grid-column-gap: 75px;
  filter: none;
  display: flex;
}

.logo-2 {
  filter: none;
  min-width: 140px;
  max-width: 140px;
  min-height: 40px;
  max-height: 40px;
}

.logo-linear {
  background-image: linear-gradient(90deg, #fff, #00264200);
  width: 130px;
  height: auto;
  position: relative;
  inset: auto;
}

.logo-linear.right {
  background-image: linear-gradient(90deg, #00264200, #fff);
  inset: 0% 0% 0% auto;
}

.hhhhh {
  flex-flow: column;
  padding-top: 23px;
  display: flex;
}

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

.padding-section-medium-2.dsdsdsdsds.dsdsds {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.logo3_logo {
  max-height: 3.5rem;
}

.logo3_logo.dsdssd {
  max-height: 8rem;
}

.padding-global-4 {
  padding-left: 2%;
  padding-right: 2%;
}

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

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.section_logo3 {
  overflow: hidden;
}

.section_logo3.fdf {
  margin-left: 22px;
  margin-right: 22px;
  padding-left: 0;
  padding-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: 48rem;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.logo3_component {
  padding-left: 0;
  display: flex;
}

.solution-hero-flex {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  align-items: center;
  display: flex;
}

.title-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.navbartext-2 {
  color: #fff;
}

.services-list-2 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  inset: 49px 0% auto;
}

.services-list-2.w--open {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  top: 100%;
}

.circle-2 {
  background-color: #0000;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  padding: 30px 10px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-2.w--current {
  border-bottom: 1px solid #fff;
}

.nav-link-2.dropdown-nav {
  display: flex;
}

.opacity-dark-text-2 {
  color: #1e1e1eb3;
  font-size: 18px;
}

.opacity-dark-text-2.limit-tiny {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.cards-icon-2 {
  width: 48px;
  height: 48px;
}

.no-space-bottom-2 {
  margin-bottom: 0;
}

.no-space-bottom-2.asd {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-3 {
  font-size: 18px;
}

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

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.layout219_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout219_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-4 {
  font-size: 18px;
}

.padding-global-5 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.layout219_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout219_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1rem 0 1rem 2rem;
  display: block;
}

.layout219_tabs-link.w--current {
  opacity: 1;
  background-color: #fff;
}

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

.container-15 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.link-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.link-wrap-2.space-top-tiny {
  text-decoration: none;
  display: none;
}

.container-16 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.icon-embed-xxsmall-14, .icon-embed-xxsmall-12, .icon-embed-xxsmall-15 {
  color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.medium-text-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.green-text-2 {
  color: #182a66;
}

.no-space-bottom-3 {
  margin-bottom: 0;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 40rem;
}

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

.button-content-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.white-button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 48px;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
}

.black-button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 12px;
  align-items: center;
  padding: 18px 26px;
  text-decoration: none;
}

.black-button-wrapper-2:hover {
  background-color: #182a66;
}

.black-button-wrapper-2.mehr {
  width: 148px;
}

.container-17 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.bigger-section {
  padding-top: 160px;
}

.container-18 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.navbartext-3 {
  color: #fff;
}

.container-19 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.navbartext-4 {
  color: #fff;
}

.list-item {
  background-image: url('../images/gray-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
  line-height: 160%;
}

.container-20 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.solution-image {
  background-image: url('../images/image-4.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  max-width: 480px;
  min-height: 320px;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
}

.solution-image._4 {
  background-image: url('../images/5_25.webp');
  border-radius: 4px;
  max-width: 100%;
}

.solution-image._3 {
  background-image: url('../images/design-ohne-titel-346_1design-ohne-titel-346.webp');
  border-radius: 4px;
  max-width: 100%;
}

.solution-image._2 {
  background-image: url('../images/design-ohne-titel-387.jpg');
  background-position: 50% 0;
  border-radius: 4px;
  align-items: flex-end;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.solution-image.stahlbau {
  background-image: url('../images/design-ohne-titel-344_1design-ohne-titel-344.webp');
  background-position: 50% 0;
  border-radius: 4px;
  max-width: 100%;
}

.no-space-bottom-4 {
  margin-bottom: 0;
}

.no-space-bottom-4.asd {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.list {
  margin-top: 32px;
  margin-bottom: 40px;
}

.icon-embed-xxsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.contact-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #1e1e1e;
  border-radius: 40px;
  padding: 20px 24px;
  display: block;
}

.submit-button.full-width {
  border-radius: 12px;
}

.icon-embed-xxsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.container-21 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.checkbox {
  background-color: #0000;
  border: 1px solid #0101011a;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: #1a1d24;
  background-image: url('../images/icon.svg');
  background-size: 12px 12px;
}

.error-message-3 {
  color: #ff6d6d;
  text-align: center;
  background-color: #f0f2f6;
}

.checkbox-field {
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 0;
  display: flex;
}

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

.navbartext-5 {
  color: #fff;
}

.form-block {
  z-index: 9;
  color: #010101;
  background-color: #fff;
  border-radius: 16px;
  width: 610px;
  margin-bottom: 0;
  padding: 50px;
  position: relative;
}

.form-block.sign-up {
  flex: 1;
  padding: 0;
}

.success-message-2 {
  color: #010101;
  background-color: #f0f2f6;
}

.checkbox-label {
  color: #1a1d24;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.sign-up-form {
  background-color: #fff;
  padding: 40px;
}

.sign-up-form.ghgh {
  border-radius: 12px;
}

.contact-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-line {
  background-color: #fff;
  width: 1px;
  height: 32px;
}

.input-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  border-radius: 0;
  height: 50px;
  margin-bottom: 16px;
  padding: 20px 0;
  font-size: 16px;
}

.input-field:focus {
  border-bottom-color: #000;
}

.input-field.telefon {
  height: 40px;
  overflow: clip;
}

.input-field.telefon.drop {
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-field.telefon.drop:focus-visible, .input-field.telefon.drop[data-wf-focus-visible] {
  border-bottom-color: #0000001a;
}

.field-label {
  color: #1a1d24;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.hero-solution {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 67px;
  font-weight: 500;
  line-height: 67px;
}

.sub-solution {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-27 {
  color: #182a66;
  text-decoration: none;
}

.fgfdv {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.heas {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 70px;
}

.solut {
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.hero-header {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 70px;
  line-height: 60px;
}

.nuber {
  margin-top: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 40px;
  padding-right: 40px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-logos-2 {
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2, .text-block-28, .heading-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.icon-icons-list-2 {
  width: 28px;
  height: 28px;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.paragraph-big {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-big.fdff {
  color: #5e6774;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.paragraph-big.fdff.uhuh {
  font-size: 17px;
  font-weight: 400;
}

.paragraph-big.fdff.fgfg, .paragraph-big.fdff.fgf {
  font-size: 17px;
}

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.single-icon-list.asd {
  border-bottom: 1px solid #00000026;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.wrap-image-combo-halves {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.image-combo-halves {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.image-combo-halves.dfgfg {
  border-radius: 4px;
  height: 100%;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 43px;
}

.no-margins.ok.ikjo {
  font-size: 39px;
}

.no-margins.hhuhh {
  font-size: 40px;
}

.no-margins.hhuhh.okk {
  line-height: 42px;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 592px;
  margin-bottom: 8px;
  display: flex;
}

.master-icons-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-icons-list.dfdf {
  grid-row-gap: 10px;
}

.section-8 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-8.spacesdsss {
  background-color: #f5f5f5;
  padding-top: 96px;
  padding-bottom: 96px;
}

.secondary-button {
  color: #000;
  letter-spacing: -.8px;
  background-color: #0000;
  border: 2px solid #02858c;
  border-radius: 56px;
  padding: 16px 30px;
  font-size: 20px;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
}

.secondary-button:hover {
  color: #000;
  background-color: #02858c;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.right-combo-halves.ihih {
  grid-row-gap: 15px;
}

.main-container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-29, .text-block-30, .text-block-31, .text-block-32 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-holder-width-large {
  width: 95%;
}

._1-3-width-column {
  width: 33.33%;
}

.text-color-white-2 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.text-color-white-2.margin-bottom-medium {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
}

.text-color-white-2.margin-top-bottom-xsmall {
  margin-top: 10px;
  margin-bottom: 10px;
}

.base-container-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.base-container-2.esdrfz, .base-container-2.lgiuiuh {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-color-primary {
  color: #fff;
  font-size: 22px;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.tablet-horizontal-mobile-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}

.section-9 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-9.black-background {
  margin-bottom: 0;
  padding-top: 20px;
}

.section-9.black-background.dsdsd {
  padding-top: 140px;
  padding-bottom: 100px;
}

.section-9.black-background.dsdsd.sdfsdf {
  background-color: #182a66;
}

.section-9.black-background.dsdsd.sdfsdf.adf {
  padding-top: 100px;
  padding-bottom: 140px;
}

.column-medium-image-fixed {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  min-height: 550px;
}

.bold-text-9 {
  font-size: 24px;
}

.card-wrapper-large {
  width: 90%;
}

.info-wrap-left {
  width: 46%;
}

.capabilities-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.text-color-white-3 {
  color: #fff;
  font-size: 22px;
}

.paragraph-6 {
  font-size: 20px;
}

.paragraph-6.dsfs {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.info-wrapper-large {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.info-wrap-right {
  width: 50%;
}

.title-bottom-space {
  margin-bottom: 24px;
}

.title-bottom-space.hjgj {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-10.dsdsdsd {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.info-cards-wrap {
  background-color: #02858c;
  background-image: linear-gradient(45deg, #02858c, #000);
  width: 47%;
  padding: 30px;
}

.info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #d3dfef;
  flex-flow: wrap;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.main-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.main-section.utkfj {
  background-color: #a52424;
}

.contacts-textarea {
  color: #5e6774;
  border: 1px #182a66;
  border-radius: 4px;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.contacts-textarea::placeholder {
  color: #5e6774;
  font-size: 16px;
  line-height: 1em;
}

.error-message {
  color: #a13636;
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
  padding: 0;
  font-size: 16px;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.contacts-input {
  color: #5e6774;
  background-color: #fff;
  border: 1px #182a66;
  border-radius: 4px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input:focus {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.contacts-input::placeholder {
  color: #5e6774;
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-wrapper {
  grid-row-gap: 30px;
  background-color: #ffffff70;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.contacts-title {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 95%;
  display: flex;
}

.success-message {
  color: #02858c;
  background-color: #0000;
  padding: 0;
}

.all-caps-text {
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.contacts-wrapper {
  grid-column-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.8px;
  -webkit-text-stroke-color: black;
  text-transform: capitalize;
  background-color: #fff;
  background-image: linear-gradient(135deg, #02858c, #000);
  border: 1px #fff;
  border-radius: 56px;
  padding: 16px 30px;
  font-size: 20px;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.primary-button:hover {
  color: #fff;
  background-color: #0000;
}

.primary-button.full-width-mobile {
  background-image: none;
  display: block;
}

.primary-button.full-width-mobile.fghfgh {
  color: #182a66;
  border-radius: 4px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-2 {
  grid-column-gap: 10px;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: sticky;
  top: 120px;
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.cards-icon-3 {
  width: 35px;
  height: 35px;
}

.card-title-width {
  width: 75%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.desktop-margin-left-small {
  margin-left: 20px;
}

.desktop-margin-left-small.margin-bottom-medium {
  margin-bottom: 40px;
}

.desktop-margin-left-small.margin-bottom-medium.text-color-white.fghjf {
  color: #333;
  margin-left: 0;
  font-size: 40px;
  font-weight: 400;
}

.video-background-dark-overlay {
  z-index: -1;
  background-color: #f5f5f5;
  position: absolute;
  inset: 0%;
}

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

.negative-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-bottom: -90px;
  display: flex;
}

.background-video-2 {
  z-index: -2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: absolute;
  inset: 0%;
}

.large-block {
  background-color: #fff6;
  border: 1px solid #d3dfef;
  border-radius: 6px;
  width: 100%;
  padding: 40px 30px;
}

.large-block.with-bg-opacity {
  background-color: #fff;
  border-color: #d3dfef33;
}

.large-block.with-bg-opacity.hioh {
  background-color: #f5f5f5;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-small-2 {
  text-align: center;
  letter-spacing: -.8px;
  font-size: 20px;
}

.paragraph-small-2.dddddddd {
  color: #333;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.negative-card-item {
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #d3dfef;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 30px #182a661a;
}

.negative-card-item.adsf {
  grid-row-gap: 25px;
}

.banner-description-small-2 {
  width: 72%;
  font-size: 20px;
}

.stars-image {
  height: 405px;
  position: absolute;
  inset: 0%;
}

.section-11 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-11.top-space-medium {
  padding-top: 140px;
  padding-bottom: 0;
}

.hjgjgl {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.abs {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.list-item-9 {
  filter: contrast(200%);
}

.home-v2-value-image-wrapper {
  border-radius: 4px;
  flex: 1;
  max-width: 495px;
  position: relative;
  overflow: hidden;
}

.home-v2-value-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.image-scale-animation {
  width: 100%;
  overflow: hidden;
}

.image-scale-animation.home-v2-about-us {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-v2-value-image-info {
  position: absolute;
  inset: auto auto 20px 20px;
}

.home-v2-value-title {
  max-width: 534px;
  margin-bottom: 24px;
}

.home-v2-value-details {
  flex: 1;
}

.home-v2-value-tabs-button {
  background-color: #0000;
  border: 1px solid #102c241a;
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .5s, background-color .5s;
}

.home-v2-value-tabs-button:hover {
  background-color: #fff;
  border-color: #102c241a;
}

.home-v2-value-tabs-button.w--current {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #0000;
  border-radius: 12px;
}

.home-v2-value-header-title {
  text-align: center;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.home-v2-value-header-title.dasdasdas {
  margin-bottom: 60px;
}

.home-v2-value-header-title.dasdasdas.jhh {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 40px;
}

.home-v2-value-tab-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 50px 60px 60px;
  display: flex;
}

.home-v2-value-tab-content.background-white {
  padding-left: 0;
  padding-right: 0;
}

.heading-h4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.home-v2-value-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.home-v2-section-value {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.home-v2-value-list-text {
  padding-left: 14px;
}

.home-v2-value-image {
  width: 500px;
}

.button-texts {
  z-index: 4;
  perspective: 2000px;
  letter-spacing: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  line-height: 155%;
  display: flex;
}

.button-primary {
  perspective-origin: 0%;
  color: #0c3930;
  letter-spacing: -1px;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  background-color: #00edbf;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.home-v2-about-text {
  margin-bottom: 24px;
}

.button-box {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v2-about-subtitle {
  margin-bottom: 8px;
  display: inline-flex;
}

.home-v2-about-image-wrapper {
  border-radius: 4px;
  flex: 1;
  max-width: 390px;
  overflow: hidden;
}

.home-v2-about-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-v2-about-content-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-inner-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-v2-section-about {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.home-v2-section-about.dasdsadas {
  padding-bottom: 60px;
}

.button-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.home-v2-about-image {
  border-radius: 4px;
}

.home-v2-about-title {
  margin-bottom: 24px;
}

.image-3, .image-4, .image-5 {
  border-radius: 4px;
}

.home-v2-about-image-wrapper-2 {
  border-radius: 20px;
  flex: 1;
  max-width: 390px;
  overflow: hidden;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.master-process.ffff {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.line-process {
  background-color: #f4f1eb66;
  width: 5px;
  height: 100%;
}

.fill-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.display-8 {
  font-size: 48px;
  line-height: 1.25em;
}

.display-8.whit {
  color: #fff;
}

.display-8.whit.sdfd {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.display-8.whit.sdfd.kkk {
  margin-top: 0;
}

.no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margins-2.white {
  color: #fff;
}

.main-container-2 {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container-2.sssssss {
  margin-top: 100px;
  margin-bottom: 100px;
}

.main-container-2.sssssss.asdfds {
  background-color: #182a66;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 96px 0;
}

.fill-line {
  transform-origin: 50% 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.center-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-heading.mg-bottom-80 {
  margin-bottom: 80px;
}

.center-heading.mg-bottom-80.asdf {
  max-width: none;
  margin-bottom: 80px;
}

.process-circle {
  background-color: #f4f1eb66;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.padding-global-6 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 2.5rem;
}

.primary-button-icon {
  z-index: 1;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #030c40;
  border: 1px solid #030c40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.115em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 4px #19213d14;
}

.primary-button-icon:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button-icon.no-hover {
  background-color: #02b3b3;
  border-color: #02b3b3;
  transition-property: none;
}

.primary-button-icon.no-hover:hover {
  transform: none;
}

.buttons-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-row.left {
  justify-content: flex-start;
}

.container-xlarge {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.button-wrap.mg-left-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.header-component-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.arrow-right-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 18px;
  display: flex;
  overflow: hidden;
}

.header-text-block {
  width: 100%;
}

.mg-top-medium {
  margin-top: 32px;
}

.circle-block {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0)rotateX(-8deg)rotateY(0)rotateZ(0);
}

.circle-item {
  background-color: #bebebe;
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 24rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle-item:hover {
  transform: translate(0, -57px);
}

.circle-item._4 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._2 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._6 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._9 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._7 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._5 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._3 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._8 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._1 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: translate3d(0, 0, 30rem);
}

.mg-top-small {
  margin-top: 16px;
}

.cover-image {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100%;
}

.cover-image.huj {
  object-position: 77% 50%;
}

.cover-image.jhgj {
  object-position: 37% 50%;
}

.cover-image.fgh {
  object-position: 50% 50%;
}

.cover-image.uiz {
  object-position: 40% 50%;
}

.cover-image.frt {
  object-position: 95% 50%;
}

.cover-image.jijij {
  object-position: 25% 50%;
}

.inner-container._500px {
  max-width: 500px;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button-2 {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0eb4b4;
  border: 1px solid #0eb4b4;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 8px #4d91e11a;
}

.primary-button-2:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button-2.no-hover {
  color: #fff;
  background-color: #00b3b3;
  border-color: #00b3b3;
  transition-property: none;
}

.primary-button-2.no-hover:hover {
  transform: none;
}

.circle-button {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.circle-button:hover {
  transform: scale3d(.95, .95, 1.01);
}

.v2-grid-content {
  max-width: 560px;
  padding-top: 0;
  padding-bottom: 0;
}

.base-icon-font {
  color: #fff;
}

.display-9 {
  font-size: 60px;
  line-height: 1.115em;
}

.display-9.mid {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.circle-container {
  width: 18rem;
  height: 14rem;
  position: relative;
}

.section-home-header {
  height: 75vh;
  overflow: hidden;
}

.section-home-header.erewrwetlrt.rrr {
  height: 83vh;
}

.section-home-header.erewrwetlrt.rrr.gnn {
  height: 94vh;
}

.heading-style-h2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-style-h2.adf {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 400;
}

.career3_icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.career3_title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.fzt {
  font-size: 16px;
  font-weight: 500;
}

.container-large-6 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-large-6.home-v2-about-subtitle {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-large-6.home-v2-about-subtitle.jhgj {
  display: block;
}

.heading-style-h4-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.career3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.career3_content.uku {
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.career3_list {
  margin-bottom: 2rem;
  display: block;
}

.career3_list-wrapper {
  overflow: hidden;
}

.heading-style-h5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h5.aaaa {
  margin-top: 0;
}

.career3_job-department {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.career3_item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.career3_item.hhh {
  border-top: 1px solid #0003;
  padding-top: 2.7rem;
}

.career3_item.ffff {
  display: none;
}

.career3_accordion {
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
}

.section_career3 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  margin-left: 0;
  margin-right: 0;
}

.career3_content-right {
  width: 100%;
}

.career {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.white {
  color: #fff;
}

.text-block-33, .text-block-34, .text-block-35, .text-block-36 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.layout494_paragraph {
  overflow: hidden;
}

.layout494_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout494_image.dsfd {
  aspect-ratio: auto;
  object-fit: fill;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout494_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.layout494_header {
  margin-bottom: 2rem;
}

.layout494_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.container-large-7 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.layout494_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout494_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout494_image-wrapper.asdf {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.layout494_inner-wrapper {
  width: 50%;
  padding-left: 2.5rem;
}

.layout494_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout494_tab-link {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  opacity: .4;
  background-color: #0000;
  padding: 1rem 0;
}

.layout494_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-style: solid;
  border-left-color: #000;
}

.layout494_tab-link.jhhh {
  border-bottom-style: none;
}

.section_layout494 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.section_layout494.sdfsd.asdf {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout494_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.layout494_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header102_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

.header102_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header102_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 2rem 2rem auto;
}

.header102_arrow.is-left {
  right: 6rem;
}

.header102_slide-image-wrapper {
  flex: 1;
  position: relative;
}

.header102_slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.header102_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 2.625rem 2rem;
}

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

.product-header7_arrow-icon-copy {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.header102_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header102_slide-content {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 2rem 8rem;
  position: relative;
}

.header102_slider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  width: 100%;
  min-height: 100vh;
  max-height: 60rem;
}

.paragraph-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

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

.heading-style-h4-4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-9 {
  font-size: 18px;
}

.padding-global-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.layout219_tabs-link-2 {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1rem 0 1rem 2rem;
  display: block;
}

.layout219_tabs-link-2.w--current {
  opacity: 1;
  background-color: #fff;
}

.layout219_tabs-link-2.sdfdsf {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}

.paragraph-10 {
  font-size: 18px;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq3_answer {
  overflow: hidden;
}

.faq3_answer.space {
  margin-bottom: 0;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-size-medium-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
}

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

.text-size-medium-2.text-weight-bold.gr-er {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.comparison-positive {
  background-image: url('../images/icons8-hakchen-25.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive.black {
  background-image: url('../images/icons8-hakchen-2.svg');
}

.comparison-positive.black.gr-er {
  background-size: 18px;
  padding-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.comparison-row.white {
  color: #fff;
}

.faq3_list {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.faq3_list.leftspace {
  border-bottom-style: none;
  margin-left: 100px;
}

.faq3_list.leftspace.rtr.tablet {
  margin-left: 0;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border: 1px #000;
  border-top: 1px solid #0000004d;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_question.zjzghj {
  border-top-style: none;
}

.about-slider-mask {
  width: 100%;
}

.about-slider-container {
  width: 100%;
  padding-bottom: 3em;
}

.section-background {
  z-index: -1;
  background-color: #fafafa;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-nav-2 {
  opacity: .6;
  color: #70af28;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17px;
  padding: 5px 0 0;
  font-size: 11px;
  display: flex;
  position: absolute;
  inset: auto 0% -50px auto;
}

.slider-arrow {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 40px;
  display: flex;
  inset: auto auto -60px 0%;
  overflow: visible;
}

.slider-arrow.grey-color {
  background-color: #fafafa;
  border: 1px solid #820c1e;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 24px 15px;
  bottom: 0;
}

.slider-arrow.right-slider-arrow {
  left: 50px;
}

.slider-arrow.right-slider-arrow.grey-color {
  width: 60px;
  height: 60px;
  padding: 24px 15px;
}

.slider-arrow.right-slider-arrow.grey-color.dsadsad {
  border-color: #820c1e;
  margin-left: 30px;
}

.about-slide-image-holder {
  width: 100%;
  position: relative;
}

.about-slider {
  background-color: #0000;
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-icon {
  color: #820c1e;
  width: 32px;
  height: 32px;
}

.about-slide-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-slide {
  background-color: #fafafa;
  width: 100%;
}

.big-number {
  letter-spacing: -4px;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.3;
}

.big-number.about-slide-years {
  color: #161616;
  letter-spacing: 0;
  font-size: 35px;
  font-weight: 500;
}

.container-22 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0%;
}

.section-12 {
  z-index: 1;
  position: relative;
}

.about-slide-title {
  color: #820c1e;
  letter-spacing: .315em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.about-slide-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.about-slide-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-slide-summary {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.about-slide-summary.gfgdfd {
  line-height: 32px;
}

.about-slide-summary-holder {
  color: #7e8181;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.career11_list-wrapper {
  overflow: hidden;
}

.career11_item {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

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

.section_career11 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.career11_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.career11_icon-wrapper {
  flex: none;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.career11_job-details-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.career11_detail-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.opacity-dark-text-3 {
  color: #1e1e1eb3;
  font-size: 18px;
}

.opacity-dark-text-4 {
  color: #0e2b2f80;
}

.accordion-item {
  border-bottom: 1px solid #0e2b2f1a;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-item.bigger {
  padding-top: 32px;
  padding-bottom: 32px;
}

.tab-link {
  background-color: #fff0;
  border-radius: 12px;
  padding: 20px 24px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 12px;
}

.faq-number-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.title-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-3.gugu {
  margin-left: 3px;
}

.split-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-23 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.accordion-item-content {
  overflow: hidden;
}

.answer {
  color: #0006;
  padding-top: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .69;
}

.accordion-item-trigger.bigger {
  font-size: 18px;
}

.limit-2 {
  max-width: 480px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
}

.limit-2.hh {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-3.fghgfh {
  width: 440px;
  font-size: 18px;
}

.faq8_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_faq8 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

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

.faq8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ojoj {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 50px;
}

.slider-solutions {
  background-color: #0000;
  height: 100%;
}

.empty-state {
  background-color: #0000;
  padding: 0;
  font-size: 16px;
}

.solution-horizontal-slide {
  width: 100%;
  margin-right: 30px;
}

.solution-slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding: 70px 15px 10px;
  overflow: hidden;
}

.solution-slider-horizontal.agb {
  display: none;
}

.full-width {
  width: 100%;
}

.solutions-list-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.solutions-list {
  width: 100%;
}

.solutions-list.grid-slide {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solution-slider-horizontal-mask {
  width: 100%;
  overflow: visible;
}

.image-holder-right {
  width: 67%;
  position: relative;
}

.base-container-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.base-container-3.dsfsfddsf {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.base-container-3.zzzuz {
  padding-left: 40px;
  padding-right: 40px;
}

.text-wrapper-right-large-width {
  width: 100%;
}

.left-arrow-2 {
  color: #000;
  width: 30px;
  height: 16px;
  margin-right: 60px;
  font-size: 16px;
  transition: all .3s;
  inset: -70px 0% auto auto;
}

.left-arrow-2:hover {
  color: #02858c;
  transform: translate(-10px);
}

.solutions-item {
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.images-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.right-arrow-2 {
  color: #000;
  width: 30px;
  height: 16px;
  margin-right: 30px;
  font-size: 16px;
  transition: all .3s;
  inset: -70px 0% auto auto;
}

.right-arrow-2:hover {
  color: #02858c;
  transform: translate(10px);
}

.column-image-medium {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 430px;
}

.column-image-medium.hhgh {
  object-position: 50% 20%;
}

.section-top-space {
  margin-top: 80px;
}

.section-top-space.full-width {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.hidden {
  display: none;
}

.image-holder-left {
  width: 33%;
  position: relative;
}

.ghg {
  padding-top: 96px;
  padding-bottom: 96px;
}

.header77_image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header77_content-right {
  grid-column-gap: 1rem;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  align-items: center;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.header77_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-left: -8.5%;
  display: grid;
}

.header77_content-left {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header77_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header77_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header77_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header77_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.header77_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-24 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.split-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split-4.kljj {
  display: flex;
}

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

.services-list-3 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  display: none;
  inset: 49px 0% auto;
}

.services-list-3.w--open {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  top: 100%;
}

.container-25, .container-26 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-49 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.nav-link-3 {
  color: #fff;
  padding: 30px 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-3.w--current {
  border-bottom: 1px solid #fff;
}

.nav-link-3.dropdown-nav {
  display: flex;
}

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

.opacity-dark-text-5 {
  color: #1e1e1eb3;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.opacity-dark-text-5.widhtundspace {
  width: 72%;
  margin-bottom: 40px;
  font-size: 20px;
}

.opacity-dark-text-5.widhtundspace.signatur {
  font-size: 18px;
}

.opacity-dark-text-5.widhtundspace.signatur.adfd {
  width: 81%;
}

.opacity-dark-text-5.widhtundspace.signatur.adfd.asdfd.impressum {
  text-align: left;
  width: 110%;
}

.text-block-50 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.section-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-13.circle-shadow {
  background-image: url('../images/circle-with-shadow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0;
  display: block;
}

.section-13.circle-shadow.abc {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  display: block;
}

.section-13.circle-shadow.abc.space {
  margin-top: 100px;
}

.section-13.circle-shadow.abc.space.section.dasdadsda {
  padding-bottom: 60px;
}

.section-13.circle-shadow.abc.space.section.dasdadsda.dasasasda {
  margin-top: 96px;
}

.text-block-51, .text-block-52 {
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .primary-button-icon.no-hover:hover {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

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

  .nav-menu-hidden-button {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .nav-menu-hidden-button.desktop {
    display: none;
  }

  .black-nav-button {
    background-color: #1e1e1e;
    justify-content: space-between;
  }

  .main-separator {
    width: 100%;
    height: 1px;
  }

  .title {
    font-size: 15px;
  }

  .dropdown-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand {
    border-right-style: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-spread-vertical {
    grid-row-gap: 80px;
  }

  .dropdown-service-link {
    grid-row-gap: 60px;
  }

  .navbar-contents {
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .container-3.zzzzz {
    margin-left: 0;
  }

  .button-content {
    justify-content: center;
  }

  .white-button-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-list.w--open {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    box-shadow: 0 24px 24px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .contact-block {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-block.blockleft.ztuz.ooo {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hamburger-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    flex-direction: column;
    padding: 32px;
    display: flex;
    position: absolute;
    box-shadow: 0 40px 40px #0000001a;
  }

  .dropdown-icon {
    filter: invert();
  }

  .nav-link {
    color: #1e1e1e;
    border-bottom: 1px solid #1e1e1e1a;
    padding: 12px 0;
    display: block;
  }

  .nav-link.w--current {
    border-bottom-color: #1e1e1e;
  }

  .nav-link.dropdown-nav {
    justify-content: space-between;
  }

  .overlay-block {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-2.circle-shadow {
    padding-top: 120px;
  }

  .section-2.padding {
    padding-top: 100px;
  }

  .black-button-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-video {
    min-height: 380px;
  }

  .banner-center-wrapper-medium {
    width: 100%;
  }

  .block-image-full-width {
    width: 43%;
  }

  .block-half-width-left-content {
    width: 44%;
  }

  .block-half-width {
    width: 100%;
  }

  .display-flex-horizontal.align-start-large-gap, .display-flex-horizontal.all-gap-medium-tablet-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .block-right-wrapper {
    width: 100%;
  }

  .cards-item {
    width: 47.2%;
  }

  .text-wrapper-right-xlarge-width, .text-wrapper-right-xlarge-width.medium-width {
    width: 100%;
  }

  .numbers-wrapper {
    grid-column-gap: 40px;
    justify-content: flex-start;
    width: 65%;
  }

  .title-width-small {
    width: 55%;
  }

  .title-width-small.negative-margin-top.text-color-white.fgf.zrtz {
    width: 94%;
  }

  .number-text {
    font-size: 60px;
  }

  .map-holder {
    min-height: 394px;
    padding-bottom: 40px;
  }

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

  .split.space-top-medium {
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .split.contact-split {
    grid-template-columns: 1fr 1fr;
  }

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

  .company-feature-card {
    padding-bottom: 24px;
  }

  .features-split {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .three-rows-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .spread-vertical {
    grid-row-gap: 120px;
  }

  .feature-number-card {
    padding-bottom: 24px;
  }

  .medium-text {
    font-size: 17px;
  }

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

  .space-top-medium {
    margin-top: 52px;
  }

  .blog-split {
    grid-template-columns: 1fr;
  }

  .large-text {
    font-size: 19px;
  }

  .sdsdads.ooooo {
    margin-left: 0;
  }

  .footer-link-column {
    grid-row-gap: 26px;
  }

  .footer-link {
    font-size: 20px;
  }

  .section-3.padding {
    padding-top: 100px;
  }

  .home-benefits-content {
    grid-template-columns: 1fr 1fr;
  }

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

  .home-benefits-card-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-benefits-card-image {
    background-color: #f5f5f5;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 230px;
    display: flex;
  }

  .home-benefits-card {
    padding: 32px;
  }

  .home-benefits-card.padding-left {
    padding-left: 32px;
  }

  .home-benefits-heading {
    min-width: auto;
    max-width: 680px;
  }

  .heading-h3 {
    font-size: 36px;
  }

  .home-benefits-card-heading {
    max-width: 290px;
  }

  .home-benefits-details {
    align-self: flex-start;
    max-width: none;
  }

  .home-benefits-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 50px;
  }

  .home-benefits-masthead-text {
    min-width: auto;
    max-width: none;
  }

  .home-benefits-image-1 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .panel-content {
    grid-row-gap: 120px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .quote-user-wrap {
    font-size: 17px;
  }

  .horizontal-metric-stack {
    flex-direction: column;
    align-items: flex-start;
  }

  .metrics-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .layout132_content {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .home-v2-services-slider-item {
    width: 33.3333%;
  }

  .home-v2-section-services {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .our-process-header {
    margin-bottom: 52px;
  }

  .global-section-our-process {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .our-process-card-title {
    font-size: 24px;
  }

  .our-process-main-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .our-process-card-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .our-process-card-item {
    border-radius: 10px;
    padding: 16px;
  }

  .our-process-title {
    max-width: 600px;
  }

  .container-9 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-10 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-11, .container-12 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-separator.space {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-13 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .left-arrow {
    bottom: 50px;
    right: 68px;
  }

  .container-14 {
    max-width: 100%;
  }

  .right-arrow {
    bottom: 50px;
    right: 25px;
  }

  .testimonial-data {
    padding: 40px 25px;
  }

  .review-slider {
    max-width: 62%;
  }

  .testimonial-top {
    grid-row-gap: 25px;
  }

  .testimonial-bottom {
    grid-column-gap: 12px;
  }

  .reviews {
    margin-bottom: 100px;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 170%;
  }

  .review-wrap {
    grid-column-gap: 16px;
  }

  .testimonial-img {
    max-width: 38%;
  }

  .loader2_text {
    font-size: 2.75rem;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .solution-hero-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-2 {
    font-size: 15px;
  }

  .services-list-2.w--open {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    box-shadow: 0 24px 24px #0000001a;
  }

  .nav-link-2 {
    color: #1e1e1e;
    border-bottom: 1px solid #1e1e1e1a;
    padding: 12px 0;
    display: block;
  }

  .nav-link-2.w--current {
    border-bottom-color: #1e1e1e;
  }

  .nav-link-2.dropdown-nav {
    justify-content: space-between;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .layout219_content {
    grid-column-gap: 3rem;
  }

  .container-16 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .medium-text-2 {
    font-size: 17px;
  }

  .button-content-2 {
    justify-content: center;
  }

  .white-button-wrapper-2, .black-button-wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-17, .container-18, .container-19 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .list-item {
    font-size: 17px;
  }

  .container-20, .container-21 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .split-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .split-2.form {
    grid-row-gap: 0px;
  }

  .form-block {
    width: auto;
    padding: 40px;
  }

  .sign-up-form {
    padding: 32px;
  }

  .input-field {
    font-size: 15px;
  }

  .waves-master-logos-2 {
    grid-column-gap: 40px;
  }

  .grid-combo-halves {
    grid-template-columns: 1fr;
  }

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-icons-list {
    text-align: left;
  }

  .section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

  .image-holder-width-large {
    width: 100%;
  }

  ._1-3-width-column {
    flex-flow: column wrap;
  }

  ._1-3-width-column.tablet-full-width {
    width: 100%;
  }

  .tablet-1-3-width {
    width: 33%;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-direction: row;
  }

  .column-medium-image-fixed {
    object-position: 50% 0%;
    height: 350px;
    min-height: auto;
  }

  .info-wrap-left {
    width: 100%;
  }

  .info-wrapper-large {
    flex-wrap: wrap;
  }

  .info-wrap-right {
    width: 100%;
  }

  .info-cards-wrap {
    width: 48.6%;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding: 30px;
  }

  .contacts-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contacts-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .desktop-margin-left-small {
    margin-left: 0;
  }

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

  .negative-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .negative-card-item {
    width: 47.7%;
  }

  .section-11.top-space-medium {
    padding-top: 100px;
  }

  .home-v2-value-image-wrapper {
    border-radius: 10px;
    max-width: 300px;
  }

  .home-v2-value-image-info {
    max-width: 150px;
  }

  .home-v2-value-title {
    max-width: none;
  }

  .home-v2-value-tabs-button {
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 14px;
  }

  .home-v2-value-header-title {
    margin-bottom: 32px;
  }

  .home-v2-value-tab-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
  }

  .heading-h4 {
    font-size: 32px;
  }

  .home-v2-value-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 42px;
  }

  .home-v2-section-value {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-primary {
    height: 52px;
  }

  .home-v2-about-image-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    min-width: 100%;
    max-width: none;
  }

  .home-v2-about-inner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .home-v2-about-content-wrapper {
    min-width: auto;
  }

  .home-v2-section-about {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-v2-about-image {
    width: 100%;
  }

  .home-v2-about-image-wrapper-2 {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    min-width: 100%;
    max-width: none;
  }

  .home-v2-about-image-2 {
    width: 100%;
  }

  .master-process {
    width: 90%;
  }

  .display-8 {
    font-size: 36px;
  }

  .circle-item {
    width: 16rem;
    height: 20rem;
  }

  .circle-item._4 {
    transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._2 {
    transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._6 {
    transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._9 {
    transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._7 {
    transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._5 {
    transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._3 {
    transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._8 {
    transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._1 {
    transform: translate3d(0, 0, 23rem);
  }

  .primary-button-2 {
    margin-top: 0;
  }

  .v2-grid-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-9 {
    font-size: 48px;
  }

  .circle-container {
    width: 16rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .career3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout494_tabs-content {
    padding-right: 1.5rem;
  }

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

  .layout494_inner-wrapper {
    padding-left: 1.5rem;
  }

  .layout494_tabs {
    grid-column-gap: 3rem;
  }

  .header102_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .header102_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .header102_slider {
    width: 100vw;
    max-width: 100%;
  }

  .heading-style-h4-4 {
    font-size: 1.75rem;
  }

  .faq3_list.leftspace.rtr.tablet {
    margin-left: 0;
  }

  .slider-arrow.grey-color.ere, .slider-arrow.right-slider-arrow.grey-color.dsadsad.ere {
    top: 555px;
  }

  .big-number.about-slide-years {
    font-size: 30px;
  }

  .container-22 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-slide-summary {
    font-size: 16px;
    line-height: 30px;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .title-3 {
    font-size: 15px;
  }

  .split-3 {
    grid-template-columns: 1fr;
  }

  .container-23 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

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

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .faq8_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .solution-slider-horizontal {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .solutions-list.grid-slide {
    grid-template-columns: 1fr 1fr;
  }

  .image-holder-right, .text-wrapper-right-large-width {
    width: 100%;
  }

  .left-arrow-2 {
    margin-left: auto;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    top: 30px;
  }

  .images-wrapper {
    flex-wrap: wrap;
  }

  .right-arrow-2 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    top: 30px;
  }

  .column-image-medium {
    object-position: 50% 20%;
    height: 330px;
  }

  .image-holder-left {
    width: 100%;
  }

  .header77_content-right {
    height: auto;
  }

  .header77_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header77_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .container-24 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .split-4 {
    grid-template-columns: 1fr;
  }

  .split-5 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .split-5.form {
    grid-row-gap: 0px;
  }

  .services-list-3.w--open {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    box-shadow: 0 24px 24px #0000001a;
  }

  .container-25, .container-26 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link-3 {
    color: #1e1e1e;
    border-bottom: 1px solid #1e1e1e1a;
    padding: 12px 0;
    display: block;
  }

  .nav-link-3.w--current {
    border-bottom-color: #1e1e1e;
  }

  .nav-link-3.dropdown-nav {
    justify-content: space-between;
  }

  .split-6 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .split-6.form {
    grid-row-gap: 0px;
  }

  .opacity-dark-text-5.widhtundspace.signatur.adfd.asdfd.impressum {
    width: 100%;
  }

  .section-13.circle-shadow {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    margin-left: 20px;
  }

  .opacity-white-text.large-text.limit-large.mobil.uii {
    font-size: 17px;
  }

  .title {
    font-size: 14px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading.aaa.ooooo {
    font-size: 59px;
  }

  .heading.aaa.ooooo.tuzu.uio {
    font-size: 47px;
  }

  .nav-menu {
    padding: 24px;
  }

  .black.zhz.ooooo {
    font-size: 75px;
  }

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

  .overlay-block.mobil.zu {
    margin-top: 0;
  }

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

  .three-column-grid.about-us {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-video-wrapper {
    margin-top: 60px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.circle-shadow {
    padding-top: 100px;
  }

  .section-2.padding {
    padding-top: 90px;
  }

  .limit-medium.black.ertz.hhhhll {
    font-size: 53px;
  }

  .banner-video {
    min-height: 330px;
  }

  .banner-video.vdv.mobil.uzz {
    min-height: 300px;
  }

  .banner-description-small {
    width: 100%;
  }

  .cards-icon {
    font-size: 50px;
  }

  .cards-info-wrapper {
    width: 85%;
  }

  .block-half-width-left-content {
    width: 52%;
  }

  .gradient-title.h3-style-large {
    font-size: 28px;
  }

  .gradient-title.h3-style-large.oooo {
    font-size: 25px;
  }

  .display-flex-horizontal.space-betweeen-align-end-medium {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .cards-item, .numbers-wrapper, .title-width-small {
    width: 100%;
  }

  .title-width-small.negative-margin-top.text-color-white.fgf.zrtz.oooo {
    width: 100%;
    font-size: 37px;
  }

  .number-text {
    justify-content: center;
    align-items: center;
    font-size: 50px;
  }

  .number-text.medium-size {
    font-size: 40px;
  }

  .map-holder {
    grid-row-gap: 40px;
    min-height: 294px;
    padding-bottom: 0;
  }

  .map-holder.spacing {
    background-position: 50% 0;
    background-size: auto;
  }

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

  .company-feature-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 24px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .three-rows-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .three-rows-grid.dasdsadasd.zzz.ertgh.mobil.errr {
    grid-template-columns: 1fr;
  }

  .spread-vertical {
    grid-row-gap: 60px;
  }

  .medium-text {
    font-size: 16px;
  }

  .layout354_content-item.content-item-3.item4.ooo {
    background-image: linear-gradient(#00000080, #00000080), url('../images/14_214.webp');
    background-position: 0 0, 66%;
  }

  .layout354_content-item.content-item-3.oooo {
    background-image: linear-gradient(#00000080, #00000080), url('../images/13_113.webp');
    background-position: 0 0, 68%;
  }

  .layout354_content-item.content-item-1.oooo {
    background-image: linear-gradient(#00000080, #00000080), url('../images/16_116.webp');
    background-position: 0 0, 62%;
  }

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

  .space-top-medium {
    margin-top: 48px;
  }

  .large-text {
    font-size: 17px;
  }

  .footer-bottom-wrap {
    grid-template-columns: 1fr;
  }

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

  .footer-middle-content {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.padding {
    padding-top: 90px;
  }

  .home-benefits-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-section-benefits {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-benefits-card-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-benefits-card-image {
    min-height: auto;
  }

  .home-benefits-card-image.item-2 {
    padding: 20px;
  }

  .home-benefits-card-image.item-2.mobil.asdf {
    padding: 0;
  }

  .home-benefits-card, .home-benefits-card.padding-left {
    padding: 16px;
  }

  .home-benefits-card.padding-left.left.mobil.wwq {
    padding-right: 0;
  }

  .heading-h3 {
    font-size: 32px;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-benefits-details {
    align-self: flex-start;
    max-width: none;
  }

  .home-benefits-details.mobil.wert {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-benefits-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 40px;
  }

  .home-benefits-masthead-text {
    font-size: 20px;
  }

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

  .panel-content {
    grid-row-gap: 140px;
  }

  .panel-content.portrait-panel-content {
    grid-row-gap: 0px;
    padding-top: 140px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote-user-wrap {
    font-size: 16px;
  }

  .metrics-block {
    padding: 32px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout132_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-v2-section-services {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .our-process-header {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 42px;
  }

  .global-section-our-process {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .our-process-card-title {
    font-size: 24px;
  }

  .our-process-main-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .our-process-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-process-title.jkjjkj.uio.aaaa {
    font-size: 45px;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .our-process-card-image {
    width: 60px;
  }

  .container-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-10 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-11, .container-12, .container-13 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-arrow {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    right: 66px;
  }

  .container-14 {
    max-width: 100%;
  }

  .right-arrow {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .review-slider {
    max-width: 100%;
  }

  .testimonial-bottom {
    grid-column-gap: 10px;
    font-size: 12px;
  }

  .reviews {
    margin-bottom: 80px;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
  }

  .testimonial-img {
    max-width: 100%;
  }

  .loader2_text {
    font-size: 2.25rem;
  }

  .logo-linear {
    width: 100px;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .title-2 {
    font-size: 14px;
  }

  .cards-icon-2 {
    font-size: 50px;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout219_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout219_tabs-link {
    padding-left: 1.5rem;
  }

  .container-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-16 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .medium-text-2 {
    font-size: 16px;
  }

  .container-17, .container-18, .container-19 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list-item {
    font-size: 16px;
  }

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

  .solution-image._2.adfgg {
    background-position: 50% 100%;
  }

  .solution-image.stahlbau.sdfsdf {
    background-position: 50% 20%;
  }

  .container-21 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .input-field {
    font-size: 14px;
  }

  .hero-solution.hzt.ggg.aaas {
    font-size: 53px;
  }

  .hero-solution.hzt.aaaaa {
    font-size: 60px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .paragraph-big.fdff.fgf.uio.aaaa, .paragraph-big.fdff.uip.aaad {
    text-align: left;
  }

  .no-margins.hhuhh.okk.uio.aaaa {
    text-align: left;
    font-size: 35px;
  }

  .no-margins.uio.aasd {
    text-align: left;
  }

  ._1-3-width-column {
    width: 50%;
  }

  .tablet-1-3-width {
    width: 100%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-medium-image-fixed {
    height: 300px;
  }

  .card-wrapper-large.mobile-full-width, .info-wrap-left {
    width: 100%;
  }

  .capabilities-image {
    height: 280px;
    min-height: auto;
  }

  .info-wrap-right {
    width: 100%;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-cards-wrap {
    width: 47.7%;
    padding: 20px;
  }

  .main-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-title {
    width: 100%;
  }

  .all-caps-text.mobil.adfsf {
    text-align: left;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .cards-icon-3 {
    font-size: 50px;
  }

  .background-video-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .negative-card-item, .banner-description-small-2 {
    width: 100%;
  }

  .stars-image {
    height: 265px;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-11.top-space-medium {
    padding-top: 90px;
  }

  .home-v2-value-image-wrapper {
    max-width: 100%;
  }

  .home-v2-value-header-title {
    text-align: left;
    margin-bottom: 24px;
  }

  .home-v2-value-tab-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
  }

  .heading-h4 {
    font-size: 28px;
  }

  .home-v2-value-tabs-menu {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
    overflow: scroll;
  }

  .home-v2-value-tabs-menu.moi.sfaaaa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-v2-section-value {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .button-primary {
    height: 48px;
    font-size: 18px;
  }

  .home-v2-about-inner {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .home-v2-section-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .master-process.ffff.mobil.asdf {
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-8 {
    font-size: 32px;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .primary-button-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 18px;
  }

  .buttons-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mg-top-medium {
    margin-top: 24px;
  }

  .mg-top-medium.mg-top-32px---mbl {
    margin-top: 32px;
  }

  .circle-item {
    width: 10rem;
    height: 12rem;
  }

  .circle-item._4 {
    transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._2 {
    transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._6 {
    transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._9 {
    transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._7 {
    transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._5 {
    transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._3 {
    transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._8 {
    transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._1 {
    transform: translate3d(0, 0, 15rem);
  }

  .mg-top-small {
    margin-top: 8px;
  }

  .primary-button-2.no-hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .display-9 {
    font-size: 38px;
  }

  .display-9.mid.mobil.asdf {
    font-size: 50px;
  }

  .circle-container {
    width: 10rem;
    height: 4rem;
  }

  .section-home-header {
    height: 100vh;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .career3_icon-wrapper {
    width: 28px;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .career3_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .career3_list {
    margin-bottom: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .career3_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .career3_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .layout494_tabs-content {
    order: -1;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .layout494_header {
    width: 100%;
  }

  .layout494_tabs-menu {
    place-items: start stretch;
  }

  .layout494_inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .layout494_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .header102_arrow.is-left {
    right: 5.5rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .header102_component {
    padding-top: 4rem;
  }

  .heading-style-h4-4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout219_tabs-link-2 {
    padding-left: 1.5rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq3_list.leftspace.rtr {
    margin-left: 0;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-slide-image-holder {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
  }

  .about-slide-image-holder.rtr {
    min-height: 40vh;
  }

  .about-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .about-slide-image {
    object-position: 50% 0%;
    position: relative;
  }

  .big-number {
    font-size: 60px;
  }

  .container-22 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .about-slide-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .career11_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .accordion-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .title-3 {
    font-size: 14px;
  }

  .container-23 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-23.trtrh.mobil.asdf {
    flex-flow: column;
    display: flex;
  }

  .answer {
    margin-bottom: 0;
  }

  .accordion-item-trigger {
    font-size: 18px;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .faq8_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq8_list {
    grid-row-gap: 2.5rem;
  }

  .ojoj.mobil.asdf {
    text-align: left;
  }

  .section-top-space {
    margin-top: 60px;
  }

  .header77_content-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .header77_image-wrapper {
    width: 18rem;
  }

  .header77_component {
    padding-top: 4rem;
  }

  .mobil.asdfff {
    text-align: left;
  }

  .container-24, .container-25, .container-26 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .opacity-dark-text-5.widhtundspace.signatur.adfd.asdfd.impressum {
    width: 100%;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-13.circle-shadow {
    padding-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-left: 10px;
    padding-right: 0;
  }

  .opacity-white-text.large-text.limit-large.mobil {
    font-size: 15px;
  }

  .opacity-white-text.large-text.limit-large.mobil.uii.desktop.mobi {
    width: auto;
  }

  .hero-background.bergang {
    background-image: linear-gradient(#000, #fff0 18%), linear-gradient(#000000a8, #000000a8);
  }

  .hero-background.solutions {
    padding-bottom: 24px;
  }

  .white-button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .title {
    font-size: 11px;
  }

  .dropdown-service-grid {
    grid-template-columns: 1fr;
  }

  .container, .container.gjkfkhk.mobil {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-service-link {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .container-3 {
    margin-left: 0;
  }

  .button-content {
    justify-content: center;
  }

  .white-button-wrapper {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading {
    font-size: 30px;
  }

  .heading.aaa.ooooo.tuzu {
    font-size: 41px;
  }

  .heading.aaa.ooooo.tuzu.uio.weee {
    font-size: 50px;
  }

  .icon-embed-xsmall {
    width: 2rem;
    height: 2rem;
  }

  .contact-block.blockleft {
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-block.blockleft.ztuz.ooo.mobil {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu {
    padding: 16px;
  }

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

  .hero-section.tzzu.gzgzggg.kkkk.emobil {
    padding-top: 90px;
  }

  .opacity-dark-text.widhtundspace {
    width: 100%;
  }

  .opacity-dark-text.widhtundspace.signatur {
    font-size: 16px;
  }

  .opacity-dark-text.widhtundspace.signatur.adfd.asdfd {
    width: 95%;
  }

  .black {
    color: #1e1e1e;
  }

  .black.errr.sdf {
    font-size: 27px;
  }

  .black.errr.sdf.ghghg.dfs {
    font-size: 25px;
  }

  .black.zhz.ooooo.ooo {
    font-size: 53px;
  }

  .black.zhz.ooooo.ooo.mobil {
    font-size: 50px;
  }

  .overlay-block {
    margin-top: -80px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-block.mobil {
    margin-top: -10px;
  }

  .three-column-grid.about-us {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .banner-background, .banner-background.dasdasa.fgg.drgr {
    padding-top: 0;
  }

  .base-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.dfdsfsdfsdf, .base-container.jnjjmnkn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .base-container.zzzuz.mobil {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.circle-shadow.abc.space.section {
    background-color: #fff;
    margin-top: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-2.padding.spacesss {
    background-color: #fff;
    margin-top: 0;
    padding-top: 100px;
  }

  .section-2.overflow-hidden {
    background-color: #fff;
    background-image: none;
  }

  .black-button-wrapper {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .limit-medium {
    color: #1e1e1e;
    font-size: 30px;
  }

  .limit-medium.black.ertz.hhhhll.adf.mmm, .limit-medium.black.fdf.dfg.jjjh {
    font-size: 45px;
  }

  .limit-medium.black.af.sdf {
    font-size: 37px;
  }

  .limit-medium.white.leistungennn {
    font-size: 30px;
  }

  .limit-medium.black.ertz.hhhhll.adf {
    font-size: 48px;
  }

  .limit-medium.black.ertz.hhhhll.adf.mmm {
    font-size: 45px;
  }

  .banner-video.vdv.mobil, .banner-video.vdv.mobil.uzz.asdf {
    min-height: 210px;
  }

  .textblock {
    color: #1e1e1e;
  }

  .banner-description-small.grau.adf.asdf {
    width: 104%;
  }

  .block-image-full-width {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
    height: 250px;
    position: static;
  }

  .block-image-full-width.a1.oooo {
    object-position: 20% 27%;
  }

  .block-image-full-width.a2.oooo {
    object-position: 30% 41%;
  }

  .paragraph-small.title-top-space.dsdsds.grau.mobil {
    margin-top: 10px;
  }

  .cards-info-wrapper {
    width: 100%;
  }

  .block-half-width-left-content {
    width: 100%;
    margin: 40px;
  }

  .block-half-width-left-content.uhuhuhuhuu {
    margin: 25px;
  }

  .block-half-width-left-content.uhuhuhuhuu.mobil {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
  }

  .block-half-width {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    padding: 0;
  }

  .block-half-width.sssss {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .gradient-title.title-bottom-space {
    font-size: 45px;
  }

  .display-flex-horizontal.small-gap-center, .cards-item {
    flex-wrap: wrap;
  }

  .cards-icon-holder.margin-bottom-xmedium.tutt.mobl, .cards-icon-holder.margin-bottom-xmedium.sdf.mobil {
    margin-bottom: 10px;
  }

  .text-color-white {
    font-size: 20px;
  }

  .title-width-small.negative-margin-top.text-color-white {
    font-size: 30px;
  }

  .title-width-small.negative-margin-top.text-color-white.fgf.zrtz.oooo.ooo {
    font-size: 32px;
  }

  .title-width-small.negative-margin-top.text-color-white.fgf.zrtz.oooo.ooo.adf {
    font-size: 38px;
  }

  .number-text {
    font-size: 44px;
  }

  .number-text.text-color-white {
    font-size: 40px;
  }

  .map-holder.spacing {
    background-position: 50% 20%;
    background-size: contain;
  }

  .section.white {
    background-color: #fff;
  }

  .section.white.dasdasaa.asdfa {
    padding-top: 20px;
  }

  .company-feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
  }

  .container-large.mobil {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    max-width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .three-rows-grid.dasdsadasd.zzz.ertgh.mobil {
    grid-template-columns: 1fr;
  }

  .spread-vertical {
    grid-row-gap: 40px;
  }

  .medium-text {
    font-size: 15px;
  }

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

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

  .large-text {
    font-size: 16px;
  }

  .cta-block {
    grid-row-gap: 120px;
  }

  .sdsdads {
    margin-left: 0;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-link-column {
    grid-row-gap: 12px;
  }

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

  .footer-columns.tttt {
    grid-template-columns: 1fr 1fr;
  }

  .section-3.padding {
    padding-top: 0;
  }

  .section-3.padding.spacesss {
    background-color: #fff;
    margin-top: 0;
    padding-top: 100px;
  }

  .section-3.overflow-hidden {
    background-color: #fff;
    background-image: none;
  }

  .home-benefits-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-2.mobil {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .home-section-benefits {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-benefits-card-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-benefits-card-content.mobil {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 8px;
  }

  .home-benefits-card-image.item-2 {
    padding: 0;
  }

  .home-benefits-card-image.item-2.mobil {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .home-benefits-card-image.mobil {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .home-benefits-card {
    padding: 20px;
  }

  .home-benefits-card.padding-left {
    padding-left: 20px;
  }

  .home-benefits-card.padding-left.left.mobil {
    border-radius: 8px;
    padding-right: 0;
  }

  .heading-h3 {
    font-size: 28px;
  }

  .container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-benefits-details.mobil {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-benefits-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 32px;
  }

  .home-benefits-masthead-text {
    font-size: 16px;
  }

  .home-benefits-image-1.mobil {
    border-radius: 8px 8px 0 0;
  }

  .panel-content {
    grid-row-gap: 120px;
  }

  .quote-user-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .horizontal-metric-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .metrics-block, .panel {
    padding: 24px;
  }

  .section-5.white {
    background-color: #fff;
  }

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

  .home-v2-services-title {
    margin-bottom: 16px;
  }

  .home-v2-services-slider-item {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .home-v2-section-services {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-v2-services-subtitle {
    margin-bottom: 8px;
  }

  .our-process-header {
    margin-bottom: 32px;
  }

  .our-process-header.dasdasdasa.mou {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .global-section-our-process {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .our-process-card-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .our-process-card-item {
    padding: 24px;
  }

  .our-process-title.jkjjkj.uio {
    font-size: 30px;
  }

  .our-process-title.jkjjkj.uio.aaaa {
    font-size: 40px;
  }

  .container-9 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-6.white {
    background-color: #fff;
  }

  .container-10 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-7.white {
    background-color: #fff;
  }

  .container-11, .container-12, .container-13 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .left-arrow {
    bottom: 44px;
    right: 60px;
  }

  .container-14.asdfd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-14.asdfd.mobil {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-img {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .right-arrow {
    bottom: 44px;
    right: 20px;
  }

  .testimonial-data {
    align-items: stretch;
    padding: 32px 20px;
  }

  .testimonial-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 36px;
    max-height: 36px;
  }

  .testimonial-top {
    grid-row-gap: 20px;
  }

  .reviews {
    margin-bottom: 60px;
  }

  .review-wrap {
    grid-row-gap: 12px;
  }

  .review-image {
    min-height: 48px;
    max-height: 48px;
  }

  .loaderimage {
    max-width: 40%;
  }

  .loadertext2 {
    font-size: 30px;
  }

  .preloader {
    display: none;
  }

  .preloader-text.fd {
    padding-left: 20px;
    padding-right: 15px;
    font-size: 2rem;
    line-height: 125%;
  }

  .kkkkk.sdfdsf {
    width: 32%;
  }

  .logo-wrap {
    grid-column-gap: 35px;
  }

  .logo-2 {
    min-width: 105px;
    max-width: 105px;
    min-height: 30px;
    max-height: 30px;
  }

  .logo-linear {
    width: 60px;
  }

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

  .logo3_list {
    justify-content: center;
  }

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

  .title-2 {
    font-size: 11px;
  }

  .title-2.miou {
    color: #fff;
  }

  .opacity-dark-text-2.limit-tiny.mobil {
    font-size: 16px;
  }

  .cards-icon-2.mobil {
    width: 40px;
    height: 40px;
  }

  .no-space-bottom-2.asd.mobil {
    font-size: 50px;
  }

  .layout219_content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .container-16 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .medium-text-2 {
    font-size: 15px;
  }

  .button-content-2 {
    justify-content: center;
  }

  .white-button-wrapper-2, .black-button-wrapper-2 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-17, .container-18, .container-19, .container-20 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .submit-button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-21 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-block {
    padding: 40px 20px;
  }

  .sign-up-form {
    padding: 24px;
  }

  .hero-solution.hzt {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-solution.hzt.ggg {
    font-size: 35px;
    overflow: hidden;
  }

  .hero-solution.hzt.ggg.aaas.aasdf {
    font-size: 35px;
  }

  .hero-solution.hzt.aaaaa.aasd {
    font-size: 39px;
  }

  .fgfdv.bhu {
    font-size: 40px;
    line-height: 45px;
  }

  .heas.mobil {
    font-size: 60px;
    line-height: 60px;
  }

  .solut.mobil {
    font-size: 35px;
  }

  .hero-header.mobil {
    font-size: 45px;
    line-height: 50px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .paragraph-big {
    font-size: 22px;
  }

  .paragraph-big.fdff.fgf.uio {
    text-align: left;
  }

  .paragraph-big.fdff.fgf.mobi {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-big.fdff.uip {
    text-align: left;
  }

  .no-margins.hhuhh.okk.uio {
    text-align: left;
    font-size: 31px;
    line-height: 36px;
  }

  .no-margins.hhuhh.mobi {
    text-align: left;
    font-size: 40px;
  }

  .no-margins.uio {
    text-align: left;
    font-size: 31px;
    line-height: 36px;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._1-3-width-column {
    width: 100%;
  }

  .base-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2.esdrfz, .base-container-2.lgiuiuh.mobil, .base-container-2.mobil {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .capabilities-image.mobil {
    height: 220px;
  }

  .title-bottom-space.hjgj.mobil {
    font-size: 35px;
    line-height: 40px;
  }

  .info-cards-wrap {
    width: 46.5%;
    padding: 15px 16px 15px 15px;
  }

  .contacts-title {
    grid-row-gap: 10px;
  }

  .all-caps-text.mobil {
    text-align: left;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .card-title-width {
    width: 100%;
  }

  .desktop-margin-left-small.margin-bottom-medium.text-color-white.fghjf.mobili {
    font-size: 40px;
    line-height: 1.1em;
  }

  .negative-card-item {
    padding-left: 15px;
  }

  .stars-image, .home-v2-value-image-info {
    display: none;
  }

  .home-v2-value-tabs-button {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .home-v2-value-header-title {
    margin-bottom: 20px;
  }

  .home-v2-value-header-title.dasdasdas {
    font-size: 25px;
  }

  .home-v2-value-header-title.dasdasdas.jhh.uiop {
    font-size: 31px;
    line-height: 36px;
  }

  .home-v2-value-tab-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px;
  }

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

  .home-v2-value-tabs-menu {
    margin-bottom: 24px;
  }

  .home-v2-value-tabs-menu.moi {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-v2-section-value {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button-texts {
    letter-spacing: 0;
  }

  .button-primary {
    font-size: 16px;
  }

  .home-v2-about-text {
    margin-bottom: 16px;
  }

  .button-box {
    height: 25px;
  }

  .home-v2-about-image-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-v2-about-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-v2-section-about {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-v2-about-title {
    margin-bottom: 16px;
  }

  .home-v2-about-image-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .master-process {
    width: 100%;
  }

  .master-process.ffff.mobil {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .line-process {
    width: 3px;
  }

  .left-process {
    width: 28px;
  }

  .display-8 {
    font-size: 32px;
  }

  .no-margins-2 {
    text-align: left;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .button-wrap {
    flex: 1;
  }

  .button-wrap.mg-left-small {
    flex: none;
  }

  .header-component-grid.kikiii {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .header-text-block.refeferf {
    margin-top: -120px;
  }

  .circle-item {
    width: 8rem;
    height: 9rem;
  }

  .circle-item._4 {
    transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._2 {
    transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._6 {
    transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._9 {
    transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._7 {
    transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._5 {
    transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._3 {
    transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._8 {
    transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._1 {
    transform: translate3d(0, 0, 12rem);
  }

  .circle-wrapper.iuij {
    margin-right: 30px;
  }

  .primary-button-2 {
    white-space: normal;
    width: 100%;
  }

  .circle-button {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .display-9 {
    font-size: 36px;
  }

  .display-9.mid.mobil {
    font-size: 38px;
  }

  .display-9.mid.mobil.asdf.hjhgj {
    font-size: 39px;
  }

  .circle-container {
    width: 8rem;
  }

  .circle-container.dsfdsfa {
    width: 11.5rem;
    height: 7rem;
  }

  .section-home-header.erewrwetlrt {
    height: 100vh;
  }

  .heading-style-h2.adf.mobil {
    font-size: 29px;
  }

  .career3_title-heading {
    margin-bottom: 1.25rem;
  }

  .career3_title-wrapper {
    display: block;
  }

  .container-large-6.home-v2-about-subtitle {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_component {
    overflow: hidden;
  }

  .header102_slide-content {
    align-content: flex-end;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

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

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

  .faq3_list.leftspace {
    margin-left: 0;
  }

  .slider-arrow.grey-color.ere {
    top: 920px;
  }

  .slider-arrow.right-slider-arrow.grey-color.dsadsad.ere {
    top: 920px;
    left: 40px;
  }

  .about-slide-image-holder {
    min-height: 30vh;
  }

  .big-number.about-slide-years {
    font-size: 30px;
    line-height: 40px;
  }

  .container-22 {
    padding: 3em 2em;
  }

  .about-slide-title {
    font-size: 13px;
  }

  .tab-link {
    text-align: center;
  }

  .title-3 {
    font-size: 11px;
  }

  .container-23 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-23.trtrh.mobil {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .limit-2.hh.gtgt {
    font-size: 47px;
  }

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

  .text-size-medium-3.fghgfh.mobil {
    width: auto;
  }

  .ojoj.mobil {
    text-align: left;
    font-size: 40px;
  }

  .solutions-list.grid-slide {
    grid-template-columns: 1fr;
  }

  .base-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-3.dsfsfddsf, .base-container-3.mobil {
    padding-left: 10px;
    padding-right: 10px;
  }

  .base-container-3.zzzuz.mobil {
    padding-left: 0;
    padding-right: 0;
  }

  .section-top-space.full-width {
    margin-top: 60px;
  }

  .section-top-space.full-width.asdf {
    margin-top: 0;
  }

  .ghg.adf.gtg {
    padding-top: 20px;
  }

  .header77_image-wrapper {
    width: 60vw;
  }

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

  .mobil {
    text-align: left;
    font-size: 15px;
  }

  .container-24, .container-25, .container-26 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .opacity-dark-text-5.widhtundspace {
    width: 100%;
  }

  .opacity-dark-text-5.widhtundspace.signatur {
    font-size: 16px;
  }

  .opacity-dark-text-5.widhtundspace.signatur.adfd.asdfd {
    width: 95%;
  }

  .opacity-dark-text-5.widhtundspace.signatur.adfd.asdfd.impressum {
    width: 100%;
  }

  .section-13.circle-shadow.abc.space.section {
    background-color: #fff;
    margin-top: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13.circle-shadow.abc.space.section.dasdadsda.dasasasda.rechtlich {
    margin-top: 0;
    padding-top: 20px;
  }
}

#w-node-fcd0f69e-64c4-6c7f-b0b6-ac44a06d4390-32702221, #w-node-fcd0f69e-64c4-6c7f-b0b6-ac44a06d4398-32702221, #w-node-fcd0f69e-64c4-6c7f-b0b6-ac44a06d43a0-32702221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba96f127-cb56-9d9c-9421-5a97752e7c10-32702221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ba96f127-cb56-9d9c-9421-5a97752e7c14-32702221, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c18-32702221, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c1f-32702221, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c26-32702221, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c2d-32702221, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fcd8-32702221, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fce2-32702221, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fce9-32702221, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fcf0-32702221, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2512-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b251a-746b250d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33450a33-bef9-a5ed-d586-d0bc746b251b-746b250d {
  align-self: start;
}

#w-node-_33450a33-bef9-a5ed-d586-d0bc746b251c-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b251e-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2521-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2527-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2524-746b250d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33450a33-bef9-a5ed-d586-d0bc746b252a-746b250d {
  align-self: start;
}

#w-node-_33450a33-bef9-a5ed-d586-d0bc746b252b-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b252d-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2530-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2533-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2536-746b250d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33450a33-bef9-a5ed-d586-d0bc746b2539-746b250d {
  align-self: start;
}

#w-node-_33450a33-bef9-a5ed-d586-d0bc746b253a-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b253c-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2541-746b250d, #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2544-746b250d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33450a33-bef9-a5ed-d586-d0bc746b2548-746b250d {
  place-self: start;
}

#w-node-b863c691-582e-b37c-d185-ba4b442b2ff7-442b2ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b863c691-582e-b37c-d185-ba4b442b2ff8-442b2ff4 {
  align-self: center;
}

#w-node-b863c691-582e-b37c-d185-ba4b442b2ffa-442b2ff4 {
  place-self: center end;
}

#w-node-bc1f53ca-4139-a48f-e990-5be74ac821bc-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821be-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821c0-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821c2-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821c4-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821c6-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821c8-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821ca-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821cd-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821cf-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821d1-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821d3-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821d5-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821d7-32702227, #w-node-bc1f53ca-4139-a48f-e990-5be74ac821d9-32702227 {
  justify-self: center;
}

#w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f52-32702227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f5d-32702227 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f68-32702227, #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f6e-32702227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bb3fa760-82d9-4111-81f4-586abb23d47c-32702227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-bb3fa760-82d9-4111-81f4-586abb23d480-32702227, #w-node-bb3fa760-82d9-4111-81f4-586abb23d484-32702227, #w-node-bb3fa760-82d9-4111-81f4-586abb23d48b-32702227, #w-node-bb3fa760-82d9-4111-81f4-586abb23d492-32702227, #w-node-bb3fa760-82d9-4111-81f4-586abb23d499-32702227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50395ba1-c6b9-6e38-8048-218bc6ef54a8-c6ef54a6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1cfc37d-bb58-11d0-a4be-e0c292941ecd-32702228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e1cfc37d-bb58-11d0-a4be-e0c292941ece-32702228 {
  align-self: center;
}

#w-node-e1cfc37d-bb58-11d0-a4be-e0c292941ed0-32702228 {
  place-self: center end;
}

#w-node-_1f5654bb-36a1-cbe3-f6a4-01ac6baac853-32702228, #w-node-_1f5654bb-36a1-cbe3-f6a4-01ac6baac860-32702228, #w-node-_1f5654bb-36a1-cbe3-f6a4-01ac6baac86d-32702228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f1ad933-8d31-3e5c-7485-287bddce291c-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce291e-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2920-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2922-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2924-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2926-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2928-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce292a-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce292d-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce292f-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2931-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2933-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2935-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2937-32702228, #w-node-_9f1ad933-8d31-3e5c-7485-287bddce2939-32702228 {
  justify-self: center;
}

#w-node-ba96f127-cb56-9d9c-9421-5a97752e7c10-32702228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ba96f127-cb56-9d9c-9421-5a97752e7c14-32702228, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c18-32702228, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c1f-32702228, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c26-32702228, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c2d-32702228, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fcd8-32702228, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fce2-32702228, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fce9-32702228, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fcf0-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75156-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be7515e-32702228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be7515f-32702228 {
  align-self: start;
}

#w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75160-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75162-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75165-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be7516e-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75168-32702228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75171-32702228 {
  align-self: start;
}

#w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75172-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75174-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75177-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be7517a-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be7517d-32702228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75180-32702228 {
  align-self: start;
}

#w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75181-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75183-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75186-32702228, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75189-32702228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be7518d-32702228 {
  place-self: start;
}

#w-node-cbfb1379-39e9-0242-34db-fb8d6e681349-32702229, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681351-32702229, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681359-32702229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-32702229, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-32702229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6d-32702229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-32702229, #w-node-_7af13717-00a9-9307-2709-b467d05cb631-32702229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7af13717-00a9-9307-2709-b467d05cb62f-32702229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ec612535-0554-e4f3-9f1c-9407aa4da00d-32702229, #w-node-ec612535-0554-e4f3-9f1c-9407aa4da011-32702229, #w-node-ec612535-0554-e4f3-9f1c-9407aa4da018-32702229, #w-node-ec612535-0554-e4f3-9f1c-9407aa4da01f-32702229, #w-node-_91211ed8-a58a-7db2-229e-6ca9d3086ab7-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91211ed8-a58a-7db2-229e-6ca9d3086ab8-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91211ed8-a58a-7db2-229e-6ca9d3086ad0-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91211ed8-a58a-7db2-229e-6ca9d3086ad1-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91211ed8-a58a-7db2-229e-6ca9d3086ae9-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91211ed8-a58a-7db2-229e-6ca9d3086aea-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91211ed8-a58a-7db2-229e-6ca9d3086b02-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91211ed8-a58a-7db2-229e-6ca9d3086b03-3270222a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_841acccf-8368-0de4-bab6-ac7d1eda45f8-3270222b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_841acccf-8368-0de4-bab6-ac7d1eda45f9-3270222b {
  align-self: center;
}

#w-node-_841acccf-8368-0de4-bab6-ac7d1eda45fb-3270222b {
  place-self: center end;
}

#w-node-_03d98a89-657d-ae40-29b5-1e4f7d8cbe8b-3270222b {
  justify-self: end;
}

#w-node-_03d98a89-657d-ae40-29b5-1e4f7d8cbe8e-3270222b, #w-node-_03d98a89-657d-ae40-29b5-1e4f7d8cbe92-3270222b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79405986-418e-e1c3-0ea1-c2c304c00699-3270222c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_79405986-418e-e1c3-0ea1-c2c304c0069a-3270222c {
  align-self: center;
}

#w-node-_79405986-418e-e1c3-0ea1-c2c304c0069c-3270222c {
  place-self: center end;
}

#w-node-_563757d6-388b-ab0d-0015-a5ea21238d9d-3270222d {
  justify-self: end;
}

#w-node-_563757d6-388b-ab0d-0015-a5ea21238dac-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dad-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dae-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238daf-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db0-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db1-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db2-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db3-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db4-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db5-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db6-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db7-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db8-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238db9-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dbb-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dbc-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dbd-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dbe-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dbf-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc0-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc1-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc2-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc3-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc4-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc5-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc6-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc7-3270222d, #w-node-_563757d6-388b-ab0d-0015-a5ea21238dc8-3270222d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b34127-f4cc-3c05-2b46-41247acc91ef-3270222d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f1b34127-f4cc-3c05-2b46-41247acc91f1-3270222d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1d3b311c-006e-d321-a12a-ece2426db37e-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db382-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db386-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db38a-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3a5-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3a9-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3ad-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3b1-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3c0-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3c4-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3c7-3270222d, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3cb-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e159-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e15c-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e160-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e164-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e170-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e174-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e178-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e188-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e18c-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e190-3270222d, #w-node-d3ae2a08-5ab4-9a6f-fd86-496196d8e194-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbb78-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbb7b-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbb7f-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbb83-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbb8f-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbb93-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbb97-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbba7-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbbab-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbbaf-3270222d, #w-node-fac95a26-99ab-5b7a-bd67-01f23a9fbbb3-3270222d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa13e6b5-dc40-cf3c-0cdc-61db5d2cd1eb-5d2cd1e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fa13e6b5-dc40-cf3c-0cdc-61db5d2cd1ec-5d2cd1e8 {
  align-self: center;
}

#w-node-fa13e6b5-dc40-cf3c-0cdc-61db5d2cd1ee-5d2cd1e8 {
  place-self: center end;
}

#w-node-cbfb1379-39e9-0242-34db-fb8d6e681349-3270222e, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681351-3270222e, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681359-3270222e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-3270222e, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-3270222e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6d-3270222e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-3270222e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9ad5e562-c952-084a-bca8-5bed3ccb2049-3270222e, #w-node-_9ad5e562-c952-084a-bca8-5bed3ccb204d-3270222e, #w-node-_9ad5e562-c952-084a-bca8-5bed3ccb2054-3270222e, #w-node-_9ad5e562-c952-084a-bca8-5bed3ccb205b-3270222e, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681349-3270222f, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681351-3270222f, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681359-3270222f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-3270222f, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-3270222f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6d-3270222f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-3270222f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_37187ffe-eecf-517f-615e-968332223303-3270222f, #w-node-_37187ffe-eecf-517f-615e-968332223307-3270222f, #w-node-_37187ffe-eecf-517f-615e-96833222330e-3270222f, #w-node-_37187ffe-eecf-517f-615e-968332223315-3270222f, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681349-32702230, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681351-32702230, #w-node-cbfb1379-39e9-0242-34db-fb8d6e681359-32702230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-32702230, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-32702230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6d-32702230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-32702230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_32bdc4ee-767e-a104-b298-32ddc21bfb3e-32702230, #w-node-_32bdc4ee-767e-a104-b298-32ddc21bfb42-32702230, #w-node-_32bdc4ee-767e-a104-b298-32ddc21bfb49-32702230, #w-node-_32bdc4ee-767e-a104-b298-32ddc21bfb50-32702230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a4bb853-00ae-63fe-1e7d-e4b8f56148ab-32702231 {
  grid-area: 2 / 1 / 5 / 13;
  place-self: center start;
}

#w-node-_3a4bb853-00ae-63fe-1e7d-e4b8f56148c5-32702231 {
  grid-area: 3 / 8 / 4 / 13;
  place-self: start center;
}

#w-node-f1b34127-f4cc-3c05-2b46-41247acc91ef-32702231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f1b34127-f4cc-3c05-2b46-41247acc91f1-32702231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1d3b311c-006e-d321-a12a-ece2426db37e-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db382-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db386-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db38a-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3a5-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3a9-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3ad-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3b1-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3c0-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3c4-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3c7-32702231, #w-node-_1d3b311c-006e-d321-a12a-ece2426db3cb-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4142-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4145-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4149-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad414d-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4159-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad415d-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4161-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4165-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4171-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4175-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad4179-32702231, #w-node-f9cdbf5d-ce92-8907-001b-b3b664ad417d-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b094767d-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b0947680-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b0947684-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b0947688-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b0947694-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b0947698-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b094769c-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b09476a0-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b09476ac-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b09476b0-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b09476b4-32702231, #w-node-f4d887b3-a160-4d09-fcf4-1af8b09476b8-32702231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c8afb48-58f6-e219-6c40-bba0fef4c007-73d18ae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4c8afb48-58f6-e219-6c40-bba0fef4c008-73d18ae0 {
  align-self: center;
}

#w-node-_4c8afb48-58f6-e219-6c40-bba0fef4c00a-73d18ae0 {
  place-self: center end;
}

#w-node-fcd0f69e-64c4-6c7f-b0b6-ac44a06d4390-73d18ae0, #w-node-fcd0f69e-64c4-6c7f-b0b6-ac44a06d4398-73d18ae0, #w-node-fcd0f69e-64c4-6c7f-b0b6-ac44a06d43a0-73d18ae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba96f127-cb56-9d9c-9421-5a97752e7c10-73d18ae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ba96f127-cb56-9d9c-9421-5a97752e7c14-73d18ae0, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c18-73d18ae0, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c1f-73d18ae0, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c26-73d18ae0, #w-node-ba96f127-cb56-9d9c-9421-5a97752e7c2d-73d18ae0, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fcd8-73d18ae0, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fce2-73d18ae0, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fce9-73d18ae0, #w-node-_63ab822a-ffa4-9482-6a1d-0c4236e0fcf0-73d18ae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2548-746b250d {
    justify-self: center;
  }

  #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f52-32702227 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f68-32702227, #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f6e-32702227 {
    justify-self: stretch;
  }

  #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be7518d-32702228 {
    justify-self: center;
  }

  #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-32702229, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-32702229 {
    justify-self: stretch;
  }

  #w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-32702229, #w-node-_7af13717-00a9-9307-2709-b467d05cb631-32702229 {
    justify-self: center;
  }

  #w-node-_91211ed8-a58a-7db2-229e-6ca9d3086ab8-3270222a, #w-node-_91211ed8-a58a-7db2-229e-6ca9d3086ad1-3270222a, #w-node-_91211ed8-a58a-7db2-229e-6ca9d3086aea-3270222a, #w-node-_91211ed8-a58a-7db2-229e-6ca9d3086b03-3270222a {
    justify-self: start;
  }

  #w-node-_03d98a89-657d-ae40-29b5-1e4f7d8cbe8b-3270222b {
    justify-self: stretch;
  }

  #w-node-_563757d6-388b-ab0d-0015-a5ea21238d9d-3270222d {
    justify-self: start;
  }

  #w-node-f1b34127-f4cc-3c05-2b46-41247acc91f1-3270222d {
    justify-self: center;
  }

  #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-3270222e, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-3270222e {
    justify-self: stretch;
  }

  #w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-3270222e {
    justify-self: center;
  }

  #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-3270222f, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-3270222f {
    justify-self: stretch;
  }

  #w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-3270222f {
    justify-self: center;
  }

  #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-32702230, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-32702230 {
    justify-self: stretch;
  }

  #w-node-_58350bdd-0b22-6742-08fa-e73c8673ee6f-32702230 {
    justify-self: center;
  }

  #w-node-_3a4bb853-00ae-63fe-1e7d-e4b8f56148ab-32702231 {
    grid-row-end: 4;
  }

  #w-node-_3a4bb853-00ae-63fe-1e7d-e4b8f56148c5-32702231 {
    grid-row: 4 / 7;
    grid-column-start: 5;
  }

  #w-node-f1b34127-f4cc-3c05-2b46-41247acc91f1-32702231 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33450a33-bef9-a5ed-d586-d0bc746b2512-746b250d, #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f52-32702227, #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f5d-32702227, #w-node-_58d3dff7-a3d3-e65e-cf82-8ea34be75156-32702228 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_02b493a0-806d-34f8-557e-637d35031a09-32702227 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f68-32702227, #w-node-_25b580b7-ba20-b7ad-f788-18e5bc9a9f6e-32702227, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-32702229, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-32702229 {
    justify-self: stretch;
  }

  #w-node-_08efe44d-aeb2-f465-dca5-c949ba3e6ee3-32702229, #w-node-_3b768420-4895-d6c3-5a28-eaea6379fa0f-3270222d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-3270222e, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-3270222e {
    justify-self: stretch;
  }

  #w-node-_5879d3d4-5d60-fa65-08ec-cf17fe534275-3270222e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-3270222f, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-3270222f {
    justify-self: stretch;
  }

  #w-node-c1c59b1c-7c90-5c31-337a-552abca68800-3270222f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfce-32702230, #w-node-_4643d4db-8d84-933d-0d66-8eeac2a5dfd4-32702230 {
    justify-self: stretch;
  }

  #w-node-_4b85665e-ea3f-a0d2-4773-014b33b7603c-32702230 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a4bb853-00ae-63fe-1e7d-e4b8f56148c5-32702231 {
    grid-column-start: 6;
  }

  #w-node-_3b768420-4895-d6c3-5a28-eaea6379fa0f-32702231 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


