@font-face {
  font-family: Lexenddeca Variablefont Wght;
  src: url('../fonts/LexendDeca-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zohopuvi;
  src: url('../fonts/ZohoPuvi-Extrabold.woff2') format("woff2"), url('../fonts/ZohoPuvi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zohopuvi;
  src: url('../fonts/ZohoPuvi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zohopuvi;
  src: url('../fonts/ZohoPuvi-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zohopuvi;
  src: url('../fonts/ZohoPuvi-SemiboldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zohopuvi;
  src: url('../fonts/ZohoPuvi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zohopuvi;
  src: url('../fonts/ZohoPuvi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1c1c1e;
  --orange: #f05a22;
  --white: white;
  --grey: #5f676b;
  --dark-grey: #333;
  --yellow: #fafabf;
}

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

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

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

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

body {
  color: #333;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Zohopuvi, Arial, sans-serif;
}

.hero-button-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center start;
  max-width: none;
  margin-top: 40px;
  display: flex;
}

.heading-left {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-shadow: 0 1px 1px #000000c4;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 5rem;
}

.main-container {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
  padding-top: 15vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.section {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  align-self: stretch;
  height: auto;
  margin-top: 0;
  padding: 80px 40px;
  font-weight: 400;
}

.section.hero {
  background-image: radial-gradient(circle, #050101b5, #050505b5 32%, #2c130a9e 100%, #f05a2226), url('../images/hero.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  text-decoration: none;
  display: flex;
}

.section.light-grey {
  background-color: #5f676b0d;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.with-back {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/formwork-background.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-top: 1px solid #5f676b00;
  border-bottom: 1px solid #00000017;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.with-back.more-top-space {
  padding-top: 80px;
}

.section.header {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.section.header.kwikstage {
  background-image: linear-gradient(180deg, var(--black), #fff0 100%, #f05a22a3), url('../images/Kwikstage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.header.gtx {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/RMDK-Acid-Basin-Germiston-007.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.header.minima {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Minma.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.header.projects {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Project-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.header.contact {
  background-image: linear-gradient(#00000052, #00000052), url('../images/Contact-Us.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.header.services {
  background-image: linear-gradient(180deg, var(--black), #fff0 100%, #f05a22a3), url('../images/Commercial.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.header.airodek {
  background-image: linear-gradient(#00000080, #00000080), url('../images/airodek-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.header.company {
  background-image: linear-gradient(180deg, var(--black), #fff0 100%, #f05a22a3), url('../images/P1050396.avif');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section.plain-grey-back {
  background-color: #5f676b;
  background-image: linear-gradient(#f7f7f7f5, #f7f7f7f5);
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.less-top-space {
  padding-top: 0;
}

.section.less-bottom-space {
  background-image: linear-gradient(#fffdfde0, #fffdfde0), url('../images/formwork-background.svg');
  background-position: 0 0, 100%;
  background-size: auto, contain;
  border-bottom: 0 solid #5f676b1a;
  padding-bottom: 60px;
}

.section.less-bottom-space.bottom-bar {
  background-image: linear-gradient(#fffdfde0, #fffdfde0);
  background-position: 0 0;
  background-size: auto;
  border-bottom-width: 1px;
}

.features-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.features-div._1080 {
  max-width: 1080px;
  padding-top: 0;
  padding-bottom: 0;
}

.features-div.large {
  max-width: 1200px;
}

.features-div.top-space {
  margin-top: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  max-width: none;
  margin-right: 20px;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social_link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start;
  margin-right: 0;
  display: flex;
}

.divider {
  background-color: var(--orange);
  opacity: .3;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-link {
  color: #fffc;
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #ce8e77;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer {
  background-color: var(--black);
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding: 60px 5% 30px;
  display: flex;
}

.h4 {
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.footer-top_left {
  flex-direction: column;
  display: flex;
}

.footer-bot {
  margin-top: 0;
  display: flex;
}

.footer-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 2fr 2.5fr;
  align-items: start;
}

.footer-credit {
  color: #fff;
  text-align: right;
  flex: 1;
  font-size: 13px;
  font-weight: 300;
}

.container-2 {
  width: 100%;
  max-width: 1100px;
}

.navbar_logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.social-icon-custom {
  height: 27px;
}

.spacer-20 {
  border-top: 0px solid var(--white);
  width: 100%;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.intro-grid {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  border: 0px solid var(--orange);
  background-color: #ffffff57;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.label {
  color: var(--orange);
  text-align: left;
  font-family: Zohopuvi, Arial, sans-serif;
  font-weight: 400;
}

.label.center {
  text-align: center;
}

.heading {
  text-align: center;
  margin-top: 10px;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
}

.heading.left {
  text-align: left;
}

.paragraph {
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6em;
}

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

.paragraph-2 {
  margin-top: 20px;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6em;
}

.intro-paragraph {
  margin-top: 30px;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-span {
  color: #f05a22;
  font-weight: 600;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.text-span-3 {
  font-family: Zohopuvi, Arial, sans-serif;
  font-weight: 600;
}

.fancy-button-white {
  color: #d4af65;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fancy-button-white._1 {
  background-color: var(--white);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-right: 20px;
}

.fancy-button-white.wide, .fancy-button-white.wide.w--current {
  width: 300px;
}

.bg-wrapper-b11 {
  z-index: 0;
  border: 1px dashed var(--orange);
  color: var(--orange);
  background-color: #0000;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-wrapper-b11.white {
  border-color: var(--orange);
  background-color: var(--white);
  color: var(--white);
}

.bg-wrapper-b11.orange {
  border-color: var(--white);
  background-color: var(--orange);
  color: var(--white);
}

.bg-wrapper-b11.grey {
  border-color: var(--orange);
  color: var(--white);
}

.bg-wrapper-b11.max {
  width: 200px;
}

.button-bg-b11 {
  -webkit-text-stroke-color: var(--orange);
  background-color: #f1953a14;
  border-style: dashed;
  border-width: 0;
  width: 0;
  height: 50px;
  position: absolute;
  left: 0;
}

.text-b11 {
  z-index: 1;
  color: var(--orange);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}

.text-b11.white {
  color: var(--white);
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
}

.top-line-b11 {
  border: 1px dashed var(--orange);
  background-color: var(--orange);
  width: 200px;
  height: 2px;
  color: var(--orange);
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-line-b11.white {
  border-style: solid;
}

.left-line-b11 {
  background-color: var(--orange);
  width: 2px;
  height: 50px;
  color: var(--orange);
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-line-b11.white {
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
}

.bottom-line-b11 {
  background-color: var(--orange);
  width: 200px;
  height: 2px;
  color: var(--orange);
  border-left: 1px solid #000;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-line-b11.white {
  border-bottom: 1px dashed var(--orange);
  border-left-style: dashed;
  border-left-color: var(--orange);
}

.right-line-b11 {
  border-right: 1px dashed var(--orange);
  background-color: var(--orange);
  width: 2px;
  height: 50px;
  color: var(--orange);
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.button-wrap.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.code-embed {
  width: 100%;
  margin-top: 40px;
}

.code-embed-2 {
  background-color: #ededed00;
  width: 100%;
  max-width: 940px;
  margin-top: 20px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.text-span-4 {
  font-weight: 600;
}

.icon-text-wrap {
  background-color: #fff;
  border: 1px solid #5f676b52;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: 128px;
  padding: 20px 20px 20px 30px;
  display: flex;
  box-shadow: 11px 20px 3px -14px #1e3a5f33;
}

.icon-text-wrap.vertical {
  flex-flow: column;
  height: auto;
}

.tick-mark {
  width: 50px;
  margin-right: 20px;
  display: block;
}

.tick-mark.no-right-space {
  margin-right: 0;
}

.service {
  color: #3c3f4b;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.service.larger {
  text-align: center;
  margin-bottom: 20px;
  font-size: 21px;
}

.nav-item {
  flex-direction: column;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hamburger {
  padding: 0;
  display: none;
}

.text {
  z-index: 7;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown-link-3 {
  color: var(--black);
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-link-3:hover {
  color: var(--orange);
}

.dropdown-link-3.w--current {
  color: var(--orange);
  text-decoration: none;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.light-lighter {
  background-image: linear-gradient(225deg, #c0997e, #fff);
}

.color.light-dark {
  background-image: linear-gradient(225deg, #c0997e, #9a5e37);
  position: static;
}

.color.lighter-light {
  background-image: linear-gradient(225deg, #fff, #c0997e);
}

.color.dark-light {
  background-image: linear-gradient(225deg, var(--orange), #c0997e);
}

.navbar-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px #0000;
  margin-left: 20px;
  margin-right: 15px;
  padding: 20px 0;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.navbar-link-2:hover {
  opacity: 1;
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link-2.w--current {
  color: #fff;
}

.navbar-link-2.drop {
  letter-spacing: 1px;
  margin-right: 10px;
  padding-right: 0;
}

.navbar-link-2.drop:hover {
  color: #fff;
}

.navbar-3 {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 5%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.dropdown-list-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.dropdown-list-4.w--open {
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 8px;
  padding: 0 0 10px;
  box-shadow: 0 2px 5px #0003;
}

.highlight-button-1 {
  border-radius: 0;
  margin-left: 20px;
  margin-right: 0;
}

.button-block {
  background-color: var(--orange);
  cursor: pointer;
  border-radius: 0;
  width: 160px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block:hover {
  transform: scale(1.05);
}

.navbar-menu {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.dropdown-3 {
  display: block;
}

.dropdown-arrow {
  width: 10px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle-2 {
  align-items: center;
  margin-left: 10px;
  padding: 0 20px 0 0;
  display: flex;
}

.button-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient._4 {
  z-index: 4;
  position: absolute;
}

.button-gradient._3 {
  z-index: 3;
  position: absolute;
}

.button-gradient._6 {
  z-index: 6;
  position: absolute;
}

.button-gradient.static {
  position: static;
}

.button-gradient._5 {
  z-index: 5;
  position: absolute;
}

.header-title {
  color: var(--white);
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}

.text-span-5 {
  font-weight: 600;
}

.h2 {
  text-align: left;
  margin-top: 20px;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
}

.h2.center {
  text-align: center;
  font-weight: 300;
}

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

.list-item {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.product-features-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.text-span-6 {
  font-weight: 600;
}

.h3 {
  text-align: left;
  margin-top: 20px;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
}

.h3.center {
  text-align: center;
  font-size: 2.3em;
  font-weight: 300;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-info-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.product-info-grid._3col {
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  margin-top: 20px;
}

.product-info-grid._2col {
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  margin-bottom: 40px;
  display: grid;
}

.product-info-grid._4cols {
  grid-template-columns: .75fr 1.25fr 1.25fr .75fr;
}

.product-info-grid._2cols {
  grid-template-columns: 1.25fr 1.25fr;
}

.product-data {
  border: 1px solid #5f676b8f;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-data.small {
  width: 55%;
}

.product-data.medium {
  width: 80%;
}

.product-data._2 {
  width: 100%;
}

.data-div {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 10px 20px;
  display: flex;
}

.data-div.col3 {
  width: 80%;
  max-width: 100%;
  height: 100%;
  box-shadow: none;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

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

.tab-link-tab-2 {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--grey);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2.w--current {
  background-color: var(--orange);
}

.tabs-menu {
  text-align: center;
  margin-top: 40px;
}

.tabs-content {
  background-color: var(--white);
  border: 1px solid #5f676b4a;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1 {
  background-color: var(--grey);
  color: var(--white);
  font-size: 16px;
}

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

.tab-link-tab-3 {
  background-color: var(--grey);
  color: var(--white);
  font-size: 16px;
}

.tab-link-tab-3.w--current {
  background-color: var(--orange);
  color: var(--white);
}

.tab-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  display: block;
}

.product-image-div {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.product-image-div.airodek {
  background-image: none;
}

.product-image-div.minima {
  margin-top: 40px;
}

.product-image-div.gtx {
  background-image: none;
  margin-top: 40px;
}

.minima {
  background-image: url('../images/Minima1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide {
  background-image: url('../images/GTX.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Ibis-Hotel-Dec-07-009.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/GTX_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-nav {
  background-color: var(--orange);
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  position: relative;
  inset: auto 0% 0%;
}

.slide-4 {
  background-image: url('../images/GTX4.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Hafeera-IJM-JV-Zallaq-Bridge-Bahrain-074.webp');
  background-position: 0 0;
  background-size: cover;
}

.left-arrow {
  inset: 0% auto 0% -4%;
}

.text-span-7 {
  font-weight: 600;
}

.airodek {
  background-image: url('../images/airodek3.webp');
  background-position: 0 0;
  background-size: cover;
}

.subtitle-small {
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.tab-pane-tab-2 {
  padding-top: 20px;
}

.tab-pane-tab-1 {
  padding-bottom: 20px;
}

.div-block-7 {
  height: 100%;
  padding-top: 0;
}

.gtx {
  background-image: url('../images/GTX-Img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/Yas-Island-Taisei-Bridge-Apr-08-58.webp');
  background-position: 50%;
  background-size: cover;
}

.text-span-8 {
  color: var(--orange);
}

.small-title {
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 2vw;
  transition: all .475s;
}

.small-title:hover {
  color: #0a5a5b;
}

.small-title.team {
  color: var(--orange);
  font-size: 1.4em;
}

.team-card-icon-title {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  color: #fff;
  text-align: left;
  border: .125vw #ed6439;
  border-radius: 1vw;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.paragraph-3 {
  color: #0a5a5b;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.6vw;
}

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

.paragraph-3.light.small {
  padding-right: 41px;
  font-size: 1em;
  line-height: 2vw;
}

.paragraph-3.light.small.grey {
  color: var(--grey);
  font-size: 1.2em;
  line-height: 2em;
}

.team-card {
  background-color: var(--white);
  border-radius: 0 0 0 0;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.team-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.team-card-title {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-card-slide {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: var(--white);
  outline-offset: 0px;
  border: 1px solid #5f676b66;
  border-top-right-radius: 0;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  padding: 1vw 1.5vw 1.5vw;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.team-card-content {
  color: #fff;
  border-top: 1px solid #fff3;
  padding-top: 1.5vw;
}

.image-2 {
  border-radius: 0;
  width: 4vw;
  padding: 4px;
}

.text-span-9, .text-span-10 {
  color: var(--dark-grey);
  font-weight: 500;
}

.heading-3 {
  font-weight: 500;
}

.heading-3.bottom-space {
  margin-bottom: 20px;
}

.image-3 {
  margin-right: 10px;
}

.icon {
  margin-right: 20px;
}

.link {
  color: var(--orange);
  text-decoration: none;
}

.icon-wrapper {
  margin-bottom: 10px;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 0px solid var(--orange);
  background-color: #ffffff91;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 10px;
}

.col3-grid {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.text-span-11 {
  font-weight: 600;
}

.icon-and-text {
  background-color: #fff;
  border: 0 solid #5f676b52;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 0 30px;
  display: flex;
}

.icon-list-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.image-right-div {
  background-image: url('../images/Kit-Formwork.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 80%;
}

.divider-line {
  background-color: var(--orange);
  height: 1px;
  margin-top: 50px;
  margin-bottom: 0;
}

.intro {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 0px solid var(--orange);
  background-color: #ffffff96;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0 20px;
  display: block;
}

.gallery {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 40px;
  display: flex;
}

.product-intro-info {
  margin-bottom: 40px;
}

.list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

.slider-image-wrapper {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav-2 {
  color: #1c1c1e;
  background-color: #f05a22;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  position: relative;
  inset: auto 0% 0%;
}

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

.slider-5 {
  background-color: #5f676b;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70vh;
  display: block;
}

.slide-nav-3 {
  color: #1c1c1e;
  background-color: #f05a22;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  position: relative;
  inset: auto 0% 0%;
}

.slider-6 {
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: block;
}

.slide-nav-4 {
  color: #1c1c1e;
  background-color: #f05a22;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  position: relative;
  inset: auto 0% 0%;
}

.slider-7 {
  background-color: #5f676b;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: block;
}

.tick-list {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.social-icon-wrapper {
  margin-bottom: 20px;
}

.div-block-11 {
  background-image: url('../images/KIT-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.utility-page-wrap {
  background-image: url('../images/404.png');
  background-position: 45% 40%;
  background-repeat: no-repeat;
  background-size: 55%;
  flex-flow: column;
  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;
  margin-bottom: 40px;
  display: flex;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding: 80px 40px;
  font-weight: 400;
  display: flex;
}

.section-2.with-back {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/formwork-background.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: auto;
}

.list-2 {
  font-size: 1.1em;
  line-height: 1.6em;
}

.spacer-20-2 {
  border-top: 0 solid #fff;
  width: 100%;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.legal-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ffffff91;
  border: 0 solid #f05a22;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  padding: 20px;
  display: block;
}

.container-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.section-3 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding: 80px 40px;
  font-weight: 400;
  display: flex;
}

.section-3.with-back {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/formwork-background.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: auto;
}

.section-4 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding: 80px 40px;
  font-weight: 400;
  display: flex;
}

.section-4.with-back {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/formwork-background.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: auto;
}

.footer-left {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.block-quote {
  border-left-color: var(--orange);
  width: 80%;
  line-height: 30px;
}

.footer-bot-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-credit-2 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.footer-link-2 {
  color: #fffc;
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Zohopuvi, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: #ce8e77;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.list, .list-4 {
  padding-left: 10px;
}

.div-block-5 {
  height: 400px;
}

.product-image-div-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.slider {
  background-color: #5f676b;
  justify-content: center;
  align-items: center;
  display: block;
}

.slider-image-wrapper-2 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-7, .image-9 {
  flex: 1;
}

.code-embed-4 {
  width: 100%;
}

.section-3-copy {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding: 80px 40px;
  font-weight: 400;
  display: flex;
}

.section-3-copy.with-back {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/formwork-background.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .main-container {
    max-width: 80%;
  }

  .section.hero {
    padding-left: 0;
  }

  .section.with-back.more-top-space {
    padding-top: 80px;
  }

  .section.less-top-space {
    border-top-width: 0;
  }

  .features-div {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .footer {
    background-image: linear-gradient(248deg, #0c142400, #9a5e3740);
  }

  .intro-grid {
    text-align: left;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    max-width: 940px;
  }

  .team-card {
    background-color: var(--black);
    height: 200px;
  }

  .team-card-slide {
    height: 200px;
    padding-top: 1.5vw;
  }

  .icon-list-wrapper {
    padding-left: 50px;
  }

  .container-4 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .section.with-back.more-top-space {
    padding-top: 80px;
  }

  .team-card {
    max-width: 940px;
    height: 200px;
  }

  .container-4 {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1920px) {
  .main-container {
    align-self: center;
    display: flex;
  }

  .section.hero {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.light-grey, .section.plain-grey-back {
    background-image: linear-gradient(#f7f7f7, #f7f7f7);
    background-position: 0 0;
  }

  .section.less-top-space {
    margin-bottom: 80px;
  }

  .features-div {
    max-width: 940px;
  }

  .team-card-icon-title {
    border-top-width: 0;
  }

  .team-card {
    height: 250px;
  }

  .team-card-grid {
    height: 200px;
  }

  .team-card-slide {
    height: 250px;
  }

  .container-4 {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .hero-button-wrapper {
    max-width: 80vw;
  }

  .heading-left {
    align-self: stretch;
  }

  .hero-heading {
    max-width: 100vw;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .main-container {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: block;
  }

  .section {
    flex-flow: column;
    padding: 60px 20px;
    display: flex;
  }

  .section.light-grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.with-back {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.with-back.more-top-space {
    background-position: 0 0, 100% 0;
  }

  .section.plain-grey-back {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.less-top-space {
    padding-top: 20px;
  }

  .section.less-bottom-space {
    padding-top: 80px;
  }

  .section.less-bottom-space.bottom-bar {
    padding-top: 60px;
  }

  .features-div {
    padding-right: 0;
  }

  .features-div.top-space {
    margin-top: 100px;
  }

  .logo {
    margin-right: 0;
    display: block;
  }

  .footer-link {
    font-family: Zohopuvi, Arial, sans-serif;
  }

  .footer-column {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 15%;
  }

  .h4 {
    text-align: left;
  }

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

  .footer-bot {
    text-align: center;
    flex-direction: column;
  }

  .footer-top {
    grid-column-gap: 60px;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: stretch;
    display: flex;
  }

  .footer-credit {
    text-align: left;
  }

  .container-2 {
    display: block;
  }

  .navbar_logo-link {
    justify-content: center;
    display: flex;
  }

  .navbar_logo-link.w--current {
    justify-content: flex-start;
    align-items: stretch;
  }

  .intro-grid {
    flex-flow: column;
    display: flex;
  }

  .nav-item {
    margin-bottom: 30px;
  }

  .hamburger {
    display: none;
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .navbar-link-2 {
    white-space: nowrap;
    justify-content: center;
    align-self: auto;
    width: auto;
    margin-left: 10px;
    padding: 20px;
    font-size: 14px;
    display: flex;
  }

  .navbar-link-2.drop {
    padding-left: 0;
  }

  .navbar-3 {
    border-bottom-width: 0;
  }

  .dropdown-list-4.w--open {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .highlight-button-1 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu {
    z-index: 40;
    background-color: var(--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: .5rem 0%;
    display: flex;
    overflow: visible;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .hamburger-menu {
    width: 20px;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    margin-right: 15px;
    padding-right: 0;
  }

  .product-features-grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-right: 20px;
  }

  .product-info-grid._3col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .product-info-grid._2col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .product-data.small {
    width: 80%;
  }

  .slide-nav {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .small-title {
    font-size: 1.5vw;
  }

  .small-title.team {
    color: var(--orange);
    font-size: 1.4em;
  }

  .small-title.team:hover {
    color: var(--grey);
  }

  .paragraph-3 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .paragraph-3.light.small {
    font-size: 1.5vw;
  }

  .paragraph-3.light.small.grey {
    font-size: 15px;
    line-height: 3vw;
  }

  .team-card-grid {
    padding-top: 5.4vw;
  }

  .team-card-slide {
    justify-content: center;
    align-items: flex-start;
    height: 180px;
    padding-top: 1.5vw;
  }

  .team-card-content {
    font-size: 16px;
  }

  .image-2 {
    width: 7vw;
  }

  .contact-form-grid {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .icon-list-wrapper {
    padding-left: 10px;
  }

  .intro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .gallery {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .list-wrapper {
    padding-left: 10px;
  }

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

  .slide-nav-2 {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-5 {
    height: 60vh;
  }

  .slider-6 {
    width: 400px;
  }

  .slider-7 {
    height: 60vh;
  }

  .div-block-11 {
    height: 400px;
  }

  .utility-page-wrap {
    background-size: 80%;
  }

  .section-2 {
    padding: 2vw 20px 6vw;
    display: flex;
  }

  .legal-grid {
    flex-flow: column;
    display: flex;
  }

  .section-3, .section-4 {
    padding: 2vw 20px 6vw;
    display: flex;
  }

  .footer-left {
    text-align: left;
  }

  .block-quote {
    width: auto;
  }

  .footer-bot-2 {
    text-align: center;
    flex-direction: column;
  }

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

  .code-embed-3 {
    margin-top: 20px;
  }

  .slider {
    width: 400px;
  }

  .section-3-copy {
    padding: 2vw 20px 6vw;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-button-wrapper {
    max-width: 80vw;
  }

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

  .main-container {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section.with-back {
    background-image: linear-gradient(to bottom, null, null), url('../images/formwork-background.svg');
    background-size: auto, cover;
    padding-top: 60px;
  }

  .features-div {
    padding-right: 0;
  }

  .features-div.top-space {
    padding-left: 20px;
  }

  .logo {
    width: 80px;
    min-width: auto;
    max-width: 100px;
  }

  .footer-column {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .footer-bot {
    flex-flow: column;
    align-items: center;
    padding-bottom: 1rem;
  }

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

  .footer-credit {
    margin-top: 0;
  }

  .navbar_logo-link {
    overflow: visible;
  }

  .social-icon-custom {
    width: 30px;
    height: 30px;
  }

  .intro-grid {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-b11 {
    text-align: center;
  }

  .button-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-2 {
    grid-template-columns: 1.25fr;
  }

  .tick-mark {
    max-width: 28px;
  }

  .service {
    font-size: 18px;
  }

  .nav-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-link-2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-3 {
    border-bottom-width: 0;
    padding-top: 10px;
  }

  .navbar-menu {
    padding: 1rem 5% 2rem;
  }

  .header-title {
    line-height: 55px;
  }

  .list-item {
    font-size: 1.1em;
  }

  .product-features-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .product-info-grid, .product-info-grid._3col {
    grid-template-columns: 1fr 1fr;
  }

  .product-info-grid._2col {
    grid-template-columns: 1.25fr;
  }

  .product-info-grid._4cols {
    grid-template-columns: 1fr;
  }

  .product-info-grid._2cols {
    grid-template-columns: 1fr 1fr;
  }

  .product-data.medium, .data-div.col3 {
    width: auto;
  }

  .tab-link-tab-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image-div.kwikstage {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-image-div.minima {
    background-image: none;
  }

  .subtitle-small {
    line-height: 30px;
  }

  .small-title {
    font-size: 2.3vw;
  }

  .small-title.team {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .paragraph-3.light.small {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 2vw;
    display: flex;
  }

  .paragraph-3.light.small.grey {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2vw;
  }

  .team-card-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .team-card-slide {
    height: 160px;
    padding-top: 20px;
  }

  .image-2 {
    width: 8vw;
  }

  .text-span-9, .text-span-10 {
    text-align: left;
  }

  .gallery {
    justify-content: flex-start;
    align-items: center;
    height: 45vh;
  }

  .product-intro-info.less {
    margin-bottom: 10px;
  }

  .list-wrapper {
    margin-bottom: 0;
  }

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

  .slider-5 {
    height: 40vh;
  }

  .slider-6 {
    width: 350px;
    height: 300px;
  }

  .slider-7 {
    height: 43vh;
  }

  .tick-list {
    font-size: 14px;
  }

  .utility-page-wrap {
    background-position: 35% 40%;
  }

  .section-2 {
    padding: 5vw 5%;
  }

  .container-4 {
    padding-right: 0;
  }

  .section-3, .section-4 {
    padding: 5vw 5%;
  }

  .footer-left {
    margin-top: 0;
  }

  .footer-bot-2 {
    flex-flow: column;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer-credit-2 {
    margin-top: 0;
  }

  .image-6 {
    width: 40%;
  }

  .video-2 {
    margin-bottom: 10px;
  }

  .list {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .div-block-5 {
    height: 360px;
  }

  .slider {
    width: 350px;
    height: 300px;
  }

  .image-10 {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .section-3-copy {
    padding: 5vw 5%;
  }
}

@media screen and (max-width: 479px) {
  .hero-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-heading {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .section {
    margin-top: 0;
    padding: 10vw 6%;
  }

  .section.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4vw 1% 15vw;
  }

  .section.light-grey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.with-back {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.with-back.more-top-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.header.projects, .section.header.contact, .section.header.services, .section.header.company {
    margin-top: 0;
  }

  .section.less-top-space {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  .section.less-bottom-space {
    padding-top: 60px;
  }

  .logo {
    width: 60px;
  }

  .footer-link {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding-top: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-top {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .spacer-20 {
    height: 10px;
  }

  .fancy-button-white._1 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-b11 {
    text-align: center;
    font-size: 15px;
  }

  .button-wrap {
    flex-flow: column;
  }

  .button-wrap.left {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .service.larger {
    text-align: center;
  }

  .navbar-3 {
    margin-top: 0%;
  }

  .header-title {
    font-size: 40px;
  }

  .h2 {
    font-size: 2.3em;
  }

  .h2.center {
    line-height: 1.2em;
  }

  .h3.center {
    font-size: 2.1em;
  }

  .product-info-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .product-info-grid._3col, .product-info-grid._2cols {
    grid-template-columns: 1fr;
  }

  .product-data.small, .product-data.medium {
    width: auto;
  }

  .tab-link-tab-2, .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-image-div.kwikstage, .product-image-div.airodek, .product-image-div.minima, .product-image-div.gtx {
    margin-top: 0;
  }

  .small-title.team {
    line-height: 3vw;
  }

  .paragraph-3, .paragraph-3.light.small {
    font-size: 3vw;
    line-height: 3vw;
  }

  .paragraph-3.light.small.grey {
    flex-flow: column;
    line-height: 16px;
  }

  .team-card {
    height: 180px;
  }

  .team-card-grid {
    grid-template-columns: 1fr;
    padding-top: 1.4vw;
  }

  .team-card-title {
    padding-top: 0;
  }

  .team-card-slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-card-content {
    flex-flow: column;
    display: flex;
  }

  .image-2 {
    width: 12vw;
  }

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

  .icon-and-text {
    padding-left: 10px;
  }

  .icon-list-wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .intro {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery {
    width: auto;
    height: 100%;
    margin-top: 0;
  }

  .container {
    max-width: none;
  }

  .slide-13 {
    height: 24vh;
  }

  .slider-5 {
    width: 100%;
    height: 24vh;
  }

  .slider-6, .slider-7 {
    width: 100%;
    height: 250px;
  }

  .utility-page-wrap {
    background-size: 100%;
  }

  .utility-page-content {
    margin-top: 39px;
    padding-left: 24px;
  }

  .heading-4 {
    margin-bottom: 20px;
  }

  .section-2 {
    padding: 10vw 6%;
  }

  .section-2.with-back {
    margin-top: 0;
  }

  .spacer-20-2 {
    height: 10px;
  }

  .legal-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding: 10vw 6%;
  }

  .section-3.with-back {
    margin-top: 0;
  }

  .section-4 {
    padding: 10vw 6%;
  }

  .section-4.with-back {
    margin-top: 0;
  }

  .block-quote {
    width: auto;
  }

  .footer-link-2 {
    text-align: left;
    align-self: flex-start;
    font-size: 12px;
  }

  .image-6 {
    text-align: center;
    flex: 0 auto;
    width: 80px;
  }

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

  .list-3, .list-4 {
    padding-left: 10px;
  }

  .div-block-5 {
    height: 330px;
  }

  .slider {
    width: 100%;
    height: 250px;
  }

  .left-arrow-2 {
    inset: 0% auto 0% 0%;
  }

  .link-block {
    display: flex;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
  }

  .section-3-copy {
    padding: 10vw 6%;
  }

  .section-3-copy.with-back {
    margin-top: 0;
  }
}

#w-node-cb333863-d6ed-1350-fbaf-02d078e02e75-2bf647e3 {
  place-self: center;
}

#w-node-_8e70a235-d489-7448-5223-f3d90c7267b4-2bf647e3 {
  justify-self: start;
}

#w-node-a13153fc-83bd-6caa-62fd-dfa2323d4b99-2bf647e3 {
  align-self: center;
}

#w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f33-73014f2e, #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f34-73014f2e, #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f41-73014f2e, #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f42-73014f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa5ad801-a9c4-9218-669b-8febe145fbd8-3a57b3f5, #w-node-_0b4b3262-22b7-2c75-05a8-9556fbc1f9bf-3a57b3f5 {
  place-self: center;
}

#w-node-_180fff0d-6dc3-d760-56d6-192e25f95334-3a57b3f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa5ad801-a9c4-9218-669b-8febe145fbd8-150a036d, #w-node-aa5ad801-a9c4-9218-669b-8febe145fbf2-150a036d, #w-node-ef4be0fa-de53-d705-6966-70eb6149db62-150a036d {
  place-self: center;
}

#w-node-ef4be0fa-de53-d705-6966-70eb6149db72-150a036d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61dc14bb-9b2b-12ad-37a5-5f52b9fb86a5-2bd59a30 {
  place-self: center;
}

#w-node-fa618e0b-8485-0a76-09ca-d9fe7cba3377-2bd59a30 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-aa5ad801-a9c4-9218-669b-8febe145fbd8-c6c68ef7 {
  place-self: center;
}

#w-node-f87fd82e-4377-c4e7-a8e8-d0eea2d435a2-c6c68ef7 {
  place-self: center stretch;
}

#w-node-_94de5d00-03b9-e72c-70bc-73798c18d5e3-c6c68ef7, #w-node-a303e895-b124-7764-7086-4233f00ecdf2-c6c68ef7 {
  place-self: start center;
}

#w-node-_571aa836-e42e-8804-aa72-66b0b936c802-c6c68ef7 {
  place-self: stretch center;
}

#w-node-aa5ad801-a9c4-9218-669b-8febe145fbd8-a6ea4506, #w-node-_0b232427-282e-642d-47fd-997914eedf17-a6ea4506, #w-node-_0b232427-282e-642d-47fd-997914eedf25-a6ea4506, #w-node-_0b232427-282e-642d-47fd-997914eedf33-a6ea4506, #w-node-aa5ad801-a9c4-9218-669b-8febe145fbd8-240e18ba, #w-node-_94de5d00-03b9-e72c-70bc-73798c18d5e3-240e18ba, #w-node-_2a95ae30-a623-f3f9-2be6-cccce4d5f51a-240e18ba, #w-node-_4dabb660-e610-b85a-00a7-ac6aa383b47e-240e18ba, #w-node-aa5ad801-a9c4-9218-669b-8febe145fbd8-b90d1037, #w-node-aa5ad801-a9c4-9218-669b-8febe145fbf2-b90d1037, #w-node-_2d165ca4-d65a-a324-9f7c-5fcf9217ddd4-9deddc4c, #w-node-_6933ee76-36e6-101a-25b2-65e059460259-f85d361d, #w-node-d1ad140d-1e8b-96e7-062e-8b5982e2e4aa-75084b30 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_8e70a235-d489-7448-5223-f3d90c7267b4-2bf647e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f31-73014f2e {
    justify-self: start;
  }

  #w-node-_78d69026-a98b-2c4c-d914-a9e9836deb7d-2bd59a30, #w-node-_8befa5e6-a448-29bb-edbf-bfdcc6f060cc-2bd59a30 {
    order: -9999;
  }

  #w-node-_61dc14bb-9b2b-12ad-37a5-5f52b9fb86a5-2bd59a30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_78d69026-a98b-2c4c-d914-a9e9836deb7d-c6c68ef7, #w-node-_8befa5e6-a448-29bb-edbf-bfdcc6f060cc-c6c68ef7, #w-node-_78d69026-a98b-2c4c-d914-a9e9836deb7d-a6ea4506, #w-node-_8befa5e6-a448-29bb-edbf-bfdcc6f060cc-a6ea4506, #w-node-_78d69026-a98b-2c4c-d914-a9e9836deb7d-240e18ba, #w-node-_8befa5e6-a448-29bb-edbf-bfdcc6f060cc-240e18ba {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f31-73014f2e, #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f33-73014f2e, #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f41-73014f2e {
    place-self: center;
  }

  #w-node-_09ed24fa-ba02-23ec-0999-ab9e73014f4f-73014f2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Lexenddeca Variablefont Wght';
  src: url('../fonts/LexendDeca-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zohopuvi';
  src: url('../fonts/ZohoPuvi-Extrabold.woff2') format('woff2'), url('../fonts/ZohoPuvi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zohopuvi';
  src: url('../fonts/ZohoPuvi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zohopuvi';
  src: url('../fonts/ZohoPuvi-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zohopuvi';
  src: url('../fonts/ZohoPuvi-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zohopuvi';
  src: url('../fonts/ZohoPuvi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zohopuvi';
  src: url('../fonts/ZohoPuvi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}