:root {
  --size: 0px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.body {
  color: #000001;
  background-color: #000100;
  height: 100%;
  font-family: Golos Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.hero {
  background-color: #000100;
  height: 100%;
  max-height: 80vh;
}

.hero-wrapper {
  height: 100%;
  max-height: 80vh;
  position: relative;
}

.hero-logo {
  z-index: 20;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-text {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-images {
  height: 100%;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}

.lwg-welt-foreground {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lwg-welt-foreground.hide-desktop {
  display: none;
}

.lwg-welt-bg {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  display: block;
}

.lwg-welt-bg.hide-desktop {
  display: none;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.container.full-height {
  max-width: 1470px;
  height: 100%;
}

.container.no-padding {
  z-index: 99;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-logo-flex {
  justify-content: flex-end;
  align-items: center;
}

.image {
  max-width: 100%;
  height: 80px;
  margin-top: 40px;
}

.hero-text-flex {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-text-font {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
}

.div-block {
  font-size: 100px;
}

.hero-text-150 {
  font-size: 150px;
  font-weight: 800;
  line-height: 150px;
}

.hero-text-100 {
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
}

.brand-switcher {
  z-index: 10;
  background-color: #000100;
  margin-top: -80px;
  position: relative;
}

.choose-your-brand {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 1px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.brand-logo {
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-logo-button {
  cursor: pointer;
  width: 100%;
}

.brand-name {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.brand-switcher-content {
  background-color: #fff;
}

.laserworld-content {
  padding-top: 20px;
  padding-bottom: 0;
}

.tarm-content, .sollinger-content {
  padding-top: 20px;
}

.about-laserworld-group {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.quick-stack {
  padding: 0;
}

.heading {
  color: #c6c6c6;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 1em;
}

.tabs {
  background-color: #fff;
  min-height: 1040px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.solutions-side {
  z-index: 99;
  transform-origin: 0 0;
  color: #e6e6e6;
  text-align: center;
  text-transform: uppercase;
  margin-top: 120px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 480px)rotate(-90deg);
}

.tabs-2 {
  padding-left: 100px;
}

.tabs-2.hide-mobile {
  display: block;
}

.quick-stack-2 {
  padding: 0;
}

.tabs-content-quick-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 40px 0 0;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block {
  font-size: 26px;
  line-height: 1.2em;
}

.text-block-2 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-3 {
  margin-top: 45px;
}

.image-2, .image-3, .image-4 {
  border-radius: 5px;
  width: 100%;
}

.tab-link-academy {
  background-color: #c8c8c8;
}

.tab-link-academy.w--current {
  background-color: #0000;
  border-top: 2px solid #000208;
  border-left: 2px solid #000208;
  border-right: 2px solid #000208;
}

.tab-link {
  background-color: #0000;
  border: 2px solid #0000;
  border-left: 0 #000208;
  border-right: 0 #000208;
}

.tab-link.w--current {
  z-index: 1;
  background-color: #0000;
  border-top: 2px solid #000208;
  border-bottom-color: #fff;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
}

.tab-link-showeditor, .tab-link-showcontroller, .tab-link-shownet {
  background-color: #0000;
}

.tabs-menu {
  border-bottom: 0 #000208;
}

.tab-link-showcontroller-copy {
  background-color: #0000;
}

.button-secondary {
  color: #000208;
  border: 2px solid #000208;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000208;
}

.button-primary {
  color: #fff;
  background-color: #000208;
  border: 2px solid #000208;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 25px;
}

.facts {
  background-color: #000208;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 70px;
  line-height: 1.3em;
}

.image-5 {
  text-align: center;
  width: 90%;
}

.div-block-2 {
  position: relative;
}

.text-block-4 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-5 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
}

.quick-stack-4 {
  z-index: 10;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.career {
  background-color: #000208;
  padding-top: 250px;
  padding-bottom: 60px;
}

.text-block-6 {
  color: #fff;
  line-height: 1.2em;
}

.text-block-7 {
  color: #fff;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

.cell-4 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
}

.cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.cell-6 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.div-block-3 {
  position: relative;
}

.disappear-over-image {
  background-color: #000208;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.quick-stack-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.cell-7 {
  padding-top: 25px;
}

.vacancies {
  color: #fff;
  background-color: #000208;
  padding: 120px 0;
}

.heading-3 {
  font-size: 30px;
  line-height: 1.2em;
}

.accordion-dropdown-toggle {
  color: #fff;
  justify-content: space-between;
  height: 60px;
  padding-right: 20px;
  display: flex;
}

.accordion-dropdown-content {
  color: #fff;
  background-color: #0000;
  padding: 20px;
  display: block;
  position: static;
}

.accordion-dropdown-item {
  border-bottom: 2px solid #fff;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-dropdown-item.mobile-only {
  display: none;
}

.accordion-icon {
  color: #53b9df;
}

.accordion-dropdown-toggle-text {
  font-weight: 700;
}

.sales-brands {
  color: #fff;
  background-color: #000208;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-3 {
  grid-column-gap: 130px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.footer {
  color: #fff;
  background-color: #000208;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-4 {
  margin-left: auto;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link, .link-2 {
  color: #fff;
  text-decoration: none;
}

.horizontal-line-animated {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.quick-stack-6 {
  padding: 0;
}

.text-block-9 {
  margin-bottom: 20px;
}

.text-block-10 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

.cell-8 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
}

.div-block-5, .div-block-6, .div-block-7 {
  text-align: center;
}

.quick-stack-7 {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.div-block-8 {
  text-align: center;
  position: relative;
}

.div-block-9 {
  -webkit-text-fill-color: transparent;
  background-color: red;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: 100%;
  position: absolute;
}

.quick-stack-8 {
  margin-top: 20px;
}

.show-mobile-only {
  display: none;
}

.mobile-accordion-dropdown-toggle {
  color: #fff;
  height: 60px;
  display: flex;
}

.mobile-accordion-dropdown-content {
  color: #fff;
  background-color: #0000;
  padding: 20px;
  display: block;
  position: static;
}

.mobile-accordion-dropdown-toggle-text {
  font-weight: 700;
}

.mobile-accordion-dropdown-item {
  border-bottom: 2px solid #fff;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.mobile-accordion-dropdown-item.mobile-only {
  display: none;
}

.accordion-icon-plus {
  width: 25px;
  height: 25px;
}

.accordion-icon-minus {
  width: 25px;
  height: 25px;
  display: none;
}

.body-2 {
  background-color: #000208;
}

.rich-text-block {
  color: #fff;
  font-family: Golos Text, sans-serif;
}

.link-3 {
  color: #53b9df;
  text-decoration: underline;
}

.link-3.w--current {
  color: #00ebff;
}

.link-4 {
  color: #00ebff;
  text-decoration: underline;
}

.link-4.w--current {
  text-decoration: underline;
}

.div-block-12 {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}

.link-5, .link-6 {
  color: #53b9df;
}

.link-7, .link-8 {
  color: #00ebff;
}

.link-9 {
  color: #fff;
}

.image-7 {
  opacity: .5;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-2, .container-3 {
  position: relative;
}

.link-10 {
  color: #53b9df;
}

.lwg-welt-foreground-mobile {
  z-index: 10;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lwg-welt-foreground-mobile.hide-desktop {
  display: none;
}

.lwg-welt-bg-mobile {
  width: 100%;
  height: auto;
  display: none;
}

.lwg-welt-bg-mobile.hide-desktop {
  display: none;
}

.brand-switcher-placeholder {
  display: block;
}

.text-block-11 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.code-embed {
  width: 50px;
  height: auto;
}

.cell-9, .cell-10, .cell-11 {
  justify-content: flex-start;
  align-items: center;
}

.caret-up-animated {
  width: 50px;
  height: auto;
}

.image-8, .image-9, .image-10 {
  width: 100%;
}

.caret-up-animated-1, .caret-up-animated-2, .caret-up-animated-3 {
  width: 50px;
  height: auto;
}

.cell-12, .cell-13, .cell-14 {
  justify-content: center;
  align-items: flex-start;
}

.neon-link {
  color: #00e2ff;
  transition: opacity .2s;
}

.neon-link:hover {
  opacity: .9;
}

.image-13 {
  width: auto;
  height: 80px;
}

.div-block-13 {
  text-align: center;
}

.slider {
  pointer-events: auto;
  text-align: center;
  background-color: #000208;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.impressions {
  pointer-events: none;
  position: relative;
}

.slide-nav {
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 25px;
  height: 100%;
  margin-left: 15px;
  padding-left: 0;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  inset: 0% auto auto 0%;
}

.slide {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #000208;
  max-width: 100%;
}

.image-14 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-15 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-16 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-17 {

object-fit: contain;
height: 100px;
width: 100px !important;
}

.image-18 {
object-fit: contain;
height: 100px;
width: 100px !important;

}



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

.right-arrow, .left-arrow {
  pointer-events: none;
  display: none;
}

.impressions-slider-heading {
  opacity: 0;
  filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 25px);
}

.impressions-slider-heading.active {
  opacity: 1;
  filter: blur();
  line-height: 1em;
  display: block;
  position: relative;
  transform: translate(0);
}

.impressions-slider-headings {
  width: 100%;
  position: relative;
}

.slide-2, .slide-3 {
  background-color: #000208;
}

.button-tertiary {
  color: #fff;
  background-color: #000208;
  border: 2px solid #000208;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 18px;
    line-height: 1.2em;
  }

  .image {
    height: 60px;
  }

  .heading {
    font-size: 40px;
  }

  .solutions-side {
    font-size: 50px;
  }

  .tabs-2.hide-mobile {
    padding-left: 50px;
  }

  .text-block {
    font-size: 22px;
  }

  .text-block-2 {
    font-size: 35px;
  }

  .text-block-3 {
    margin-top: 25px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .tab-link.w--current {
    font-size: 16px;
  }

  .button-secondary, .button-primary {
    font-size: 18px;
  }

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

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

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

  .text-block-6 {
    font-size: 18px;
  }

  .div-block-3 {
    position: sticky;
    top: 0;
  }

  .cell-8 {
    padding-top: 0;
  }

  .quick-stack-7 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 16px;
    line-height: 1.2em;
  }

  .hero {
    max-height: 55vh;
  }

  .hero-wrapper {
    max-height: 60vh;
  }

  .hero-images {
    max-height: 55vh;
  }

  .lwg-welt-foreground, .lwg-welt-foreground.hide-mobile {
    display: none;
  }

  .lwg-welt-foreground.hide-desktop {
    display: block;
  }

  .lwg-welt-bg, .lwg-welt-bg.hide-mobil {
    display: none;
  }

  .lwg-welt-bg.hide-desktop {
    display: block;
  }

  .container {
    padding-bottom: 0;
  }

  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image {
    height: 25px;
    margin-top: 20px;
  }

  .hero-text-flex {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-text-font {
    margin-bottom: 100px;
    margin-left: 25px;
  }

  .hero-text-150 {
    font-size: 70px;
    line-height: 1em;
  }

  .hero-text-100 {
    font-size: 40px;
    line-height: 1em;
  }

  .brand-switcher {
    margin-top: -40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .choose-your-brand {
    font-size: 16px;
  }

  .brand-logo {
    object-fit: contain;
    flex-shrink: 0;
    width: 95px;
    max-width: none;
    height: 38px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .brand-logo-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 2px solid #fff;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .brand-logo-button.no-border {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-name {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .about-laserworld-group {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.1em;
  }

  .tabs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .solutions-side {
    font-size: 36px;
    line-height: 1.2em;
    position: relative;
    transform: translate(0)rotate(0);
  }

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

  .tabs-2.hide-mobile {
    display: none;
  }

  .tabs-content-quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .text-block {
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 26px;
  }

  .text-block-3 {
    margin-top: 25px;
  }

  .button-secondary, .button-primary {
    font-size: 18px;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .facts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2, .heading-2.facts-heading {
    font-size: 47px;
  }

  .image-5 {
    object-fit: cover;
    object-position: 50% 0%;
    min-height: 460px;
  }

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

  .text-block-5 {
    font-size: 17px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cell, .cell-2, .cell-3 {
    justify-content: center;
    align-items: center;
  }

  .career {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cell-7 {
    padding-top: 0;
  }

  .vacancies {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-dropdown-toggle {
    color: #fff;
    border-bottom: 2px solid #000208;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-dropdown-content {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-dropdown-item.mobile-only {
    color: #000208;
    border-style: none none solid;
    border-width: 0 0 2px;
    display: block;
  }

  .accordion-dropdown-item.mobile-only.last-one {
    border-bottom-style: none;
  }

  .accordion-dropdown-toggle-text {
    text-transform: uppercase;
    font-size: 20px;
  }

  .sales-brands {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-3 {
    grid-column-gap: 40px;
  }

  .footer {
    padding-bottom: 0;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
  }

  .flex-block-4 {
    flex-flow: wrap;
    padding-bottom: 60px;
  }

  .text-block-10 {
    font-size: 22px;
  }

  .cell-8 {
    padding-top: 20px;
  }

  .div-block-5, .div-block-6, .div-block-7 {
    text-align: center;
  }

  .div-block-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .div-block-10, .div-block-11 {
    width: 50%;
    font-size: 14px;
  }

  .sales-brands-image-wrapper {
    max-width: 100%;
  }

  .heading-4, .heading-5 {
    font-size: 26px;
    line-height: 1.2em;
  }

  .show-mobile-only {
    border: 2px solid #000208;
    margin-top: 20px;
    display: block;
  }

  .mobile-accordion-dropdown-toggle {
    color: #000208;
    border-bottom: 2px solid #000208;
    height: 40px;
    padding: 10px;
  }

  .mobile-accordion-dropdown-content {
    color: #000208;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-accordion-dropdown-toggle-text {
    text-transform: uppercase;
    text-overflow: clip;
    white-space: break-spaces;
    word-break: break-all;
    overflow-wrap: normal;
    font-size: 18px;
  }

  .mobile-accordion-dropdown-item {
    border-top: 2px solid #000208;
  }

  .mobile-accordion-dropdown-item.mobile-only {
    color: #000208;
    border-style: none none solid;
    border-width: 0 0 2px;
    display: block;
  }

  .mobile-accordion-dropdown-item.mobile-only.last-one {
    border-bottom-style: none;
  }

  .mobile-accordion-dropdown-item.mobile-only.first {
    height: auto;
  }

  .lottie-animation {
    color: #fff;
  }

  .lottie-animation.accordion-icon {
    position: absolute;
  }

  .accordion-icon-lottie {
    color: #fff;
  }

  .accordion-icon-lottie.accordion-icon {
    position: absolute;
  }

  .lwg-welt-foreground-mobile {
    object-fit: cover;
    object-position: 50% 100%;
    height: 100%;
    max-height: 55vh;
    display: block;
  }

  .lwg-welt-foreground-mobile.hide-mobile {
    display: none;
  }

  .lwg-welt-foreground-mobile.hide-desktop {
    display: block;
  }

  .lwg-welt-bg-mobile {
    object-fit: cover;
    object-position: 50% 100%;
    height: 100%;
    max-height: 55vh;
    display: block;
  }

  .lwg-welt-bg-mobile.hide-mobil {
    display: none;
  }

  .lwg-welt-bg-mobile.hide-desktop {
    display: block;
  }

  .text-block-11 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-9, .cell-11 {
    display: none;
  }

  .image-11 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .link-block, .sales-brand-link-block {
    max-width: 40%;
  }

  .sales-brand-link-block-copy {
    max-width: 22%;
  }

  .caret-up-animated-2 {
    width: 35px;
  }

  .image-14, .image-15, .image-16 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .impressions-slider-heading, .impressions-slider-heading.active {
    font-size: 35px;
  }
}

#w-node-_72e1e5fd-ab5f-bc4e-897c-852f02c62719-2a1d4945, #w-node-b224c526-08e6-8942-3151-92ede5c4febd-2a1d4945 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0b8eb6c-339f-2467-2693-eea97fc162ab-2a1d4945, #w-node-b10681ce-702d-4816-b550-b2d1b73283e7-2a1d4945, #w-node-_58f28112-1630-4a77-ca44-664c08c2efe5-2a1d4945, #w-node-_2a9a45f6-62a7-25d3-b2b9-f7c2ceaa8d4d-2a1d4945, #w-node-e5f9f5aa-fef9-6f1a-d91f-1bf3f434a7b1-2a1d4945, #w-node-e5f9f5aa-fef9-6f1a-d91f-1bf3f434a7b3-2a1d4945, #w-node-_4b9cdb72-a81c-eed4-1bac-daf08878d064-2a1d4945, #w-node-_4b9cdb72-a81c-eed4-1bac-daf08878d066-2a1d4945, #w-node-aa50a2d1-310e-72eb-f386-8d40ec1be118-2a1d4945, #w-node-aa50a2d1-310e-72eb-f386-8d40ec1be11a-2a1d4945, #w-node-faf3b74e-2ae2-f519-7806-2e9910af37d0-2a1d4945, #w-node-faf3b74e-2ae2-f519-7806-2e9910af37d2-2a1d4945, #w-node-_65aa09ec-76d1-a11f-d53a-05bab8481e16-2a1d4945, #w-node-_65aa09ec-76d1-a11f-d53a-05bab8481e18-2a1d4945, #w-node-_40fded66-035a-6ec4-ff7f-ff583784e309-2a1d4945, #w-node-_40fded66-035a-6ec4-ff7f-ff583784e30b-2a1d4945, #w-node-f9876c34-3906-c8e7-425d-3db1bdce0673-2a1d4945, #w-node-f9876c34-3906-c8e7-425d-3db1bdce0675-2a1d4945, #w-node-_98582a9f-2fab-35ff-ee98-ca6cceaf93ff-2a1d4945, #w-node-_98582a9f-2fab-35ff-ee98-ca6cceaf9401-2a1d4945, #w-node-_87c6b5c1-4f4b-75b1-28e0-b5a2d3e04746-2a1d4945, #w-node-_87c6b5c1-4f4b-75b1-28e0-b5a2d3e04748-2a1d4945, #w-node-a2364439-f6ab-1cd3-34ab-784f10de706b-2a1d4945, #w-node-_3447e521-7057-d066-3e23-98039b4d7df0-2a1d4945, #w-node-_87e7eea3-08ce-f688-16b6-a28f3aafd0c0-2a1d4945 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3a34c6fd-b800-2516-1c96-d50d2b1833d3-2a1d4945 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e0b8eb6c-339f-2467-2693-eea97fc162ab-2a1d4945, #w-node-b10681ce-702d-4816-b550-b2d1b73283e7-2a1d4945, #w-node-_58f28112-1630-4a77-ca44-664c08c2efe5-2a1d4945, #w-node-_40fded66-035a-6ec4-ff7f-ff583784e309-2a1d4945, #w-node-f9876c34-3906-c8e7-425d-3db1bdce0673-2a1d4945, #w-node-_98582a9f-2fab-35ff-ee98-ca6cceaf93ff-2a1d4945, #w-node-_87c6b5c1-4f4b-75b1-28e0-b5a2d3e04746-2a1d4945, #w-node-a2364439-f6ab-1cd3-34ab-784f10de706b-2a1d4945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72e1e5fd-ab5f-bc4e-897c-852f02c62719-2a1d4945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b224c526-08e6-8942-3151-92ede5c4febd-2a1d4945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-b224c526-08e6-8942-3151-92ede5c4febe-2a1d4945, #w-node-_3092303c-44e3-ca07-7566-937cb8554e95-2a1d4945 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0b8eb6c-339f-2467-2693-eea97fc162ab-2a1d4945, #w-node-b10681ce-702d-4816-b550-b2d1b73283e7-2a1d4945, #w-node-_58f28112-1630-4a77-ca44-664c08c2efe5-2a1d4945, #w-node-_2a9a45f6-62a7-25d3-b2b9-f7c2ceaa8d4d-2a1d4945, #w-node-e5f9f5aa-fef9-6f1a-d91f-1bf3f434a7b1-2a1d4945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5f9f5aa-fef9-6f1a-d91f-1bf3f434a7b3-2a1d4945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4b9cdb72-a81c-eed4-1bac-daf08878d064-2a1d4945, #w-node-aa50a2d1-310e-72eb-f386-8d40ec1be118-2a1d4945, #w-node-faf3b74e-2ae2-f519-7806-2e9910af37d0-2a1d4945, #w-node-_65aa09ec-76d1-a11f-d53a-05bab8481e16-2a1d4945, #w-node-_87e7eea3-08ce-f688-16b6-a28f3aafd0c0-2a1d4945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3a34c6fd-b800-2516-1c96-d50d2b1833d3-2a1d4945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


