.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333131;
  background-color: #f3f1ef;
  font-family: Barlow, sans-serif;
}

h1 {
  width: 30ch;
  max-width: 55vw;
  color: #333131;
  text-align: left;
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #333131;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

p {
  max-width: 62ch;
  text-align: justify;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #333131;
  text-decoration: none;
}

.text-guide {
  display: none;
}

.white-card-2 {
  width: 100%;
  height: 100%;
  max-height: 35vh;
  max-width: 900px;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

.div-sticky {
  width: 100%;
  padding-top: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.asset-sheet {
  max-width: 1200px;
  grid-column-gap: 1.75rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  padding-top: 50px;
  display: none;
}

.border-button {
  height: 3.25rem;
  border: 1px solid #333131;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 1.125rem;
  padding: .75rem 1.15rem 1rem;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.border-button:hover {
  transform: scale(.95);
}

.button-content {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.button-label {
  color: #333131;
  text-align: left;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
}

.button-label.light {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.button-icon {
  height: 1.125rem;
  max-height: 100%;
  color: #333131;
}

.button-icon.light {
  color: #fff;
}

.button-icon.light.cornerarrow {
  transform: rotate(-135deg);
}

.button-icon.light.toparrow {
  transform: rotate(180deg);
}

.icon-button {
  height: 3.25rem;
  background-color: #333131;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 1.125rem;
  padding: .75rem 1.15rem 1rem;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.icon-button:hover {
  transform: scale(.95);
}

.icon-button.form {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 3rem;
  left: auto;
  right: 2rem;
}

.icon-button.go-to-top {
  position: absolute;
  bottom: 2rem;
  right: 0;
}

.icon-button.go-to-top.touch {
  display: none;
  position: static;
}

.filler-arrow {
  max-width: 139px;
  color: #333131;
  align-items: flex-end;
  display: flex;
}

.div-section-marker {
  height: 2rem;
  align-items: center;
  display: flex;
}

.ellipse-section-marker {
  width: 2rem;
  height: 2rem;
  background-color: #333131;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  display: flex;
}

.ellipse-section-marker.white {
  background-color: #fff;
}

.section-marker-pill {
  height: 2rem;
  border: 1px solid #333131;
  border-radius: 1rem;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section-marker-pill.white {
  border-color: #fff;
}

.section-marker-text {
  font-family: Barlow, sans-serif;
  font-size: .8rem;
  line-height: 150%;
}

.section-marker-text.white {
  color: #fff;
}

.button-link {
  height: 3.25rem;
  background-color: #333131;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.15rem 1rem;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-link:hover {
  transform: scale(.95);
}

.button-text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
}

.section-number {
  color: #f3f1ef;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.section-number.accent {
  color: #343434;
}

.heading-super-big {
  font-size: 6rem;
  line-height: 1;
}

.heading-big {
  font-size: 5rem;
  line-height: 1;
}

.phone-icon {
  color: #000;
}

.div-navbar {
  z-index: 16;
  width: 100%;
  min-height: 5rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  background-color: #f3f1ef;
  border-bottom: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  grid-template: "." 5rem
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: -5rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-menu {
  height: 100%;
  background-color: #333131;
  border: 1px #000;
  align-items: center;
  margin-left: -2.1rem;
  padding-left: 3rem;
  display: flex;
}

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

.div-cta {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-right: 7rem;
  display: flex;
}

.logo {
  height: 1.8rem;
  padding-top: 0;
  padding-bottom: 0;
}

.link-branding {
  padding: .8rem 1rem;
}

.link-branding.w--current:hover {
  transform: scale(.95);
}

.link-cta {
  align-items: center;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.text-cta {
  color: #333131;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.lottie-hero {
  width: 100vw;
  max-width: 100%;
  position: relative;
}

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

.div-wrapper {
  z-index: 6;
  width: 100vw;
  flex-direction: column;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.div-section {
  height: 135vh;
  border: 1px #8c8c8c;
  border-style: none solid;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.div-section.hero {
  height: 600vh;
  grid-row-gap: 2rem;
  border-top-style: none;
  justify-content: flex-start;
}

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

.div-section.height {
  height: auto;
  min-height: 300vh;
}

.div-section.autoheight {
  height: auto;
  padding-bottom: 0;
}

.div-section.autoheight.shortsection {
  position: relative;
}

.div-section.gallery {
  height: 450vh;
  background-color: #343434;
  border-style: none;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-section.reviews {
  height: auto;
  min-height: 400vh;
}

.div-section.application {
  height: 450vh;
  background-color: #343434;
  border-style: none;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-section.team {
  height: 600vh;
  padding-bottom: 0;
}

.div-section.contact {
  padding-bottom: 0;
}

.div-hero-msg {
  width: 100%;
  background-color: #f3f1ef;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.text-hero {
  width: 100ch;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.div-section-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-section-wrapper.pad {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.div-section-wrapper.pad.no-relative {
  height: 100%;
  position: static;
}

.div-section-wrapper.pad.height {
  padding-top: 5rem;
}

.div-section-wrapper.pad.centerflex {
  height: 100%;
  justify-content: flex-start;
  margin-top: -2rem;
  padding-top: 4rem;
  overflow: hidden;
}

.div-section-wrapper.pad.centerflex.gallery {
  justify-content: space-between;
  margin-top: 0;
}

.div-section-wrapper.pad.centerflex.examples {
  justify-content: center;
}

.div-section-wrapper.before-after, .div-section-wrapper.every-floor {
  height: 100%;
  border-bottom: 1px solid #8c8c8c;
  flex-direction: column;
  align-items: stretch;
}

.div-section-wrapper.reviews {
  overflow: hidden;
}

.div-section-wrapper.teams {
  height: 100%;
  height: 100%;
  max-height: 100%;
  border-bottom: 1px #8c8c8c;
  flex-direction: column;
  align-items: stretch;
}

.div-section-wrapper.ta {
  overflow: hidden;
}

.div-section-wrapper.contact {
  height: 100%;
  max-height: 100%;
  border-bottom: 1px solid #8c8c8c;
  flex-direction: column;
  align-items: stretch;
}

.div-filler {
  margin-right: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.div-filler.bottom-left {
  margin-right: 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.div-key-text.filler-allign {
  width: 100%;
  margin-top: 4rem;
  position: relative;
}

.para-key-text {
  width: 62ch;
  max-width: 50vw;
  margin-bottom: 6.5rem;
  font-weight: 200;
}

.para-key-text.width-var {
  width: auto;
  max-width: 57ch;
  text-align: justify;
  margin-bottom: 0;
}

.para-key-text.split-width {
  width: auto;
  max-width: none;
  margin-top: 1rem;
}

.bg-video-explainer {
  width: 45vw;
  height: 25.3125vw;
  border-radius: 12px;
}

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

.play-pause-button {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-state {
  position: absolute;
  top: auto;
  bottom: 1.5%;
  left: auto;
  right: 1.5%;
}

.div-block {
  z-index: 5;
  width: 21px;
  height: 25px;
  border-left: 7px solid #f3f1ef;
  border-right: 7px solid #f3f1ef;
  position: relative;
}

.play {
  width: 75px;
  height: 75px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .55);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.play:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .71);
  border-style: none;
  border-width: 0;
}

.play-symbol {
  color: #333131;
  padding-left: 1px;
  display: flex;
}

.div-video-holder {
  border-radius: 12px;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.div-button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.lottie-hero-vertical {
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
  display: none;
}

.div-flex {
  display: flex;
  position: relative;
}

.div-flex._100vw {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.div-spacer {
  width: 32%;
}

.div-icon-content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.div-icon-content.right-margin {
  margin-right: 2.5rem;
}

.div-icon-content.top-margin {
  width: 100%;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 3rem;
}

.div-icon {
  width: 64px;
}

.heading-long {
  max-width: 34ch;
}

.heading-long.margin {
  margin-bottom: 5rem;
}

.div-sidebar {
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 7.5rem;
  padding-left: 3rem;
  display: flex;
}

.div-sidebar.team {
  border-right: 1px solid #8c8c8c;
}

.div-snap {
  width: 100%;
  min-height: 100vh;
  border-top: 1px solid #8c8c8c;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-snap.pad-top {
  padding-top: 2rem;
}

.div-snap.no-top {
  border-top-style: none;
  align-items: center;
}

.div-snap.no-top.no-snap {
  height: 100%;
  position: relative;
  top: auto;
}

.div-snap.top-align {
  align-items: flex-start;
}

.div-snap.top-align.white {
  background-color: rgba(0, 0, 0, 0);
}

.div-snap.no-snap {
  align-items: flex-start;
  top: auto;
}

.div-snap.sticky {
  top: -2.5rem;
}

.html-embed.no-show {
  display: none;
}

.flex-cell {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-left: 1px solid #8c8c8c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-text-content {
  z-index: 4;
  position: relative;
}

.div-products {
  height: 80vh;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  margin-top: 2rem;
  margin-left: -3rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-product-content {
  width: 50%;
  height: 80vh;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.div-product-content.border {
  border-right: 1px solid #8c8c8c;
}

.heading-products {
  text-transform: capitalize;
}

.div-product-text {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.heading-product-number {
  color: #8c8c8c;
  padding-left: 1ch;
}

.div-flip-card {
  width: 100%;
  height: 100%;
  perspective: 3000px;
}

.img-flipcard-front {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.div-flipcard-back {
  perspective: 1000px;
  border: 1px solid #8c8c8c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.5rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-video-flipcard {
  width: 100%;
  height: 100%;
  margin-bottom: 2.5rem;
  transform: rotate(0);
}

.hero-heading {
  width: auto;
}

.div-top-content {
  height: 10rem;
}

.heading-3 {
  width: 27ch;
}

.div-benefits {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.div-benefit-card {
  width: 100%;
  min-height: 70vh;
  background-color: #fff;
  border: 1px solid #8c8c8c;
  flex-direction: column;
  margin-bottom: 10rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.div-benefit-card.c-2 {
  top: 6rem;
}

.div-benefit-card.c-3 {
  top: 10rem;
}

.img-benefits {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  overflow: hidden;
}

.div-card-header {
  width: 100%;
  height: 4rem;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.div-card-text {
  max-height: 100%;
  grid-column-gap: 4rem;
  flex-direction: row;
  align-items: center;
  padding: 4rem 1.5rem;
  display: flex;
  position: absolute;
  top: 4rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-card-content {
  width: 40%;
}

.card-heading {
  text-transform: none;
  font-size: 2rem;
}

.para-card {
  width: 50ch;
  max-width: 100%;
}

.card-header {
  font-size: 1.2rem;
}

.card-number {
  font-size: 1.2rem;
  font-weight: 600;
}

.heading-benefits {
  width: 30ch;
  text-transform: none;
  font-size: 3rem;
  position: -webkit-sticky;
  position: sticky;
}

.div-add-benefits {
  width: 100%;
  margin-top: 0;
}

.div-add-benefits-content {
  border-bottom: 1px solid #8c8c8c;
  margin-left: -3rem;
  margin-right: -3rem;
  padding: 1.5rem 4.5rem;
  display: flex;
}

.div-add-benefits-content.rev {
  justify-content: flex-end;
}

.heading-add-benefits {
  width: auto;
  max-width: 100%;
  min-width: 75%;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
  display: flex;
}

.heading-add-benefits.rev {
  min-width: 59%;
  justify-content: flex-end;
}

.div-block-3 {
  width: 100%;
  height: 350vh;
  flex-direction: column;
  display: flex;
}

.div-before {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.img-100height {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-after {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.div-short-section {
  width: 100%;
  max-height: 500px;
  background-color: #eae4da;
  align-items: center;
  display: flex;
  position: relative;
}

.div-short-wrapper {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.heading-short-section {
  width: 30ch;
  text-transform: none;
  margin-bottom: 2rem;
}

.div-short-section-text {
  max-width: 35%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  left: 2rem;
}

.div-border {
  width: 100%;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-small-card {
  width: 25%;
  background-color: #f3f1ef;
  border: 1px solid #343434;
  flex-direction: column;
  margin-left: 2rem;
  padding: 2rem;
  display: flex;
}

.heading-number {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1;
}

.heading-subtitle {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-block {
  font-weight: 300;
}

.div-card-holder {
  justify-content: flex-end;
  display: flex;
}

.div-gallery-sticky {
  width: 100%;
  height: 100vh;
  border-left: 1px solid #f3f1ef;
  border-right: 1px solid #f3f1ef;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-gallery {
  width: 100%;
}

.diiv-gallery-heading {
  width: auto;
  border-bottom: 1px solid #f3f1ef;
  justify-content: center;
  align-items: center;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-bottom: 2rem;
  display: flex;
}

.heading-gallery {
  width: auto;
  max-width: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
}

.div-gallery-images {
  width: 200vw;
  height: 100%;
  max-height: 50vh;
  transform-origin: 0%;
  border-left: 1px #f3f1ef;
  margin-left: -3rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-right: 1px solid #f3f1ef;
  padding: 2rem;
}

.div-image.no-border {
  border: 1px #000;
}

.img-gallery {
  width: 100%;
  height: 75%;
  object-fit: cover;
  overflow: hidden;
}

.div-indicator {
  height: .5rem;
  border-top: 1px solid #f3f1ef;
  border-bottom: 1px solid #f3f1ef;
  margin-left: -3rem;
  margin-right: -3rem;
  overflow: hidden;
}

.div-indicator.dark {
  border-top-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
}

.div-indicator-bar {
  width: 0%;
  height: 100%;
  transform-origin: 0%;
  background-color: #f3f1ef;
}

.div-indicator-bar.dark {
  width: 0%;
  background-color: #8c8c8c;
}

.div-img-info {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.img-heading {
  color: #f3f1ef;
  font-size: 1.5rem;
}

.img-heading._50-opacity {
  color: rgba(243, 241, 239, .5);
}

.div-contact-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-right: 3rem;
  display: flex;
}

.heading-contact {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}

.heading-contact-content {
  border: 1px #000;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 0;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.floor-text {
  width: 35ch;
  font-weight: 300;
  line-height: 2;
}

.div-floor-contact {
  width: 100%;
  margin-bottom: 2rem;
}

.heading-floor-form {
  text-transform: none;
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.field-form {
  font-size: 1rem;
  font-weight: 500;
}

.floor-form-submit-button {
  width: 100%;
  background-color: #333131;
  border-radius: 6px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  transition: transform .2s;
}

.floor-form-submit-button:hover {
  transform: scale(.95);
}

.floor-form-inpur-field {
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
}

.div-reviews {
  width: 100%;
  flex-direction: column;
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.div-review-content {
  flex-direction: column;
  display: flex;
}

.div-heading-review {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.heading-ta {
  width: auto;
  max-width: none;
  text-transform: none;
}

.div-review-data {
  width: 200vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-origin: 0%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -3rem;
  padding-right: 0;
  display: flex;
  transform: translate(0%);
}

.div-review-card {
  background-color: #fff;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px #8c8c8c;
  border-right: 1px solid #8c8c8c;
  flex-direction: column;
  padding: 2rem;
  display: flex;
  position: relative;
}

.div-review-card.no-border {
  border: 1px #000;
}

.div-rating {
  margin-bottom: 2rem;
  display: flex;
}

.icon-star {
  color: #333131;
  transform-style: preserve-3d;
}

.img-review-pic {
  width: 50px;
  height: 50px;
  filter: brightness(79%) contrast(110%) grayscale();
  object-fit: cover;
  border-radius: 50%;
}

.div-customer-info {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: flex;
}

.heading-details {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.heading-details.light {
  font-weight: 300;
}

.embed-audio {
  height: 3rem;
}

.cover-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: relative;
  overflow: visible;
}

.div-ta-content {
  flex-direction: column;
  display: flex;
}

.div-heading-ta {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.div-ta {
  grid-column-gap: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-ta-card {
  width: 100%;
  height: 100%;
  border: 1px solid #8c8c8c;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.div-ta-names {
  width: 100%;
  height: 4rem;
  background-color: #343434;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.image {
  width: 7vw;
}

.heading-ta-names {
  width: auto;
  max-width: none;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.div-target-audience {
  width: 100%;
  flex-direction: column;
  padding-top: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.heading-applications {
  width: auto;
  max-width: none;
  color: #fff;
  font-weight: 300;
}

.diiv-examples-heading {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  display: flex;
}

.div-application {
  width: 100%;
  position: relative;
}

.div-application-sticky {
  width: 100%;
  height: 100vh;
  border-left: 1px solid #f3f1ef;
  border-right: 1px solid #f3f1ef;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-application-interact {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-application-content {
  width: 50%;
  height: 28rem;
  max-height: 45vh;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.div-application-images {
  width: 50%;
  max-height: 28rem;
  perspective: 500px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-application-name {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #f3f1ef;
  align-items: center;
  display: flex;
}

.heading-applications-name {
  color: #f3f1ef;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.heading-number-application {
  color: #f3f1ef;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.img-application {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  overflow: hidden;
}

.div-block-5 {
  position: absolute;
}

.div-drag {
  z-index: 6;
  width: 5px;
  height: 100%;
  background-color: #333131;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-weight: 500;
}

.div-handle {
  width: 65px;
  height: 65px;
  background-color: #333131;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.div-team {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-text {
  font-weight: 300;
  line-height: 1.7;
}

.div-grid-team {
  width: 150vw;
  height: 100%;
  max-width: 150vw;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  perspective: 1000px;
  transform-origin: 0%;
  grid-template-rows: minmax(35vh, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(37vh, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  display: grid;
  position: absolute;
  left: 0;
  transform: translate(0%);
}

.div-team-member {
  height: 100%;
  flex-direction: column;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.div-member-pic {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.div-member-info {
  z-index: 2;
  width: 100%;
  height: 20%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.img-member {
  width: 100%;
  height: 100%;
  filter: grayscale();
  transform-origin: 50% 0;
  object-fit: cover;
  transition: transform .2s;
}

.img-member:hover {
  transform: scale(1.1);
}

.img-member.zoom {
  width: 150%;
  height: 150%;
}

.div-member-name {
  height: 100%;
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.image-2 {
  height: 1.5rem;
}

.div-member-border {
  z-index: 0;
  height: 95%;
  border-right: 1px solid #8c8c8c;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.div-teams-content {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8rem;
  padding-right: 3rem;
  display: flex;
}

.heading-teams-content {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.div-video-overlay {
  background-image: linear-gradient(to right, #f3f1ef 13%, rgba(255, 255, 255, 0) 93%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 50%;
}

.heading-team-content {
  margin-bottom: 0;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.div-contact-info {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.div-phone {
  grid-column-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.link-mail {
  grid-column-gap: 1rem;
  text-transform: none;
  text-decoration: none;
  display: flex;
}

.html-embed-2 {
  outline-offset: 0px;
  outline: 3px #00e;
}

.text-block-3 {
  border: 1px #000;
  text-decoration: none;
}

.div-addresses {
  width: 100%;
  height: 100%;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 2rem;
  padding-right: 3rem;
  display: flex;
}

.div-address-entry {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.address {
  width: 100%;
  height: 100%;
}

.country-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.text-address {
  font-weight: 300;
  line-height: 1.6;
}

.map-icon {
  margin-top: 3px;
}

.div-contact-form {
  width: 66.66%;
  height: 66.66%;
  background-color: #fff;
  border: 1px solid #343434;
  border-radius: 12px;
  padding: 3rem;
  position: relative;
}

.radio-button-flex {
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.radio-block {
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.radio-button {
  width: 18px;
  height: 18px;
  background-color: rgba(140, 140, 140, .2);
  margin-right: 1rem;
}

.radio-button.w--redirected-checked {
  background-image: url('../images/Vector-radio-check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
}

.field-label {
  font-size: 1rem;
  font-weight: 500;
}

.field-label-2 {
  font-weight: 500;
}

.text-field {
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
}

.flex-cell-contact {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-left: 1px solid #8c8c8c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.radio-heading {
  letter-spacing: .75px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.textarea {
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-form-message {
  margin-top: 5rem;
}

.form-contact {
  height: 100%;
}

.div-scroll-indicator {
  z-index: 7;
  width: 30px;
  margin-left: -15px;
  position: fixed;
  top: 75%;
  left: 50%;
}

.lottie-animation {
  transform: rotate(0);
}

.d-40-menu-wrapper {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
  padding-right: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  left: 0;
}

.d-40-menu-trigger-wrapper {
  z-index: 12;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-40-trigger-oval {
  width: 150px;
  height: 50px;
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #333131;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.d-40-menu-text {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-right: -10px;
  padding-left: 0;
  display: block;
  position: absolute;
}

.d-40-menu-trigger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
  overflow: visible;
}

.d-40-trigger-line {
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.div-menu-block {
  background-color: #333131;
  border-top: 1px solid #333131;
  border-right: 1px solid #333131;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -2rem;
  margin-right: -1px;
  padding-left: 5rem;
  display: flex;
  position: relative;
}

.div-blur {
  z-index: 14;
  height: 100vh;
  opacity: 1;
  margin-top: 0;
  margin-bottom: -100vh;
  margin-right: 1px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translate(0);
}

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

.menu-heading {
  width: auto;
  max-width: none;
  color: #f3f1ef;
  padding-bottom: 3rem;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  transition: all .4s;
}

.menu-heading:hover, .menu-heading:focus {
  text-decoration: underline;
}

.div-menu-share {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 5rem;
}

.embed-icon-share {
  color: #fff;
  margin-right: 1.5rem;
  transform: scale(1.2);
}

.menu-border {
  margin-left: -2rem;
}

.div-footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  grid-template-rows: auto;
  grid-template-columns: .6fr .7fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
}

.div-motto {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  padding-right: 3rem;
  display: flex;
}

.div-nav-map {
  border-left: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  flex-direction: column;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.div-others {
  width: 100%;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-top: 3rem;
  padding-left: 4rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.text-motto {
  width: 100%;
  font-size: .875rem;
  font-weight: 300;
}

.footer-logo {
  width: 75%;
  max-width: 210px;
  margin-bottom: 2rem;
}

.heading-nav-map {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}

.link-nav-map {
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.div-legal {
  border-left: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.embed-icons {
  justify-content: center;
  display: flex;
}

.image-vector-solutions {
  width: 100%;
  height: 100%;
}

.div-dash {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 0;
  overflow: hidden;
}

.div-heading-benefits {
  width: 100%;
  padding-right: 0;
  position: relative;
}

.image-3 {
  width: 173px;
  height: 2.5rem;
}

.div-menu-holder {
  width: 100%;
  object-fit: cover;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-popup {
  z-index: 15;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  margin-bottom: -100vh;
  margin-left: .5px;
  margin-right: .5px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-popup-message {
  width: 50vh;
  height: 50vh;
  min-height: 500px;
  min-width: 700px;
  background-color: #eae4da;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .25);
}

.heading-popup {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.text-block-4 {
  font-size: 1.2rem;
}

.text-popup {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}

.form-popup {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.form-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.email-field-popup {
  height: 3rem;
  background-color: #eae4da;
  border: 1px solid #343434;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: border-width .2s, background-color .2s;
}

.email-field-popup:focus {
  background-color: #fff;
  border-width: 2px;
  border-color: #343434;
}

.email-field-popup::-ms-input-placeholder {
  color: rgba(51, 49, 49, .6);
  font-size: 1.125rem;
  line-height: 1.6;
}

.email-field-popup::placeholder {
  color: rgba(51, 49, 49, .6);
  font-size: 1.125rem;
  line-height: 1.6;
}

.button-popup {
  height: 3rem;
  background-color: #343434;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
}

.button-close-popup {
  cursor: pointer;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .div-video-holder {
    align-items: flex-end;
    display: flex;
  }

  .heading-long.margin {
    max-width: 50vw;
  }

  .d-40-menu-wrapper {
    grid-column-gap: 1px;
    display: none;
  }

  .div-blur {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .body-home {
    justify-content: center;
    display: flex;
  }

  .bg-video-explainer {
    height: 50vh;
  }

  .heading-benefits {
    width: auto;
    max-width: 100%;
  }

  .div-grid-team {
    transform: translate(0);
  }

  .text-motto {
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .icon-button.form {
    margin-top: 2rem;
    position: static;
  }

  .icon-button.go-to-top {
    display: none;
  }

  .icon-button.go-to-top.touch {
    display: flex;
  }

  .filler-arrow {
    max-width: 100%;
  }

  .div-navbar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-menu {
    border: 1px #000;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 2rem;
  }

  .div-branding {
    justify-content: flex-start;
    padding-left: 2rem;
  }

  .div-cta, .link-cta, .lottie-hero {
    display: none;
  }

  .div-section {
    height: auto;
  }

  .div-section.height {
    min-height: 300vh;
  }

  .div-section.team {
    height: 300vh;
  }

  .div-hero-msg {
    z-index: 4;
  }

  .text-hero {
    width: 50ch;
  }

  .div-section-wrapper {
    max-height: none;
  }

  .div-section-wrapper.pad {
    margin-top: 0;
  }

  .div-section-wrapper.pad.no-relative {
    margin-top: 2rem;
  }

  .div-section-wrapper.pad.height.benefits {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-section-wrapper.pad.centerflex.examples {
    overflow: visible;
  }

  .div-section-wrapper.before-after, .div-section-wrapper.every-floor {
    height: 100vh;
  }

  .div-section-wrapper.teams {
    height: 100vh;
    min-height: 100%;
    height: 100vh;
  }

  .div-section-wrapper.contact {
    height: 100vh;
  }

  .div-filler {
    display: none;
  }

  .div-key-text.filler-allign {
    flex-direction: column;
    display: flex;
  }

  .para-key-text {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .para-key-text.split-width {
    max-width: 100%;
  }

  .bg-video-explainer {
    width: 100%;
    height: 40vw;
  }

  .div-video-holder {
    width: 100%;
    margin-top: 1.4rem;
    position: static;
    bottom: auto;
    right: auto;
  }

  .div-button-wrapper {
    justify-content: center;
  }

  .lottie-hero-vertical {
    object-fit: cover;
    display: block;
  }

  .div-flex._100vw {
    flex-direction: column;
  }

  .div-flex._100vw.team {
    min-height: 100vh;
  }

  .div-spacer {
    display: none;
  }

  .div-icon-content.top-margin, .heading-long.margin {
    max-width: 100%;
  }

  .div-sidebar {
    width: 100%;
    grid-row-gap: 2rem;
    justify-content: center;
    padding-bottom: 1rem;
  }

  .div-sidebar.contact {
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-snap {
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
  }

  .div-snap.no-top.no-snap {
    border-top-style: solid;
  }

  .div-snap.top-align {
    height: 100%;
  }

  .div-snap.top-align.team {
    height: 100vh;
    top: -2.5rem;
  }

  .div-snap.sticky {
    top: 5rem;
  }

  .flex-cell {
    width: 100%;
    height: 100%;
  }

  .div-products {
    height: auto;
    border: 1px #000;
    flex-direction: column;
    top: auto;
  }

  .div-product-content {
    width: 100%;
    height: 100vh;
  }

  .div-product-content.border {
    border: 1px #000;
    border-bottom: 1px solid #8c8c8c;
  }

  .div-flip-card {
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .img-flipcard-front {
    width: 100%;
    height: 50%;
    padding-bottom: 2rem;
    position: static;
  }

  .div-flipcard-back {
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .heading-2 {
    width: 25ch;
    max-width: 100%;
  }

  .heading-3 {
    max-width: 100%;
  }

  .img-benefits {
    height: 60%;
  }

  .div-card-header {
    align-items: center;
  }

  .div-card-text {
    flex-direction: column;
  }

  .div-card-content {
    width: 100%;
  }

  .card-heading {
    width: 28ch;
    font-size: 2rem;
    line-height: 1;
  }

  .para-card {
    width: auto;
  }

  .card-header, .card-number {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-benefits {
    width: 30ch;
    max-width: 85vw;
    text-transform: none;
  }

  .div-add-benefits-content.rev {
    justify-content: flex-start;
  }

  .heading-add-benefits {
    font-size: 2.5rem;
  }

  .heading-add-benefits.rev {
    justify-content: flex-end;
  }

  .div-short-section {
    width: 100%;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-short-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-short-section {
    width: 40ch;
  }

  .div-short-section-text {
    max-width: none;
    position: relative;
    left: auto;
  }

  .div-border {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-small-card {
    width: 100%;
    margin-left: auto;
  }

  .div-card-holder {
    grid-column-gap: 2rem;
  }

  .div-gallery-images {
    width: 400vw;
  }

  .div-contact-content {
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 0;
  }

  .heading-contact {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .heading-contact-content {
    border-bottom-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 0;
  }

  .div-review-card {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .embed-audio {
    margin-left: 0;
    margin-right: 0;
  }

  .diiv-examples-heading {
    padding-bottom: 1rem;
  }

  .div-application {
    height: 100%;
  }

  .div-application-interact {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-application-content {
    width: 100%;
    height: 25%;
    max-height: none;
    margin-bottom: 2rem;
  }

  .div-application-images {
    width: 100%;
    height: 50%;
    max-height: none;
    align-items: flex-start;
  }

  .img-application {
    height: 100%;
  }

  .div-team {
    width: 100%;
    align-items: center;
    overflow: hidden;
  }

  .team-text {
    width: 50ch;
  }

  .div-grid-team {
    width: 200vw;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .div-team-member, .div-member-border {
    height: 85%;
  }

  .div-member-border.noborder {
    border: 1px #000;
  }

  .div-teams-content {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .heading-teams-content {
    margin-bottom: 1rem;
  }

  .heading-team-content {
    border-bottom-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-addresses {
    grid-column-gap: 16px;
    grid-row-gap: 1.5rem;
    border-top: 1px solid #8c8c8c;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: grid;
  }

  .div-contact-form {
    height: auto;
  }

  .flex-cell-contact {
    width: 100%;
    height: 100%;
    border-left-style: none;
  }

  .div-form-message {
    margin-top: 2rem;
  }

  .div-block-6 {
    padding-left: 3rem;
  }

  .div-scroll-indicator {
    bottom: 2rem;
  }

  .lottie-animation {
    transform: rotate(180deg);
  }

  .d-40-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .d-40-menu-text {
    margin-left: -10px;
    margin-right: 0;
  }

  .d-40-menu-trigger {
    left: auto;
    right: 0;
  }

  .div-blur {
    height: 100%;
    transform: rotate(0);
  }

  .menu-heading {
    font-size: 2rem;
  }

  .div-menu-share {
    transform: scale(.9);
  }

  .menu-border {
    border-left-style: none;
    overflow: hidden;
  }

  .div-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-motto {
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }

  .div-nav-map {
    border-left-style: none;
  }

  .div-others {
    padding-left: 3rem;
  }

  .text-motto {
    width: 50ch;
  }

  .div-legal {
    width: 100%;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-3 {
    width: 235px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4, h5, p {
    font-size: .85rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .text-guide {
    display: none;
  }

  .div-sticky {
    padding-top: 3rem;
  }

  .asset-sheet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-button {
    height: 2.5rem;
    margin-right: 0;
    padding: 0 1rem;
  }

  .div-section-marker.abs {
    top: 1rem;
  }

  .heading-super-big {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .heading-big {
    font-size: 1.625rem;
  }

  .div-navbar {
    width: 100vw;
    height: 100%;
    min-height: 3rem;
    grid-template-rows: 3rem;
    margin-bottom: -3rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .div-menu {
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-branding {
    max-width: 150px;
  }

  .logo {
    height: auto;
  }

  .lottie-hero {
    display: block;
  }

  .div-wrapper {
    display: flex;
  }

  .div-section {
    width: 100vw;
    border-style: none;
  }

  .div-section.hero {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-section.white {
    border-bottom-style: solid;
  }

  .div-section.height {
    min-height: 500vh;
  }

  .div-section.gallery, .div-section.application {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-hero-msg {
    width: 50%;
    height: 100vh;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-hero {
    width: auto;
    text-align: left;
    font-size: .85rem;
    line-height: 1.3;
  }

  .div-section-wrapper.pad.no-relative {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-section-wrapper.pad.height {
    height: auto;
    min-height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-section-wrapper.pad.centerflex {
    margin-top: -3rem;
  }

  .div-section-wrapper.pad.centerflex.gallery {
    justify-content: center;
    margin-top: -2rem;
  }

  .div-section-wrapper.before-after, .div-section-wrapper.every-floor, .div-section-wrapper.teams {
    border-bottom-style: none;
    justify-content: center;
  }

  .div-section-wrapper.teams {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: flex-start;
  }

  .div-section-wrapper.contact {
    height: 100%;
    border-bottom-style: none;
    justify-content: center;
  }

  .div-key-text.filler-allign {
    flex-direction: column;
  }

  .para-key-text.split-width {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 1rem;
    line-height: 1.2;
  }

  .lottie-hero-vertical {
    display: none;
  }

  .div-flex._100vw {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    overflow: hidden;
  }

  .div-flex._100vw.floor {
    grid-column-gap: 1rem;
  }

  .div-flex._100vw.contact {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .div-icon-content.top-margin {
    margin-top: 0;
  }

  .div-icon {
    width: 50px;
    height: 50px;
  }

  .div-sidebar {
    width: 50%;
    height: 100%;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -1rem;
    padding: 1.5rem 1rem 1.5rem 2rem;
  }

  .div-sidebar.contact {
    margin-left: 0;
  }

  .div-snap {
    top: 3rem;
  }

  .div-snap.no-top.no-snap {
    border: 1px #000;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-snap.top-align {
    padding-left: 1rem;
    padding-right: 1rem;
    top: auto;
  }

  .div-snap.top-align.team {
    top: 0;
  }

  .div-snap.top-align.white {
    background-color: #fff;
  }

  .div-snap.sticky {
    top: 3rem;
  }

  .flex-cell {
    width: 50%;
    height: 75%;
    background-color: #fff;
  }

  .div-products {
    width: 100%;
    align-items: center;
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .div-product-content.border {
    width: 100vw;
  }

  .div-product-text {
    grid-template-columns: .5fr .5fr 1fr;
  }

  .div-flip-card {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .img-flipcard-front {
    width: 50%;
    height: 100%;
  }

  .div-flipcard-back {
    width: 50%;
  }

  .div-top-content {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #8c8c8c;
  }

  .heading-2 {
    width: 100%;
    max-width: none;
  }

  .div-benefits {
    width: 100vw;
    height: 300vh;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .div-benefit-card {
    min-height: 85vh;
    flex-direction: row;
    flex: none;
    margin-bottom: 0;
    top: auto;
  }

  .div-benefit-card.c-2, .div-benefit-card.c-3 {
    top: auto;
  }

  .img-benefits {
    height: 70%;
  }

  .div-card-header {
    height: 2rem;
    align-items: center;
  }

  .div-card-text {
    grid-column-gap: 1rem;
    flex-direction: row;
    top: 2rem;
  }

  .card-heading {
    max-width: 100%;
    font-size: 1rem;
  }

  .para-card {
    max-width: 95%;
  }

  .card-header, .card-number {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .85rem;
  }

  .heading-benefits {
    font-size: 2rem;
  }

  .div-add-benefits {
    margin-top: 0;
  }

  .div-add-benefits-content.rev {
    justify-content: flex-start;
  }

  .heading-add-benefits {
    font-size: 2rem;
  }

  .div-block-3 {
    width: 100%;
    height: 100vh;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .div-short-wrapper {
    grid-row-gap: 0rem;
    flex-direction: row;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-short-section {
    width: auto;
  }

  .div-short-section-text {
    max-width: 50%;
  }

  .div-card-holder {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .div-gallery-sticky {
    padding-top: 0;
    top: 0;
  }

  .diiv-gallery-heading {
    padding-bottom: 0;
  }

  .heading-gallery {
    font-size: 2rem;
  }

  .div-image {
    padding: 1rem;
  }

  .img-heading {
    font-size: 1rem;
  }

  .div-contact-content {
    flex-direction: column;
    padding-right: 0;
  }

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

  .heading-contact-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .floor-text {
    width: auto;
    max-width: 100%;
  }

  .div-reviews {
    margin-top: -5rem;
  }

  .div-review-data {
    width: 400vw;
  }

  .div-review-card {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-rating {
    transform-origin: 0%;
    margin-bottom: 1rem;
    transform: scale(.5);
  }

  .icon-star {
    transform: scale3d(1none, 1none, 1none);
  }

  .div-customer-info {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .heading-applications {
    font-size: 1.5rem;
  }

  .diiv-examples-heading {
    padding-bottom: 0;
  }

  .div-application-sticky {
    padding-top: 0;
    top: 0;
  }

  .div-application-interact {
    flex-direction: row;
  }

  .div-application-content {
    width: 50%;
    height: 100%;
    max-height: 50vh;
    margin-bottom: 0;
  }

  .div-application-images {
    width: 50%;
    height: 100%;
    max-height: 50vh;
  }

  .div-application-name {
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .heading-applications-name, .heading-number-application {
    font-size: 1rem;
  }

  .img-application {
    height: 100%;
  }

  .text-block-2 {
    font-size: .85rem;
  }

  .div-handle {
    width: 55px;
    height: 55px;
  }

  .div-team {
    width: 100%;
    height: 75%;
    margin-left: 1rem;
  }

  .team-text {
    width: auto;
    max-width: 100%;
    font-size: .75rem;
    line-height: 1.2;
  }

  .div-grid-team {
    width: 300vw;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    transform: translate(-17%);
  }

  .div-team-member {
    height: 65vh;
    padding-right: 1rem;
  }

  .div-member-name {
    grid-column-gap: .5rem;
  }

  .image-2 {
    height: 1.2rem;
  }

  .div-teams-content {
    flex-direction: column;
    padding-right: 0;
  }

  .heading-teams-content {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .heading-team-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-addresses {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .country-name, .text-address {
    font-size: .85rem;
  }

  .div-contact-form {
    width: 100%;
    border-style: none;
    padding: 0 0 0 1rem;
  }

  .radio-button-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .radio-button {
    width: 15px;
    height: 15px;
    margin-right: .5rem;
  }

  .field-label {
    margin-bottom: 0;
    font-size: .85rem;
  }

  .text-field {
    margin-bottom: 5px;
    padding: 4px;
  }

  .flex-cell-contact {
    width: 50%;
    height: 75%;
    background-color: #fff;
  }

  .radio-heading {
    font-size: .9rem;
  }

  .radio-button-label {
    font-size: .85rem;
    line-height: 1;
  }

  .d-40-menu-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    top: 3rem;
  }

  .d-40-menu-trigger-wrapper {
    transform-origin: 100%;
    transform: scale(.6);
  }

  .d-40-trigger-oval {
    transform: scale3d(1none, 1none, 1none);
  }

  .d-40-menu-text {
    transform-origin: 100%;
    transform: scale(1.5);
  }

  .menu-border {
    overflow: hidden;
  }

  .div-footer {
    padding: 0;
  }

  .div-motto {
    padding: 2rem;
  }

  .heading-nav-map {
    padding-bottom: 1rem;
  }

  .link-nav-map {
    padding-bottom: .5rem;
  }

  .div-legal {
    border: 1px #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-dash {
    bottom: 15px;
  }

  .image-3 {
    height: 1.5rem;
  }

  .div-popup {
    top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.5rem;
  }

  h4, h5 {
    font-size: .85rem;
    line-height: 1;
  }

  p {
    font-size: .85rem;
    line-height: 1.4;
  }

  .asset-sheet {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .border-button {
    margin-right: 0;
  }

  .button-label {
    font-size: .85rem;
  }

  .icon-button {
    width: 100%;
    margin-right: 0;
  }

  .icon-button.go-to-top.touch {
    width: 35%;
  }

  .filler-arrow {
    max-width: 139px;
  }

  .div-section-marker.abs {
    margin-top: -2rem;
    position: relative;
    top: auto;
  }

  .section-marker-text {
    font-size: .85rem;
  }

  .button-link {
    margin-right: 0;
  }

  .button-text, .section-number {
    font-size: .85rem;
  }

  .div-navbar {
    border-style: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-menu {
    justify-content: flex-end;
  }

  .div-branding {
    background-color: #f3f1ef;
    position: relative;
  }

  .lottie-hero {
    display: none;
  }

  .div-wrapper {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-section {
    border-style: none;
    padding-bottom: 1rem;
  }

  .div-section.hero {
    grid-row-gap: 0rem;
  }

  .div-section.white {
    padding-left: 0;
    padding-right: 0;
  }

  .div-section.height.benefits {
    min-height: 500vh;
  }

  .div-section.gallery {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-section.application {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-section.team {
    border-style: none;
  }

  .div-hero-msg {
    z-index: 4;
    width: 100vw;
    height: auto;
    max-height: 50svh;
    padding-right: 1rem;
    bottom: 1rem;
  }

  .text-hero {
    width: 100%;
  }

  .div-section-wrapper.pad {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-section-wrapper.pad.height.benefits {
    margin-top: 0;
    padding-top: 2rem;
    overflow: hidden;
  }

  .div-section-wrapper.pad.centerflex {
    justify-content: center;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

  .div-section-wrapper.pad.centerflex.gallery {
    overflow: hidden;
  }

  .div-section-wrapper.pad.centerflex.examples {
    margin-top: 0;
    overflow: hidden;
  }

  .div-section-wrapper.before-after {
    border-top: 1px #000;
    border-bottom-style: none;
    margin-bottom: 2rem;
  }

  .div-section-wrapper.every-floor {
    height: auto;
    border-top: 1px #000;
    border-bottom-style: none;
    margin-bottom: 8rem;
  }

  .div-section-wrapper.reviews {
    justify-content: center;
    margin-top: 3rem;
  }

  .div-section-wrapper.teams {
    height: auto;
    border-top: 1px #000;
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .div-section-wrapper.ta {
    height: auto;
  }

  .div-section-wrapper.contact {
    height: auto;
    border-top: 1px #000;
    border-bottom-style: none;
  }

  .div-key-text.filler-allign {
    flex-direction: column;
    margin-top: 0;
  }

  .para-key-text {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .para-key-text.width-var {
    margin-top: 0;
  }

  .para-key-text.split-width {
    width: auto;
    max-width: none;
    margin-bottom: 1rem;
  }

  .bg-video-explainer {
    height: 70vw;
  }

  .lottie-hero-vertical {
    max-width: 100vw;
    min-width: auto;
    display: block;
  }

  .div-flex {
    flex-direction: column;
  }

  .div-flex._100vw {
    height: auto;
    flex-direction: column;
  }

  .div-flex._100vw.team {
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-flex._100vw.contact {
    justify-content: flex-start;
  }

  .div-icon-content {
    margin-bottom: 1rem;
  }

  .div-icon-content.right-margin {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .div-icon-content.top-margin {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .heading-long.margin {
    margin-top: 0;
  }

  .div-sidebar {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    margin-left: 0;
    padding: 2rem 1rem 1rem;
  }

  .div-sidebar.contact {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-snap.pad-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-snap.no-top.no-snap {
    border-top-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-snap.top-align.team {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    top: -3.5rem;
  }

  .div-snap.top-align.white {
    width: 100vw;
    height: auto;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-snap.no-snap {
    top: -7rem;
  }

  .div-snap.sticky {
    align-items: stretch;
    top: -1.5rem;
  }

  .flex-cell {
    width: 100%;
    height: 60svh;
  }

  .div-products {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .div-product-content {
    width: 100vw;
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-product-content.border {
    height: 100vh;
    flex-direction: column;
  }

  .div-product-text {
    grid-template-columns: .5fr 1fr .5fr;
    padding-bottom: 1rem;
  }

  .div-flip-card {
    flex-direction: column;
  }

  .img-flipcard-front {
    width: 100%;
  }

  .div-flipcard-back {
    width: 100%;
    border-style: none;
  }

  .hero-heading {
    max-width: none;
  }

  .div-top-content {
    height: 10rem;
    border-bottom: 1px solid #8c8c8c;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .heading-2 {
    text-align: center;
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    bottom: 0;
  }

  .heading-3 {
    width: auto;
    max-width: none;
  }

  .div-benefits {
    height: auto;
    overflow: visible;
    transform: translate(0);
  }

  .div-benefit-card {
    height: 85vh;
    min-height: auto;
  }

  .div-card-text {
    flex-direction: column;
    padding-top: 0;
  }

  .heading-benefits {
    width: 80vw;
    max-width: none;
  }

  .div-add-benefits-content {
    margin-left: -2rem;
    margin-right: -1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-add-benefits {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .div-block-3 {
    max-width: none;
    flex-direction: row;
  }

  .div-short-section {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-short-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .div-gallery-sticky {
    width: 100vw;
    border: 1px #000;
  }

  .diiv-gallery-heading {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .heading-gallery {
    margin-bottom: 1rem;
  }

  .div-gallery-images {
    width: 400vw;
    margin-left: 0;
    padding-right: 0;
  }

  .div-indicator, .div-indicator.dark.review {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .div-indicator-bar.dark {
    width: 0%;
  }

  .heading-contact-content {
    padding-bottom: 0;
  }

  .div-reviews {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-ta {
    line-height: 1.1;
  }

  .div-review-data {
    margin-left: -1rem;
    margin-right: 0;
    padding-right: 0;
  }

  .div-review-card {
    padding: 1rem;
  }

  .div-customer-info {
    height: 100%;
    margin-top: 1.5rem;
  }

  .embed-audio {
    height: 2rem;
    margin-bottom: 0;
  }

  .div-ta-content {
    height: 100%;
  }

  .div-ta {
    height: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-ta-card {
    position: relative;
  }

  .div-ta-names {
    height: 2.5rem;
    position: absolute;
    bottom: 0;
  }

  .image {
    width: 10vw;
    position: relative;
    top: -25%;
  }

  .div-target-audience {
    height: 100%;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .diiv-examples-heading {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-application-sticky {
    width: 100vw;
    height: 100vh;
    border: 1px #000;
    top: -1.5rem;
  }

  .div-application-interact {
    max-height: 80vh;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .div-application-content {
    width: 100%;
    height: 60%;
  }

  .div-application-images {
    width: 100%;
  }

  .div-team {
    width: 100%;
    align-items: center;
    margin-left: 0;
  }

  .div-grid-team {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    transform: translate(0%);
  }

  .div-team-member {
    height: 22vh;
    min-height: 20vh;
  }

  .div-member-name {
    grid-column-gap: .25rem;
  }

  .heading-team-content {
    padding-bottom: 0;
  }

  .div-contact-info {
    grid-row-gap: .5rem;
  }

  .div-addresses {
    width: auto;
    height: auto;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .address {
    height: auto;
  }

  .div-contact-form {
    padding-left: 0;
  }

  .radio-button-flex {
    grid-row-gap: 1rem;
  }

  .text-field {
    border-top-width: 0;
    border-bottom-color: #333131;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
  }

  .flex-cell-contact {
    width: 100%;
    height: auto;
  }

  .div-textfield-grid {
    padding-top: 19px;
  }

  .form-contact {
    height: auto;
    border-top: 1px solid #8c8c8c;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .d-40-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-menu-block {
    padding-left: 2rem;
    display: none;
  }

  .div-blur {
    width: 100%;
    display: none;
  }

  .menu-heading {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 1.5rem;
  }

  .div-menu-share {
    width: 100%;
    grid-column-gap: 2.5rem;
    justify-content: flex-start;
    margin-left: -1rem;
  }

  .embed-icon-share {
    margin-left: 0;
  }

  .menu-border {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .div-motto {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-nav-map, .div-others {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-motto {
    width: 100%;
  }

  .footer-logo {
    max-width: 150px;
  }

  .heading-nav-map {
    font-size: 1rem;
  }

  .link-nav-map {
    font-size: .85rem;
  }

  .div-legal {
    width: 100%;
    border: 1px #000;
  }

  .div-heading-benefits {
    width: auto;
  }
}

#w-node-_041f39bd-b0c3-e42a-d320-11b34d8f8cfd-44843a8f, #w-node-cc25c328-d352-ba9b-7ec9-9f74b02aab51-44843a8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4098a1c-a5d8-471b-c064-33e44838834f-44843a8f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_63f8443d-b805-b659-8679-a1cdd66e69e4-44843a8f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_63f8443d-b805-b659-8679-a1cdd66e69e5-44843a8f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63f8443d-b805-b659-8679-a1cdd66e69e8-44843a8f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d6248658-c7c0-5f1d-d285-cc23b2e8f2e1-44843a8f {
  grid-area: 2 / 1 / 3 / 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ab278543-4302-ee40-ccf9-99b668895d9f-44843a8f {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_3018460c-acc7-e918-65bc-3c3f84355552-44843a8f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-bcb1a6eb-86d4-491d-81bf-4550b80ba88e-44843a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b71f4ba5-3279-63bd-3391-fef793dd95e9-44843a8f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-b71f4ba5-3279-63bd-3391-fef793dd95eb-44843a8f, #w-node-_22f1d4b9-cc28-0e66-0834-1ea382d6959b-44843a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0801609c-4cf5-4893-502e-770745bb3d29-44843a8f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a01b2951-4c10-1bdd-1077-455ef465cb28-44843a8f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e32f154-623e-7dbc-20aa-0b9a89909f50-44843a8f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_74843fd6-f63b-3fbb-a623-e41b3c99cf9b-44843a8f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_90ef92a7-f027-f7c1-497f-a284cdd9206a-44843a8f, #w-node-_15c99c14-9a2d-8253-52a7-1a9b0fc27b45-44843a8f, #w-node-bc720b88-85b7-1670-6486-3b23fc160801-44843a8f, #w-node-_01285e65-f89d-cc48-abc3-39e6ddfd15dc-44843a8f, #w-node-eca2c14d-49ed-c5b1-c588-7b7a5b735c4f-44843a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7bac94c-c5e0-0a95-4206-7275ec7416a0-44843a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2fa26803-0e67-7e82-4324-6949121eede4-121eede4, #w-node-_1b4b123d-77b5-3e8d-cb11-00f526ee75cd-26ee75cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_63f8443d-b805-b659-8679-a1cdd66e69e5-44843a8f {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_63f8443d-b805-b659-8679-a1cdd66e69e4-44843a8f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_041f39bd-b0c3-e42a-d320-11b34d8f8cfd-44843a8f, #w-node-cc25c328-d352-ba9b-7ec9-9f74b02aab51-44843a8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4098a1c-a5d8-471b-c064-33e44838834f-44843a8f {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-_63f8443d-b805-b659-8679-a1cdd66e69e4-44843a8f {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_63f8443d-b805-b659-8679-a1cdd66e69e5-44843a8f {
    grid-column: 1 / 2;
  }

  #w-node-ab278543-4302-ee40-ccf9-99b668895d9f-44843a8f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63d99d23-a05b-2a25-01c7-bd44926d7931-44843a8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_01285e65-f89d-cc48-abc3-39e6ddfd15dc-44843a8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7bac94c-c5e0-0a95-4206-7275ec7416a0-44843a8f {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b4098a1c-a5d8-471b-c064-33e44838834f-44843a8f {
    grid-area: 1 / 1 / 3 / 2;
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-ab278543-4302-ee40-ccf9-99b668895d9f-44843a8f {
    grid-area: 1 / 2 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_3018460c-acc7-e918-65bc-3c3f84355552-44843a8f, #w-node-b71f4ba5-3279-63bd-3391-fef793dd95e9-44843a8f {
    grid-area: 1 / 2 / 2 / 4;
    justify-self: end;
  }

  #w-node-_8e32f154-623e-7dbc-20aa-0b9a89909f50-44843a8f, #w-node-_74843fd6-f63b-3fbb-a623-e41b3c99cf9b-44843a8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_041f39bd-b0c3-e42a-d320-11b34d8f8cfd-44843a8f, #w-node-cc25c328-d352-ba9b-7ec9-9f74b02aab51-44843a8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4098a1c-a5d8-471b-c064-33e44838834f-44843a8f {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-ab278543-4302-ee40-ccf9-99b668895d9f-44843a8f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_0801609c-4cf5-4893-502e-770745bb3d29-44843a8f {
    grid-area: 1 / 1 / 2 / 2;
  }
}


