:root {
  --light: #fbfaf8;
  --dark: #191617;
  --highlight: #e81e52;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
  --relume-library-lite--white: white;
  --relume-library-lite--grey: #e4e2df;
  --relume-library-lite--rl-gray: #f4f4f4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--light);
  padding-top: 72px;
  font-family: Raleway, sans-serif;
  line-height: 20px;
  overflow: hidden;
}

h1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 64px;
  margin-bottom: 64px;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 5.5rem;
  display: block;
  position: static;
}

h2 {
  text-transform: uppercase;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 30px;
}

p {
  font-size: 1rem;
  line-height: 24px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.footer-dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #191617;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  display: flex;
}

.columns {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.logo-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.logo-image {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  display: flex;
}

.text {
  color: #fff;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link {
  color: #fbfaf8;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.copyright {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-2 {
  opacity: .5;
  color: #fbfaf8;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.logos_image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.navbar {
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px #d4d3d1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 33px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light);
  text-transform: uppercase;
  background-color: #e81e52;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 8px 20px;
  display: flex;
}

.navbar-button.w--current {
  color: var(--light);
}

.hero-content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  width: 100%;
  height: 455px;
  overflow: visible;
}

.discover-line-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
}

.hero-video-wrapper {
  flex: auto;
  justify-content: space-around;
  width: 960px;
  height: 576px;
  overflow: hidden;
}

.social-icon {
  width: 32px;
  height: auto;
}

.social-line-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 96px;
  height: 100%;
}

.bold-text {
  font-weight: 800;
}

.bold-text.red-text {
  color: var(--highlight);
}

.hero-video {
  z-index: 1;
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.features-card-description-container {
  grid-row-gap: 8px;
  background-color: var(--light);
  color: var(--dark);
  align-content: space-around;
  width: 100%;
  min-height: 200px;
  padding: 24px;
}

.card-image {
  object-fit: cover;
  height: 300px;
  overflow: auto;
}

.features-cards-container {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  justify-content: center;
  align-self: stretch;
}

.features-card {
  align-items: stretch;
  width: 100%;
  height: auto;
}

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

.features-row {
  width: 100%;
  height: auto;
}

.applications-section {
  background-color: var(--dark);
  color: var(--light);
  padding-top: 0;
  padding-bottom: 96px;
  overflow: hidden;
}

.scrolling-card {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  height: auto;
  margin-top: 80px;
  display: flex;
  overflow: visible;
}

.team-slide-wrapper {
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
}

.team-slider-right-arrow {
  z-index: 2;
  width: 64px;
  height: 64px;
  margin-left: 80px;
  top: -80px;
  bottom: auto;
  left: 12%;
  right: auto;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  width: 100%;
  overflow: hidden;
}

.team-slider-left-arrow {
  z-index: 2;
  width: 64px;
  height: 64px;
  margin-right: 0;
  top: -80px;
  bottom: auto;
  left: 12%;
  right: auto;
}

.features-h2-wrapper {
  border-bottom: 6px solid var(--highlight);
  border-radius: 0;
  margin-bottom: 16px;
}

.slider-icon-container {
  background-color: var(--highlight);
  border-radius: 100%;
  padding: 16px;
}

.dark-section {
  background-color: var(--dark);
  color: var(--light);
}

.red-text {
  color: var(--highlight);
}

.vectors-wrapper {
  order: 1;
  align-items: center;
  width: auto;
  min-width: 18px;
  height: auto;
}

.features-card-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
}

.feature-card-paragraph {
  margin-bottom: 0;
  line-height: 1.5rem;
}

.hero-container {
  flex-direction: column;
  max-width: 1152px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.features-container {
  flex-direction: column;
  max-width: 1248px;
  padding-bottom: 0;
  display: flex;
}

.cta-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  max-width: 1248px;
  display: flex;
}

.text-block {
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 5.5rem;
}

.text-block-copy {
  background-color: var(--highlight);
  text-transform: uppercase;
  padding: 16px;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 5.5rem;
}

.container-background-image {
  grid-row-gap: 16px;
  background-image: url('../images/cta-piso.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

.applications-header {
  text-align: left;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
}

.hero-section {
  background-color: var(--light);
}

.product-section {
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.cta-section {
  background-color: var(--dark);
  color: var(--light);
  padding: 32px 24px 64px;
}

.features-section {
  background-color: var(--dark);
  color: var(--light);
  padding: 136px 24px 32px;
}

.features-h2 {
  text-transform: uppercase;
  margin-top: 0;
}

.applications-container {
  width: 100%;
  max-width: none;
}

.hero-h1-wrapper {
  justify-content: center;
  width: 100%;
}

.product-container {
  width: 100%;
  max-width: 1056px;
}

.product-h1-wrapper {
  flex-direction: column;
  margin-top: 64px;
}

.product-left-column {
  grid-row-gap: 16px;
  width: 100%;
  max-width: 488px;
}

.product-row-container {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  height: 675px;
  overflow: visible;
}

.product-right-column {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 488px;
  height: 864px;
  padding-bottom: 0;
}

.applications-header-wrapper {
  width: 40%;
  margin-left: 12%;
}

.clients-section {
  padding: 48px 24px;
}

.clients-header-wrapper {
  justify-content: center;
  width: 100%;
}

.clients-container {
  flex-direction: column;
  max-width: 1200px;
  display: flex;
}

.clients-logos-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.contact-section {
  color: var(--light);
  padding: 64px 24px;
}

.contact-container {
  background-color: var(--highlight);
  flex-direction: column;
  max-width: 992px;
  padding: 64px;
  display: block;
}

.contact-header-wrapper {
  color: var(--light);
}

.contact-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
}

.contact-paragraph-wrapper {
  text-align: center;
}

.contact-button {
  background-color: var(--dark);
  text-transform: uppercase;
  margin-top: 32px;
  padding: 16px 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: .75rem;
}

.clients-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
}

.features-card-paragraph {
  margin-bottom: 0;
  line-height: 1rem;
}

.clients-inner-container {
  grid-row-gap: 64px;
}

.contact-inner-container {
  text-align: center;
  align-items: center;
  display: flex;
}

.contact-paragraph {
  margin-bottom: 0;
}

.body {
  overflow: visible;
}

.loading {
  z-index: 3;
  background-color: var(--highlight);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading.dark-section {
  z-index: 4;
}

.container {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

.hero-heading {
  font-size: 5.4rem;
  line-height: 100%;
}

.features-heading {
  flex-direction: column;
  font-size: 3.2rem;
}

.product-heading {
  margin-top: 0;
  font-style: italic;
}

.application-card-image-wrapper {
  height: auto;
  min-height: 100%;
}

.application-card-description-container {
  grid-row-gap: 8px;
  background-color: var(--light);
  color: var(--dark);
  align-content: space-around;
  width: 100%;
  height: auto;
  padding: 24px;
}

.cta-upper-container {
  display: flex;
}

.cta-lower-container {
  justify-content: flex-end;
  display: flex;
}

.cta-upper-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 40%;
  transform: translate(0, 100px);
}

.cta-lower-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 40%;
  transform: translate(0, -100px);
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: block;
}

.cta-inner-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 100px;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 116.136px;
  height: 115.986px;
  display: flex;
}

.product-heading-alternate {
  text-transform: uppercase;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 5px 5px 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  color: var(--highlight);
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--highlight);
  color: var(--light);
  text-align: center;
  -webkit-text-stroke-color: var(--light);
  text-transform: uppercase;
  width: 100%;
  padding: .75rem 1.5rem;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  box-shadow: none;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--dark);
  background-color: var(--light);
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px none var(--dark);
  background-color: var(--light);
  color: var(--dark);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  font-size: 1rem;
}

.rl_contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.contact-form-section {
  background-color: var(--dark);
  width: 100%;
  height: 200%;
  position: static;
  top: 0;
}

.contact-form-heading {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 32px;
}

.flex-block-3 {
  flex-direction: column;
}

.product-hero-container-extreme {
  background-image: url('../images/ultra-hero.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  padding: 32px 64px 64px 32px;
}

.product-hero-section {
  background-color: var(--dark);
  display: block;
}

.text-block-2 {
  color: var(--light);
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 100%;
}

.flex-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 50%;
  margin-top: 16px;
}

.flex-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  transform: translate(0, -70px);
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  padding-left: 64px;
  padding-right: 64px;
}

.text-span {
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.paragraph-2 {
  color: var(--light);
  flex-wrap: wrap;
  line-height: 150%;
  display: block;
}

.text-span-2 {
  font-weight: 700;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.frame {
  border: 2px solid var(--light);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}

.flex-block-7 {
  width: 100%;
}

.frame-2 {
  border-style: solid;
  border-width: 0 2px 2px;
  border-color: var(--light);
  width: 100%;
  padding: 32px;
}

.heading-3 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.product-detail-image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  display: flex;
}

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

.text-block-3 {
  color: var(--light);
  text-align: center;
  font-weight: 700;
}

.product-content-section {
  background-color: var(--highlight);
  padding-bottom: 128px;
}

.product-icons {
  align-self: flex-end;
  width: 100px;
  height: auto;
}

.product-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
}

.rl_navbar1_dropdown-link {
  color: #000;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact7_image-wrapper-copy {
  flex: 2 auto;
  order: 1;
  width: 100%;
  display: flex;
  overflow: visible;
}

.product-page-header-2 {
  background-color: var(--light);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.product-content-section-dark {
  background-color: var(--dark);
  padding-bottom: 128px;
}

.product-hero-container-outdoor {
  background-image: url('../images/sport-outdoor-hero.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  padding: 32px 64px 64px 32px;
}

.contact-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

.product-page-header-black {
  background-color: var(--dark);
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.product-festival-image-wrapper {
  flex: 2 auto;
  order: 1;
  width: 50%;
  display: flex;
}

.product-festival-image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.product-h2 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 100%;
}

.product-content-section-light {
  color: var(--dark);
  background-color: #fdf4e5;
  padding-bottom: 128px;
}

.product-paragraph {
  flex-wrap: wrap;
  line-height: 150%;
  display: block;
}

.product-h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.product-text-block-bold {
  text-align: center;
  font-weight: 700;
}

.frame-2-black {
  border-style: solid;
  border-width: 0 2px 2px;
  border-color: var(--light) var(--dark) var(--dark);
  width: 100%;
  padding: 32px;
}

.frame-black {
  border: 2px solid var(--dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}

.product-image-wrapper {
  flex: 2 auto;
  order: 1;
  width: 50%;
  display: flex;
}

.bsfloor-art-hero-container {
  background-image: url('../images/fast-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  padding: 32px 64px 64px 32px;
}

.bsfloor-indoor-hero-container {
  background-image: url('../images/sport-indoor-hero.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-start;
  height: 500px;
  padding: 32px 64px 64px 32px;
  display: flex;
}

.product-hero-container-festivalcopy {
  background-image: url('../images/plus-hero.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  align-items: flex-end;
  height: 500px;
  padding: 32px 64px 88px 32px;
  display: flex;
}

.features-card-image-wrapper {
  width: 100%;
  height: 250px;
  min-height: 100%;
}

.desktop-only {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.mobile-only {
  width: 100%;
  height: 100%;
  display: none;
  overflow: visible;
}

.features-card-wrapper {
  width: 100%;
  height: auto;
}

.client-logo-image {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.text-block-4 {
  color: var(--highlight);
  align-self: flex-end;
  margin-top: auto;
  font-weight: 500;
}

.feature-card-link-block {
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.footer-red {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--highlight);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  display: flex;
}

.link-red {
  color: var(--highlight);
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 110%;
}

.link-block {
  text-decoration: none;
}

.link-dark {
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 110%;
}

.left-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.columns-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-top: 16px;
  display: flex;
}

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

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

.rl_navbar1_dropdown-toggle-2 {
  color: #000;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.flex-block-8 {
  flex-direction: column;
}

.product-page-header-2 {
  color: #fbfaf8;
  background-color: #e81e52;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.paragraph-3 {
  color: #fbfaf8;
  flex-wrap: wrap;
  line-height: 150%;
  display: block;
}

.product-icons-2 {
  align-self: flex-end;
  width: 100px;
  height: auto;
}

.text-block-5 {
  color: #fbfaf8;
  text-align: center;
  font-weight: 700;
}

.flex-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  transform: translate(0, -70px);
}

.text-span-3 {
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.frame-3 {
  border: 2px solid #fbfaf8;
  border-top-width: 0;
  width: 100%;
  padding: 32px;
}

.flex-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.flex-block-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 50%;
  margin-top: 16px;
}

.product-content-section-2 {
  background-color: #e81e52;
  padding-bottom: 70px;
}

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

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-4 {
  border: 2px solid #fbfaf8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}

.container-5 {
  padding-left: 64px;
  padding-right: 64px;
}

.flex-block-12 {
  width: 100%;
}

.heading-4 {
  color: #fbfaf8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.text-block-6 {
  color: #fbfaf8;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 100%;
}

.link-dark-2 {
  color: #191617;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 110%;
}

.flex-block-13 {
  flex-direction: column;
}

.product-page-header-white {
  color: #191617;
  background-color: #fbfaf8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.text-block-7 {
  color: #fbfaf8;
  text-align: center;
  font-weight: 700;
}

.link-red-2 {
  color: #e81e52;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 110%;
}

.flex-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  transform: translate(0, -70px);
}

.text-span-4 {
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.frame-5 {
  border: 2px solid #fbfaf8;
  border-top-width: 0;
  width: 100%;
  padding: 32px;
}

.flex-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.flex-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 50%;
  margin-top: 16px;
}

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

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-6 {
  border: 2px solid #fbfaf8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
    font-size: 4.9rem;
    line-height: 4.9rem;
  }

  .columns {
    flex-direction: row;
    align-items: flex-start;
  }

  .column {
    align-items: center;
    max-width: none;
  }

  .content, .footer-links {
    align-items: center;
  }

  .logos_image-wrap {
    height: 100px;
  }

  .navbar {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-button {
    justify-content: center;
    margin-top: 8px;
    margin-left: 0;
  }

  .bold-text {
    display: inline;
  }

  .features-card-description-container {
    flex: 0 auto;
    align-self: stretch;
    width: 40%;
    min-height: 100%;
    padding: 16px;
  }

  .features-cards-container {
    grid-column-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .features-card {
    flex-direction: row;
    width: 80%;
    height: 250px;
  }

  .applications-section {
    padding-top: 0;
  }

  .team-slide-wrapper {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-slider-right-arrow {
    left: 10%;
  }

  .mask {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .team-slider-left-arrow {
    left: 10%;
  }

  .cta-container {
    max-width: none;
  }

  .applications-header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 3rem;
    line-height: 3rem;
    display: flex;
  }

  .features-section {
    padding-top: 120px;
  }

  .features-h1-wrapper {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-row-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 632px;
  }

  .product-right-column {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    min-height: 700px;
  }

  .applications-header-wrapper {
    margin-left: 10%;
  }

  .clients-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-container {
    max-width: 100%;
    padding: 48px 32px;
  }

  .contact-heading {
    font-size: 3.1rem;
    line-height: 100%;
  }

  .clients-heading {
    display: flex;
  }

  .clients-inner-container {
    grid-row-gap: 32px;
  }

  .contact-inner-container {
    align-items: center;
    display: flex;
  }

  .contact-paragraph {
    font-size: 1rem;
  }

  .hero-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .features-heading {
    text-align: center;
    flex-direction: column;
    font-size: 3.2rem;
    display: flex;
  }

  .product-heading {
    font-size: 4.5rem;
  }

  .application-card-image-wrapper {
    flex: auto;
  }

  .application-card-description-container {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 16px;
  }

  .cta-upper-container, .cta-lower-container {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta-upper-flex-block, .cta-lower-flex-block {
    width: 60%;
    transform: translate(0);
  }

  .nav-link {
    text-align: left;
    width: 100%;
    padding: 10px 5px;
    display: inline-block;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .rl_contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .product-hero-container-extreme {
    max-width: 100%;
  }

  .flex-block-5 {
    transform: translate(0, -50px);
  }

  .container-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .product-hero-container-outdoor {
    max-width: 100%;
  }

  .product-page-header-black {
    font-size: 3rem;
  }

  .bsfloor-art-hero-container {
    background-position: 50%;
    max-width: 100%;
  }

  .bsfloor-indoor-hero-container {
    align-items: flex-end;
    max-width: 100%;
  }

  .product-hero-container-festivalcopy {
    background-position: 26%;
    background-size: auto;
    max-width: 100%;
    padding-bottom: 64px;
  }

  .features-card-image-wrapper {
    flex: auto;
    width: 60%;
    min-width: 346px;
    min-height: 250px;
  }

  .mobile-only {
    display: none;
  }

  .features-card-wrapper {
    justify-content: center;
    display: flex;
  }

  .navbar-list-item {
    width: auto;
  }

  .link-red {
    text-transform: uppercase;
    margin-top: 16px;
  }

  .link-block {
    width: 100%;
  }

  .link-dark {
    margin-top: 16px;
  }

  .left-column {
    align-items: center;
    max-width: none;
  }

  .rl_navbar1_dropdown-toggle-2 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .product-page-header-2 {
    font-size: 3rem;
  }

  .flex-block-9 {
    transform: translate(0, -50px);
  }

  .frame-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-dark-2 {
    margin-top: 16px;
  }

  .product-page-header-white {
    font-size: 3rem;
  }

  .link-red-2 {
    text-transform: uppercase;
    margin-top: 16px;
  }

  .flex-block-14 {
    transform: translate(0, -50px);
  }

  .frame-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

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

  .logos_image-wrap {
    width: 100%;
    height: 100px;
  }

  .hero-video-wrapper {
    width: 850px;
  }

  .text-block, .text-block-copy {
    font-size: 4rem;
    line-height: 100%;
  }

  .product-row-container {
    height: 815px;
  }

  .product-right-column {
    max-height: 775px;
  }

  .clients-logos-wrapper {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .clients-heading {
    flex-flow: wrap;
  }

  .hero-heading {
    font-size: 4rem;
  }

  .features-heading {
    font-size: 2.1rem;
  }

  .product-heading {
    font-size: 3.2rem;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .rl_contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .features-card-image-wrapper {
    min-width: 250px;
  }

  .product-icons-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .frame-3 {
    padding: 16px;
  }

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

  .frame-5 {
    padding: 16px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 3.2rem;
    line-height: 3.2rem;
    display: block;
  }

  h2 {
    text-align: center;
    word-break: normal;
    font-size: 2.9rem;
    line-height: 2.9rem;
  }

  p {
    font-size: .9rem;
  }

  .footer-dark {
    background-color: var(--dark);
  }

  .columns {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .logo-image {
    width: 100px;
    height: auto;
  }

  .logos_image-wrap {
    flex-flow: column;
    width: 100%;
    height: 100px;
  }

  .navbar-menu {
    flex-direction: column;
    width: 100%;
  }

  .navbar-button {
    margin-top: 8px;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-content-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    height: auto;
  }

  .discover-line-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    width: 100%;
    margin-bottom: 32px;
    padding-top: 0;
    display: flex;
  }

  .hero-video-wrapper {
    background-color: var(--highlight);
    flex-direction: column;
    flex: 2 auto;
    align-self: stretch;
    width: 100%;
    display: flex;
  }

  .social-line-wrapper {
    flex-direction: row;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .bold-text {
    line-height: 100%;
    display: inline;
  }

  .bold-text.bolt-text-override {
    display: flex;
  }

  .features-card-description-container {
    flex: 1;
    width: 100%;
    min-height: auto;
  }

  .features-cards-container {
    grid-row-gap: 16px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .features-card {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .applications-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 72px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-slider-right-arrow {
    width: 56px;
    height: 56px;
    margin-left: 72px;
    left: 5%;
    right: auto;
  }

  .mask {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider-left-arrow {
    width: 56px;
    height: 56px;
    left: 5%;
    right: auto;
  }

  .slider-icon-container {
    border-radius: 100%;
    width: 100%;
    height: 100%;
  }

  .features-card-heading {
    text-transform: uppercase;
  }

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

  .features-container {
    width: auto;
    max-width: 396px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-container {
    padding-top: 0;
  }

  .text-block {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .text-block-copy {
    font-size: 2.25rem;
    line-height: 1.25rem;
  }

  .container-background-image {
    grid-row-gap: 8px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .applications-header {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
    margin-left: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    font-size: 2.9rem;
    display: flex;
  }

  .product-section {
    padding-bottom: 40px;
  }

  .cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-section {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero-h1-wrapper {
    width: 100%;
  }

  .features-h1-wrapper {
    margin-bottom: 10px;
  }

  .product-left-column {
    padding-bottom: 0;
  }

  .product-row-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    height: auto;
  }

  .product-right-column {
    height: 500px;
    min-height: auto;
  }

  .applications-header-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .clients-section {
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .clients-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-container {
    padding: 32px 24px;
  }

  .contact-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8rem;
    line-height: 100%;
    display: block;
  }

  .contact-paragraph-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .contact-button {
    font-size: .9rem;
  }

  .clients-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.9rem;
    display: flex;
  }

  .clients-inner-container {
    grid-row-gap: 32px;
  }

  .contact-inner-container {
    grid-row-gap: 16px;
  }

  .contact-paragraph {
    flex: 1;
    align-self: auto;
  }

  .hero-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: center;
    font-size: 2.9rem;
    display: flex;
  }

  .features-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    font-size: 2.9rem;
    line-height: 100%;
    display: flex;
  }

  .product-heading {
    padding-top: 10px;
    font-size: 2.9rem;
    line-height: 100%;
  }

  .application-card-description-container {
    flex: 1;
    width: 100%;
    height: auto;
  }

  .cta-upper-container {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-lower-container {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-upper-flex-block {
    text-align: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    transform: translate(0);
  }

  .cta-lower-flex-block {
    text-align: center;
    width: 80%;
    transform: translate(0);
  }

  .nav-link {
    text-align: left;
    width: 100%;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-2 {
    width: 100%;
    list-style-type: none;
  }

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

  .contact-form-section {
    position: static;
  }

  .contact-form-heading {
    text-align: left;
    margin-bottom: 16px;
  }

  .flex-block-3 {
    align-items: flex-start;
  }

  .product-hero-container-extreme {
    background-position: 76%;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 80px;
    padding-right: 32px;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
    align-self: center;
    width: 100%;
    display: block;
  }

  .flex-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .flex-block-5 {
    flex-direction: column;
    transform: translate(0, -50px);
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span {
    justify-content: center;
  }

  .flex-block-6 {
    align-self: center;
    align-items: center;
  }

  .frame {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-block-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-2 {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .heading-3 {
    font-size: 1.6rem;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .product-content-section {
    padding-bottom: 64px;
  }

  .product-icon-wrapper {
    align-items: center;
    height: 160px;
  }

  .rl_navbar1_dropdown-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .rl_navbar1_dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_contact7_image-wrapper-copy {
    width: 100%;
  }

  .product-content-section-dark {
    padding-bottom: 64px;
  }

  .product-hero-container-outdoor {
    background-position: 64%;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 80px;
    padding-right: 32px;
    display: flex;
  }

  .product-page-header-black {
    font-size: 1.8rem;
    line-height: 100%;
    display: flex;
  }

  .product-festival-image-wrapper {
    width: 100%;
  }

  .product-h2 {
    text-align: center;
    align-self: center;
    width: 100%;
    display: block;
  }

  .product-content-section-light {
    padding-bottom: 64px;
  }

  .product-h3 {
    font-size: 1.6rem;
  }

  .frame-2-black {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .frame-black {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .bsfloor-art-hero-container {
    background-position: 30%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
    padding-right: 32px;
    display: flex;
  }

  .bsfloor-indoor-hero-container {
    background-position: 75%;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 80px;
    padding-right: 32px;
    display: flex;
  }

  .product-hero-container-festivalcopy {
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 63px;
    padding-right: 32px;
    display: flex;
  }

  .features-card-image-wrapper {
    width: 100%;
    min-width: auto;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex;
  }

  .features-card-wrapper {
    width: 100%;
  }

  .client-logo-image {
    width: 100%;
    height: 100%;
  }

  .feature-card-link-block {
    margin-left: 0;
  }

  .navbar-list-item {
    width: auto;
  }

  .link-red {
    font-size: .97rem;
  }

  .link-block {
    width: 100%;
  }

  .link-dark {
    font-size: .97rem;
  }

  .columns-container {
    flex-direction: column;
    align-items: center;
  }

  .rl_navbar1_dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-8 {
    align-items: flex-start;
  }

  .product-page-header-2 {
    font-size: 2rem;
    line-height: 100%;
    display: flex;
  }

  .flex-block-9 {
    flex-direction: column;
    transform: translate(0, -50px);
  }

  .text-span-3 {
    justify-content: center;
  }

  .frame-3 {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .flex-block-10 {
    align-self: center;
    align-items: center;
  }

  .flex-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .product-content-section-2 {
    padding-bottom: 64px;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .frame-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-5, .flex-block-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-4 {
    font-size: 1.6rem;
  }

  .text-block-6 {
    text-align: center;
    align-self: center;
    width: 100%;
    display: block;
  }

  .link-dark-2 {
    font-size: .97rem;
  }

  .flex-block-13 {
    align-items: flex-start;
  }

  .product-page-header-white {
    font-size: 2rem;
    line-height: 100%;
    display: flex;
  }

  .link-red-2 {
    font-size: .97rem;
  }

  .flex-block-14 {
    flex-direction: column;
    transform: translate(0, -50px);
  }

  .text-span-4 {
    justify-content: center;
  }

  .frame-5 {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .flex-block-15 {
    align-self: center;
    align-items: center;
  }

  .flex-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .grid-3 {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .frame-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }
}

#w-node-_0a8ace60-4e5d-19dd-181f-bfa1bf7f826c-48990048 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a8ace60-4e5d-19dd-181f-bfa1bf7f826e-48990048 {
  justify-self: start;
}

#w-node-c4b20883-8cd2-dcbd-ad5a-646d579ee076-06400c1a, #w-node-a68f0e2f-8747-cb78-66fa-35232afa8bd9-06400c1a, #w-node-cacc8194-5d35-1ba2-af20-b3ccab4d2cb0-06400c1a, #w-node-e7b3077d-62a6-1cd9-9287-585f44a9527e-06400c1a, #w-node-c4b20883-8cd2-dcbd-ad5a-646d579ee076-b195932c, #w-node-a68f0e2f-8747-cb78-66fa-35232afa8bd9-b195932c, #w-node-cacc8194-5d35-1ba2-af20-b3ccab4d2cb0-b195932c, #w-node-e7b3077d-62a6-1cd9-9287-585f44a9527e-b195932c, #w-node-c4b20883-8cd2-dcbd-ad5a-646d579ee076-9374a4e3, #w-node-a68f0e2f-8747-cb78-66fa-35232afa8bd9-9374a4e3, #w-node-cacc8194-5d35-1ba2-af20-b3ccab4d2cb0-9374a4e3, #w-node-e7b3077d-62a6-1cd9-9287-585f44a9527e-9374a4e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


