:root {
  --black: black;
  --white: 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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

a {
  text-decoration: none;
}

.section__header {
  z-index: 9999;
  width: 100vw;
  height: 120px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, .7);
  border: 0 #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
}

.header-logo {
  height: 120px;
  order: -1;
  align-items: center;
  display: flex;
  position: static;
  left: 0;
}

.header-container {
  width: 90vw;
  height: 120px;
  max-width: 1300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.header__nav {
  height: 120px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: -20px;
  padding-right: 0;
  display: flex;
  right: 0;
}

.footer {
  width: 100vw;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid {
  width: 100%;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 0;
  grid-template-columns: 1fr 1fr 1fr minmax(200px, 1fr) 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-self: center;
  font-family: Space Grotesk, sans-serif;
}

.footer-title-address {
  color: rgba(255, 255, 255, .5);
  font-family: Space Grotesk, sans-serif;
}

.footer-title-copyright {
  color: rgba(255, 255, 255, .5);
}

.footer-title-legal {
  color: rgba(255, 255, 255, .5);
  font-family: Space Grotesk, sans-serif;
}

.footer-title-work-with-us, .footer-title-social, .footer-title-phone {
  color: rgba(255, 255, 255, .5);
}

.footer-address {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
}

.footer-copyright {
  color: #fff;
  font-size: 12px;
}

.footer-legal-privacy, .footer-imprint {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
}

.footer-work-with-us, .footer-social-linkedin, .footer-social-youtube, .footer-phone {
  color: #fff;
  font-size: 12px;
}

.section__testimonials {
  width: 100vw;
  min-width: 100px;
  background-color: #272727;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonials-container {
  margin-top: 0;
  padding: 0;
}

.slider-title {
  width: 50%;
  height: 40px;
  color: #fff;
  text-align: left;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  display: flex;
}

.slider {
  background-color: #272727;
  margin-top: 0;
}

.slider.slider-tech-partners {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

.slide-body {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.slide-body.slide-bodytxt-dark {
  color: #212427;
  margin-top: 0;
  font-weight: 400;
}

.testimonial-author-img-richard-scofield {
  width: 80px;
  height: 80px;
  background-image: url('../images/client_sthubert_richard_scofield.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 50px;
}

.name {
  color: #fff;
  margin-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
}

.name.client-author-dark {
  color: #212427;
}

.name.txt-dark {
  color: var(--black);
}

.left-arrow {
  width: 40px;
  height: 40px;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.left-arrow.left-arrow-alt {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 10%;
}

.right-arrow {
  width: 40px;
  height: 40px;
  justify-content: flex-end;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.right-arrow.right-arrow-alt {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 0%;
}

.testimonial-author {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.mask {
  height: auto;
}

.occupation {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.occupation.client-author-occupation-dark {
  color: #212427;
  font-weight: 400;
}

.occupation.txt-dark {
  color: var(--black);
}

.testimonial-author-name.client-author-dark {
  color: #222427;
}

.testimonial-author-img-marc-wengler {
  width: 80px;
  height: 80px;
  background-image: url('../images/client_cfl_marc_wengler.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.testimonial-author-img-marie-adelaide {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url('../images/client_arendt_marie_adelaide_leclercq_olhagaray.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.left-arrow-btn {
  width: 40px;
  height: 40px;
  background-color: #272727;
  border: 2px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-btn.left-arrow-btn-dark {
  background-color: #ededed;
  border-color: #212427;
}

.right-arrow-btn {
  width: 40px;
  height: 40px;
  background-color: #272727;
  border: 2px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-btn.right-arrow-btn-dark {
  background-color: #ededed;
  border-color: #212427;
}

.slide-nav {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-author-img-anders-nyland {
  width: 80px;
  height: 80px;
  background-image: url('../images/client_visitbergen_anders_nyland.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.body {
  max-width: 1000px;
}

.header__nav_link {
  color: #fff;
  align-self: center;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.header__nav_link.header__nav_link_last {
  right: 0;
}

.section__hero {
  width: 100vw;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-color: #8c9bb4;
  background-image: url('../images/hero_home_arendt_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.section__hero.hero__kiosk32 {
  background-color: #000;
  background-image: none;
}

.section__hero.hero__home {
  background-color: #000;
  background-attachment: fixed;
}

.section__hero.hero_ska_hub {
  background-color: #000;
  background-image: url('../images/hero_ska_hub.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section__hero.hero_ska_reider {
  background-image: url('../images/hero_ska_reider.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section__hero.hero_case_sthubert {
  background-color: #000;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: cover;
}

.section__hero.hero_case_cfl {
  background-color: #000;
  background-image: url('../images/case_transport_cfl.png');
  background-position: 50%;
  background-size: cover;
}

.section__hero.hero_thecompany {
  background-color: #000;
  background-image: url('../images/hero_company.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section__hero.hero_case_visitbergen {
  background-color: #000;
  background-image: url('../images/case_tourism_bergen.png');
  background-position: 50%;
  background-size: cover;
}

.section__hero.hero_case_arendt {
  background-color: #000;
  background-image: url('../images/hero_home_arendt_1.jpg');
  background-position: 100%;
  background-size: cover;
}

.section__hero.hero_technology {
  background-color: #000;
  background-image: none;
}

.section__hero.hero_contact {
  background-color: #000;
  background-image: url('../images/hero-contact-us.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section__hero.hero_order {
  background-color: #000;
  background-image: url('../images/hero-bg-ordering-earth.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section__hero.hero__component {
  background-color: #000;
  background-image: url('../images/hero_product_component.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section__hero.hero__special {
  background-color: #000;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: cover;
}

.hero-overlayer {
  z-index: 100;
  height: 100vh;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .5);
  background-clip: border-box;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-overlayer.hero__overlayer_soft {
  opacity: .5;
  display: block;
}

.hero-container {
  z-index: 1000;
  height: 120px;
  max-width: 1300px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__content_tagline_1 {
  color: #fff;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.hero__content_tagline_2 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.hero-tagline {
  height: 100px;
  grid-row-gap: 10px;
  flex-direction: column;
  order: -1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.hero-btn-scrolldown {
  order: 1;
  margin-bottom: 0;
}

.section__presentation {
  width: 100vw;
  background-color: #212427;
  border: 1px #000;
  border-bottom-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.presentation-container {
  flex-flow: column;
  align-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.h1-section-light {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.h1-section-light.align-left {
  text-align: left;
}

.card-info-title {
  color: #bcef30;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.card-info-body {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.card-info {
  background-color: #383a3d;
  border-radius: 10px;
  padding: 20px;
}

.grid-card-info {
  margin-top: 100px;
}

.grid-card-info.gris-card-info-component {
  margin-top: 50px;
}

.card-info-cta {
  width: 160px;
  height: 40px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #222427;
  border-radius: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  display: none;
  position: relative;
  box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
}

.card-info-cta-txt {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.card-info-cta-txt.link-no-underline {
  font-weight: 500;
  text-decoration: none;
}

.card-info-cta-label {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.section__solutions {
  width: 100vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.solutions-container {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h1-section-dark {
  color: #212427;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.h4-section-dark {
  color: #212427;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.grid-cards-3col {
  grid-column-gap: 54px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: end;
  margin-top: 100px;
  display: grid;
  overflow: hidden;
}

.card-solution {
  width: 400px;
  height: auto;
  border-radius: 10px;
  display: block;
  overflow: visible;
}

.card-solution-photo {
  height: 200px;
  background-color: red;
  background-image: url('../images/solutions_ska_hub.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-solution-photo.card-solution-skahub {
  height: 240px;
  background-color: #000;
  background-image: url('../images/hero_ska_hub.png');
  background-position: 50%;
  background-size: cover;
}

.card-solution-photo.card__photo_skalink {
  height: 240px;
  background-color: #000;
  background-image: url('../images/temp-card-ska-link.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-solution-photo.card__photo_skareider {
  height: 240px;
  background-color: #000;
  background-image: url('../images/temp-card-ska-reider.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-solution-photo.card-product-photo-kiosk55 {
  height: 240px;
  background-color: #fff;
  background-image: url('../images/card-product-kiosk55-footstand.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-solution-photo.card-product-photo-component {
  height: 240px;
  background-color: #fff;
  background-image: url('../images/card-product-component.png');
  background-position: 50%;
}

.card-solution-photo.card-product-photo-cube {
  height: 240px;
  background-color: pink;
  background-image: none;
}

.card-solution-content {
  background-color: #ededed;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.tech-spec {
  text-align: left;
}

.button-3 {
  width: 200px;
  height: 60px;
  background-color: #212427;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
}

.button-3.button-citrus {
  z-index: 9999;
  color: #333;
  background-color: #bcef30;
  margin-top: 50px;
  position: static;
}

.button-3.button-4 {
  margin-top: 100px;
}

.section__products {
  width: 100vw;
  background-color: #000;
}

.products-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-cards-2col {
  max-width: 1000px;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
  display: grid;
  position: static;
}

.h4-section-light {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.hi-light {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.hi-light.h1-left {
  text-align: left;
  line-height: 60px;
}

.hi-light.h1-dark {
  color: #212427;
}

.image-4 {
  width: 80px;
  height: 80px;
}

.section__calltoaction {
  width: 100vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.calltoaction-container {
  width: 90vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  bottom: 0;
}

.calltoaction-box {
  width: 100%;
  background-color: #212427;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.calltoaction-box.lemon {
  background-color: #bcef30;
}

.section__footer {
  width: 100vw;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .75);
}

.image-5 {
  margin-top: 0;
}

.dropdown-wrapper {
  width: auto;
  height: 120px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-trigger {
  width: 100%;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-block-20 {
  color: #ebff92;
  text-align: center;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
}

.dropdown-content {
  width: 25vw;
  height: auto;
  grid-row-gap: 20px;
  background-color: #212427;
  border: 1px solid #636363;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  margin-top: 320px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, .7);
}

.text-block-21 {
  color: #707070;
  font-family: Open Sans, sans-serif;
}

.text-block-22 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-12 {
  padding: 0;
  position: relative;
}

.footer-partners {
  z-index: auto;
  width: 100vw;
  height: 120px;
  grid-column-gap: 20px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-23 {
  color: #212427;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.text-span-2 {
  color: #bcef30;
}

.paragraph-2 {
  color: #212427;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-2.light {
  color: #fff;
  font-weight: 300;
}

.section__product-overview {
  width: 100vw;
  background-color: #ededed;
  padding: 100px 0;
}

.product-overview-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  border-radius: 10px;
}

.section__product-comparison {
  width: 100vw;
  background-color: #272727;
  padding: 0;
}

.button-4 {
  width: 200px;
  height: 60px;
  color: #272727;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
}

.product-comparison-container {
  width: 50vw;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-15 {
  margin-top: 100px;
}

.section__ressources {
  width: 100vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.resources-container {
  width: 90vw;
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.resources-container.container-nopadding-bottom {
  padding-bottom: 0;
}

.ressources-list {
  width: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.download-link {
  width: 100%;
  height: 60px;
  background-color: #ededed;
  border-radius: 5px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.download-name {
  width: 100%;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.icon {
  align-items: center;
  display: flex;
}

.image-16 {
  margin-right: 10px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grid-3 {
  grid-template-rows: auto auto;
  margin-top: 50px;
}

.tabs__grid-card-badge {
  width: 40px;
  height: 40px;
  background-color: #212427;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs__grid-card {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border: 2px solid #cecece;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.h3-tab {
  color: #212427;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.tab-title {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.section__tabs {
  width: 100vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tabs-container {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.header {
  z-index: 9999;
  width: 100vw;
  height: 120px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  margin-top: 400px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header.section__header {
  z-index: 3333;
  margin-top: 0;
  position: fixed;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.header-nav {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
}

.dropdown {
  height: 50%;
  display: flex;
}

.dropdown-list {
  width: auto;
  object-fit: fill;
  border-radius: 10px;
  display: none;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.dropdown-list.w--open {
  width: auto;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #212427;
  border: 1px solid gray;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.dropdown-link {
  width: 100%;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-link-2 {
  width: 100%;
  color: #fff;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
}

.dropdown-link-3 {
  width: 100%;
  color: #fff;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
}

.text-span-3, .text-span-4 {
  color: #707070;
}

.dropdown-toggle {
  height: 100%;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-span-5 {
  color: #707070;
}

.div-block-19 {
  width: 100%;
  object-fit: fill;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-20 {
  width: 100%;
  display: block;
  position: relative;
}

.div-block-20.menu-hide {
  display: none;
}

.div-block-21 {
  width: 100%;
  display: block;
  position: relative;
}

.div-block-21.menu-hide {
  display: none;
}

.logo-airxtouch {
  height: 40px;
}

.link-block-3 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
}

.text-block-28 {
  font-size: 14px;
  font-weight: 400;
}

.header-nav-link {
  height: 50%;
  align-items: center;
  display: flex;
}

.image-18 {
  opacity: .5;
  margin-top: 3px;
  margin-left: 6px;
}

.text-span-6, .text-span-7 {
  color: #707070;
}

.tab-link {
  height: 60px;
  grid-column-gap: 10px;
  background-color: #fff;
  border: 2px solid #212427;
  border-radius: 50px;
  align-items: center;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #212427;
  font-family: Space Grotesk, sans-serif;
}

.tab-link.tab-link-config {
  grid-column-gap: 6px;
  background-color: #ededed;
}

.tab-link.tab-link-config.w--current {
  grid-column-gap: 6px;
  background-color: #222427;
}

.text-block-32 {
  font-family: Space Grotesk, sans-serif;
}

.tabs-kiosk32 {
  margin-top: 100px;
}

.tabs-kiosk32-menu {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.section__case-studies-kiosk32 {
  width: 100vw;
  background-color: #000;
}

.case-studies-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.case-studies-kiosk32-grid {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: row;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 50px;
  display: grid;
  overflow: hidden;
}

.cell {
  border-radius: 10px;
}

.section__modal {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_content {
  width: auto;
  height: auto;
  max-height: 50vh;
  min-width: 40vw;
  object-fit: cover;
  background-color: #fff;
  border: 10px #000;
  border-radius: 10px;
  padding: 50px;
  overflow: auto;
  box-shadow: 0 10px 5px 10px rgba(0, 0, 0, .2);
}

.modal_content.modal_content_video {
  max-height: none;
  padding: 0;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
}

.specs_col_l, .specs_col_r {
  padding-left: 0;
  padding-right: 0;
}

.text-block-35 {
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
}

.text-block-36 {
  font-family: Inter, sans-serif;
}

.specs_row {
  object-fit: fill;
  margin-bottom: 19px;
}

.divider {
  width: 100%;
  height: 1px;
  color: rgba(33, 36, 39, .2);
  background-color: rgba(0, 0, 0, .2);
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-6 {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  display: block;
}

.list {
  padding-left: 12px;
}

.list-item {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

.list-item-2 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.list-item-3 {
  font-family: Open Sans, sans-serif;
}

.section__modal_comparison {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-5 {
  grid-row-gap: 10px;
  grid-template: ". ."
                 ". Area"
                 ". ."
                 "Area-2 ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

.btn-full-comparison, .modal_comparison_btn_close {
  width: 200px;
  height: 60px;
  color: #272727;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
}

.section__ordernow {
  width: 100vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.heading-7 {
  display: flex;
}

.card-case-study {
  width: 400px;
  height: auto;
  border-radius: 10px;
  margin-top: 0;
  display: block;
}

.card-case-study-photo {
  height: 200px;
  background-color: red;
  background-image: url('../images/solutions_ska_hub.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-case-study-photo.card__skahub {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: auto;
}

.card-case-study-photo.card__case_arendt {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_corporate_arendt.png');
  background-position: 50%;
  background-size: cover;
}

.card-case-study-photo.card__case_sthubert {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: cover;
}

.card-case-study-photo.card__case_sthubert.sthubert-32 {
  background-image: url('../images/thumb_case_sthubert_kiosk32.webp');
}

.card-case-study-photo.card__visitbergen {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_tourism_bergen.png');
  background-position: 50%;
  background-size: cover;
}

.card-case-study-photo.card__case_cfl {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_transport_cfl.png');
  background-position: 50%;
  background-size: cover;
}

.card-case-study-photo.card_case_arendt {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: auto;
}

.card-case-study-photo.card_case_arendt.card_single {
  background-image: url('../images/AIRxTOUCH---Arendt-Main-Entrance-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
}

.card-case-study-photo.card_tech_demo {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: auto;
}

.card-case-study-photo.card_tech_demo.card_single {
  background-color: #000;
  background-image: url('../images/thumb_video_tech_demo_series4.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.card-case-study-photo.card_tech_demo.card-single {
  background-image: url('../images/thumb_video_tech_demo.png');
  background-size: cover;
}

.card-case-study-photo.card_case_mertert {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: auto;
}

.card-case-study-photo.card_case_mertert.card_single {
  background-image: url('../images/case_mertert_thumb.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
}

.card-case-study-photo.card-case-study-kiosk32 {
  height: 240px;
  background-color: pink;
  background-image: none;
}

.card-case-study-photo.card__skahub-copy {
  height: 240px;
  background-color: gray;
  background-image: url('../images/case_foodservice_sthubert.png');
  background-position: 50%;
  background-size: auto;
}

.case_studies__card_descr {
  height: auto;
  min-height: 52%;
  background-color: #ededed;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.case_studies__card_descr.case_studies_card_descr_light {
  background-color: #fff;
}

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

.background-video {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-kiosk55-configurator {
  margin-top: 100px;
  margin-bottom: 0;
}

.tabs_kiosk55_configurator_menu {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.image-25, .image-26 {
  height: 16px;
}

.text-block-38, .text-block-39 {
  font-family: Space Grotesk, sans-serif;
}

.image-27, .image-28, .image-29 {
  height: 16px;
}

.tabs-content-3 {
  height: 100%;
  border-radius: 10px;
  margin-top: 50px;
}

.tab-pane-red {
  height: auto;
  border-radius: 0;
}

.mask-2 {
  border-radius: 10px;
  overflow: hidden;
}

.slide {
  border-radius: 10px;
}

.left-arrow-2 {
  width: 40px;
  height: 40px;
  border: 2px solid #222427;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
  display: flex;
  left: 0;
}

.left-arrow-2.left-arrow-offcanvas {
  border-color: #fff;
  left: -140px;
}

.right-arrow-3 {
  width: 40px;
  height: 40px;
  border: 2px solid #212427;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 40px;
  display: flex;
  right: 0;
}

.right-arrow-3.right-arrow-offcanvas {
  border-color: #fff;
  right: -140px;
}

.slider-kiosk55-red, .slider-kiosk55-frosted {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
}

.footstand-vs-wallmount {
  width: 100%;
  height: 500px;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.set_it_up_your_way__img {
  width: 50%;
  height: 100%;
  background-image: url('../images/set_ip_up_your_way.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.set_it_up_your_way__info {
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.set_it_up_your_way__info.large {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.set_it_up_your_way__info.set_it_up_your_way__info_large {
  width: 100%;
  border-radius: 20px;
  margin: 100px 0 0;
}

.text-block-40 {
  color: #272727;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-5 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-28 {
  margin-top: 40px;
}

.section__bringingpeople {
  width: 100vw;
  background-color: #212427;
}

.bringingpeople-container {
  width: 90vw;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-9.h4-dark {
  color: #212427;
}

.columns-x2 {
  width: 100%;
  grid-column-gap: 40px;
  flex-flow: row;
  align-content: flex-end;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-3 {
  background-color: rgba(255, 255, 255, .2);
  flex: 0 auto;
  order: 1;
  padding: 40px;
}

.citation-author {
  grid-column-gap: 20px;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  display: flex;
}

.citation-author-img {
  width: 60px;
  height: 60px;
  background-color: pink;
  border-radius: 50px;
}

.citation-author-img.portrait_client_arendt {
  background-image: url('../images/client_arendt_marie_adelaide_leclercq_olhagaray.png');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.portrait_team_olivier {
  background-color: var(--white);
  background-image: url('../images/olivier_profile_pic_2024.jpg');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.portrait_client_sthubert_richard_scofield {
  background-image: url('../images/client_sthubert_richard_scofield.png');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.portrait_client_sthubert_katherine_harton {
  background-image: url('../images/portrait_client_katherine_harton.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.citation-author-img.portrait_client_cfl_emmanuel_loffet {
  background-image: url('../images/portrait_client_emmanuel_loffet.jpg');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.portrait_client_cfl_marc_wengler {
  background-image: url('../images/client_cfl_marc_wengler.png');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.portrait_client_visitbergen_andres_nyland {
  background-image: url('../images/client_visitbergen_anders_nyland.png');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.marie-adelaide-leclercq-olhagaray {
  background-image: url('../images/client_arendt_marie_adelaide_leclercq_olhagaray.png');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.richard-scofield {
  background-image: url('../images/client_sthubert_richard_scofield.png');
  background-position: 50%;
  background-size: cover;
}

.citation-author-img.katherine-harton {
  background-image: url('../images/portrait_client_katherine_harton.jpg');
  background-position: 50%;
  background-size: cover;
}

.citation-author-name {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-41 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.text-block-43 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.quote_author_name {
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

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

.quote {
  color: #fff;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.paragraph-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-44 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-44.carbon {
  color: #212427;
}

.column-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .2);
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.paragraph-7 {
  font-family: Open Sans, sans-serif;
}

.h1-section-purple {
  color: #9f2cff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.section__solution-hwsw {
  width: 100vw;
  background-color: #000;
}

.solution_hwsw_container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.schema-ska-hub {
  margin-top: 100px;
}

.section__ska-platform {
  width: 100vw;
  height: auto;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.ska-platform-img {
  background-color: #8700f8;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ska-platform-info {
  background-color: #272727;
  padding: 40px 220px 40px 40px;
  position: static;
}

.paragraph-8 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.btn-product-sheet {
  width: 200px;
  height: 60px;
  color: #272727;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
}

.btn-product-sheet.button-citrus {
  color: #333;
  background-color: #bcef30;
}

.image-33 {
  height: 800px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  right: 0;
}

.div-block-30 {
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns-3 {
  margin-top: 50px;
}

.columns-x2-fullw {
  height: auto;
  flex-direction: row;
  display: flex;
}

.list-2 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
}

.list-item-4, .list-item-5 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.divider_light {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 50px;
}

.block-quote-2 {
  height: 20px;
  color: #fff;
  border-left-color: #8700f8;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.section__case-studies-ska-hub {
  width: 100vw;
  background-color: #ededed;
  margin-top: 0;
}

.section__similarproject {
  width: 100vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.section__aboutus {
  width: 100vw;
  background-color: #324758;
}

.section__tech_partners {
  width: 100vw;
  background-color: #ededed;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tech-partners {
  width: 80vw;
  height: 260px;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.div-block-32 {
  height: 50px;
}

.image-34 {
  height: 40px;
  margin-top: 5px;
}

.image-35 {
  height: 22px;
}

.image-36, .image-37 {
  height: 30px;
}

.image-38 {
  height: 70px;
  margin-bottom: 40px;
}

.tech-partners-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.slide-1 {
  height: auto;
}

.portrait_denis_gaudreault {
  width: 80px;
  height: 80px;
  background-image: url('../images/portrait_partnert_denis_gaudreault.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.section__investors {
  width: 100vw;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.investors-img {
  background-color: #fff;
  background-image: url('../images/finger_pointing.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.investors-info {
  background-color: #272727;
  padding: 40px 220px 40px 40px;
  position: static;
}

.section__getintouch {
  width: 100vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.portrait_mary_peterson {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url('../images/portrait_partner_mary_peterson.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.portrait-john-raines {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url('../images/portrait_partner_jon_raines.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.a-white {
  color: #fff;
  text-decoration: underline;
}

.section__theclient {
  width: 100vw;
  background-color: #f2b743;
}

.section__theclient.section__theclient_cfl {
  background-color: #c41034;
}

.section__theclient.section__theclient-visitbergen {
  background-color: #8f4441;
}

.section__theclient.section__theclient-arendt {
  background-color: #1f447b;
}

.section__theclient.section__theclient-cfl {
  background-color: #c41034;
}

.theclient-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-47 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-47.light {
  color: #fff;
  font-family: Inter, sans-serif;
}

.theclient-digest {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.section__theproject {
  width: 100vw;
  background-color: #212427;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.theproject-container {
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.youtube {
  margin-top: 0;
}

.section__press_releases {
  width: 100vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-2 {
  margin-top: 100px;
}

.paragraph-spacetop {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.video-3 {
  margin-top: 100px;
}

.bold-text {
  text-align: left;
  display: block;
}

.slider-photo-wide {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 100px;
  padding: 0;
  overflow: visible;
}

.slide-2 {
  border-radius: 10px;
}

.citation-box-wide {
  background-color: rgba(255, 255, 255, .2);
  margin-top: 100px;
  padding: 40px;
}

.section__best-experience {
  width: 100vw;
  background-color: #212427;
}

.section__tech_demo {
  width: 100vw;
  background-color: #ededed;
  margin-top: 0;
}

.tech_demo__container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section__magicrecipe {
  width: 100vw;
  background-color: #ededed;
}

.column-l-magicrecipe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.column-r-magicrecipe {
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.paragraph-9 {
  color: #212427;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.section__behavior {
  width: 100vw;
  background-color: #212427;
}

.behavior-container {
  width: 90vw;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.column-l-behavior {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.column-r-behavior {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-block-48 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.background-video-2 {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
}

.section__showroom {
  width: 100vw;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section__form-contact {
  width: 100vw;
  background-color: #ededed;
}

.form-contact-container {
  width: 60vw;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 0;
  display: flex;
}

.form-container {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 40px;
}

.paragraph10 {
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.field-label {
  align-items: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.field-label.field-label-care {
  margin-bottom: 10px;
}

.form_name {
  grid-column-gap: 40px;
  margin-bottom: 20px;
  display: flex;
}

.form_email {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.field-label-2 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field, .text-field-2 {
  height: 60px;
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.form_phone, .form_company {
  grid-column-gap: 40px;
  margin-bottom: 20px;
  display: flex;
}

.form_dropdown_enquiry {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.select-field {
  height: 60px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.form_message {
  grid-column-gap: 40px;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.textarea {
  min-height: 140px;
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.grid-form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-form.grid-form-paymentpack {
  margin-top: 40px;
}

.text-block-49 {
  color: #707070;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.submit-button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  background-color: #272727;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
}

.form-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

.background-video-3 {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.showroom_img {
  height: auto;
  background-color: #272727;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.showroom_info {
  background-color: #272727;
  padding: 40px 220px 40px 40px;
  position: static;
}

.showrooms {
  margin-top: 40px;
}

.form_product {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form_configuration {
  grid-column-gap: 0px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form_player {
  grid-column-gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.section__form-order {
  width: 100vw;
  background-color: #ededed;
}

.form-order-container {
  width: 60vw;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 0 100px;
  display: flex;
}

.form_quantity {
  grid-column-gap: 40px;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-163 {
  height: 60px;
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  padding: 20px;
}

.text-block-50 {
  color: #aaa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form_order_group1, .form_order_group2 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 40px;
}

.form_order_group3 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px;
}

.form_delivery_address {
  grid-column-gap: 40px;
  margin-bottom: 20px;
  display: flex;
}

.form_how_did_you_hear_about_us {
  grid-column-gap: 40px;
  margin-bottom: 0;
  display: flex;
}

.heading-10, .heading-11, .heading-12 {
  font-family: Open Sans, sans-serif;
}

.div-block-167 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.background-video-order {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.text-block-53 {
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.section__mentions {
  width: 100vw;
  background-color: #ededed;
  padding-top: 50px;
  position: static;
  top: 120px;
}

.mentions_container {
  width: 60vw;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 0;
  display: flex;
}

.heading-13 {
  font-family: Open Sans, sans-serif;
}

.paragraph-mentions {
  color: #212427;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-mentions.mentions-space {
  line-height: 30px;
}

.block_mentions {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-170 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 100px;
  padding: 50px;
  display: flex;
}

.text-block-54 {
  font-family: Inter, sans-serif;
}

.card-product {
  width: 400px;
  height: auto;
  border-radius: 10px;
  display: block;
  overflow: visible;
}

.card-product-photo {
  height: 200px;
  background-color: red;
  background-image: url('../images/solutions_ska_hub.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-product-photo.card-product-photo-kiosk32 {
  height: 240px;
  background-color: #fff;
  background-image: url('../images/card-product-kiosk32-wall-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-product-content {
  height: auto;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.footer-container {
  width: 90vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  bottom: 0;
}

.h1-hero {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;
  position: relative;
}

.h3-hero {
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
  position: relative;
}

.h3-hero.align-left {
  text-align: left;
}

.title-2levels {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h3-light {
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
  position: relative;
}

.h3-light.align-left {
  text-align: left;
}

.h2-light {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Space Grotesk, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.bodytxt-light {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.bodytxt-light.space-top-medium {
  margin-top: 50px;
  margin-bottom: 0;
}

.bodytxt-light.kill-spacebottom {
  margin-bottom: 0;
}

.bodytxt-light.semibold {
  font-weight: 600;
}

.bodytxt-light.component-intro {
  margin-top: 50px;
  margin-bottom: 0;
}

.citation-light {
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.author-name-light {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.author-occupation-light {
  color: #fff;
  font-size: 12px;
}

.columns-x2-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.columns-x2-right {
  background-color: rgba(255, 255, 255, .2);
  flex: 0 auto;
  order: 1;
  padding: 40px;
}

.case-studies-ska-hub-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.card-case-study-content {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.schema-ska-reider {
  margin-top: 100px;
}

.bodytxt-dark {
  color: #212427;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.bodytxt-dark.light {
  color: #fff;
  font-weight: 300;
}

.bodytxt-dark.kill-spacetop, .bodytxt-dark.nopadding {
  margin-top: 0;
}

.smalltext-dark {
  color: #212427;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.case-studies-kiosk32-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-cards-2col-1row {
  max-width: 1000px;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 100px;
  display: grid;
  position: static;
}

.testimonial-author-img-xxx {
  width: 80px;
  height: 80px;
  background-color: pink;
  border-radius: 50px;
}

.section__case-studies-kiosk55 {
  width: 100vw;
  background-color: #000;
}

.case-studies-kiosk55-grid {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  margin-top: 50px;
  display: grid;
  overflow: visible;
}

.slider-testimonials-kiosk55 {
  background-color: #272727;
  margin-top: 0;
}

.slider-testimonials-kiosk55.slider-tech-partners {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

.slider-testimonials-kiosk32 {
  background-color: #272727;
  margin-top: 0;
}

.slider-testimonials-kiosk32.slider-tech-partners {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

.heading-14 {
  color: #212427;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.citation-quote {
  color: #fff;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.best-experience-container {
  width: 90vw;
  max-width: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.citation-dark {
  color: #212427;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.block-quotes-white {
  height: 20px;
  color: #fff;
  border-left-color: #ededed;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.aboutus-container {
  width: 90vw;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h3-dark {
  color: #212427;
  font-family: Space Grotesk, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

.h3-dark.h3-dark-set-ut-up {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-6 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-55, .text-block-56, .text-block-57 {
  font-family: Space Grotesk, sans-serif;
}

.text-block-58, .heading-15, .heading-16 {
  font-family: Inter, sans-serif;
}

.superscript {
  top: -9px;
}

.kill-uppercase {
  text-transform: none;
}

.sectionxxx {
  width: 100vw;
  background-color: pink;
}

.container {
  width: 40vw;
  padding: 100px 0;
}

.div-block-171 {
  width: 90%;
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

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

.div-block-173 {
  width: auto;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-40 {
  max-width: 100%;
}

.text-block-59, .text-block-60 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.div-block-174 {
  display: flex;
}

.image-41 {
  height: 40px;
}

.footer-brand-back-to-top {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 180px);
}

.navbar {
  filter: blur(12px);
  display: none;
}

.back-to-top {
  display: none;
}

.scrollto-section__presentation {
  width: 0;
  height: 5px;
  background-color: red;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
  font-family: Space Grotesk, sans-serif;
}

.text-block-62, .text-block-63, .text-block-64, .text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73, .text-block-74, .text-block-75 {
  font-family: Inter, sans-serif;
}

.scroll-target {
  width: 0;
  height: 0;
  background-color: red;
  position: relative;
  top: -120px;
}

.slider-kiosk55-yellow {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
}

.section__intro_component {
  width: 100vw;
  background-color: #212427;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.oem-example {
  width: 100%;
  margin-top: 100px;
  display: block;
}

.text-block-76 {
  z-index: 100;
  color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  position: absolute;
}

.image-45 {
  border-radius: 0;
  position: relative;
}

.div-block-179 {
  padding: 0;
}

.error-message {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-77 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-78 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.text-block-79 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.success-message-2 {
  width: 60vw;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-80 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.error-message-2 {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_mounting, .form_payment_pack {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.lottie-animation {
  width: 100px;
}

.lottie-animation-2 {
  width: 100px;
  margin-bottom: 10px;
}

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

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

.gesture-name {
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-46 {
  display: none;
}

.lottie-animation-3 {
  width: 100px;
  margin-bottom: 10px;
}

.badge-new {
  background-color: #bcef30;
  margin-top: 0;
}

.badge-new.badge-new-aligned {
  margin-top: -12px;
}

.badge-new-label {
  color: #212427;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-180 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.youtube-2 {
  width: 50vw;
  height: auto;
}

.by-cc8_block {
  z-index: 9999;
  width: 20vw;
  color: #fff;
  background-color: #bcef30;
  border-radius: 5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 5px 10px #000;
}

.by-cc8_link {
  color: #000;
  cursor: pointer;
  box-shadow: 0 2px #000;
}

.by-cc8_link:hover {
  opacity: .8;
}

.by-cc8_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  margin-left: 1rem;
  display: grid;
}

.by-cc8_buttons-wrapper:hover {
  opacity: .8;
}

.by-cc8_button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5rem;
}

.by-cc8_button:hover {
  color: #dafdb8;
  background-color: #000;
}

.text-block-81 {
  font-family: Inter, sans-serif;
}

.text-block-82 {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.btn-goto-website {
  width: 200px;
  height: 60px;
  color: #272727;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
}

.btn-goto-website.button-citrus {
  color: #333;
  background-color: #bcef30;
}

.div-block-181 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-182, .hero-tagline-line2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.table-tech-specs-kiosk32 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.tech-specs-columns-3 {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #cecece;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
}

.tech-specs-columns-3.tech-specs-columns-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-6 {
  height: auto;
}

.tech-specs-columns-2 {
  width: 100%;
  border-bottom: 1px solid #cecece;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.column-7, .column-8, .column-9, .column-10, .column-11 {
  padding-left: 0;
  padding-right: 20px;
}

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

.column-13, .column-14 {
  padding-left: 0;
  padding-right: 20px;
}

.table-tech-specs-kiosk55 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form_config {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.goto-contact {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #fff;
  border-bottom: 4px solid #fff;
  padding: 20px 0 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
}

.goto-contact.goto-contact-dark {
  border-bottom-color: var(--black);
  color: var(--black);
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 600;
}

.badge-light {
  color: #fff;
  background-color: #fff;
}

.div-block-184 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-185 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.text-span-8 {
  text-decoration: none;
}

.button-disabled {
  width: 200px;
  height: 60px;
  opacity: .3;
  color: #212427;
  cursor: default;
  background-color: rgba(33, 36, 39, 0);
  border: 2px solid #222427;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
}

.button-disabled.button-citrus {
  z-index: 9999;
  color: #333;
  background-color: #bcef30;
  margin-top: 50px;
  position: static;
}

.button-disabled.button-4 {
  margin-top: 100px;
}

.theproject-digest {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.theproject-digest-item {
  color: #fff;
}

.grid-7 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  grid-template-rows: auto;
  justify-content: space-around;
  align-items: end;
  margin-top: 100px;
}

.div-block-186 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.card-tech-demo {
  width: 400px;
  height: auto;
  border-radius: 10px;
  margin-top: 0;
  display: block;
}

.a-black {
  color: #212427;
  text-decoration: underline;
}

.footer-txt {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 16px;
}

.youtube-3 {
  border-radius: 10px;
  margin-top: 0;
}

.youtube-embedded {
  min-width: 100%;
  border-radius: 10px;
  margin-top: 50px;
  overflow: hidden;
}

.table-tech-specs-kiosk55-copy {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quick-stack-2 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
}

.cell-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  align-items: center;
}

.cell-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.gallery-img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  border: 1px solid #dadada;
  border-radius: 20px;
}

.image-48 {
  border-radius: 20px;
}

.cell-4, .cell-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.link {
  color: var(--black);
  text-decoration: underline;
}

.kiosk32-testimonial {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #bcef30;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 50px;
  display: flex;
}

.kiosk32-testimonial.bg-grey {
  height: 100%;
  background-color: #ededed;
  justify-content: space-between;
}

.kiosk32-testimonial.bg-white {
  background-color: var(--white);
  justify-content: space-between;
}

.section__distributors {
  width: 100vw;
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.distributors-container {
  max-width: 130px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.columns-4 {
  width: 60vw;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-15, .column-16, .column-17 {
  background-color: #272727;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.distributor-payfacto {
  height: 22px;
}

.distri-container {
  width: 90vw;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  margin: 100px 0;
  display: flex;
}

.distributor-ck {
  height: 35px;
}

.distributor-samsung {
  height: 22px;
}

.txt-distributor-market {
  opacity: .4;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.link-block-distributor {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.link-block-distributor:hover {
  opacity: .5;
}

.link-2, .link-3, .link-4, .link-5 {
  color: var(--white);
  text-decoration: underline;
}

.link-6 {
  color: var(--black);
  text-decoration: underline;
}

.portrait-denis-robert {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  background-image: url('../images/partner-payfacto-denis-robert.webp');
  background-position: 50%;
  background-size: contain;
  border-radius: 50px;
}

.columns-5 {
  width: 100%;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-18 {
  height: 100%;
  padding-left: 25px;
  padding-right: 0;
}

.column-19 {
  padding-left: 0;
  padding-right: 25px;
}

.link-7, .link-8 {
  color: var(--white);
  text-decoration: underline;
}

.section__quebec {
  width: 100vw;
  background-color: #ededed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-author-img-denis-robert {
  width: 80px;
  height: 80px;
  background-color: #ededed;
  background-image: url('../images/partner-payfacto-denis-robert.webp');
  background-position: 50%;
  background-size: contain;
  border-radius: 50px;
}

.div-block-188 {
  width: 100%;
  height: 40px;
  background-color: #bcef30;
}

.section {
  z-index: 1000;
  position: absolute;
  top: 120px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-4 {
  width: 100vw;
  height: 40px;
  background-color: #bcef30;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4.w--current {
  background-color: #4d4d4d;
}

.text-block-83 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.header-special {
  z-index: 9999;
  width: 100vw;
  height: 120px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  margin-top: 400px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header-special.section__header {
  z-index: 3333;
  margin-top: 0;
  position: fixed;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.header-nav-special {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.distributor-ishopfood {
  height: 50px;
}

.columns-x2-behavior {
  width: 100%;
  grid-column-gap: 40px;
  flex-flow: row-reverse;
  align-content: flex-end;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-container-quebec {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section__case-studies-kiosk55-copy {
  width: 100vw;
  background-color: #000;
}

.link-9, .link-10 {
  color: #212427;
  text-decoration: underline;
}

.grid-packshots-kiosk32 {
  width: 100%;
  grid-template-rows: auto;
  margin-top: 50px;
}

.case-studies-kiosk55-grid-copy {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  margin-top: 50px;
  display: grid;
  overflow: visible;
}

.grid-packshots-kiosk55 {
  width: 100%;
  grid-template-rows: auto;
  margin-top: 50px;
}

@media screen and (min-width: 1920px) {
  .section__header {
    z-index: 9999;
    height: 120px;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: rgba(0, 0, 0, .4);
    border: 1px #fff;
    border-bottom-style: solid;
    border-radius: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: auto;
  }

  .header-logo {
    height: 120px;
    align-items: center;
    display: flex;
  }

  .header-container {
    max-width: 1640px;
  }

  .header__nav {
    display: flex;
  }

  .footer {
    background-color: #000;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-grid {
    width: 1640px;
    max-width: 1640px;
    grid-template-columns: max-content max-content max-content max-content max-content;
    grid-template-areas: ". . . . ."
                         ". . . . Area";
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-title-address, .footer-title-copyright, .footer-title-legal, .footer-title-work-with-us, .footer-title-social, .footer-title-phone {
    color: gray;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
  }

  .footer-address {
    color: #fff;
    margin-top: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
  }

  .footer-block-address {
    width: auto;
    object-fit: fill;
  }

  .footer-block-copyright {
    object-fit: fill;
  }

  .footer-copyright {
    color: #fff;
    margin-top: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
  }

  .footer-legal-privacy, .footer-imprint, .footer-work-with-us {
    color: #fff;
    margin-top: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .footer-block-social {
    object-fit: fill;
  }

  .footer-social-linkedin, .footer-social-youtube {
    color: #fff;
    margin-top: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .footer-block-phone {
    margin-top: 40px;
  }

  .footer-phone {
    color: #fff;
    margin-top: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .footer-block-logo {
    height: 40px;
    margin-top: 40px;
  }

  .section__testimonials {
    background-color: #272727;
  }

  .testimonials-container {
    max-width: 1360px;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
  }

  .slider-title {
    text-align: left;
    font-family: Space Grotesk, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
  }

  .slider {
    color: #fff;
    background-color: #272727;
    padding-top: 0;
  }

  .slide-body {
    margin-top: 40px;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
  }

  .testimonial-author-img-richard-scofield {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/client_sthubert_richard_scofield.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .name {
    font-family: Space Grotesk, sans-serif;
    font-size: 24px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 99px;
    display: flex;
    top: -3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .left-arrow.left-arrow-alt {
    width: 40px;
    height: 40px;
    border-style: none;
    border-radius: 0;
    flex-direction: row;
    margin-right: 0;
    display: flex;
  }

  .right-arrow {
    width: 40px;
    border: 2px solid #fff;
    border-radius: 10px;
    flex-direction: column;
    top: -3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .right-arrow.right-arrow-alt {
    width: 40px;
    border-style: none;
    border-radius: 0;
    display: flex;
  }

  .testimonial-author {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: center;
    margin-top: 60px;
    display: flex;
    overflow: visible;
  }

  .mask {
    height: auto;
    object-fit: fill;
    overflow: visible;
  }

  .occupation {
    margin-top: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .testimonial-author-img-marc-wengler {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/client_cfl_marc_wengler.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .testimonial-author-img-marie-adelaide {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/client_arendt_marie_adelaide_leclercq_olhagaray.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .left-arrow-btn {
    width: 40px;
    height: 40px;
    object-fit: fill;
    border-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-arrow-btn.left-arrow-btn-dark {
    width: 40px;
    height: 40px;
  }

  .slider-nav-left-icon {
    padding-right: 2px;
  }

  .right-arrow-btn {
    width: 40px;
    height: 40px;
    object-fit: fill;
    border-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow-btn.right-arrow-btn-dark {
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
  }

  .slide-nav {
    margin-right: 60px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .testimonial-author-img-anders-nyland {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/client_visitbergen_anders_nyland.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
    overflow: visible;
  }

  .section__hero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section__hero.hero__kiosk32, .section__hero.hero__home, .section__hero.hero_ska_hub, .section__hero.hero_case_sthubert, .section__hero.hero_case_cfl, .section__hero.hero_thecompany, .section__hero.hero_case_visitbergen, .section__hero.hero_technology, .section__hero.hero_contact, .section__hero.hero_order {
    position: relative;
    top: auto;
  }

  .section__hero.hero__component {
    position: relative;
    top: 0;
  }

  .section__hero.hero__special {
    position: relative;
    top: auto;
  }

  .hero-container {
    height: 120px;
  }

  .calltoaction-container {
    max-width: 1640px;
  }

  .case-studies-kiosk32-grid {
    grid-template-columns: 1fr;
  }

  .section__bringingpeople {
    position: relative;
    top: 0;
  }

  .columns-x2-fullw {
    width: 100vw;
    min-height: 600px;
  }

  .tech-partners-container {
    max-width: 1300px;
    overflow: hidden;
  }

  .portrait_denis_gaudreault {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/portrait_partnert_denis_gaudreault.jpg');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .portrait_mary_peterson {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/portrait_partner_mary_peterson.jpg');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .portrait-john-raines {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/portrait_partner_jon_raines.jpg');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .testimonial-author-img-xxx {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/client_sthubert_richard_scofield.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .case-studies-kiosk55-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .slider-testimonials-kiosk55, .slider-testimonials-kiosk32 {
    color: #fff;
    background-color: #272727;
    padding-top: 0;
  }

  .nav-menu-dropdown {
    display: inline-block;
  }

  .distributors-container {
    max-width: 1300px;
    overflow: hidden;
  }

  .portrait-denis-robert, .testimonial-author-img-denis-robert {
    width: 80px;
    height: 80px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/partner-payfacto-denis-robert.webp');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-radius: 120px;
    margin-top: 0;
  }

  .case-studies-kiosk55-grid-copy {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

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

  .slider.slider-tech-partners {
    width: 90vw;
    max-width: 730px;
  }

  .hero-overlayer {
    z-index: 2;
    width: 100vw;
    position: absolute;
  }

  .hero-container {
    height: 80px;
    max-width: 700px;
    margin-bottom: 40px;
    bottom: 0%;
  }

  .hero-tagline {
    height: 100px;
    grid-row-gap: 0px;
    top: -30px;
  }

  .hero-btn-scrolldown {
    display: flex;
  }

  .presentation-container {
    max-width: 700px;
  }

  .h1-section-light {
    font-size: 50px;
  }

  .solutions-container {
    max-width: 700px;
  }

  .h1-section-dark {
    margin-bottom: 0;
  }

  .grid-cards-3col {
    flex-direction: column;
    display: flex;
  }

  .card-solution {
    width: 500px;
    margin-bottom: 20px;
  }

  .card-solution-photo.card-solution-skahub {
    height: 300px;
  }

  .button-3 {
    margin-top: 0;
    position: static;
  }

  .button-3.button-4 {
    margin-top: 50px;
    position: static;
  }

  .products-container {
    max-width: 700px;
  }

  .grid-cards-2col {
    flex-direction: column;
    display: flex;
  }

  .section__calltoaction {
    top: auto;
  }

  .calltoaction-container {
    max-width: 700px;
  }

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

  .footer-brand {
    align-items: center;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-block.footer-block-address, .footer-block.footer-block-copyright, .footer-block.footer-block-legal, .footer-block.footer-block-get-in-touch {
    margin-bottom: 40px;
  }

  .footer-block.footer-block-social {
    margin-bottom: 0;
  }

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

  .footer-link {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .image-5 {
    height: 60px;
  }

  .section__product-overview {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section__product-overview.product_overview_kiosk55 {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-overview-container {
    width: 90vw;
    max-width: 730px;
    flex-wrap: nowrap;
    align-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .quick-stack, .product-comparison-container {
    width: 90vw;
    max-width: 730px;
  }

  .section__ressources {
    min-height: auto;
    position: relative;
  }

  .resources-container {
    max-width: 700px;
  }

  .resources-container.container-nopadding-bottom {
    max-width: 730px;
    min-height: auto;
  }

  .grid-3 {
    width: 90vw;
    max-width: 730px;
  }

  .tabs-container {
    max-width: 700px;
  }

  .header.section__header {
    display: none;
  }

  .case-studies-container {
    max-width: 730px;
  }

  .card-case-study {
    width: 500px;
  }

  .card-case-study-photo.card__case_arendt, .card-case-study-photo.card__case_sthubert, .card-case-study-photo.card__visitbergen, .card-case-study-photo.card__case_cfl, .card-case-study-photo.card_case_arendt.card_single, .card-case-study-photo.card_tech_demo.card_single, .card-case-study-photo.card_case_mertert.card_single, .card-case-study-photo.card-case-study-kiosk32 {
    height: 300px;
  }

  .background-video {
    z-index: 1;
  }

  .slide {
    margin-bottom: 0;
    position: static;
  }

  .footstand-vs-wallmount {
    height: auto;
    flex-flow: column;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
  }

  .set_it_up_your_way__img {
    width: 100%;
    height: 400px;
    background-position: 50% 60%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    position: static;
  }

  .set_it_up_your_way__info {
    width: 100%;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    margin-bottom: 0;
    position: static;
  }

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

  .columns-x2 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .schema-ska-hub {
    max-width: 700px;
  }

  .section__ska-platform {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .ska-platform-img {
    flex-direction: column;
    order: 1;
  }

  .ska-platform-info {
    order: -1;
    padding-right: 40px;
  }

  .image-33 {
    padding-top: 0;
  }

  .div-block-30 {
    align-items: center;
  }

  .columns-x2-fullw {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .tech-partners {
    width: 90vw;
    max-width: 730px;
  }

  .image-34 {
    height: 30px;
  }

  .image-35 {
    height: 18px;
  }

  .image-36, .image-37 {
    height: 26px;
  }

  .image-38 {
    height: 60px;
  }

  .tech-partners-container {
    max-width: 730px;
  }

  .investors-img {
    height: 500px;
  }

  .investors-info {
    padding-right: 40px;
  }

  .theclient-container, .theproject-container {
    width: 90vw;
    max-width: 730px;
  }

  .behavior-container {
    max-width: 730px;
  }

  .background-video-2 {
    z-index: 1;
  }

  .form-contact-container {
    width: 90vw;
    max-width: 730px;
  }

  .showroom_info {
    padding-right: 40px;
  }

  .form-order-container, .mentions_container {
    width: 90vw;
    max-width: 730px;
  }

  .card-product {
    width: 500px;
  }

  .card-product-photo.card-product-photo-kiosk32 {
    height: 300px;
  }

  .h1-hero {
    font-size: 54px;
    top: 20px;
  }

  .h3-hero {
    order: 1;
    font-size: 18px;
    display: block;
    top: 20px;
  }

  .bodytxt-light {
    margin-bottom: 0;
    padding-top: 0;
  }

  .bodytxt-light.kill-spacebottom, .bodytxt-light.semibold {
    margin-top: 50px;
  }

  .schema-ska-reider {
    max-width: 700px;
  }

  .bodytxt-dark {
    width: auto;
  }

  .grid-cards-2col-1row {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .case-studies-kiosk55-grid {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-174 {
    grid-column-gap: 60px;
    justify-content: space-between;
    display: flex;
  }

  .image-41 {
    height: 40px;
  }

  .navbar {
    z-index: 9999;
    width: 100vw;
    height: 120px;
    filter: none;
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: block;
    position: fixed;
  }

  .image-42 {
    height: 40px;
  }

  .navbar-container {
    z-index: 5000;
    width: 90vw;
    height: 100%;
    max-width: 730px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .brand {
    order: -1;
  }

  .menu-button {
    order: 1;
    padding: 0;
  }

  .menu-button.w--open {
    filter: invert();
    background-color: #000;
    border-radius: 20px;
  }

  .div-block-175 {
    width: 100vw;
    height: 120px;
    filter: blur(12px);
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
  }

  .nav-menu {
    z-index: 0;
    height: 100vh;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 101, 101, .7);
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: Space Grotesk, sans-serif;
    font-size: 20px;
    display: flex;
    top: 0;
  }

  .nav-menu.blurred {
    width: 100vw;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    mix-blend-mode: normal;
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, .3);
  }

  .nav-link {
    color: #fff;
    padding: 10px 0;
    font-family: Space Grotesk, sans-serif;
    font-size: 40px;
  }

  .nav-link.nav-link-secondary {
    padding-left: 50px;
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .nav-link.nav-link-small {
    font-size: 16px;
  }

  .div-block-176 {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 255, .7);
  }

  .nav-menu-group {
    width: 90vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    order: 1;
    margin-bottom: 40px;
  }

  .text-block-61 {
    color: #fff;
    font-size: 40px;
  }

  .nav-menu-dropdown {
    width: 100%;
    order: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .dropdown-list-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
  }

  .dropdown-list-2.w--open {
    color: #fff;
    padding-left: 40px;
  }

  .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
    color: #fff;
  }

  .dropdown-list-caption {
    width: 80vw;
    color: #707070;
    padding: 0 20px 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .text-citrus {
    color: #bcef30;
  }

  .nav-menu-dropdown-list {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
  }

  .nav-menu-dropdown-list.w--open {
    color: #fff;
    padding-left: 40px;
  }

  .dropdown-toggle-2 {
    padding: 10px 0;
    display: flex;
  }

  .dropdown-toggle-2.w--open {
    align-items: center;
  }

  .image-43 {
    height: 10px;
    opacity: .4;
    margin-top: 10px;
    padding-left: 10px;
  }

  .dropdown-toggle-3, .dropdown-toggle-4 {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .tabs-content-4 {
    width: 90vw;
  }

  .div-block-177 {
    margin-top: 50px;
  }

  .div-block-178 {
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 0, .31);
    position: absolute;
  }

  .nav-menu-container {
    width: 90vw;
    max-width: 730px;
  }

  .scroll-target.scroll-targer-shortpage {
    top: 0;
  }

  .badge-new {
    order: -1;
    align-self: center;
    margin-top: 0;
    position: relative;
    top: 20px;
  }

  .div-block-180 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-tagline-line2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
  }

  .goto-contact {
    font-size: 50px;
  }

  .button-disabled {
    margin-top: 0;
    position: static;
  }

  .button-disabled.button-4 {
    margin-top: 50px;
    position: static;
  }

  .card-tech-demo {
    width: 500px;
  }

  .div-block-187 {
    align-self: center;
  }

  .kiosk32-testimonial {
    width: 90vw;
  }

  .distributors-container {
    max-width: 730px;
  }

  .columns-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-18 {
    margin-bottom: 50px;
    padding-left: 0;
  }

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

  .header-special.section__header {
    display: none;
  }

  .columns-x2-behavior {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .tabs-container-quebec {
    max-width: 700px;
  }

  .case-studies-kiosk55-grid-copy {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-tagline {
    align-items: center;
  }

  .section__footer {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .right-arrow-3 {
    right: 140px;
  }

  .column-l-behavior {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .by-cc8_block {
    max-width: 95vw;
    bottom: 2.5vw;
    left: 2.5vw;
  }

  .youtube-embedded {
    width: 90vw;
  }

  .columns-4 {
    width: 60vw;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .columns-5 {
    width: 90vw;
  }

  .tabs-container-quebec {
    max-width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .section__testimonials {
    display: none;
  }

  .testimonial-author {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section__hero.hero__home {
    display: block;
  }

  .hero-overlayer {
    z-index: 10;
    background-color: rgba(0, 0, 0, .6);
    display: block;
    position: absolute;
  }

  .hero-container {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }

  .hero-tagline {
    z-index: 100;
    width: 90vw;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
    top: auto;
    bottom: 50px;
  }

  .hero-btn-scrolldown {
    display: none;
  }

  .section__presentation {
    width: 100vw;
  }

  .presentation-container {
    align-items: center;
  }

  .h1-section-light {
    width: 90vw;
    text-align: center;
    line-height: 50px;
  }

  .h1-section-light.align-left {
    width: 90vw;
    max-width: 90vw;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    object-position: 50% 50%;
    flex-flow: row;
    display: flex;
    overflow: visible;
  }

  .grid-card-info {
    width: 90vw;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h1-section-dark {
    font-size: 40px;
    line-height: 40px;
  }

  .h4-section-dark {
    opacity: 1;
    text-align: center;
  }

  .h4-section-dark.kill-uppercase {
    text-align: center;
  }

  .grid-cards-3col {
    flex-direction: column-reverse;
  }

  .card-solution {
    width: 90vw;
  }

  .card-solution-photo.card-solution-skahub, .card-solution-photo.card__photo_skalink, .card-solution-photo.card__photo_skareider, .card-solution-photo.card-product-photo-kiosk55, .card-solution-photo.card-product-photo-component, .card-solution-photo.card-product-photo-cube {
    height: 170px;
  }

  .grid-cards-2col {
    order: 0;
    align-self: auto;
  }

  .h4-section-light {
    opacity: .4;
  }

  .hi-light {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .calltoaction-container {
    z-index: 0;
    width: 100vw;
    max-width: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .calltoaction-box {
    text-align: center;
    border-radius: 0;
    padding: 50px 20px;
  }

  .footer-brand {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .footer-block.footer-block-address {
    display: none;
  }

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

  .image-5 {
    height: 40px;
  }

  .footer-partners {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    display: none;
  }

  .product-overview-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quick-stack {
    margin-bottom: 50px;
  }

  .section__product-comparison {
    display: none;
  }

  .product-comparison-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .resources-container {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .resources-container.container-nopadding-bottom {
    padding-bottom: 50px;
  }

  .tabs-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-kiosk32 {
    display: none;
  }

  .case-studies-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-case-study {
    width: 90vw;
  }

  .card-case-study-photo.card__case_arendt, .card-case-study-photo.card__case_sthubert, .card-case-study-photo.card__visitbergen, .card-case-study-photo.card__case_cfl {
    height: 170px;
  }

  .card-case-study-photo.card_case_arendt.card_single {
    height: 170px;
    margin-top: 50px;
  }

  .card-case-study-photo.card_tech_demo.card_single {
    margin-top: 50px;
  }

  .card-case-study-photo.card_case_mertert.card_single {
    height: 170px;
    margin-top: 50px;
  }

  .card-case-study-photo.card-case-study-kiosk32, .set_it_up_your_way__img {
    height: 170px;
  }

  .set_it_up_your_way__info {
    align-items: center;
  }

  .bringingpeople-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-x2 {
    margin-top: 50px;
  }

  .column-3 {
    padding: 20px;
  }

  .citation-author {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .citation-author-name {
    text-align: left;
    align-items: flex-start;
  }

  .text-block-41, .text-block-43 {
    text-align: left;
  }

  .quote_author_name {
    grid-row-gap: 0px;
    text-align: left;
    margin-bottom: 10px;
  }

  .quote_author_position {
    text-align: left;
  }

  .quote {
    font-size: 30px;
  }

  .column-5 {
    align-items: flex-start;
    padding: 20px;
  }

  .h1-section-purple {
    font-size: 50px;
  }

  .solution_hwsw_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .schema-ska-hub {
    width: 90vw;
    margin-top: 50px;
  }

  .ska-platform-info {
    padding: 50px 20px;
  }

  .image-33 {
    height: 400px;
  }

  .list-2 {
    width: 90vw;
  }

  .divider_light, .section__tech_partners {
    display: none;
  }

  .tech-partners-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section__investors {
    flex-direction: column-reverse;
  }

  .investors-img {
    height: 300px;
    order: 1;
  }

  .investors-info {
    order: -1;
  }

  .theclient-container {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .theclient-digest {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .theproject-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .citation-box-wide {
    padding: 20px;
  }

  .tech_demo__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-l-magicrecipe {
    padding: 20px;
  }

  .behavior-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-r-behavior {
    padding: 20px;
    display: none;
  }

  .form-contact-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-container {
    padding: 20px;
  }

  .text-field {
    width: 100%;
    min-width: 100%;
  }

  .text-field-2, .select-field, .textarea {
    width: 100%;
  }

  .grid-form {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .showroom_info {
    display: none;
  }

  .form_product {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-163 {
    width: 100%;
  }

  .form_order_group1, .form_order_group2, .form_order_group3 {
    padding: 20px;
  }

  .mentions_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-170 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .card-product {
    width: 90vw;
    order: 3;
    align-self: center;
  }

  .card-product.card-product-kiosk55 {
    order: 1;
  }

  .card-product.card-product-kiosk32 {
    order: 2;
  }

  .card-product-photo.card-product-photo-kiosk32 {
    height: 170px;
  }

  .h1-hero {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .h3-hero {
    text-align: center;
    line-height: 20px;
  }

  .h2-light {
    margin-top: 50px;
  }

  .bodytxt-light.space-top-medium {
    width: 90vw;
  }

  .bodytxt-light.component-intro {
    width: 80vw;
  }

  .citation-light {
    font-size: 22px;
    line-height: 30px;
  }

  .author-name-light {
    font-size: 16px;
  }

  .author-occupation-light {
    font-size: 14px;
  }

  .columns-x2-right {
    padding: 20px;
  }

  .case-studies-ska-hub-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .schema-ska-reider {
    width: 90vw;
  }

  .bodytxt-dark {
    width: 70vw;
  }

  .case-studies-kiosk32-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-cards-2col-1row {
    margin-top: 50px;
  }

  .best-experience-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-quotes-white {
    height: auto;
    margin-bottom: 50px;
  }

  .aboutus-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-171 {
    width: 90vw;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    margin-top: 50px;
  }

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

  .text-block-59, .text-block-60 {
    font-size: 10px;
  }

  .image-41 {
    height: 70px;
  }

  .navbar {
    height: 80px;
  }

  .image-42 {
    height: 26px;
    text-align: left;
    display: block;
  }

  .brand {
    display: block;
  }

  .nav-menu-dropdown-list.w--open {
    padding-left: 0;
  }

  .back-to-top {
    display: none;
  }

  .form_mounting, .form_payment_pack {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-180 {
    flex-direction: column-reverse;
  }

  .by-cc8_buttons-wrapper {
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .hero-tagline-line2 {
    flex-direction: column-reverse;
  }

  .form_config {
    flex-direction: column;
    align-items: flex-start;
  }

  .goto-contact {
    line-height: 50px;
  }

  .theproject-digest {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .card-tech-demo {
    width: 90vw;
  }

  .menu-hide {
    display: none;
  }

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

  .kiosk32-testimonial {
    padding: 30px;
  }

  .section__distributors {
    display: none;
  }

  .distributors-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-x2-behavior {
    margin-top: 50px;
  }

  .tabs-container-quebec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-packshots-kiosk55 {
    grid-template-columns: 1fr;
  }
}

#w-node-_8d5e21ec-042a-3820-af8b-1c6ac2867cf7-223d644f, #w-node-_6a3de85f-1c2f-8b8b-702b-014989c68cb9-223d644f, #w-node-e70e285b-92b4-9eba-d5f5-9c686b1680d7-223d644f, #w-node-_0ca287e2-2641-4cb0-786e-976ca7af964c-223d644f, #w-node-_7018c2d0-f297-49cb-8f71-738071026672-223d644f, #card-product-55.w-node-_7018c2d0-f297-49cb-8f71-738071026669-223d644f, #card-product-32.w-node-_7018c2d0-f297-49cb-8f71-738071026660-223d644f, #w-node-_6b39d58b-a16f-f8e6-1412-ff51a63f3cd7-a63f3cc6, #w-node-_6b39d58b-a16f-f8e6-1412-ff51a63f3ce3-a63f3cc6, #w-node-_6b39d58b-a16f-f8e6-1412-ff51a63f3cf1-a63f3cc6, #w-node-_5023ae48-b691-24e8-ac20-8fd0166d57a2-223d6461, #w-node-da5012b3-8e7c-3fed-f74a-624615eddbd9-223d6461, #w-node-f8e6690c-1bc3-f5b1-db01-d1f52d7b3b90-223d6465, #Player.w-node-_6f3a101a-f2da-86e1-956f-29444b0ac86e-223d6465, #w-node-ba110181-1ff0-86fd-f2bc-753535fbb64f-223d6465, #w-node-_6bf0c76b-8e5a-8df5-84be-91199aba7e42-223d6465, #w-node-_5023ae48-b691-24e8-ac20-8fd0166d57a2-223d6465, #w-node-_768746eb-832c-c6cc-f5e5-acc60d012bb3-223d6467, #w-node-_768746eb-832c-c6cc-f5e5-acc60d012bba-223d6467, #w-node-_768746eb-832c-c6cc-f5e5-acc60d012bc1-223d6467, #w-node-_768746eb-832c-c6cc-f5e5-acc60d012bc7-223d6467, #w-node-db8bc1e0-63e4-c3cc-40d1-0e447e656cb1-223d6469, #w-node-_31de47e0-8af8-5363-d28e-82471690f1ff-223d6469, #w-node-b4d5c75d-b7a2-be4e-ee72-b041848184c8-223d6469, #w-node-_0f5f39c5-0d08-2626-ca5f-168c859011cb-223d6469, #w-node-_1efd0a79-abd4-dbd1-5c80-dcaaf07199f8-223d6469, #w-node-c0926f81-1581-fba9-0524-c9bb30e209df-223d6469, #w-node-_971d7710-8d6f-339c-4f3b-2fff3c45e30c-223d6469, #w-node-b376b639-77e5-2853-d7b6-cad7c52eb5bf-223d6469, #w-node-_8cf7da62-bf89-a239-934e-d7d06f1253f5-223d6469, #w-node-b5e55555-d4de-ef91-f1d0-046cb9304481-223d6469, #w-node-_3b0435c2-818c-26ff-004e-2a6689380d1e-223d6469, #w-node-ceccb98c-7c0f-d48c-aa6d-0145931ccf1c-223d6469, #w-node-_7a43030c-b80e-dff6-3ac4-7071892ef1ae-223d6469, #w-node-a12af7d4-cc46-b374-38e7-a7ba50bd8ae5-223d6469, #w-node-bac08394-a82d-9e20-33e7-ecdb97490a0c-223d6469, #w-node-_0d2aedfd-3c4a-1ad6-820c-d1317412e93a-223d6469, #w-node-_27085fe3-b4b5-806f-fd3a-d263fbab6021-223d6469, #w-node-c53da30d-76ec-d9cc-f053-0198ad6b8266-223d6469, #w-node-e4fa1948-b041-5647-fd5b-36616586852e-223d6469, #w-node-_0d27740b-c261-1ecb-09a2-b5017bf9666c-223d6469, #w-node-_6924d492-b9ff-74d2-4de7-db2ffe23f317-223d6469, #w-node-_5fdd02c6-ae7f-98fb-5e2b-79a108e5ea9a-223d6469, #w-node-_0349213c-30c6-5e65-71a0-5ff6c0be6a0d-223d6469, #w-node-fc471dc7-469a-8585-0081-86ae155a7219-223d6469, #w-node-b4e4564e-79b6-fb5e-5a85-5ec019b25da4-223d6469, #w-node-_39dd9b77-b9c8-f148-cf2e-e7ff394f5091-223d6469, #w-node-b8faf151-64ac-202e-dada-b9836ed074f2-223d6469, #w-node-f72412bb-ea55-0343-881f-bb0f448023f6-223d6469, #w-node-_21d4a7cd-fdc9-dc52-41c1-e28f14f13871-223d6469, #w-node-c0861c14-a0a5-8923-c4fd-7c2edb4429ec-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c1803-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c180a-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c180d-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c1814-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c1817-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c181d-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c1820-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c1826-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c1791-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c1797-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c179a-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17a0-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17a3-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17a9-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17ac-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17b2-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17b7-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17bd-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17c0-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17c6-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17c9-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17cf-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17d2-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17d8-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17dd-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17e3-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17e6-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17ec-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17ef-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17f5-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17f8-223d6469, #w-node-_426aea7b-52bc-687e-dda2-dcc8880c17fe-223d6469, #w-node-_67d9c08c-1db0-4c8c-529d-3f0522e61ada-223d6469, #w-node-c6ef0400-351a-72aa-5b96-907cab47f8fc-223d6469, #w-node-_8f7f8265-d0b5-1d13-24e0-b201b959cbea-223d6469, #w-node-dfa2903a-9c21-a6b9-5987-7bb205a2f73c-223d6469, #w-node-_03a91834-92d3-48bb-0f08-9016c8e24af1-223d6469, #w-node-_03a91834-92d3-48bb-0f08-9016c8e24af2-223d6469, #w-node-a62b7b56-34b2-cb73-00a9-2cdb5572ebe3-223d6469, #w-node-_9855b379-fc48-be0e-21ea-66819272ef91-223d6469, #w-node-_9659ad17-e6ce-6a07-3bdc-c0843587b19c-223d646a, #w-node-_274c48d0-421d-4065-ef1c-ee3e0b1871b6-223d646c, #w-node-f2e92be4-f99e-bc4a-5419-2dd5c09ba2a9-223d646c, #w-node-_81a4c07f-6412-be92-64f9-dfde485563ad-223d646c, #w-node-_65d56e95-8556-3957-8206-9dcae223e779-223d646c, #w-node-_65d56e95-8556-3957-8206-9dcae223e77b-223d646c, #w-node-_3eadcc42-e414-c259-f032-0ce4d9754f60-223d646c, #w-node-_3eadcc42-e414-c259-f032-0ce4d9754f62-223d646c, #w-node-_25e3dc5e-deaa-6782-5345-75e1fbe64cdd-223d646c, #w-node-_25e3dc5e-deaa-6782-5345-75e1fbe64cdf-223d646c, #w-node-_7657b8b3-1e45-feaf-7264-bc5a171605fa-223d646c, #w-node-_7657b8b3-1e45-feaf-7264-bc5a171605fc-223d646c, #w-node-f4ccb504-0c3b-4dbc-dac5-185e92220888-223d646c, #w-node-f4ccb504-0c3b-4dbc-dac5-185e9222088a-223d646c, #w-node-d1508230-e8b7-743c-42c7-cd75c6474dd7-223d646c, #w-node-db8bc1e0-63e4-c3cc-40d1-0e447e656cb1-2dfefef0, #w-node-_31de47e0-8af8-5363-d28e-82471690f1ff-2dfefef0, #w-node-b4d5c75d-b7a2-be4e-ee72-b041848184c8-2dfefef0, #w-node-_0f5f39c5-0d08-2626-ca5f-168c859011cb-2dfefef0, #w-node-_1efd0a79-abd4-dbd1-5c80-dcaaf07199f8-2dfefef0, #w-node-c0926f81-1581-fba9-0524-c9bb30e209df-2dfefef0, #w-node-_971d7710-8d6f-339c-4f3b-2fff3c45e30c-2dfefef0, #w-node-b376b639-77e5-2853-d7b6-cad7c52eb5bf-2dfefef0, #w-node-_8cf7da62-bf89-a239-934e-d7d06f1253f5-2dfefef0, #w-node-b5e55555-d4de-ef91-f1d0-046cb9304481-2dfefef0, #w-node-_3b0435c2-818c-26ff-004e-2a6689380d1e-2dfefef0, #w-node-ceccb98c-7c0f-d48c-aa6d-0145931ccf1c-2dfefef0, #w-node-_7a43030c-b80e-dff6-3ac4-7071892ef1ae-2dfefef0, #w-node-a12af7d4-cc46-b374-38e7-a7ba50bd8ae5-2dfefef0, #w-node-bac08394-a82d-9e20-33e7-ecdb97490a0c-2dfefef0, #w-node-_0d2aedfd-3c4a-1ad6-820c-d1317412e93a-2dfefef0, #w-node-_27085fe3-b4b5-806f-fd3a-d263fbab6021-2dfefef0, #w-node-c53da30d-76ec-d9cc-f053-0198ad6b8266-2dfefef0, #w-node-e4fa1948-b041-5647-fd5b-36616586852e-2dfefef0, #w-node-_0d27740b-c261-1ecb-09a2-b5017bf9666c-2dfefef0, #w-node-_6924d492-b9ff-74d2-4de7-db2ffe23f317-2dfefef0, #w-node-_5fdd02c6-ae7f-98fb-5e2b-79a108e5ea9a-2dfefef0, #w-node-_0349213c-30c6-5e65-71a0-5ff6c0be6a0d-2dfefef0, #w-node-fc471dc7-469a-8585-0081-86ae155a7219-2dfefef0, #w-node-b4e4564e-79b6-fb5e-5a85-5ec019b25da4-2dfefef0, #w-node-_39dd9b77-b9c8-f148-cf2e-e7ff394f5091-2dfefef0, #w-node-b8faf151-64ac-202e-dada-b9836ed074f2-2dfefef0, #w-node-f72412bb-ea55-0343-881f-bb0f448023f6-2dfefef0, #w-node-_21d4a7cd-fdc9-dc52-41c1-e28f14f13871-2dfefef0, #w-node-c0861c14-a0a5-8923-c4fd-7c2edb4429ec-2dfefef0, #w-node-_576380c3-cb65-71cc-a258-990fe75c08bb-2dfefef0, #w-node-_359eec82-8bda-87c1-e654-e2e8439ac57c-2dfefef0, #w-node-d33b9c86-b395-f0f5-5e0c-bbe6d0053851-2dfefef0, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0df7-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0df8-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0df9-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0dfb-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0dfd-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0dff-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0e01-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0e03-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0e05-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0e07-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0e09-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0e0b-aeb948f1, #w-node-bd0115a2-3e08-59c2-52b9-509d500b0e0d-aeb948f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


