:root {
  --white: white;
  --gray: var(--white);
}

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

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

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

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

.title4 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.color-accent {
  background-color: #e3d19c;
}

.title2 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding: 3.5em 0;
}

.copy-medium {
  color: #686868;
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

.title6 {
  color: #6f1a31;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.input-field {
  min-height: 54px;
  color: #272727;
  margin-bottom: 1.8em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.infotext {
  color: #888;
  font-family: Dinnextltpro, sans-serif;
  font-size: .7em;
  line-height: 1.3em;
}

.copy-small {
  color: #686868;
  font-family: Dinnextltpro, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.4em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.p-xl-end {
  padding-bottom: 100px;
}

.p-sm-end {
  padding-bottom: 50px;
}

.center-w3 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-xs-start {
  padding-top: 1em;
}

.color-primary {
  background-color: #e6c8b2;
}

.slideup-3 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.center-w1.hero-width {
  max-width: 1920px;
}

.color-grey-light-1 {
  background-color: #d9d9d9;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.button {
  color: #664513;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #e3d19c;
  border-radius: 999em;
  padding: 1.1em 1.8em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button:hover {
  color: #4d3108;
  background-color: rgba(227, 209, 156, .51);
  transform: scale(1);
}

.button.small {
  padding: 1em 1.4em;
  font-size: .8em;
}

.button.secondary {
  color: #664512;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #bf8b34;
}

.button.secondary:hover {
  opacity: 1;
  border-color: rgba(102, 69, 19, .15);
}

.p-md-start {
  padding-top: 4.5em;
}

.p-xl-start {
  padding-top: 20px;
}

.color-grey-light-2 {
  background-color: #eaeaea;
}

.title5 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.1em;
}

.p-sm-start {
  border: 2px #ffe2e2;
  border-top-style: solid;
  padding-top: 20px;
}

.center-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.center-w2.gutter-outside {
  height: 100%;
}

.copy-large {
  color: #686868;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.color-copy-dark {
  background-color: #272727;
}

.p-md-end {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: none;
}

.distance-big {
  padding-top: 6.5em;
}

.title3 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title1 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-link {
  color: #3d363e;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px 0 10px;
  font-family: Dinnextltpro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link:hover {
  opacity: .7;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

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

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

.nav-link.w--current {
  color: #701932;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 30px;
  text-decoration: underline;
}

.heading {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.heading.white {
  color: var(--white);
}

.heading.white.para-title {
  color: #6f1a31;
  display: block;
}

.heading.leistungsvideos {
  font-size: 28px;
  font-weight: 400;
}

.heading.grau-portfolio-eintrag-header {
  color: #e2e2e2;
}

.heading-2, .heading-3 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
}

.heading-4 {
  color: #6f1a31;
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.heading-5, .heading-6 {
  color: #6f1a31;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.testimonial-card-two {
  color: snow;
  mix-blend-mode: normal;
  background-color: #b8bbc0;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: inline;
}

.testimonial-card-two.news1 {
  background-color: #979696;
  border: 0 solid #6f1a31;
  border-radius: 12px;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.testimonial-card-two.news2, .testimonial-card-two.news3 {
  background-color: #979696;
  border-width: 0;
  border-color: #6f1a31;
  border-radius: 12px;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.testimonial-text-two {
  color: snow;
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.testimonial-info-three {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.portfolio-image {
  width: 100%;
  cursor: pointer;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  display: block;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.testimonial-info-three-copy {
  float: none;
  clear: none;
  object-fit: contain;
  background-color: #979696;
  border-radius: 0 0 12px 12px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0;
  display: inline-block;
  overflow: visible;
}

.testimonial-grid-two-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.scroll-image-wrapper {
  width: 100%;
}

.scroll-wrapper-fixed {
  z-index: auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: fixed;
}

.images-wrapper {
  width: 100%;
  height: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.mainsectionvirginlandsuberuns {
  z-index: auto;
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 1;
  background-color: #979696;
  justify-content: center;
  margin: -100px auto 0;
  padding-top: 0;
  display: block;
  position: static;
}

.form-block {
  width: auto;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.text-block-3 {
  color: rgba(9, 0, 0, .6);
  text-align: left;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.link {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #6f1a31;
  text-align: left;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.checkbox-field {
  text-align: left;
  display: block;
}

.submit-button {
  color: #000;
  text-align: left;
  background-color: #e2e2e2;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  line-height: 180%;
}

.form {
  width: 100%;
  text-align: left;
  display: block;
}

.lottiuberunss {
  z-index: 6;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 1280px;
  min-width: 0;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.leistungen-header-text-1 {
  opacity: 1;
  color: var(--white);
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  display: block;
  position: relative;
  top: 5%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.leistungen-description-text-1 {
  width: 100%;
  max-width: 20%;
  direction: ltr;
  color: var(--white);
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  mix-blend-mode: normal;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 4%;
  right: auto;
}

.div-block-down {
  width: 100%;
  height: 80%;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-top {
  width: 100%;
  height: 20%;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.body {
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: block;
}

.videomainbackgroundvirginlands {
  width: 100%;
  height: 100vh;
  max-width: none;
  object-fit: scale-down;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
}

.footer-light {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  display: none;
  position: relative;
}

.footer-bottom {
  height: 3vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #6f1a31;
  cursor: pointer;
  padding-left: 10px;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 700;
}

.footer-copyright:hover {
  opacity: .7;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.c-navlinks {
  color: #fff;
  background-color: rgba(91, 98, 180, 0);
  border-radius: 5px;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
}

.c-navlinks:hover {
  background-color: rgba(91, 98, 180, .5);
}

.c-navlinks.w--current {
  background-color: #5b62b4;
}

.maincontainervirginlands {
  max-width: 1298px;
  color: rgba(0, 0, 0, 0);
  background-color: #979696;
  padding-top: 0;
}

.maincontainervirginlands.unser-leistungen-new {
  background-color: #701932;
}

.maincontainervirginlands.awards {
  max-width: 1280px;
}

.maincontainervirginlands.weis {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
}

.maincontainervirginlands.grau {
  max-width: 1280px;
  max-width: 1280px;
  background-color: #fff;
  display: block;
}

.mainsectionvirginlands {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mainsectionvirginlands.portfolio {
  background-color: #fff;
}

.mainsectionvirginlands.akttuellearbeiten {
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: none;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mainsectionvirginlands.unser-leistungen-section {
  background-color: #701932;
}

.mainsectionvirginlands.awards {
  display: block;
}

.mainsectionvirginlands.kontakt {
  background-color: rgba(0, 0, 0, 0);
}

.bold-text {
  font-family: Dinnextltpro, sans-serif;
  font-weight: 700;
}

.container-6-footer {
  width: 100%;
  max-width: 100%;
  -webkit-text-stroke-color: #000;
  margin-left: auto;
  margin-right: auto;
  position: static;
  bottom: 0;
}

.navbar {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar.shadow-three {
  z-index: 990;
  width: 100%;
  height: 70px;
  max-width: none;
  z-index: 990;
  width: 100%;
  height: 4vw;
  max-width: none;
  background-color: #3c353d;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .31);
}

.container-8 {
  width: 100%;
  max-width: none;
  white-space: normal;
  mix-blend-mode: normal;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 700;
  display: flex;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.navbar-brand {
  width: 250px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.navbar-brand.aufrot {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand.aufweiss {
  opacity: 0;
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand.aufgrau, .navbar-brand.aufvideo {
  opacity: 1;
  display: block;
  top: 10px;
  right: 15px;
}

.navbar-brand.aufvideo.w--current {
  display: block;
}

.nav-menu-wrapper {
  width: 100%;
  height: auto;
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: static;
  top: auto;
  left: 0%;
  right: 0%;
}

.image-5 {
  max-width: 100%;
  opacity: 1;
  display: block;
}

.mainnavmenu {
  position: relative;
}

.leistungen-video-1 {
  z-index: 900;
  width: 100%;
  max-width: 1298px;
  background-color: var(--white);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.leistungen-video {
  z-index: 901;
  width: 100%;
  max-width: 1298px;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.leistungen-video.port {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.leistungen-video-3 {
  z-index: 902;
  width: 100%;
  max-width: 1298px;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.leistungen-video-4 {
  z-index: 903;
  width: 100%;
  max-width: 1298px;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.leistungen-video-5 {
  z-index: 904;
  width: 100%;
  max-width: 1298px;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.leistungen-video-6 {
  z-index: 905;
  width: 100%;
  max-width: 1298px;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, .15);
}

.popup-toggle {
  cursor: pointer;
}

.popup-background-tech-video-1 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-tech-video-1 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-wrapper-iframe {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-content {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  width: 100vw;
  height: auto;
  max-height: 88vh;
  max-width: 960px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  position: relative;
  overflow: auto;
}

.card-btn-link {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

._w-cards-list {
  padding: 0 20px 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.cloneable-area-2 {
  background-color: rgba(0, 0, 0, 0);
}

.c-cards-list {
  padding-top: 0;
  transition: all .2s;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._4 {
  z-index: 20;
  max-width: none;
  border: 0 solid rgba(0, 0, 0, 0);
  transition-property: none;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.c-card._1 {
  z-index: 20;
  max-width: none;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  transition-property: none;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.c-card._3, .c-card._2, .c-card._5, .c-card._6 {
  z-index: 20;
  max-width: none;
  border: 0 solid rgba(0, 0, 0, 0);
  transition-property: none;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.c-cloneable {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

._w-card {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 200px;
  position: relative;
}

.div-block-9 {
  width: 100%;
  height: auto;
  flex-direction: column;
  display: flex;
}

.div-block-10 {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.bold-text-2 {
  color: #701932;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 400;
}

.popup-beschreibung-text {
  color: #979797;
  font-family: Dinnextltpro, sans-serif;
  display: block;
}

.popup-beschreibung-title {
  color: #701932;
  padding-top: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.slider {
  width: 100%;
  height: 100%;
  display: none;
  top: auto;
}

.left-arrow {
  top: 20%;
  bottom: 20%;
}

.right-arrow {
  display: block;
  top: 20%;
  bottom: 20%;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.slide-nav {
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.popup-close-vl {
  z-index: 2;
  width: 3em;
  height: 3em;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-iframe {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  max-width: 100%;
  padding-top: 0;
}

.lottidivuberunsgraublende {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  min-width: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.lottiuberunsblende {
  z-index: 6;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.lottidivuberuns {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph {
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.paragraph.red {
  color: #fff;
  line-height: 140%;
}

.paragraph.grau-portfolio-eintrag-paragraph {
  color: #e2e2e2;
}

.popup-close-baeumer {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-iframe-baeumer {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-erklaerung {
  color: var(--white);
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  top: auto;
}

.header-erklaerung.rot {
  color: #6f1a31;
  line-height: 27px;
  position: static;
}

.header-erklaerung.para-title {
  color: #6f1a31;
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.popup-wrapper-iframe-kracht {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-kracht {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-kracht {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-hawesr {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-hawesr {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-hawesr {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-vacuubrand {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-vacuubrand {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-vacuubrand {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-kba {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-kba {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-kba {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-optimacs7 {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-optimacs7 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-optimacs7 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-liebherrsr {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-liebherrsr {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-liebherrsr {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-lissmacsr {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-lissmacsr {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-lissmacsr {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-fritschsr {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-fritschsr {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-fritschsr {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-baeumer {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-copy {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-vl-copy {
  z-index: 2;
  width: 3em;
  height: 3em;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-drieschersr {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-drieschersr {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-iframe-drieschersr {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper-iframe-optimaindex {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-copy {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-optimaindex {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-samedeuzfahr {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-samedeuzfahr {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-samedeuzfahr {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-peri {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-peri {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-peri {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-witron {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-witron {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-iframe-witron {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper-iframe-hettich {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-hettich {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-hettich {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-weinmann {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-weinmann {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-weinmann {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-fritschmultitwist {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-fritschmultitwist {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-fritschmultitwist {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-tadano {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-tadano {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-tadano {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-sivantos {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-sivantos {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-sivantos {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-hawehenryeva {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-hawehenryeva {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-hawehenryeva {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-optimaverpackungsmaschinen {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-optimaverpackungsmaschinen {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-optimaverpackungsmaschinen {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-virginlandsshowreel {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-virginlandsshowreel {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-iframe-virginlandsshowreel {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper-iframe-terex {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-terex {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-iframe-terex {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper-iframe-metallplastic {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-metallplastic {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-iframe-metallplastic {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper-iframe-hermle {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-hermle {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-hermle {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-sumitomodemag {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-copy {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-sumitomodemag {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-audi {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-audi {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-audi {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-sonyericsson {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-sonyericsson {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-sonyericsson {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-adidas {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-adidas {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-adidas {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-stahl {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-stahl {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-stahl {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.lottidivuberuns-scroll {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.lottiuberunsscroll {
  z-index: 6;
  width: 25%;
  height: 100%;
  max-height: none;
  max-width: none;
  opacity: 1;
  flex: 0 auto;
  align-self: center;
  margin-top: 300px;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #701932;
  font-family: Dinnextltpro, sans-serif;
  position: absolute;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.logo-carousel-card-wrapper-2 {
  width: 50%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.logo-carousel-wrapper-2 {
  width: 5000px;
  align-items: flex-start;
  display: flex;
}

.card-logo-2 {
  width: 100%;
  max-height: 100px;
  max-width: 200px;
}

.card-logo-2.full-width {
  max-height: none;
  max-width: 100%;
}

.container-w1 {
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.position-relative.overflow-hidden {
  max-width: 1298px;
  background-image: url('../images/Background_Gradient_weiss.png');
  background-position: 0 0;
  background-size: auto;
}

.logo-carousel-card-2 {
  width: 200px;
  min-height: 8.5em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.mainsectionvirginlandskundenreferencen {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container-9 {
  max-width: 1298px;
  overflow: hidden;
}

.the-sticky-div-title-meinungen {
  z-index: 300;
  width: 100%;
  color: #6f1a31;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.lottykundenlogos {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3vw;
  padding-bottom: 0;
}

.kundenlogos1, .kundenlogos2 {
  width: 100%;
}

.popups {
  width: 100%;
  height: 100%;
  display: block;
}

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

.div-block-22 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.link-3 {
  color: rgba(0, 0, 0, .6);
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.link-4, .link-5 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link-6 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.checkbox-label {
  color: rgba(0, 0, 0, .6);
  -webkit-text-stroke-color: white;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.sp {
  height: 1vw;
  padding-bottom: 0;
}

.div-block-23 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.textarea-2 {
  height: auto;
  min-height: 200px;
  display: block;
}

.textarea-2.text-field {
  min-height: 20vw;
}

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

.text-block-5 {
  color: var(--white);
  border: 1px solid #979696;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-6 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-wrapper {
  width: 100%;
  height: 400vw;
  position: relative;
}

.mainsectionvirginlandskundenuberuns {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container {
  width: 100%;
  height: 500vw;
  max-width: 1298px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sticky-container {
  width: 100%;
  height: auto;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.position-relative {
  position: relative;
}

.lottie-animation-4 {
  width: 1280px;
  height: auto;
  max-width: 1280px;
  display: none;
  position: absolute;
  top: 200px;
}

.div-block-29 {
  position: absolute;
  top: 100px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mainsectionvirginlandsjobs {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container-jobs {
  width: 100%;
  height: 300vw;
  max-width: 1298px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sticky-wrapper-jobs {
  width: 100%;
  height: 200vw;
  position: relative;
}

.sticky-container-jobs {
  width: 100%;
  height: auto;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lottie-animation-jobs {
  width: 1280px;
  height: auto;
  max-width: 1280px;
  position: absolute;
  top: 180px;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-7, .image-8 {
  cursor: pointer;
}

.background-video-3 {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.title-anchor {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.para-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  line-height: 44px;
  position: relative;
}

.heading-journal.journal.wordsplit.is-1 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
}

.heading-journal.journal.wordsplit.is-1.klein {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.image-9 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  display: block;
  position: relative;
}

.lottiuberunsseingangvideo {
  z-index: 6;
  width: 1280px;
  height: auto;
  max-height: none;
  max-width: 1280px;
  flex: 0 auto;
  align-self: center;
  margin-top: 100px;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.lottidivuberunseingangvideo {
  width: 1280px;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.preloader-v8---brix {
  z-index: 99999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-v8-contet---brix {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.preloader-v8-loader---brix {
  width: 50px;
  height: 50px;
  max-height: 100px;
  max-width: 100px;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

.preloader-v8-bg-primary---brix {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #979696;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.html-embed-2 {
  width: 640px;
  height: 700px;
  max-width: 640px;
  position: relative;
  top: auto;
}

.div-block-30 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  width: 60%;
  color: rgba(0, 0, 0, .6);
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.link-7 {
  color: #6f1a31;
  text-decoration: none;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: #6f1a31;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.backgroundscrollinglottiebody {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lottiebgscroll {
  z-index: auto;
  width: 2560px;
  height: 100vh;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  height: auto;
}

.section.lottie-background {
  z-index: auto;
  width: 2560px;
  height: 100vh;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  left: -25%;
  right: -25%;
}

.background-animation {
  width: 100%;
}

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

.container-10 {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mainbg {
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.container-11 {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.gradientblock {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.gradientblock.kunden, .gradientblock.firmen {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-33 {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.div-block-33.uberunsgradient {
  z-index: auto;
  background-image: none;
}

.div-block-34 {
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-copy {
  color: #6f1a31;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.heading-copy.white {
  color: var(--white);
}

.heading-copy.white.para-title {
  display: block;
}

.heading-copy.leistungsvideos {
  opacity: 1;
  color: #6f1a31;
  padding-top: 15px;
  font-size: 28px;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}

.div-block-35 {
  width: 1280px;
}

.lottie-animation-5 {
  width: 100%;
  max-width: 1280px;
  display: none;
}

.portfolio-image-copy {
  width: 100%;
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  cursor: pointer;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  display: block;
}

.newsimage {
  border-radius: 12px 12px 0 0;
}

.image-10 {
  width: 20%;
  margin-bottom: 20px;
  display: none;
}

.text-block-8 {
  padding: 1em;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.popup-wrapper-iframe-video, .popup-wrapper-iframe-techvideo-1, .popup-wrapper-iframe-techvideo-2, .popup-wrapper-iframe-techvideo-3 {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-tech-video-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-tech-video-2 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-background-tech-video-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-tech-video-3 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: #6f1a31;
  font-weight: 400;
}

.lottie-animation-6 {
  z-index: 990;
  width: 5000px;
  height: auto;
  max-width: none;
  min-height: 0;
  padding-top: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-36 {
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  left: auto;
  right: auto;
}

.div-block-9-copy {
  width: 100%;
  height: 500px;
  width: 100%;
  height: 500px;
  width: 100%;
  height: 500px;
  flex-direction: column;
  display: flex;
}

.preloader {
  z-index: 99999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-video-group {
  width: 100%;
  height: 100%;
  display: block;
}

.popup-content-tech-video-1, .popup-content-tech-video-2, .popup-content-tech-video-3 {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-wrapper-iframe-techvideo-4 {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-tech-video-4 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-tech-video-4 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-content-tech-video-4 {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.mainsectionvirginlandsuberuns-990, .mainsectionvirginlandsuberuns-767, .mainsectionvirginlandsuberuns-478 {
  z-index: auto;
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 1;
  background-color: #979696;
  justify-content: center;
  margin: -100px auto 0;
  padding-top: 0;
  display: none;
  position: static;
}

.maincontent {
  display: block;
}

.heading-dateschutz {
  color: #6f1a31;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.heading-dateschutz.white {
  color: var(--white);
}

.heading-dateschutz.white.para-title {
  color: #6f1a31;
  display: block;
}

.heading-dateschutz.leistungsvideos {
  font-size: 28px;
  font-weight: 400;
}

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

.popup-wrapper-iframe-news-1 {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-news-1 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-new-1 {
  z-index: 2;
  width: 3em;
  height: 3em;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-news-2 {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-news-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-news-2, .popup-close-news-1 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-wrapper-iframe-news-3 {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-news-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-news-3 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-content-news-1, .popup-content-news-2 {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-wrapper-iframe-news-3-copy {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-content-news-3, .popup-content-kracht, .popup-content-hawesr, .popup-content-vacuubrand {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-content-kba {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px 10px 0;
  display: flex;
}

.popup-content-optimacs7, .popup-content-liebherrsr, .popup-content-lissmacsr, .popup-content-fritschsr, .popup-content-baeumer, .popup-content-drieschersr, .popup-content-optimaindex, .popup-content-samedeuzfahr, .popup-content-peri, .popup-content-witron, .popup-content-hettich, .popup-content-weinmann, .popup-content-fritschmultitwist, .popup-content-tadano, .popup-content-sivantos, .popup-content-hawehenryeva, .popup-content-optimaverpackungsmaschinen, .popup-content-virginlandsshowreel, .popup-content-terex, .popup-content-metallplastic, .popup-content-hermle, .popup-content-sumitomodemag, .popup-content-audi, .popup-content-sonyericsson, .popup-content-adidas, .popup-content-stahl {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.html-embed-3 {
  width: 500px;
  height: 500px;
}

.html-embed-4 {
  display: none;
}

.lottidivuberunsgraublendeanimation {
  z-index: auto;
  width: 100vw;
  height: 100vh;
  max-width: none;
  min-width: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.background-video-4 {
  z-index: auto;
  width: 100vw;
  height: 100vh;
  align-self: stretch;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-wrapper-iframe-techvideo-5 {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-tech-video-5 {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-content-tech-video-5 {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-background-tech-video-5 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-37 {
  width: 100%;
  height: 20vh;
}

.tabs-menu {
  background-color: #979696;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-2";
}

.div-block-38 {
  width: 100%;
  height: 400px;
  min-height: 0;
}

.tabs {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-39 {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.header-erklaerung-2 {
  color: #fff;
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  top: auto;
}

.header-erklaerung-2.para-title {
  color: #6f1a31;
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.tabs-menu-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #6f1a31;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.heading-7.white {
  color: #fff;
}

.heading-7.white.para-title {
  color: #6f1a31;
  display: block;
}

.div-block-40 {
  width: 100%;
  height: 400px;
  min-height: 0;
}

.tab-link-tab-1 {
  border-radius: 999em;
}

.tab-link-tab-1.w--current, .tab-link-tab-1._01 {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.tab-link-tab-1._01:hover {
  background-color: rgba(87, 87, 87, .25);
}

.tab-link-tab-1._01.w--current {
  background-color: var(--white);
  border-radius: 12px;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-2:hover {
  background-color: rgba(87, 87, 87, .24);
}

.tab-link-tab-2._02 {
  border-radius: 12px;
}

.tab-link-tab-2._02.w--current {
  background-color: var(--white);
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-3:hover {
  background-color: rgba(87, 87, 87, .25);
}

.tab-link-tab-3._03 {
  border-radius: 12px;
}

.tab-link-tab-3._03.w--current {
  background-color: var(--white);
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-4:hover {
  background-color: rgba(87, 87, 87, .25);
}

.tab-link-tab-4._04 {
  border-radius: 12px;
}

.tab-link-tab-4._04.w--current {
  background-color: var(--white);
}

.tab-link-tab-5 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-5:hover {
  background-color: rgba(87, 87, 87, .25);
}

.tab-link-tab-5._05 {
  border-radius: 12px;
}

.tab-link-tab-5._05.w--current {
  background-color: var(--white);
}

.text-block-10 {
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.tabs-nav-background {
  background-color: var(--white);
  color: var(--white);
  border-radius: 999em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-link-tab-6 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex: 1;
}

.tab-link-tab-6:hover {
  background-color: rgba(87, 87, 87, .25);
}

.tab-link-tab-6.w--current {
  background-color: var(--white);
}

.lottie-animation-7 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.lottie-animation-8 {
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
  left: auto;
  right: auto;
}

.html-embed-5 {
  height: 650px;
}

.htmlpopup {
  width: 100%;
  height: 600px;
  display: block;
}

.div-block-41 {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.div-block-41.uberunsgradient {
  background-image: none;
}

.lottiuberunss-2 {
  z-index: 6;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-width: 0;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.lottidivuberunsgraublende-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.lottiuberunsscroll-2 {
  z-index: 6;
  width: 25%;
  height: 100%;
  max-height: none;
  max-width: none;
  opacity: 1;
  flex: 0 auto;
  align-self: center;
  margin-top: 300px;
  padding-top: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.triggerin {
  width: 100%;
  height: 0;
  display: block;
}

.triggerout {
  width: 100%;
  height: 0;
  display: none;
}

.navbar-brand-grau {
  width: 250px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.navbar-brand-grau.aufrot {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand-grau.aufweiss {
  opacity: 0;
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand-grau.aufgrau {
  width: 75px;
  opacity: 1;
  display: block;
  top: 10px;
  right: 15px;
}

.navbar-brand-grau.aufgrau.w--current {
  width: 75px;
  display: block;
}

.navbar-brand-grau.aufvideo {
  opacity: 1;
  display: none;
  top: 10px;
  right: 15px;
}

.navbar-brand-grau.aufgrau {
  width: 15vw;
  height: 4vw;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  top: 0;
  right: 0;
}

.navbar-brand-grau.aufgrau.w--current {
  width: 15vw;
  display: flex;
}

.p-xl-start-leistungsspecktrum {
  padding-top: 100px;
}

.p-sm-start-leistungsspeck {
  padding-top: 35px;
}

.popup-wrapper-iframe-liebherrdiverse {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-liebherrdiverse {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-liebherrdiverse {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-content-liebherrdiverse {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-wrapper-iframe-naf {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background-iframe-naf {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close-naf {
  z-index: 2;
  width: 2em;
  height: 2em;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-content-naf {
  width: 100%;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
}

.background-video-5 {
  z-index: 900;
  width: 100vw;
  height: 100vh;
  margin-top: -100px;
}

.background-video-small {
  z-index: 900;
  width: 100vw;
  height: 100vh;
  margin-top: -100px;
  display: none;
}

.closeicon {
  width: 40px;
  height: 40px;
  max-width: none;
}

.mainsectionvirginlands-datenschutz {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mainsectionvirginlands-datenschutz.portfolio {
  background-color: #979696;
}

.mainsectionvirginlands-datenschutz.akttuellearbeiten {
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: none;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mainsectionvirginlands-datenschutz.unser-leistungen-section {
  background-color: #701932;
}

.mainsectionvirginlands-datenschutz.awards {
  display: block;
}

.mainsectionvirginlands-datenschutz.kontakt {
  background-color: rgba(0, 0, 0, 0);
}

.mainsectionvirginlands-impressum {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mainsectionvirginlands-impressum.portfolio {
  background-color: #979696;
}

.mainsectionvirginlands-impressum.akttuellearbeiten {
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: none;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mainsectionvirginlands-impressum.unser-leistungen-section {
  background-color: #701932;
}

.mainsectionvirginlands-impressum.awards {
  display: block;
}

.mainsectionvirginlands-impressum.kontakt {
  background-color: rgba(0, 0, 0, 0);
}

.image-11 {
  width: 100%;
  height: 100vh;
}

.image-12 {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.container-12 {
  min-height: 100px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  margin-top: 0;
  padding: 0 0 0;
  display: flex;
}

.container-12.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container-12.page-heading {
  padding-top: 3rem;
}

.container-12.home {
  padding-top: 0;
}

.section-heading {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-family: Dinnextltpro, sans-serif;
  display: flex;
}

.section-title {
  color: rgba(0, 0, 0, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.standard-text {
  color: rgba(0, 0, 0, .9);
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text.black-60 {
  color: rgba(0, 0, 0, .6);
  font-family: Dinnextltpro, sans-serif;
}

.collection-list {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.projectitem {
  width: 100%;
  height: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: grid;
}

.secondary-button-text {
  color: rgba(0, 0, 0, .9);
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 140%;
}

.secondary-button {
  height: 2.4rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.primary-button {
  height: 2.4rem;
  background-color: rgba(0, 0, 0, .9);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.nav-menu-mobile {
  width: 0;
  height: 0;
  display: none;
}

.nav-menu-wrapper-2 {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-menu-desktop {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.small-logo {
  width: auto;
  height: 1rem;
  display: block;
}

.navigation-bar {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.primary-button-text {
  color: #fff;
  margin-bottom: .5rem;
}

.menu-button-2 {
  width: 0;
  height: 0;
  display: none;
}

.page-heading-wrapper {
  overflow: hidden;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
}

.page-heading.small-text-portfolio {
  font-size: 1rem;
}

.page-heading.leistungen {
  color: #3d363e;
  text-align: center;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
}

.page-heading.kontaktpageheading, .page-heading.portfoliopageheading {
  margin-bottom: 10px;
}

.project-main-info-wrapper {
  height: 30%;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
}

.view-case-study-icon-wrapper {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100rem;
  padding: .25rem;
  display: flex;
}

.view-case-study-icon {
  width: 1rem;
  height: 1rem;
}

.project-link {
  width: 100%;
  text-decoration: none;
}

.project-minor-info-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1vw;
  padding-bottom: 0;
  display: block;
}

.view-case-study-block {
  grid-column-gap: .5rem;
  background-color: #fff;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem .75rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: .75rem;
  left: .75rem;
  right: auto;
}

.medium-text {
  color: rgba(0, 0, 0, .9);
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text.black-60 {
  color: rgba(0, 0, 0, .6);
}

.medium-text.black-60-portfolio {
  color: rgba(0, 0, 0, .6);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 40px;
  font-family: Dinnextltpro, sans-serif;
}

.projet-minor-info-wrapper {
  width: 100%;
  order: 0;
  padding-left: 8vw;
  display: block;
  position: relative;
  bottom: 0;
}

.project-info-block {
  height: 30vw;
  max-height: 30vw;
  grid-column-gap: 16px;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-thumbnail {
  display: none;
}

.thumbnail-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}

.link-block {
  width: 100%;
  font-family: Dinnextltpro, sans-serif;
  text-decoration: none;
}

.collection-item {
  margin-top: 2em;
  margin-bottom: 2em;
}

.image-13 {
  width: 100%;
  height: 115%;
  display: none;
  position: absolute;
}

.html-embed-6 {
  width: auto;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  position: relative;
  overflow: hidden;
}

._12-collumn-grid {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

._12-collumn-grid.large-gap {
  grid-row-gap: 5rem;
}

.process-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.extra-large-text {
  color: rgba(0, 0, 0, .9);
  font-size: 3.5rem;
  line-height: 120%;
}

.service-name-wrapper {
  margin-bottom: 2vw;
  font-family: Dinnextltpro, sans-serif;
}

.image-with-scrolll-effect-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0);
}

.leistungsvideo {
  width: 52.5rem;
  height: 25rem;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-wrapper {
  display: block;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.service-detail-item {
  border: 1px #e2e2e2;
  border-top-style: solid;
  border-left-width: 2px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block {
  display: none;
}

.service-detail-list {
  width: 100%;
}

.what-we-do-block {
  padding-top: 2rem;
}

.videowraper {
  max-height: none;
  max-width: none;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.service-detail-image {
  height: 100%;
  object-fit: fill;
  display: none;
}

.image-with-scroll-effect {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.service-content {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.large-text {
  color: rgba(0, 0, 0, .9);
  font-size: 2.5rem;
  line-height: 120%;
}

.section-title-2 {
  color: rgba(0, 0, 0, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

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

.medium-text-2 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text-2.black-60 {
  color: rgba(0, 0, 0, .6);
}

.large-text-2 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 2.5rem;
  line-height: 120%;
}

.standard-text-2 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-2.black-60 {
  color: rgba(0, 0, 0, .6);
}

.section-title-3 {
  color: rgba(0, 0, 0, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

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

.medium-text-3 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text-3.black-60 {
  color: rgba(0, 0, 0, .6);
}

.large-text-3 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 2.5rem;
  line-height: 120%;
}

.standard-text-3 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-3.black-60 {
  width: 52.5rem;
  height: auto;
  max-width: none;
  min-width: 0;
  color: rgba(0, 0, 0, .6);
}

.extra-large-text-2 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 3.5rem;
  line-height: 120%;
}

.section-title-4 {
  color: rgba(0, 0, 0, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.medium-text-4 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text-4.black-60 {
  color: rgba(0, 0, 0, .6);
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  line-height: 120%;
}

.standard-text-4 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-4.black-60 {
  color: rgba(0, 0, 0, .6);
}

.standard-text-numbers {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-numbers.black-60 {
  width: auto;
  height: auto;
  color: rgba(0, 0, 0, .6);
}

.section-title-5 {
  color: rgba(0, 0, 0, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.standard-text-5 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-5.black-60 {
  width: 60vw;
  height: auto;
  color: rgba(0, 0, 0, .6);
}

._12-collumn-grid-2 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-6 {
  color: rgba(0, 0, 0, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.leistungsvideo-2 {
  width: auto;
  height: 100%;
  max-width: none;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

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

.videowraper-2 {
  height: 33vw;
}

.large-text-4 {
  color: rgba(0, 0, 0, .9);
  font-family: Dinnextltpro, sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}

.standard-text-6 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-6.black-60 {
  width: 60vw;
  height: auto;
  color: rgba(0, 0, 0, .6);
}

._12-collumn-grid-3 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-7 {
  color: rgba(0, 0, 0, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.leistungsvideo-3 {
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

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

.standard-uberschrift {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-uberschrift.black-60 {
  width: 58.85vw;
  height: auto;
  color: rgba(0, 0, 0, .6);
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  line-height: 120%;
}

.standard-uberschrift.black-portfolio {
  width: 100%;
  height: auto;
  color: #333;
  -webkit-text-stroke-color: #333;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  line-height: 120%;
}

.maincontent-copy {
  margin-top: 0;
  display: block;
}

.leistungsvideo-3-copy {
  width: auto;
  height: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: none;
}

.service-detail-item-copy {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

._12-collumn-grid-3-copy {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

._12-collumn-grid-3-copy.homegridvl {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.videowraper-2-copy {
  height: 30vw;
}

.div-block-47-copy {
  display: none;
}

.service-name-wrapper-copy {
  flex-direction: column;
  display: flex;
}

.portfolio {
  border-top: 1px rgba(0, 0, 0, .1);
  padding: 3vw;
  display: block;
}

.portfolio.graphics, .portfolio.graphics.apps, .portfolio.animations, .portfolio.apps {
  display: block;
}

.portfolio.bgdunkel {
  background-color: #3d363e;
}

.portfolio.bgdunkel.home {
  padding-top: 0;
  padding-bottom: 3vw;
}

.portfolio.bggrau {
  background-color: #e2e2e2;
}

.portfolio.bggrau.home {
  padding-bottom: 3vw;
}

.portfolio.home {
  padding-top: 0;
  padding-bottom: 3vw;
}

._12-collumn-grid-3-copy {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

._12-collumn-grid-3-copy.home {
  grid-template-rows: auto auto;
}

._12-collumn-grid-3-copy.reverseflex {
  flex-direction: row;
}

._12-collumn-grid-3-copy.homegridvl {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.videowraper-2-copy {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .31);
}

.videowraper-2-copy.homeimage {
  height: auto;
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3vw;
  margin-left: 0;
  display: flex;
}

.videowraper-2-copy.homekundenstimmen {
  height: auto;
  position: static;
}

.service-name-wrapper-copy {
  justify-content: flex-start;
  margin-top: 3vw;
  padding-left: 0;
}

.service-name-wrapper-copy.paddingleft {
  padding-left: 1vw;
}

.service-name-wrapper-copy.home {
  margin-top: 6vw;
}

.page-heading-2 {
  line-height: 120%;
}

.heading-portfolio-eintrag {
  color: #3d363e;
  -webkit-text-stroke-color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 100%;
}

.heading-portfolio-eintrag.textweiss, .heading-portfolio-eintrag.textweiss-copy {
  color: #fff;
}

.div-block-48 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.lottie-animation-9 {
  width: 100%;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  padding-left: 10px;
  padding-right: 10px;
}

.uberunsneutext {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  display: none;
}

.bold-text-13 {
  color: #6f1a31;
  -webkit-text-stroke-color: #fff;
}

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

.dievorteiletext {
  color: #000;
  text-align: left;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
}

.grid-1und2 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

._12-collumn-grid-4 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._12-collumn-grid-4.large-gap {
  grid-row-gap: 5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.about-us-introduction-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.about-minor-info {
  color: rgba(0, 0, 0, .6);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.value-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.value-icon {
  width: 2rem;
  height: 2rem;
}

.standard-text-8 {
  color: rgba(0, 0, 0, .9);
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-8.black-60 {
  width: 100%;
  height: auto;
  color: rgba(0, 0, 0, .6);
  font-family: Dinnextltpro, sans-serif;
}

.vorteileheadertext {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
}

.bold-text-14, .heading-9 {
  font-family: Dinnextltpro, sans-serif;
}

.bold-text-15 {
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.collection-list-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

._12-collumn-grid-portfolio-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.small-text-portfolio {
  color: #3d363e;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .2vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.small-text-portfolio.black-60 {
  color: rgba(0, 0, 0, .6);
}

.small-text-portfolio.schwarz-portfolio-eintrag {
  width: 100%;
  height: auto;
  color: #000;
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  display: inline-block;
}

.small-text-portfolio.schwarz-portfolio-eintrag.leistungentext {
  width: 58.85vw;
}

.small-text-portfolio.schwarz-portfolio-eintrag.grau-portfolio-eintrag {
  color: #e2e2e2;
}

.small-text-portfolio.rot-portfolio-eintrag {
  color: #701932;
  -webkit-text-stroke-color: #000;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
}

.small-text-portfolio.textweiss {
  color: #fff;
}

.small-text-portfolio.kundenstimmen {
  margin-bottom: 5rem;
}

.container-responsive-bild {
  min-height: 100px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  padding: 0 0 0;
  display: flex;
}

.container-responsive-bild.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container-responsive-bild.page-heading {
  padding-top: 3rem;
}

.container-home-new {
  min-height: 100px;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  padding: 0 2rem 0;
  display: block;
}

.container-home-new.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container-home-new.page-heading {
  padding-top: 3rem;
}

.homesectionvl.grau {
  background-color: #f2f2f2;
}

.homesectionvl.dunkelgrau {
  background-color: #3d363e;
  display: none;
}

.homesectionvl.orangebg {
  background-color: #fb7f27;
  display: none;
}

.homesectionbildvl.dunkelgrau {
  background-color: #3d363e;
  display: none;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px 0 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link-copy:hover {
  opacity: .7;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

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

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

.nav-link-copy.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 30px;
  text-decoration: none;
}

.nav-link-footer {
  color: #000;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.nav-link-footer:hover {
  opacity: .7;
  color: #000;
  -webkit-text-stroke-color: var(--white);
}

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

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

.nav-link-footer.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  text-decoration: underline;
}

.slide-nav-2 {
  width: 0;
  height: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-content-wrap {
  width: 100%;
  height: auto;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.left-arrow-2 {
  align-items: center;
  display: none;
  top: 0%;
  bottom: 0%;
  left: -30%;
  right: auto;
}

.slide-nav-3 {
  display: none;
}

.testimonial-wrap {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  position: relative;
}

.mask {
  height: auto;
  color: #3d363e;
  background-color: #fff;
}

.slide {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 2vw;
}

.testimonial {
  color: #000;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Dinnextltpro, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.testimonial-author-image {
  margin-right: 20px;
}

.slider-2 {
  width: 100%;
  height: auto;
  max-width: 714px;
  background-color: rgba(221, 221, 221, 0);
}

.testimonial-author-details {
  flex-direction: column;
  margin-top: 2vw;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.body-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.body-text.light {
  color: #000;
  font-family: Dinnextltpro, sans-serif;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -30%;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.heading-10 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.heading-10.no-margin {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 400;
}

.image-14 {
  display: block;
}

.slider-3 {
  display: none;
}

.slider-kundenstimmen {
  width: auto;
  height: auto;
  max-width: none;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 3vw;
}

.testimonial-text-block {
  margin-bottom: 50px;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  position: relative;
}

.testimonial-text-block-autor {
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.p-xl-last {
  padding-top: 20px;
}

._12-collumn-grid-leistungen-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.checkbox {
  margin-top: 4px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.kontakt-content {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.kontakt {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 5rem;
  padding-bottom: 0;
  display: block;
}

.kontakt.graphics, .kontakt.graphics.apps, .kontakt.animations, .kontakt.apps {
  display: block;
}

.portfolio-copy {
  border: 1px #ed6c52;
  border-top-style: solid;
  padding-top: 5rem;
  padding-bottom: 0;
  display: block;
}

.portfolio-copy.graphics, .portfolio-copy.graphics.apps, .portfolio-copy.animations, .portfolio-copy.apps {
  display: block;
}

.videowraper-2-kontakt {
  height: auto;
}

.form-block-kontakt {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 8vw;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.form-block-2 {
  z-index: 990;
  height: 3vw;
  background-color: #dedede;
  border: 1px #ed6c52;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4vw;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .31);
}

.text-field {
  color: #ed6c52;
  -webkit-text-stroke-color: #ed6c52;
  mix-blend-mode: normal;
  border: 1px solid #ed6c52;
  margin-bottom: 1vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.dunkelgrau {
  background-color: #3d363e;
}

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

.secondheadingportfolio {
  color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7vw;
  line-height: 140%;
  display: block;
}

.secondheadingportfolio.textweiss {
  color: #fff;
}

.blockgrau {
  z-index: auto;
  width: 10vw;
  height: 10vw;
  float: left;
  clear: none;
  background-color: #e2e2e2;
  margin-top: 7vh;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.blockorange {
  z-index: 0;
  width: 10vw;
  height: 10vw;
  float: left;
  clear: none;
  background-color: #fa8027;
  margin-top: 7vh;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.block {
  z-index: auto;
  width: 8.4vw;
  height: 10vw;
  float: left;
  clear: none;
  background-color: #fff;
  margin-top: 3.7vw;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.block.blockgrau {
  background-color: #e2e2e2;
}

.block.blockgrau.blocklang {
  width: 64.5vw;
}

.block.blockgrau.headerblock {
  height: 5vw;
}

.block.blockorange {
  background-color: #fa8027;
}

.block.blockorange.blocklang {
  width: 64.5vw;
}

.block.blockorange.home {
  margin-top: 6.7vw;
}

.block.blocklang {
  width: 64.5vw;
}

.block.home {
  margin-top: 6.7vw;
}

.blockgrau-copy {
  z-index: auto;
  width: 10vw;
  height: 18vh;
  float: left;
  clear: none;
  background-color: #e2e2e2;
  margin-top: 7vh;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.section-2 {
  display: none;
}

.leistungtext {
  color: #3d363e;
  text-align: center;
  padding-left: 25vw;
  padding-right: 25vw;
  font-size: 1vw;
  line-height: 180%;
}

.mainnavmenu-2 {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.navbar-wrapper-2 {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: block;
}

.nav-menu-wrapper-3 {
  width: 100%;
  height: 100%;
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: static;
  top: auto;
  left: 0%;
  right: 0%;
}

.container-13 {
  width: 100%;
  height: 100%;
  max-width: none;
  white-space: normal;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 15vw;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-15 {
  max-width: 100%;
  opacity: 1;
  display: block;
  position: relative;
}

.button-3 {
  width: auto;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #3c353d;
  flex-direction: column;
  justify-content: center;
  padding: 0 1vw 0 1.1vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 180%;
  display: flex;
}

.button-3.w--current {
  width: auto;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #f87f2a;
  flex-direction: column;
  justify-content: center;
  font-size: 1vw;
  display: flex;
}

.headingportfoliokundenstimmen {
  color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7vw;
  line-height: 100%;
  display: block;
}

.headingportfoliokundenstimmen.textweiss {
  color: #fff;
}

.image-16 {
  width: 100%;
  margin-top: 3vw;
  display: block;
  position: static;
}

.portfolioheader {
  border-top: 1px rgba(0, 0, 0, .1);
  padding: 3vw;
  display: block;
}

.portfolioheader.graphics, .portfolioheader.graphics.apps, .portfolioheader.animations, .portfolioheader.apps {
  display: block;
}

.portfolioheader.bgdunkel {
  background-color: #3d363e;
}

.portfolioheader.bggrau {
  background-color: #e2e2e2;
}

.portfolioheader.home {
  padding-top: 0;
  padding-bottom: 3rem;
}

.form-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.checkbox-2 {
  width: 1vw;
  height: 1vw;
  border-color: #000;
  margin-top: .3vw;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  width: 1vw;
  height: 1vw;
  background-color: #f87f2a;
  background-size: 10px 10px;
  border-style: none;
  border-left-color: #f87f2a;
  margin-top: .3vw;
  margin-left: 0;
  padding-left: 0;
  line-height: 180%;
}

.section-3 {
  display: none;
}

.checkbox-2-kontakt {
  border-color: #fff;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  margin-top: 6px;
  margin-left: -15px;
}

.checkbox-2-kontakt.w--redirected-checked {
  background-color: #f87f2a;
  background-size: 10px 10px;
  border-style: none;
  border-left-color: #f87f2a;
}

._12-collumn-grid-3-header {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._12-collumn-grid-3-header.home {
  grid-template-rows: auto auto;
}

._12-collumn-grid-3-header.reverseflex {
  flex-direction: row-reverse;
}

._12-collumn-grid-3-header.homegridvl {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._12-collumn-grid-3-copy-header-portfolio {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

._12-collumn-grid-3-copy-header-portfolio.home {
  grid-template-rows: auto auto;
}

._12-collumn-grid-3-copy-header-portfolio.reverseflex {
  flex-direction: row-reverse;
}

._12-collumn-grid-3-copy-header-portfolio.homegridvl {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed-7 {
  color: var(--white);
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  line-height: 180%;
}

.checkbox-field-3 {
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox-field-4 {
  margin-bottom: 0;
  padding-left: .1vw;
  padding-right: .1vw;
  font-size: 1vw;
  line-height: 1vw;
  position: static;
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    z-index: 900;
    padding: 0 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three, .testimonial-info-three-copy {
    flex-direction: column;
  }

  .testimonial-grid-two-copy {
    grid-column-gap: 30px;
  }

  .scroll-wrapper-fixed {
    max-width: 991px;
    align-items: center;
    display: flex;
  }

  .mainsectionvirginlandsuberuns {
    display: none;
  }

  .form-block {
    width: 90%;
  }

  .lottiuberunss {
    width: 100%;
    height: 100%;
    max-width: 991px;
    min-width: 767px;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .leistungen-description-text-1 {
    max-width: 30%;
  }

  .maincontainervirginlands.unser-leistungen-new, .maincontainervirginlands.weis, .maincontainervirginlands.grau, .maincontainervirginlands.grau {
    max-width: 991px;
  }

  .container-8 {
    max-width: 991px;
    justify-content: flex-start;
  }

  .navbar-wrapper {
    justify-content: flex-start;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 85px;
  }

  .mainnavmenu {
    width: 100%;
    height: 100vh;
    background-color: #6f1a31;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .leistungen-video.port {
    height: 100%;
    display: block;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .popup-close-vl {
    top: 20px;
    right: 20px;
  }

  .lottidivuberunsgraublende {
    width: 100%;
    height: 100%;
    max-width: 991px;
    min-width: 0;
  }

  .lottiuberunsblende {
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup-close-baeumer, .popup-close-kracht, .popup-close-hawesr, .popup-close-vacuubrand {
    top: 20px;
    right: 20px;
  }

  .popup-wrapper-iframe-kba {
    display: none;
  }

  .popup-close-kba, .popup-close-optimacs7, .popup-close-liebherrsr, .popup-close-lissmacsr, .popup-close-fritschsr, .popup-close-vl-copy, .popup-close-drieschersr, .popup-close-optimaindex, .popup-close-samedeuzfahr, .popup-close-peri, .popup-close-witron, .popup-close-hettich, .popup-close-weinmann, .popup-close-fritschmultitwist, .popup-close-tadano, .popup-close-sivantos, .popup-close-hawehenryeva, .popup-close-optimaverpackungsmaschinen, .popup-close-virginlandsshowreel, .popup-close-terex, .popup-close-metallplastic, .popup-close-hermle, .popup-close-sumitomodemag, .popup-close-audi, .popup-close-sonyericsson, .popup-close-adidas {
    top: 20px;
    right: 20px;
  }

  .popup-wrapper-iframe-stahl {
    display: none;
  }

  .popup-close-stahl {
    top: 20px;
    right: 20px;
  }

  .lottiuberunsscroll {
    width: 35%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logo-carousel-card-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .logo-carousel-wrapper-2 {
    width: 210em;
  }

  .card-logo-2 {
    max-width: 8em;
  }

  .logo-carousel-card-2 {
    width: 20em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 1em;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 20px;
  }

  .the-sticky-div-title-meinungen {
    color: #6f1a31;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .sticky-wrapper {
    display: none;
  }

  .lottie-animation-4 {
    width: 991px;
    max-width: 991px;
  }

  .para-title {
    font-size: 30px;
  }

  .heading-journal.journal.wordsplit {
    font-size: 100px;
  }

  .image-9 {
    width: 100%;
    height: 100%;
    max-width: 991px;
  }

  .lottiuberunsseingangvideo {
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .preloader-v8---brix {
    display: none;
  }

  .preloader-v8-loader---brix {
    width: 145px;
    max-width: 50px;
  }

  .html-embed-2 {
    position: static;
  }

  .section.lottie-background {
    min-height: 800px;
  }

  .gradientblock {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .lottie-animation-5 {
    width: 100%;
    max-width: 991px;
  }

  .image-10 {
    width: 30%;
  }

  .preloader {
    display: none;
  }

  .mainsectionvirginlandsuberuns-990 {
    height: auto;
    display: block;
  }

  .mainsectionvirginlandsuberuns-767, .mainsectionvirginlandsuberuns-478 {
    display: none;
  }

  .popup-close-new-1, .popup-close-news-2, .popup-close-news-1, .popup-close-news-3 {
    top: 20px;
    right: 20px;
  }

  .lottidivuberunsgraublendeanimation {
    width: 100vw;
    height: 100vh;
    max-width: none;
    min-width: 0;
  }

  .cell {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .div-block-38, .div-block-40 {
    width: 100%;
    height: 225px;
  }

  .htmlpopup {
    height: 450px;
  }

  .lottiuberunss-2 {
    width: 100%;
    height: 100%;
    max-width: 991px;
    min-width: 767px;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .lottidivuberunsgraublende-2 {
    width: 100%;
    height: 100%;
    max-width: 991px;
    min-width: 0;
  }

  .lottiuberunsscroll-2 {
    width: 35%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup-wrapper-iframe-liebherrdiverse {
    display: none;
  }

  .popup-close-liebherrdiverse {
    top: 20px;
    right: 20px;
  }

  .popup-wrapper-iframe-naf {
    display: none;
  }

  .popup-close-naf {
    top: 20px;
    right: 20px;
  }

  .container-12, .container-12.home {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-mobile, .menu-button-2 {
    height: 0;
    position: absolute;
  }

  .project-minor-info-item {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .view-case-study-block {
    display: none;
  }

  .medium-text.black-60, .medium-text.black-60-portfolio {
    font-size: 1.1rem;
  }

  .project-info-block {
    grid-row-gap: 1rem;
  }

  ._12-collumn-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-collumn-grid.large-gap {
    grid-row-gap: 4rem;
  }

  .extra-large-text {
    font-size: 2rem;
  }

  .leistungsvideo {
    height: 20rem;
  }

  .videowraper {
    min-width: 0;
  }

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

  .medium-text-2.black-60 {
    font-size: 1.1rem;
  }

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

  .medium-text-3.black-60 {
    font-size: 1.1rem;
  }

  .large-text-3, .extra-large-text-2 {
    font-size: 2rem;
  }

  .medium-text-4.black-60 {
    font-size: 1.1rem;
  }

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

  .large-text-4 {
    font-size: 2rem;
  }

  ._12-collumn-grid-3, ._12-collumn-grid-3-copy, ._12-collumn-grid-3-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .videowraper-2-copy {
    height: 30vw;
  }

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

  .grid-1und2 {
    grid-template-rows: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._12-collumn-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-collumn-grid-4.large-gap {
    grid-row-gap: 4rem;
  }

  ._12-collumn-grid-portfolio-header {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .small-text-portfolio.black-60, .small-text-portfolio.schwarz-portfolio-eintrag, .small-text-portfolio.rot-portfolio-eintrag {
    font-size: 1.1rem;
  }

  .container-responsive-bild, .container-home-new {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .left-arrow-2 {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -25px;
    right: auto;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-text {
    font-size: 18px;
  }

  .right-arrow-2 {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -25px;
  }

  ._12-collumn-grid-leistungen-header {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .videowraper-2-kontakt {
    height: 35vw;
  }

  .form-block-kontakt {
    width: 90%;
  }

  .mainnavmenu-2 {
    background-color: #6f1a31;
  }

  .navbar-wrapper-2 {
    justify-content: flex-start;
  }

  .container-13 {
    max-width: none;
    justify-content: center;
  }

  ._12-collumn-grid-3-header, ._12-collumn-grid-3-copy-header-portfolio {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .title2 {
    font-size: 2em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    font-size: 1.2em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .title1 {
    font-size: 2.8em;
  }

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

  .heading.white.para-title {
    font-size: 35px;
  }

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

  .testimonial-info-three, .testimonial-info-three-copy {
    flex-direction: row;
  }

  .testimonial-grid-two-copy {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-wrapper-fixed {
    max-width: 767px;
  }

  .lottiuberunss {
    max-width: 767px;
    min-width: 478px;
  }

  .leistungen-description-text-1 {
    max-width: 40%;
    font-size: 16px;
    line-height: 18px;
  }

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

  .footer-bottom {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

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

  .maincontainervirginlands.weis, .maincontainervirginlands.grau, .maincontainervirginlands.grau {
    max-width: 767px;
  }

  .mainsectionvirginlands.akttuellearbeiten {
    width: auto;
    height: auto;
  }

  .navbar {
    max-width: 100%;
  }

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

  .leistungen-video-1, .leistungen-video, .leistungen-video-3, .leistungen-video-4, .leistungen-video-5, .leistungen-video-6 {
    height: 30vh;
    max-height: none;
    max-width: 767px;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .c-card._4, .c-card._1, .c-card._3, .c-card._2, .c-card._5, .c-card._6 {
    top: 260px;
  }

  .lottidivuberunsgraublende {
    max-width: 767px;
  }

  .popup-wrapper-iframe-stahl {
    display: none;
  }

  .lottiuberunsscroll {
    width: 40%;
  }

  .logo-carousel-wrapper-2 {
    width: 160em;
  }

  .logo-carousel-card-2 {
    width: 15em;
    border-radius: 5px;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 13px;
  }

  .the-sticky-div-title-meinungen {
    text-align: center;
    font-size: 52px;
  }

  .mainsectionvirginlandskundenuberuns {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-container {
    height: auto;
  }

  .mainsectionvirginlandsjobs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-jobs {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-container-jobs {
    height: auto;
  }

  .para-title {
    text-align: center;
    font-size: 22px;
  }

  .heading-journal.journal.wordsplit {
    font-size: 70px;
  }

  .image-9 {
    width: 100%;
    height: auto;
    max-width: 767px;
  }

  .preloader-v8---brix {
    display: none;
  }

  .text-block-7 {
    width: 95%;
  }

  .section.lottie-background {
    height: 700px;
    min-height: 0;
  }

  .lottie-animation-5 {
    width: 100%;
    max-width: 767px;
  }

  .image-10 {
    width: 55%;
  }

  .preloader {
    display: none;
  }

  .popup-content-tech-video-1, .popup-content-tech-video-2, .popup-content-tech-video-3, .popup-content-tech-video-4 {
    margin: 0;
  }

  .mainsectionvirginlandsuberuns-990 {
    display: none;
  }

  .mainsectionvirginlandsuberuns-767 {
    height: auto;
    display: block;
  }

  .mainsectionvirginlandsuberuns-478 {
    display: none;
  }

  .heading-dateschutz.white.para-title {
    font-size: 35px;
  }

  .popup-content-news-1, .popup-content-news-2, .popup-content-news-3 {
    margin: 3em 2em;
  }

  .popup-content-kracht, .popup-content-hawesr, .popup-content-vacuubrand, .popup-content-kba, .popup-content-optimacs7, .popup-content-liebherrsr, .popup-content-lissmacsr, .popup-content-fritschsr, .popup-content-baeumer, .popup-content-drieschersr, .popup-content-optimaindex, .popup-content-samedeuzfahr, .popup-content-peri, .popup-content-witron, .popup-content-hettich, .popup-content-weinmann, .popup-content-fritschmultitwist, .popup-content-tadano, .popup-content-sivantos, .popup-content-hawehenryeva, .popup-content-optimaverpackungsmaschinen, .popup-content-virginlandsshowreel, .popup-content-terex, .popup-content-metallplastic, .popup-content-hermle, .popup-content-sumitomodemag, .popup-content-audi, .popup-content-sonyericsson, .popup-content-adidas, .popup-content-stahl {
    margin: 0;
  }

  .lottidivuberunsgraublendeanimation {
    max-width: none;
  }

  .popup-content-tech-video-5 {
    margin: 0;
  }

  .div-block-37 {
    height: 20vh;
  }

  .tabs-menu {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .div-block-38 {
    height: 175px;
  }

  .heading-7.white.para-title {
    font-size: 35px;
  }

  .div-block-40 {
    height: 175px;
  }

  .html-embed-5 {
    height: 350px;
  }

  .htmlpopup {
    height: 300px;
  }

  .lottiuberunss-2 {
    max-width: 767px;
    min-width: 478px;
  }

  .lottidivuberunsgraublende-2 {
    max-width: 767px;
  }

  .lottiuberunsscroll-2 {
    width: 40%;
  }

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

  .popup-wrapper-iframe-liebherrdiverse {
    display: none;
  }

  .popup-content-liebherrdiverse {
    margin: 0;
  }

  .popup-wrapper-iframe-naf {
    display: none;
  }

  .popup-content-naf {
    margin: 0;
  }

  .background-video-5 {
    display: none;
  }

  .background-video-small {
    height: 75vh;
    display: block;
  }

  .mainsectionvirginlands-datenschutz.akttuellearbeiten, .mainsectionvirginlands-impressum.akttuellearbeiten {
    width: auto;
    height: auto;
  }

  .container-12.nav-bar {
    z-index: 999;
  }

  .section-heading {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
  }

  .collection-list {
    grid-row-gap: 4rem;
  }

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

  .moblie-menu-link-mask {
    overflow: hidden;
  }

  .mobile-social-link {
    color: rgba(0, 0, 0, .6);
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
  }

  .secondary-button {
    display: block;
  }

  .mobile-social-link-wrapper {
    grid-column-gap: 2rem;
    justify-content: flex-start;
    padding-top: 1rem;
    display: flex;
  }

  .nav-menu-mobile {
    z-index: 998;
    width: 100%;
    height: 100svh;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem .8rem;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: .5rem 1rem;
    text-decoration: none;
    display: block;
  }

  .menu-button-text-wrapper {
    height: 1.4rem;
  }

  .nav-menu-desktop {
    display: none;
  }

  .brand {
    z-index: 999;
    padding-left: 0;
  }

  .navigation-bar {
    border-top-width: 4px;
    border-top-color: rgba(0, 0, 0, .9);
  }

  .mobile-menu-link {
    color: rgba(0, 0, 0, .9);
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
  }

  .menu-button-2 {
    z-index: 999;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .medium-text.black-60-portfolio {
    margin-bottom: 20px;
  }

  .image-13 {
    height: 100%;
  }

  ._12-collumn-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .process-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .extra-large-text {
    font-size: 2rem;
  }

  .leistungsvideo {
    height: 15rem;
  }

  .videowraper {
    max-width: 500px;
  }

  .large-text, .large-text-2, .large-text-3 {
    font-size: 1.6rem;
  }

  .extra-large-text-2 {
    font-size: 2rem;
  }

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

  .large-text-4 {
    font-size: 1.6rem;
  }

  ._12-collumn-grid-3, ._12-collumn-grid-3-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._12-collumn-grid-3-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-portfolio-eintrag {
    margin-top: 0;
  }

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

  .dievorteiletext {
    font-size: 25px;
    line-height: 30px;
  }

  .grid-1und2 {
    grid-template-rows: auto;
  }

  ._12-collumn-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .value-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._12-collumn-grid-portfolio-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .small-text-portfolio.schwarz-portfolio-eintrag, .small-text-portfolio.rot-portfolio-eintrag {
    margin-bottom: 20px;
  }

  .container-responsive-bild {
    padding-bottom: 5rem;
  }

  .container-responsive-bild.nav-bar {
    z-index: 999;
  }

  .container-home-new {
    padding-bottom: 5rem;
  }

  .container-home-new.nav-bar {
    z-index: 999;
  }

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

  .nav-link-footer {
    display: inline-block;
  }

  ._12-collumn-grid-leistungen-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .videowraper-2-kontakt {
    height: 53vw;
  }

  ._12-collumn-grid-3-header, ._12-collumn-grid-3-copy-header-portfolio {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start, .distance-big {
    padding-top: 5em;
  }

  .menu-button {
    line-height: 1vw;
  }

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

  .heading.white.para-title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .scroll-wrapper-fixed {
    max-width: 478px;
  }

  .mainsectionvirginlandsuberuns {
    display: none;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-3, .link {
    font-size: 18px;
    line-height: 25px;
  }

  .lottiuberunss {
    height: 100%;
    max-width: 478px;
    min-width: 0;
    flex: 0 auto;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .leistungen-header-text-1 {
    font-size: 20px;
    line-height: 22px;
  }

  .leistungen-description-text-1 {
    max-width: 60%;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1vw;
  }

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

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

  .maincontainervirginlands.unser-leistungen-new, .maincontainervirginlands.weis, .maincontainervirginlands.grau, .maincontainervirginlands.grau {
    max-width: 478px;
  }

  .container-6-footer, .container-8 {
    max-width: none;
  }

  .leistungen-video-1, .leistungen-video, .leistungen-video-3, .leistungen-video-4, .leistungen-video-5, .leistungen-video-6 {
    height: 30vh;
  }

  .c-card._4, .c-card._1, .c-card._3, .c-card._2, .c-card._5, .c-card._6 {
    top: 260px;
  }

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

  .lottidivuberunsgraublende {
    max-width: 478px;
  }

  .lottiuberunsblende {
    height: auto;
    flex: 0 auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-erklaerung.rot {
    font-size: 18px;
    line-height: 25px;
  }

  .header-erklaerung.para-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .popup-wrapper-iframe-kba, .popup-wrapper-iframe-stahl {
    display: none;
  }

  .lottiuberunsscroll {
    width: 60%;
    height: auto;
    flex: 0 auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .the-sticky-div-title-meinungen {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .text-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    grid-row-gap: 67px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link-4, .link-5 {
    font-size: 18px;
    line-height: 20px;
  }

  .checkbox-label {
    font-size: 18px;
    line-height: 25px;
  }

  .sp {
    height: 10px;
  }

  .mainsectionvirginlandskundenuberuns {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .mainsectionvirginlandsjobs {
    padding-top: 0;
    padding-bottom: 75px;
  }

  .container-jobs {
    padding-left: 28px;
    padding-right: 28px;
  }

  .para-title {
    font-size: 14px;
  }

  .heading-journal.journal.wordsplit {
    text-align: center;
  }

  .lottiuberunsseingangvideo {
    height: auto;
    flex: 0 auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .section {
    position: relative;
  }

  .section.lottie-background {
    height: 500px;
  }

  .heading-copy.leistungsvideos {
    font-size: 25px;
    line-height: 30px;
  }

  .lottie-animation-5 {
    max-width: 478px;
  }

  .image-10 {
    width: 60%;
    display: none;
  }

  .preloader, .mainsectionvirginlandsuberuns-990, .mainsectionvirginlandsuberuns-767 {
    display: none;
  }

  .mainsectionvirginlandsuberuns-478 {
    height: auto;
    display: block;
  }

  .heading-dateschutz {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-dateschutz.white.para-title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .popup-content-kba {
    margin: 0;
  }

  .popup-content-stahl {
    margin: 0;
  }

  .lottidivuberunsgraublendeanimation {
    max-width: none;
  }

  .div-block-38 {
    height: 100px;
  }

  .header-erklaerung-2.para-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7.white.para-title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .div-block-40 {
    height: 100px;
  }

  .tab-link-tab-1._01.w--current {
    flex: 1;
  }

  .html-embed-5 {
    height: 250px;
  }

  .lottiuberunss-2 {
    height: 100%;
    max-width: 478px;
    min-width: 0;
    flex: 0 auto;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .lottidivuberunsgraublende-2 {
    max-width: 478px;
  }

  .lottiuberunsscroll-2 {
    width: 60%;
    height: auto;
    flex: 0 auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .p-xl-start-leistungsspecktrum {
    padding-top: 5em;
  }

  .popup-wrapper-iframe-liebherrdiverse {
    display: none;
  }

  .popup-content-liebherrdiverse {
    margin: 0;
  }

  .popup-wrapper-iframe-naf {
    display: none;
  }

  .popup-content-naf {
    margin: 0;
  }

  .background-video-small {
    height: 50vh;
  }

  .collection-list {
    grid-row-gap: 4rem;
  }

  .project-minor-info-item {
    grid-template-columns: 1fr 2fr;
  }

  .view-case-study-block {
    display: none;
  }

  .medium-text {
    font-size: 1.2rem;
  }

  ._12-collumn-grid.large-gap {
    grid-row-gap: 3rem;
  }

  .extra-large-text {
    font-size: 1.8rem;
  }

  .leistungsvideo {
    height: 10rem;
  }

  .service-content {
    grid-row-gap: 3rem;
  }

  .large-text {
    font-size: 1.4rem;
  }

  .medium-text-2 {
    font-size: 1.2rem;
  }

  .large-text-2 {
    font-size: 1.4rem;
  }

  .medium-text-3 {
    font-size: 1.2rem;
  }

  .large-text-3 {
    font-size: 1.4rem;
  }

  .extra-large-text-2 {
    font-size: 1.8rem;
  }

  .medium-text-4 {
    font-size: 1.2rem;
  }

  .large-text-4 {
    font-size: 1.4rem;
  }

  .portfolio.bgdunkel {
    padding-left: 3vw;
  }

  ._12-collumn-grid-3-copy, ._12-collumn-grid-3-copy.homegridvl {
    display: block;
  }

  .videowraper-2-copy {
    width: 94vw;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .dievorteiletext {
    font-size: 20px;
    line-height: 25px;
  }

  .grid-1und2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  ._12-collumn-grid-4.large-gap {
    grid-row-gap: 3rem;
  }

  .vorteileheadertext {
    width: 100%;
  }

  .small-text-portfolio {
    font-size: 2vw;
    display: flex;
  }

  .small-text-portfolio.textweiss {
    display: block;
  }

  .container-responsive-bild, .container-home-new {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .nav-link-footer {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1vw;
    font-size: 2vw;
    display: block;
  }

  .left-arrow-2 {
    margin-top: 30px;
    display: none;
    position: static;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial {
    margin-bottom: 30px;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .slider-2 {
    flex-direction: column;
  }

  .right-arrow-2 {
    margin-top: 30px;
    display: none;
    position: static;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-kundenstimmen {
    flex-direction: column;
  }

  .p-xl-last {
    padding-top: 5em;
  }

  .kontakt-content {
    grid-row-gap: 3rem;
  }

  .videowraper-2-kontakt {
    height: 52vw;
  }

  .form-block-kontakt {
    flex-direction: column;
    justify-content: center;
    padding-left: 1vw;
  }

  .form-block-2 {
    display: flex;
  }

  .block.blockgrau.blocklang {
    width: 8.4vw;
  }

  .block.blockgrau.headerblock {
    margin-top: 4vw;
  }

  .block.blockorange.blocklang, .block.blocklang {
    width: 8.4vw;
  }

  .navbar-wrapper-2 {
    line-height: 1vw;
  }

  .container-13 {
    height: 100%;
  }

  .button-3 {
    height: auto;
    font-size: 2vw;
  }

  .button-3.w--current {
    font-size: 2vw;
  }

  .form-2 {
    height: 3vw;
    align-items: center;
  }

  .checkbox-2 {
    width: 2vw;
    height: 2vw;
    margin-top: .3vw;
    margin-left: 0;
    line-height: 180%;
  }

  .checkbox-2.w--redirected-checked {
    width: 2vw;
    height: 2vw;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .html-embed-7 {
    font-size: 2vw;
  }

  .checkbox-field-4 {
    padding-top: 1vw;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2vw;
    display: flex;
  }
}

#w-node-e570717e-8629-e538-38bb-3a6f43125898-f91b1db4 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: auto;
}

#w-node-e570717e-8629-e538-38bb-3a6f43125896-f91b1db4 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
  justify-self: end;
}

#w-node-eaae961b-59e3-0ba4-20c0-9f6f9036f410-f91b1db4 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_3664b689-47f0-7e77-c739-dc67b853ccde-f91b1db4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f8444f0a-3273-270e-64bb-5299b478e976-f91b1db4 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e570717e-8629-e538-38bb-3a6f431258c0-f91b1db4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a88be681-3162-5f84-37a3-b1a29c772a7c-f91b1db4 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e570717e-8629-e538-38bb-3a6f431258e8-f91b1db4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1b5f1c6a-c08f-d5b5-528c-5f46be61cfbe-f91b1db4 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_60a43a02-03d3-ff0c-864c-c2d7ec947e24-f91b1db4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8647c308-a7a4-c919-9f71-135841de104b-f91b1db4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_73ea3220-5497-f948-1678-04ece1f15d06-f91b1db4 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8e990583-e903-51d0-a752-687519597fe2-f91b1db4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8e990583-e903-51d0-a752-687519597fe3-f91b1db4 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_80c10df4-cdf5-5c66-6d56-847b63cc5b51-f91b1db4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_80c10df4-cdf5-5c66-6d56-847b63cc5b52-f91b1db4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-be522602-2937-6f64-37db-be93f4aeb9a5-f91b1db4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-be522602-2937-6f64-37db-be93f4aeb9a6-f91b1db4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_931ee654-08d2-7571-e12c-eea7e588ca7a-f91b1db4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_931ee654-08d2-7571-e12c-eea7e588ca7b-f91b1db4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcbe-781b1db6 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: auto;
}

#w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcc8-781b1db6 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-dc08704c-a72c-6f31-abf1-97ab6f45d070-2d1b1db9 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: auto;
}

#w-node-dc08704c-a72c-6f31-abf1-97ab6f45d076-2d1b1db9 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8b0-c20f2641 {
  grid-area: 1 / 5 / 2 / 13;
  justify-self: end;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8b2-c20f2641 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8b3-c20f2641 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8b4-c20f2641 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8b9-c20f2641 {
  grid-area: 2 / 5 / 3 / 13;
  justify-self: end;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8bd-c20f2641 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: end;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8bf-c20f2641 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8c0-c20f2641 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8c1-c20f2641 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8c6-c20f2641 {
  grid-area: 2 / 5 / 3 / 13;
  justify-self: end;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8ca-c20f2641 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: end;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8cc-c20f2641 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8cd-c20f2641 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8ce-c20f2641 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8d3-c20f2641 {
  grid-area: 2 / 5 / 3 / 13;
  justify-self: end;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8d7-c20f2641 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: end;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8d9-c20f2641 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8da-c20f2641 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8db-c20f2641 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f9982285-10da-9fc7-85e0-a0e7208df8e0-c20f2641 {
  grid-area: 2 / 5 / 3 / 13;
  justify-self: end;
}

#w-node-d7051f7e-af03-9f64-f78e-4d280a1eda90-c20f2641 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: auto;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0b9-c20f2641 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0b7-c20f2641 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: end;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0a5-c20f2641 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: auto;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0a3-c20f2641 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0cd-c20f2641 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0cb-c20f2641 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0e1-c20f2641 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0df-c20f2641 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-_9bf037f9-95eb-6c9d-631a-16f60e42743b-0fc11db0 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: auto;
}

#w-node-baf6f154-b464-81f7-226a-475425ae3daa-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_636dfc45-9000-58a8-314a-b93f2aa1c011-0fc11db0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: end;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: auto;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-e318a111-6d29-8348-c765-a96f11101579-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-e318a111-6d29-8348-c765-a96f11101577-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_0aa30974-a884-e59e-60f6-82e83e6940ac-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-0fc11db0 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6154-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705366-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f78-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e611396c-4ca2-a594-1dab-76575d00b14c-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: auto;
}

#w-node-e611396c-4ca2-a594-1dab-76575d00b14a-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_513b2b87-df8c-eaae-34db-8de820d8f79a-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_985bd550-1357-23af-0ee5-117dfd4e3720-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-a7b91611-c86f-45f7-5e73-72203770e913-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a7b91611-c86f-45f7-5e73-72203770e911-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708457-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d7-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d00a-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa32-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-b4267d05-a057-217b-b5bf-f7b288af6bd4-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e29-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb7-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_7816e173-1fa9-7106-f679-b240ce7a283b-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_069b148b-7323-fd55-d353-9c9026be2450-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_069b148b-7323-fd55-d353-9c9026be244e-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-cf3425ec-4066-a989-450a-6d2adc92efc7-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3f-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5e1-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-c05dc6df-0140-c2a3-aceb-37df8fd24251-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-a7b15cf3-a216-2c13-c238-02a3703673e9-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f8-0fc11db0 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-0fc11db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-b7cefb48-056b-d290-29a4-faf4162046f7-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b7cefb48-056b-d290-29a4-faf4162046f5-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bd1-0fc11db0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-0fc11db0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1ab-36e37694 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1ad-36e37694 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1c1-36e37694 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1c7-36e37694, #w-node-c02421df-060b-a786-5f46-8a3e84b9b1cd-36e37694 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b869efed-6fb0-e3e7-6a29-bc02da343bc7-83c1d327 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-83c1d327 {
  grid-area: 1 / 5 / 2 / 13;
  justify-self: end;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-83c1d327 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: end;
  justify-self: end;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-83c1d327 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-_16a82fd2-03ca-bf47-1562-4f45a64093b8-83c1d327 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: auto;
}

#w-node-_16a82fd2-03ca-bf47-1562-4f45a64093c6-83c1d327 {
  grid-area: 1 / 4 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-eaae961b-59e3-0ba4-20c0-9f6f9036f410-f91b1db4 {
    grid-column-end: 7;
  }

  #w-node-_8e990583-e903-51d0-a752-687519597fe2-f91b1db4 {
    grid-row-end: 2;
    grid-column-end: 7;
  }

  #w-node-_8e990583-e903-51d0-a752-687519597fe3-f91b1db4 {
    grid-column-end: 7;
  }

  #w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcbe-781b1db6, #w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcc8-781b1db6, #w-node-dc08704c-a72c-6f31-abf1-97ab6f45d070-2d1b1db9, #w-node-dc08704c-a72c-6f31-abf1-97ab6f45d076-2d1b1db9 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b0-c20f2641 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b2-c20f2641 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b3-c20f2641 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b4-c20f2641 {
    grid-column-end: 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b9-c20f2641 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8bd-c20f2641 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8bf-c20f2641 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c0-c20f2641 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c1-c20f2641 {
    grid-column-end: 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c6-c20f2641 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8ca-c20f2641 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8cc-c20f2641 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8cd-c20f2641 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8ce-c20f2641 {
    grid-column-end: 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d3-c20f2641 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d7-c20f2641 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d9-c20f2641 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8da-c20f2641 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8db-c20f2641 {
    grid-column-end: 7;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8e0-c20f2641 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-d7051f7e-af03-9f64-f78e-4d280a1eda90-c20f2641, #w-node-_9bf037f9-95eb-6c9d-631a-16f60e42743b-0fc11db0, #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101579-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101577-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940ac-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6154-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705366-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f78-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14c-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14a-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f79a-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e3720-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e913-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e911-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708457-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d7-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d00a-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa32-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd4-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e29-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb7-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a283b-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be2450-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be244e-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc7-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3f-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5e1-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd24251-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e9-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f8-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f7-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f5-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bd1-0fc11db0 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-0fc11db0 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1ab-36e37694 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1ad-36e37694 {
    grid-column: 3 / 7;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1c1-36e37694 {
    grid-column: 5 / 7;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1c7-36e37694, #w-node-c02421df-060b-a786-5f46-8a3e84b9b1cd-36e37694 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-b869efed-6fb0-e3e7-6a29-bc02da343bc7-83c1d327 {
    grid-column-end: 7;
  }

  #w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-83c1d327 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-83c1d327 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-83c1d327, #w-node-_16a82fd2-03ca-bf47-1562-4f45a64093b8-83c1d327, #w-node-_16a82fd2-03ca-bf47-1562-4f45a64093c6-83c1d327 {
    grid-area: 1 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eaae961b-59e3-0ba4-20c0-9f6f9036f410-f91b1db4 {
    grid-column-end: 7;
  }

  #w-node-_73ea3220-5497-f948-1678-04ece1f15d06-f91b1db4 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8e990583-e903-51d0-a752-687519597fe2-f91b1db4 {
    grid-row-end: 2;
    grid-column-end: 5;
  }

  #w-node-_8e990583-e903-51d0-a752-687519597fe3-f91b1db4 {
    grid-column-end: 7;
  }

  #w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcbe-781b1db6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcc8-781b1db6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-dc08704c-a72c-6f31-abf1-97ab6f45d070-2d1b1db9 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-dc08704c-a72c-6f31-abf1-97ab6f45d076-2d1b1db9 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b0-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b2-c20f2641 {
    grid-column: 3 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b3-c20f2641 {
    grid-column-end: 3;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b4-c20f2641, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b9-c20f2641, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8bd-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8bf-c20f2641 {
    grid-column: 3 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c0-c20f2641 {
    grid-column-end: 3;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c1-c20f2641, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c6-c20f2641, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8ca-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8cc-c20f2641 {
    grid-column: 3 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8cd-c20f2641 {
    grid-column-end: 3;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8ce-c20f2641, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d3-c20f2641, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d7-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d9-c20f2641 {
    grid-column: 3 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8da-c20f2641 {
    grid-column-end: 3;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8db-c20f2641, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8e0-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-d7051f7e-af03-9f64-f78e-4d280a1eda90-c20f2641, #w-node-_9bf037f9-95eb-6c9d-631a-16f60e42743b-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-baf6f154-b464-81f7-226a-475425ae3daa-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_636dfc45-9000-58a8-314a-b93f2aa1c011-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101579-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101577-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940ac-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6154-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705366-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f78-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14c-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14a-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f79a-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e3720-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e913-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e911-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708457-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d7-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d00a-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa32-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd4-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e29-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb7-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a283b-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be2450-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be244e-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc7-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3f-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5e1-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd24251-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e9-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f8-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f7-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f5-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bd1-0fc11db0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-0fc11db0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1c7-36e37694 {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-b869efed-6fb0-e3e7-6a29-bc02da343bc7-83c1d327, #w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-83c1d327 {
    grid-column-end: 5;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-83c1d327 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-83c1d327, #w-node-_16a82fd2-03ca-bf47-1562-4f45a64093b8-83c1d327 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_16a82fd2-03ca-bf47-1562-4f45a64093c6-83c1d327 {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eaae961b-59e3-0ba4-20c0-9f6f9036f410-f91b1db4 {
    grid-column-end: 5;
  }

  #w-node-_73ea3220-5497-f948-1678-04ece1f15d06-f91b1db4 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8e990583-e903-51d0-a752-687519597fe2-f91b1db4 {
    grid-row-end: 2;
  }

  #w-node-_8e990583-e903-51d0-a752-687519597fe3-f91b1db4, #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b0-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b2-c20f2641 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b3-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8b9-c20f2641 {
    grid-row: 4 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8bd-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8bf-c20f2641 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c0-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8c6-c20f2641 {
    grid-row: 4 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8ca-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8cc-c20f2641 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8cd-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d3-c20f2641 {
    grid-row: 4 / 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d7-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8d9-c20f2641 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8da-c20f2641 {
    grid-column-end: 5;
  }

  #w-node-f9982285-10da-9fc7-85e0-a0e7208df8e0-c20f2641 {
    grid-row: 4 / 5;
  }

  #w-node-_636dfc45-9000-58a8-314a-b93f2aa1c011-0fc11db0, #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-0fc11db0, #w-node-e318a111-6d29-8348-c765-a96f11101577-0fc11db0, #w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-0fc11db0, #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-0fc11db0, #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-0fc11db0, #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-0fc11db0, #w-node-e611396c-4ca2-a594-1dab-76575d00b14a-0fc11db0, #w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-0fc11db0, #w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-0fc11db0, #w-node-a7b91611-c86f-45f7-5e73-72203770e911-0fc11db0, #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-0fc11db0, #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-0fc11db0, #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-0fc11db0, #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-0fc11db0, #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-0fc11db0, #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-0fc11db0, #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-0fc11db0, #w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-0fc11db0, #w-node-_069b148b-7323-fd55-d353-9c9026be244e-0fc11db0, #w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-0fc11db0, #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-0fc11db0, #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-0fc11db0, #w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-0fc11db0, #w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-0fc11db0, #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-0fc11db0, #w-node-b7cefb48-056b-d290-29a4-faf4162046f5-0fc11db0, #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-0fc11db0 {
    grid-column-end: 5;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1ab-36e37694 {
    grid-column-end: 3;
  }

  #w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-83c1d327 {
    grid-row: 4 / 5;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-83c1d327 {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-BlackItalic.otf') format('opentype'), url('../fonts/DINNextLTPro-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Black.otf') format('opentype'), url('../fonts/DINNextLTPro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-UltraLightIt.otf') format('opentype'), url('../fonts/DINNextLTPro-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}