:root {
  --color-1-light: #fff8ef;
  --black: black;
  --color-1: #ffe0b3;
  --white: white;
  --color-2: #d44d2c;
  --grey: #7f7f7f;
  --color-1-dark: #ddbd8f;
  --color-3: #adadad;
  --dark-slate-grey: #393939;
  --color-2-light: #fda089;
  --color-2-dark: #a7361a;
  --color-3-light: #e4e4e4;
  --coor-3-dark: #7c7c7c;
  --light-grey: #d7d7d7;
  --dark-grey: #b3b3b3;
  --white-smoke: #f4f4f4;
}

body {
  background-color: var(--color-1-light);
  color: var(--black);
  flex-direction: column;
  font-family: Work Sans, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Norwester, sans-serif;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Norwester, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Norwester, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: .9em;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  color: var(--color-1);
  text-decoration: underline;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--white);
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.wrpr {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  min-height: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrpr.between {
  justify-content: space-between;
}

.wrpr.flex-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wrpr.block {
  display: block;
}

.wrpr.contrast-element {
  height: 50px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: grayscale();
  text-align: center;
  border-radius: 25px;
  grid-template-rows: auto 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.wrpr.demo-grid-products {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrpr.before-after-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrpr.half-text-img-grid {
  min-height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.wrpr.two-places-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.wrpr.builders-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.padding {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.section.padding.bg-white {
  background-color: var(--white);
}

.nav-bar {
  position: static;
}

.secundary-nav {
  z-index: 5;
  background-color: #f5f5f5;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: .9em;
}

.main-nav-bar {
  z-index: 5;
  padding-top: .8em;
  padding-bottom: .8em;
  position: relative;
}

.e-brand.on-mobile {
  display: none;
}

.e-menu {
  z-index: 11;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 100%;
  text-decoration: none;
  display: block;
}

.text-logo {
  color: #000;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.4em;
}

.text-logo.w {
  color: var(--white);
}

.text-logo.c1 {
  color: var(--color-1);
}

.text-logo.c2 {
  color: var(--color-2);
}

.desktop-nav {
  margin-left: 1em;
  margin-right: 1em;
}

.mobile-nav {
  width: 60px;
  height: 60px;
  background-color: var(--color-2);
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.trgr-open.brgr {
  width: 35px;
  height: 20px;
  perspective: 100px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.btn-nav {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-size: .9em;
}

.brgr-pleca {
  height: .1em;
  background-color: #000;
  display: block;
}

.footer {
  background-color: #fafafa;
  margin-top: auto;
  padding-top: 6vh;
}

.ftr-legal {
  color: var(--grey);
  text-align: center;
  margin-top: .8em;
  font-size: .7em;
}

.flex-col {
  width: 100%;
  min-height: 20px;
  flex: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.flex-col._50 {
  width: 50%;
}

.flex-col._30 {
  width: 33.3333%;
}

.flex-col._30.no-padd {
  padding-left: 0;
  padding-right: 0;
}

.flex-col._25 {
  width: 25%;
}

.flex-col._20 {
  width: 20%;
}

.flex-col._16 {
  width: 16.6667%;
}

.sec-text {
  font-size: 1.1em;
  line-height: 1.4em;
}

.text-label {
  margin-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.4em;
  position: relative;
}

.text-label.text-label-small {
  font-size: .8em;
}

.text-label.text-label-large {
  font-size: 1.4em;
}

.fill-color {
  background-color: #6fcfcf;
}

.titular {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vh;
  display: flex;
  position: relative;
}

.sub-title {
  font-size: 1.2em;
}

.grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.botonera {
  width: 100%;
  min-height: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 1em;
  display: flex;
}

.botonera.end, .botonera.a-right {
  justify-content: flex-end;
}

.botonera.a-center {
  justify-content: center;
}

.btn {
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--black);
  text-align: center;
  border-radius: .2em;
  margin-bottom: 1.4em;
  margin-right: 1.4em;
  padding: .6em 2em;
  font-size: 1em;
  transition: all .2s ease-in-out;
}

.btn:hover {
  filter: brightness(80%);
}

.btn.brdr {
  border-color: var(--color-2);
  color: var(--color-2);
  background-color: rgba(0, 0, 0, 0);
}

.btn.brdr:hover {
  border-color: var(--color-1-dark);
  background-color: var(--color-2);
  filter: none;
  color: var(--white);
}

.btn.fw {
  width: 100%;
}

.btn.contrast {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-1);
}

.btn.small-btn {
  font-size: .8em;
}

.btn.small-btn.brdr.is-hide {
  display: none;
}

.btn.medium-btn {
  font-size: 1.1em;
}

.btn.large-btn {
  font-size: 1.3em;
}

.ftr-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.g-two-colums {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3em;
  display: grid;
}

.g-two-colums.v-center {
  align-items: center;
}

.g-three-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fw-two-columns-grid {
  height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.full-bg {
  background-image: url('../images/hero-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.fcc-container {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.system-brand-element {
  height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hldr-brand {
  min-height: 50px;
  background-color: var(--white);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hldr-brand.color-1 {
  background-color: var(--color-1);
  text-align: left;
}

.hldr-brand.color-2 {
  background-color: var(--color-2);
}

.hldr-brand.color-3 {
  background-color: var(--color-3);
}

.s-hldr-brand {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.brand {
  text-decoration: none;
  display: block;
}

.simple-dvdr {
  height: 1px;
  background-color: var(--black);
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.hldr-system-element {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.small {
  font-size: 2em;
}

.medium {
  font-size: 3em;
}

.large {
  font-size: 5.4em;
}

.spacer {
  height: 10vh;
}

.tab {
  background-color: #fafafa;
}

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

.div-block {
  text-align: center;
  padding-top: 10px;
}

.nav_component {
  z-index: 100;
  position: relative;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.modal-nav-hldr {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.modal-nav-hldr.show {
  transform: none;
}

.modal-nav {
  z-index: 1;
  width: 100%;
  background-color: var(--white);
  background-image: url('../images/modal-nav-bg.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: 10% auto 6%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 8em 6em 8em 12em;
  display: block;
  position: relative;
}

.modal-nav-hdr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-nav-body {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.modal-nav-ftr {
  justify-content: center;
  padding-top: 1em;
  font-size: .8rem;
  display: flex;
}

.btn-mov-nav {
  width: 100%;
  color: #626262;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: Norwester, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.btn-mov-nav:hover {
  color: var(--color-3);
}

.btn-mov-nav.mov-cta {
  width: auto;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #000;
  margin-top: 2em;
  padding-left: 13%;
  padding-right: 13%;
  font-weight: 700;
}

.btn-mov-nav.btn-small {
  font-size: 2rem;
}

.mov-nav-accordion {
  width: 100%;
}

.mov-nav-accordion_wrpr {
  height: 0;
  position: relative;
  overflow: hidden;
}

.mov-nav-accordion_botonera {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .95rem;
  position: relative;
}

.trgr-close.close {
  width: 2.4em;
  height: 2.4em;
  border: 1px solid #000;
  border-radius: 1.2em;
}

.modal-nav-shade {
  z-index: 9;
  opacity: 0;
  background-color: rgba(0, 0, 0, .4);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.inside-hero {
  height: 660px;
  background-color: var(--dark-slate-grey);
  justify-content: flex-start;
  padding-left: 25vw;
}

.hero.inside-hero.wood {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(15, 15, 15, .5)), url('../images/wood-stairs.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.inside-hero.metal {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(5, 5, 5, .5)), url('../images/IMG_8815-min.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.inside-hero.glass {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_3631-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.inside-hero.about-us {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/stair-construction.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.inside-hero.contact-us {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/elite-collaboration.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.navegacion {
  z-index: 5;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-nav-bar_shade-bg {
  z-index: 0;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-btn {
  width: 2em;
  height: 2em;
  background-color: var(--color-2);
  border-radius: 1em;
  margin-left: .3em;
  margin-right: .3em;
}

.botonera-text {
  margin-bottom: 1.4em;
  margin-left: 1em;
  margin-right: 1em;
}

.color-1 {
  min-height: 80px;
  background-color: var(--color-1);
}

.color-1-light {
  min-height: 80px;
  background-color: var(--color-1-light);
}

.color-1-dark {
  min-height: 80px;
  background-color: var(--color-1-dark);
}

.color-2 {
  min-height: 80px;
  background-color: var(--color-2);
}

.color-3 {
  min-height: 80px;
  background-color: var(--color-3);
}

.color-2-light {
  min-height: 80px;
  background-color: var(--color-2-light);
}

.color-2-dark {
  min-height: 80px;
  background-color: var(--color-2-dark);
}

.color-3-light {
  min-height: 80px;
  background-color: var(--color-3-light);
}

.color-3-dark {
  min-height: 80px;
  background-color: var(--coor-3-dark);
}

.font-color-1 {
  color: var(--color-1);
}

.font-color-2 {
  color: var(--color-2);
  text-decoration: none;
}

.font-color-3 {
  color: var(--color-3);
}

.btn-icon {
  background-color: var(--color-2);
  color: var(--white);
  border-radius: 25px;
  margin-bottom: 1.4em;
  margin-right: 1.4em;
  text-decoration: none;
}

.icon-btn-container {
  justify-content: center;
  align-items: center;
  padding: .4em .8em .4em 1em;
  display: flex;
}

.icon-btn_text {
  margin-left: .2em;
  margin-right: .2em;
}

.icon-btn_icon {
  width: 1.6em;
  margin-left: .2em;
  margin-right: .2em;
}

.footer-card_titular {
  margin-bottom: .6em;
}

.footer-btn {
  color: var(--light-grey);
  margin-bottom: .9em;
  font-size: .8em;
  text-decoration: none;
  display: block;
}

.texto-small {
  font-size: .8em;
}

.hero-slider {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-leyend-hldr {
  z-index: 10;
  width: 100%;
  max-width: 55vw;
  min-height: 40px;
  color: var(--white);
  text-align: center;
  position: absolute;
}

.hero-leyend-hldr.inside {
  max-width: 40vw;
  text-align: left;
}

.text-size-medium {
  font-size: 1.25em;
}

.home-slide-one {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-slide-one.is-inspire {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/IMG_8083-min.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.home-slide-one.is-inspire._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/IMG_0560-min.jpg');
  background-position: 0 0, 50%;
}

.home-slide-one.is-inspire._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/IMG_9376-min.jpg');
  background-position: 0 0, 50%;
}

.home-slide-one.is-inspire._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Aster-Showhome-min.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

.hero-sider-pager {
  width: 200px;
  height: 30px;
  margin-top: 416.778px;
  margin-bottom: 416.778px;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(60px)rotate(90deg);
}

.hero-brand {
  z-index: 10;
  width: 16vw;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0) 66%);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-brand_pleca {
  width: 1px;
  height: 86%;
  background-color: var(--color-1);
  margin-left: auto;
  margin-right: auto;
}

.hero-big-copy {
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Norwester, sans-serif;
  font-size: 3.4em;
  line-height: 1.1;
}

.hero-h1-hldr {
  z-index: 11;
  width: 30%;
  height: 10%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.her-h1-tag {
  color: var(--color-1);
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  display: flex;
}

.her-h1-tag.on-hero-in {
  margin-bottom: 1em;
}

.hero-h1 {
  text-transform: none;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.hero-h1-square {
  width: 16px;
  height: 16px;
  background-color: var(--color-2);
  margin-right: .4em;
}

.home-about-us {
  min-height: 55vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-1-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-about-us_first-col {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 6vw;
  display: flex;
}

.heading-small {
  font-size: 1.4em;
}

.pleca {
  width: 100px;
  height: 10px;
  background-color: var(--color-2);
  margin-top: 1em;
  margin-bottom: 1em;
}

.pleca.a-center {
  margin-left: auto;
  margin-right: auto;
}

.home-about-us_mascot {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-mascot {
  max-width: 100%;
}

.title-hldr-element {
  text-align: left;
}

.title-hldr-element.on-quality {
  margin-left: -4vw;
}

.title-hldr-element.a-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-us-last-element {
  border-right: 8vw solid var(--color-3);
  justify-content: flex-start;
  align-items: center;
  padding-left: 2vw;
  display: flex;
}

.about-us-text {
  width: 100%;
  max-width: 60%;
}

.text-size-small {
  font-size: .9em;
}

.text-size-small.font-color-white {
  color: var(--white);
}

.home-products-block {
  min-height: 65vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-product-card {
  background-color: var(--black);
  cursor: crosshair;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-product-card:hover {
  filter: brightness(80%);
}

.home-product-card_text-hldr {
  z-index: 1;
  width: 100%;
  max-width: 50%;
  min-height: 20px;
  color: var(--color-1);
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
  display: flex;
  position: relative;
}

.home-product-card_bg {
  z-index: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(9, 9, 9, .15)), url('../images/Railing-28-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-product-card_bg.two {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(9, 9, 9, .15)), url('../images/IMG_5138-min.jpg'), url('../images/home-product-metal-staircase.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
}

.home-product-card_bg.three {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(9, 9, 9, .15)), url('../images/IMG_8727-min.JPG'), url('../images/home-product-elegant-staircase.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
}

.home-our-services {
  min-height: 65vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to bottom, var(--color-1), white);
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-services-side-pleca {
  border-left: 8vw solid var(--color-3);
}

.our-services-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-img {
  max-width: 85%;
}

.our-services-text-side {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 6vw;
  padding-right: 4vw;
  display: flex;
}

.our-services-text-row {
  margin-bottom: 1.4em;
}

.our-services-tt {
  border-left: 10px solid var(--color-2);
  text-transform: uppercase;
  margin-bottom: .6em;
  margin-left: .9em;
  padding-left: .5em;
  font-family: Norwester, sans-serif;
  font-size: 1.4em;
  line-height: 26px;
}

.heading-title {
  font-size: 1.6em;
}

.home-testimonials {
  min-height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/testimonials.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-testimonials.no-bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/builders-ornament-01.svg'), url('../images/builders-ornament-02.svg');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 150px;
}

.testimonials-tt {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonials-hldr-slider {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-slider {
  width: 100%;
  height: auto;
  max-width: 80%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  top: -75px;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  display: flex;
  top: 75px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.quote-slide {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-element {
  width: 100%;
  max-width: 72%;
  min-height: 20px;
  border: 1px solid #707070;
  border-radius: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 5em 4em 5em 5em;
  position: relative;
}

.quote-open {
  width: 60px;
  margin-top: 4em;
  margin-left: -16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.quote-close {
  width: 60px;
  margin-bottom: 4em;
  margin-right: -16px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonials-pleca {
  width: 8vw;
  background-color: var(--color-3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.quality {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff4e4;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quality-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.quality-pleca {
  width: 12vw;
  height: 100%;
  background-color: var(--color-3);
}

.quality-text-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.quality-title-element {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.quality-icon {
  max-width: 60px;
  margin-right: 1em;
}

.quality-text-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Norwester, sans-serif;
  font-size: 1.6em;
  line-height: 26px;
}

.quality-brief-text {
  border-left: 6px solid var(--color-3);
  padding-left: .6em;
  font-size: .8em;
}

.quality-grid {
  width: 100%;
  max-width: 80%;
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-us {
  min-height: 65vh;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/elite-spindles-steps.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.steaps-hldr {
  width: 100%;
  max-width: 45%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.steaps-gray-square {
  background-color: var(--color-3);
  border-radius: 1em;
  margin-left: -4em;
  padding: 4em 2em 2em;
}

.steaps-steps-hldr {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 4em 6em 3em 3em;
  display: flex;
}

.steap-element {
  justify-content: flex-start;
  margin-bottom: 1.4em;
  display: flex;
}

.steap-element_title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steap-num {
  width: 23px;
  color: var(--color-1);
  margin-right: 18px;
  font-family: Norwester, sans-serif;
  font-size: 3em;
  line-height: 1;
}

.steap-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Norwester, sans-serif;
  font-size: 1.3em;
}

.steap-text {
  color: var(--color-1);
  font-size: .7em;
}

.footer-mascot-hldr {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-card-one {
  background-color: var(--black);
  color: var(--color-1);
  align-items: stretch;
  padding: 3em 2.4em;
  display: flex;
}

.cooter-card-two {
  position: relative;
}

.footer-mascot {
  max-width: 84%;
  margin-top: -30px;
}

.footer-card-one_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title {
  text-transform: uppercase;
  margin-bottom: .6em;
  font-family: Norwester, sans-serif;
}

.g-map {
  height: 100%;
}

.footer-hldr-map {
  height: 100%;
  position: relative;
}

.footer-address {
  z-index: 1;
  color: var(--color-1);
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  padding: 3em 2.4em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.get-there {
  margin-top: -10px;
  margin-bottom: .6em;
  font-size: .8em;
  display: block;
}

.pleca-one.brgr-pleca, .pleca-two.brgr-pleca, .pleca-three.brgr-pleca {
  width: 100%;
}

.brgr {
  width: 35px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.gallery.padding-medium {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.demo-product-card {
  margin-bottom: 1em;
}

.lightbox {
  border-radius: .6em;
  margin-bottom: .8em;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox.clear {
  border-radius: 0;
  margin-bottom: 0;
}

.product-showcase {
  min-height: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.image-showcase {
  position: relative;
}

.image-showcase.wood {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/wood-demo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-showcase.metal {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/metal-demo.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-showcase.glass {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/glass-demo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-case-bullets {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-case-bullet {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.4em;
  margin-left: -50px;
  display: flex;
}

.pic-show-case {
  width: 80px;
  border-radius: .4em;
  position: relative;
  overflow: hidden;
}

.text-show-case {
  flex: 1;
  padding-left: .8em;
}

.bullet-title {
  margin-bottom: .2em;
  font-size: 1.2em;
  line-height: 1.1;
}

.last-cta {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wood-cta-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 8vh;
  padding-bottom: 4vh;
  display: flex;
}

.last-cta.metal {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/metal-cta-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.last-cta.glass {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/glass-cta-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inspiration-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inspiration-gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover {
  z-index: 10;
  opacity: 0;
  background-image: url('../images/zoom-1.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50px, auto;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover:hover {
  opacity: 1;
}

.gallery-title-side {
  justify-content: center;
  align-items: center;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.before-after {
  background-color: var(--black);
  color: var(--color-1);
  padding-top: 10vh;
  padding-bottom: 6vh;
}

.before-after-card {
  width: 100%;
  height: 15em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

.sys-hldr-modal-nav {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mn-bnt-bar {
  width: 100px;
  height: 10px;
  background-color: var(--color-3);
  margin-top: .2em;
  position: relative;
}

.mn-color-bar {
  width: 10%;
  height: 100%;
  background-color: var(--color-2);
}

.mn-text-label {
  color: #626262;
  text-transform: uppercase;
  font-family: Norwester, sans-serif;
  font-size: 1.5em;
  line-height: 1;
}

.modal-nav-pleca {
  width: 200px;
  height: 2px;
  background-color: #626262;
  margin-top: .2em;
  margin-bottom: .4em;
}

.bout-us-image-side {
  background-image: url('../images/construction-stairs.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-text-side {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-card {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.two-places {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.map-mascot {
  position: relative;
}

.two-places-text-hldr {
  background-image: url('../images/about-us-dots.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.two-places-hldr-mascot {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.two-places-text {
  width: 100%;
  max-width: 60%;
}

.truck-trail-hldr {
  z-index: 5;
  margin-top: -26px;
  position: relative;
  overflow: hidden;
}

.tth-road {
  min-height: 60px;
  background-color: var(--color-3);
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.truck-trail {
  z-index: 2;
  min-height: auto;
  justify-content: flex-end;
  margin-bottom: -30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.elitetruck {
  max-width: 50%;
}

.our-team {
  padding-top: 6em;
  padding-bottom: 6em;
  display: none;
}

.our-team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  display: grid;
}

.team-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-pic {
  max-width: 80%;
  border-radius: 1em;
  margin-bottom: 1em;
}

.team-job {
  color: #666;
  font-size: .8em;
}

.contact-block {
  background-color: var(--color-3);
  padding-top: 8vh;
  padding-bottom: 6vh;
  position: relative;
}

.contact-block.on-builders {
  background-color: rgba(0, 0, 0, 0);
}

.contact-block.is-hide {
  display: none;
}

.form-container {
  z-index: 1;
  width: 1000px;
  min-height: 200px;
  background-color: var(--white);
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-block-color-pleca {
  z-index: 0;
  min-height: 40%;
  background-color: var(--color-1-light);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.builders-icon {
  width: 50px;
  height: 50px;
  border: 4px solid var(--color-2);
  border-radius: 25px;
  margin-bottom: .6em;
}

.builders-info {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.mascot-builders-avatar {
  width: 200px;
  margin-right: 2em;
}

.home-slie-shade {
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-slide-img {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-slide-img.one {
  background-image: url('../images/hero-slide-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img-one {
  z-index: 1;
  background-image: url('../images/IMG_3630-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-img-two {
  background-image: url('../images/IMG_5139-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-img-three {
  background-image: url('../images/IMG_9743-min.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.demo-product-img {
  height: 14em;
  object-fit: cover;
  object-position: 50% 50%;
}

.inspiration-gallery-img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-showcase-circle {
  width: 3em;
  height: 3em;
  border: 1px solid var(--white);
  border-radius: 50%;
  position: absolute;
  top: 11.2em;
  bottom: auto;
  left: 15.7em;
  right: auto;
}

.div-block-2 {
  min-height: 600px;
  display: flex;
}

.div-block-3 {
  width: 75%;
  position: relative;
}

.div-block-4 {
  width: 35%;
  margin-left: -10%;
}

.image-2 {
  height: 600px;
  object-fit: cover;
}

.before-after-img {
  width: 120%;
  height: 120%;
  max-width: none;
  object-fit: none;
  object-position: 50% 50%;
  position: absolute;
  top: -20%;
  bottom: 0%;
  left: -9%;
  right: 0%;
}

.before-after-img.is-2 {
  width: 300%;
  height: 300%;
  object-fit: cover;
  top: -68%;
  bottom: auto;
  left: -18%;
  right: auto;
}

.before-after-img.is-3 {
  width: 247%;
  height: 186%;
  object-fit: cover;
}

.before-after-img.is-4 {
  width: 135%;
  height: 149%;
  object-fit: cover;
  left: -4%;
}

.before-after-img.is-5 {
  width: 161%;
  height: 242%;
  object-fit: cover;
  left: -56%;
}

.before-after-img.is-6 {
  width: 249%;
  height: 140%;
  object-fit: cover;
  top: -37%;
  left: -61%;
}

html.w-mod-js [data-ix="hero-logo-on-load"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="appear-on-load"], html.w-mod-js [data-ix="appear-on-load-2"], html.w-mod-js [data-ix="appear-on-load-3"] {
  opacity: 0;
  transform: translate(0, 30%);
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1.1rem;
  }

  .fw-two-columns-grid {
    height: 70vh;
  }

  .modal-nav {
    padding-left: 14em;
  }

  .btn-mov-nav {
    font-size: 3.2rem;
  }

  .hero.inside-hero {
    height: 760px;
    padding-left: 20vw;
  }

  .hero-leyend-hldr {
    max-width: 50vw;
  }

  .hero-brand {
    width: 12vw;
  }

  .home-our-services {
    min-height: 80vh;
  }

  .our-services-img {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .services-img {
    max-width: 70%;
  }

  .our-services-text-side {
    padding-right: 12vw;
  }

  .our-services-text-row {
    margin-bottom: 1.2em;
  }

  .why-us {
    min-height: 75vh;
  }

  .footer-card-one {
    padding-bottom: 1em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-mascot {
    max-width: 74%;
  }

  .footer-address {
    padding-left: 4em;
  }

  .elitetruck {
    max-width: 35%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .wrpr {
    max-width: 90%;
  }

  .e-brand.on-mobile {
    display: none;
  }

  .flex-col._16 {
    width: 33.3333%;
  }

  .grid {
    grid-template-areas: ".";
  }

  .modal-nav {
    padding: 6em;
  }

  .hero-leyend-hldr.inside {
    max-width: 60vw;
  }

  .hero-brand {
    width: 20vw;
  }

  .home-about-us {
    grid-template-columns: 1fr .75fr 1fr;
  }

  .about-us-text {
    max-width: 70%;
  }

  .home-testimonials {
    min-height: 65vh;
  }

  .testimonials-slider {
    max-width: 85%;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 40px;
    height: 40px;
  }

  .quote-element {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .steaps-hldr {
    max-width: 55%;
  }

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

  .two-places-hldr-mascot {
    width: 100%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .wrpr.demo-grid-products {
    grid-template-columns: 1fr 1fr;
  }

  .wrpr.before-after-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .wrpr.half-text-img-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .wrpr.builders-content {
    grid-template-columns: 1fr 1fr;
  }

  .e-brand {
    width: 100px;
  }

  .e-brand.on-mobile {
    display: block;
  }

  .e-menu {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    justify-content: space-between;
    padding-left: 20px;
  }

  .flex-col._30, .flex-col._25, .flex-col._20, .flex-col._16 {
    width: 50%;
  }

  .btn.fw-mob {
    width: 100%;
  }

  .fw-two-columns-grid {
    height: auto;
    grid-template-rows: auto 300px;
    grid-auto-rows: 300px;
  }

  .flex-center-content {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .fcc-container {
    max-width: 70%;
  }

  .system-brand-element {
    height: 200px;
  }

  .footer_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 0;
  }

  .modal-nav {
    width: 100%;
  }

  .modal-nav-body {
    grid-template-columns: 1fr;
  }

  .btn-mov-nav {
    font-size: 2.2rem;
  }

  .btn-mov-nav.btn-small {
    font-size: 1.6rem;
  }

  .hero.inside-hero, .hero.inside-hero.wood {
    justify-content: center;
    padding-left: 0;
  }

  .hero-leyend-hldr {
    max-width: 70vw;
  }

  .hero-leyend-hldr.inside {
    max-width: 70vw;
    text-align: center;
  }

  .home-slide-one {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)), url('../images/hero-slide-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-brand {
    width: 100vw;
    height: 60px;
    background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .6) 66%);
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-brand_pleca {
    display: none;
  }

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

  .her-h1-tag {
    justify-content: center;
  }

  .home-about-us {
    grid-template-columns: 1fr 1fr;
  }

  .home-about-us_first-col {
    min-height: 14vh;
    align-items: center;
  }

  .pleca {
    height: 4px;
  }

  .about-us-mascot {
    max-width: 70%;
  }

  .title-hldr-element.on-quality {
    margin-left: 0;
  }

  .about-us-last-element {
    border-right-width: 50px;
  }

  .about-us-text {
    max-width: 90%;
  }

  .home-products-block {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .home-product-card {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .home-our-services {
    min-height: auto;
  }

  .our-services-text-side {
    padding-top: 5vh;
    padding-bottom: 3vh;
  }

  .our-services-tt {
    margin-left: 0;
  }

  .home-testimonials {
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .home-testimonials.no-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .testimonials-tt {
    justify-content: center;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .testimonials-hldr-slider {
    padding-bottom: 2em;
  }

  .testimonials-slider {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .testimonials-pleca {
    display: none;
  }

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

  .quality-title {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 10%;
  }

  .quality-pleca {
    display: none;
  }

  .quality-text-block {
    padding-top: 2vh;
    padding-bottom: 4vh;
  }

  .steaps-hldr {
    max-width: 65%;
  }

  .footer-card-one, .cooter-card-two {
    height: 240px;
  }

  .footer-mascot {
    max-width: 60%;
  }

  .inspiration-gallery {
    grid-template-columns: .75fr 1fr;
  }

  .gallery-title-side {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .bout-us-image-side {
    min-height: 260px;
  }

  .about-us-text-side {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .text-card {
    max-width: 80%;
  }

  .our-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-card {
    margin-bottom: 3vh;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 0;
    padding-right: 0;
  }

  .wrpr.before-after-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr;
  }

  .wrpr.two-places-grid {
    grid-template-columns: 1fr;
  }

  .desktop-nav {
    display: none;
  }

  .flex-col._50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-col._30.brake-100, .flex-col._25.brake-100, .flex-col._20.brake-100, .flex-col._16.brake-100 {
    width: 100%;
  }

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

  .btn {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1.25em;
  }

  .btn.fw-mob {
    margin-right: 0;
  }

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

  .flex-center-content {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .fcc-container {
    max-width: 90%;
  }

  .system-brand-element {
    height: 300px;
    grid-template-columns: 1fr;
  }

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

  .modal-nav {
    padding-bottom: 4em;
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .btn-mov-nav {
    font-size: 1.8rem;
  }

  .btn-mov-nav.btn-small {
    font-size: 1.4rem;
  }

  .hero-leyend-hldr {
    max-width: 80vw;
  }

  .hero-leyend-hldr.inside {
    max-width: 90vw;
  }

  .hero-sider-pager {
    transform: translate(80px)rotate(90deg);
  }

  .home-about-us {
    min-height: auto;
  }

  .home-about-us_first-col {
    min-height: 0;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .home-about-us_mascot {
    align-items: flex-start;
    padding-top: 2em;
  }

  .about-us-last-element {
    border-right-width: 0;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .home-product-card_text-hldr {
    max-width: 70%;
  }

  .home-our-services {
    grid-template-columns: 1fr;
  }

  .our-services-side-pleca {
    display: none;
  }

  .services-img {
    max-width: 100%;
  }

  .our-services-text-side {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .quote-element {
    border-style: none;
    padding: 1.6em 0;
  }

  .quote-open {
    width: 30px;
    margin-top: 0;
    margin-left: 0;
  }

  .quote-close {
    width: 30px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .why-us {
    background-position: 70%;
  }

  .steaps-hldr {
    max-width: 100%;
    grid-template-rows: auto auto;
  }

  .steaps-gray-square {
    border-radius: 0;
    margin-left: 0;
  }

  .footer-mascot {
    margin-top: -20px;
  }

  .product-showcase {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .image-showcase.wood, .image-showcase.metal {
    min-height: 280px;
  }

  .show-case-bullets {
    padding-top: 3vh;
    padding-bottom: 2vh;
  }

  .show-case-bullet {
    max-width: 80%;
    margin-left: 0;
  }

  .inspiration-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-title-side {
    padding: 8vw 6vw 2vw;
  }

  .mn-bnt-bar {
    height: 6px;
  }

  .two-places-text-hldr {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 3vh;
  }

  .two-places-text {
    max-width: 90%;
  }

  .truck-trail-hldr {
    margin-top: 0;
  }

  .elitetruck {
    max-width: 70%;
  }
}

#w-node-_5b957b39-bf95-50fe-34bf-9693db732572-2ba2b72d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f30cb8fd-677b-8338-c50f-dee888666d7b-88666d7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f30cb8fd-677b-8338-c50f-dee888666d7d-88666d7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f30cb8fd-677b-8338-c50f-dee888666d91-88666d7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f30cb8fd-677b-8338-c50f-dee888666d94-88666d7a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f30cb8fd-677b-8338-c50f-dee888666d97-88666d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_3a7dcecb-b33e-3bf6-77d9-673c0ff9b494-2ba2b72d, #w-node-_3ccdc77d-62fd-c70b-2778-526a093db91f-2ba2b72d, #w-node-_5e582c00-88cf-43e6-c220-fcc9e148e53c-2ba2b72d, #w-node-fa63be83-31c1-250b-7bae-bf6b2585f8b3-2ba2b72d, #w-node-_9b5010c2-c74c-18ee-b0fb-1f8921cb13ae-2ba2b72d, #w-node-_60cd0b1d-3694-fde1-6a53-af8e05826fb0-2ba2b72d, #w-node-_294b1dd3-afa7-3e78-2ab0-f0699a0fc437-02245443, #w-node-_3f9344a5-7a83-8ce5-9e11-90165713106e-02245443, #w-node-c978b463-a224-3269-0d44-6d79e4879e2c-02245443, #w-node-f30cb8fd-677b-8338-c50f-dee888666d7b-88666d7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f30cb8fd-677b-8338-c50f-dee888666d7d-88666d7a, #w-node-f30cb8fd-677b-8338-c50f-dee888666d94-88666d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9456599e-7a95-c122-8fcb-2d96f34613b6-359f62bb, #w-node-_9456599e-7a95-c122-8fcb-2d96f34613bd-359f62bb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_131c2756-2934-385b-2bac-9c282d1886e9-2ba2b72d, #w-node-_6e355686-7a40-7fe6-7880-5c7806fe51ae-2ba2b72d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e582c00-88cf-43e6-c220-fcc9e148e53c-2ba2b72d, #w-node-fa63be83-31c1-250b-7bae-bf6b2585f8b3-2ba2b72d, #w-node-_9b5010c2-c74c-18ee-b0fb-1f8921cb13ae-2ba2b72d, #w-node-_60cd0b1d-3694-fde1-6a53-af8e05826fb0-2ba2b72d, #w-node-_5b957b39-bf95-50fe-34bf-9693db732572-2ba2b72d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_294b1dd3-afa7-3e78-2ab0-f0699a0fc437-02245443 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5abe3c54-c1a3-9ecd-08cb-2e63434c87a4-02245443 {
    order: -9999;
  }

  #w-node-_96629f6a-da37-5bce-0b6a-202b1ecbbd67-02245443, #w-node-e4ece607-6590-0db1-423c-a2197e1beef2-02245443, #w-node-f30cb8fd-677b-8338-c50f-dee888666d7d-88666d7a, #w-node-f30cb8fd-677b-8338-c50f-dee888666d94-88666d7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Norwester';
  src: url('../fonts/norwester.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}