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

.body {
  padding: 0em;
  background-color: #000;
  font-family: futura-pt, sans-serif;
  color: #f7f7f7;
  font-size: 1.5vw;
  line-height: 2.25vw;
  font-weight: 400;
  white-space: normal;
}

.welcome {
  margin-top: 0vw;
  margin-bottom: 10vw;
  color: #fe5000;
  font-size: 6vw;
  line-height: 7.5vw;
  font-weight: 700;
}

.welcome.text_green {
  color: #19ff66;
}

.welcome.text_blue {
  color: #199cff;
}

.cardheader {
  display: block;
  margin: 0vw 0vw 3vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #19ff66;
  font-size: 3vw;
  line-height: 3.9000000000000004vw;
  font-weight: 700;
}

.section_2_grid {
  position: static;
  display: -ms-grid;
  display: grid;
  margin-top: 5vw;
  margin-bottom: 5vw;
  clear: none;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1vw 1fr 1vw 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: ;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  -o-object-fit: fill;
  object-fit: fill;
}

.card {
  display: block;
  padding: 2vw;
  border: 0px none transparent;
  border-radius: 0.25vw;
  background-color: #111;
  color: #19ff66;
}

.roofline {
  margin-top: 0em;
  margin-bottom: 0.25em;
  color: #f7f7f7;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 700;
}

.sectionhead {
  margin-top: 0vw;
  margin-bottom: 5vw;
  color: #f7f7f7;
  font-size: 4.5vw;
  line-height: 5.8500000000000005vw;
  font-weight: 700;
  text-align: left;
}

.sectionhead.color_orange {
  margin-bottom: 2.5vw;
  color: #fe5000;
  font-size: 4.5vw;
  line-height: 5.8500000000000005vw;
  font-weight: 700;
}

.sectionhead.tab_link {
  margin-bottom: 0vw;
  color: #000;
  font-size: 3vw;
  line-height: 3.9vw;
}

.card_image {
  width: 5vw;
  margin-bottom: 5vw;
}

.servicebutton {
  display: inline-block;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  margin-left: 0vw;
  padding: 0.5vw 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #000;
  border-radius: 0.25vw;
  background-color: #f7f7f7;
  color: #000;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-align: center;
  white-space: pre-wrap;
}

.servicebutton:hover {
  background-color: #000;
}

.servicebutton.background_green {
  display: inline-block;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: none;
  border-width: 0px;
  border-color: #fe5000;
  border-radius: 0.25vw;
  background-color: #19ff66;
  color: #000;
  text-align: center;
}

.servicebutton.background_green:hover {
  background-color: #f7f7f7;
}

.servicebutton.background_green.no_margin_lr {
  margin-right: 0vw;
  font-size: 3vw;
  line-height: 3.9vw;
}

.servicebutton.no_margen_lr {
  margin-right: 0vw;
  font-size: 3vw;
  line-height: 3.9vw;
}

.servicebutton.background_blue {
  display: inline-block;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: none;
  border-width: 0px;
  border-color: #fe5000;
  border-radius: 0.25vw;
  background-color: #199cff;
  color: #000;
  text-align: center;
}

.servicebutton.background_blue:hover {
  background-color: #f7f7f7;
}

.section_intro {
  display: block;
  margin-top: 0vw;
  margin-bottom: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f7f7f7;
  font-size: 3vw;
  line-height: 3.9000000000000004vw;
}

.copytext {
  margin-bottom: 5vw;
  border-width: 1px 1px 0.25px;
  border-color: #000 #000 #f7f7f7;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #f7f7f7;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.copytext.copytext_services {
  max-width: none;
  color: #f7f7f7;
  font-size: 3vw;
  line-height: 3.9vw;
  font-weight: 400;
}

.copytext.tab_text {
  max-width: none;
  font-size: 3vw;
  line-height: 3.9vw;
  font-weight: 700;
}

.section {
  padding: 7.5vw 10vw 10vw;
  font-size: 24px;
  line-height: 32px;
}

.section.background_color_mediumblack {
  background-color: #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#111));
  background-image: linear-gradient(180deg, #000, #111);
  color: #f7f7f7;
}

.navbar_container {
  width: 90vw;
  height: 5vw;
  max-width: 90vw;
  margin-right: 0vw;
  margin-left: 0vw;
  text-align: center;
}

.navbar {
  padding-top: 5vw;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: transparent;
}

.brandbox {
  position: relative;
  display: block;
  width: 4.5vw;
  max-width: 4.5vw;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.menu-button {
  position: fixed;
  left: auto;
  top: 5vw;
  right: 5vw;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 5.5vw;
  height: 5vw;
  max-height: 5vw;
  max-width: 5.5vw;
  padding: 2vw 1.5vw;
  color: #fe5000;
}

.menu-button.w--open {
  background-color: transparent;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100vw;
  height: 100vh;
  margin: 0vw;
  padding: 5vw 10vw;
  background-color: #f7f7f7;
}

.nav-link {
  position: relative;
  display: block;
  margin-right: 0vw;
  margin-left: 0vw;
  padding: 0vw 0px;
  color: #000;
  font-size: 3vw;
  line-height: 5vw;
  font-weight: 700;
}

.nav-link.w--current {
  color: #fe5000;
  font-weight: 700;
}

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

.nav-link.contact {
  margin-top: 0vw;
}

.footer_email {
  margin-bottom: 15vw;
  float: left;
  clear: left;
  border-bottom: 0.25vw dotted #f7f7f7;
  color: #f7f7f7;
  font-size: 3vw;
  line-height: 5vw;
  font-weight: 400;
  text-decoration: none;
}

.footer_email:hover {
  color: #fe5000;
}

.footer_address {
  display: inline-block;
  margin-right: 5vw;
  float: left;
  clear: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f7f7f7;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-decoration: none;
}

.logo {
  width: 4.5vw;
  max-height: 5vw;
  max-width: 4.5vw;
  color: #fe5000;
}

.navbar_burger {
  display: inline-block;
  width: 3vw;
  height: 0.25vw;
  margin-bottom: 1vw;
  float: none;
  background-color: #fe5000;
}

.navbar_burger.secondline {
  position: absolute;
  top: 2.75vw;
  bottom: 2vw;
  display: block;
  width: 2.5vw;
  margin-bottom: 0vw;
  background-color: #fe5000;
}

.navbar_burger.firstline {
  position: absolute;
  top: 2vw;
  bottom: 2.75vw;
  display: block;
  width: 2.5vw;
  margin-bottom: 0vw;
  background-color: #fe5000;
}

.nav-contact-text {
  margin-top: 5vw;
  margin-bottom: 0vw;
  color: #000;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-align: left;
}

.footer_contact {
  display: inline-block;
  margin-right: 0vw;
  margin-left: 5vw;
  float: right;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f7f7f7;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-decoration: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5vw;
  margin-bottom: 2.5vw;
  margin-left: 0vw;
  padding: 1.5vw 2vw;
  float: left;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 0.25vw;
  background-color: #f7f7f7;
  color: #000;
  font-size: 3vw;
  line-height: 3.9vw;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  white-space: pre-wrap;
}

.button:hover {
  background-color: #fe5000;
}

.button.w--current {
  background-color: #fe5000;
}

.button.text_orange {
  background-color: #fe5000;
  color: #000;
}

.button.text_orange:hover {
  background-color: #f7f7f7;
}

.button.text_green {
  background-color: #19ff66;
  color: #000;
}

.button.text_green:hover {
  background-color: #f7f7f7;
}

.button.text_blue {
  background-color: #199cff;
  color: #000;
}

.button.text_blue:hover {
  background-color: #f7f7f7;
}

.button.tab_nav {
  margin-right: 2.5vw;
  float: none;
  clear: none;
}

.button.tab_nav:hover {
  background-color: #fe5000;
}

.button.tab_nav.w--current {
  margin-right: 2.5vw;
  float: none;
  clear: none;
}

.text_orange {
  color: #fe5000;
}

.text_green {
  color: #19ff66;
}

.text_blue {
  color: #199cff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5vw;
  opacity: 1;
}

.text-span {
  color: #fe5000;
}

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

.text-span-3 {
  color: #fe5000;
}

.button_text {
  display: inline-block;
  margin-right: 1.5vw;
}

.button_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 3.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  color: #f7f7f7;
}

.link-2 {
  border-style: dotted;
  border-width: 0vw 0vw 0.5vw;
  border-color: #fe5000;
  color: #fe5000;
  text-decoration: none;
}

.link-3 {
  color: #f7f7f7;
}

.heading {
  margin-top: 0vw;
  margin-bottom: 2.5vw;
  font-size: 3vw;
  line-height: 3.9vw;
}

.text-span-5 {
  margin-left: -2.5vw;
  float: left;
}

.divider {
  width: 5vw;
  height: 0.5vw;
  margin-top: -5vw;
  margin-bottom: 5vw;
  background-color: #f7f7f7;
}

.divider.divider_footer {
  width: 5vw;
  height: 0.5vw;
  background-color: #fe5000;
}

.copytext_link {
  margin-bottom: 5vw;
  border-style: none none dotted;
  border-width: 1px 1px 0.1vw;
  border-color: #000 #000 #f7f7f7;
  color: #f7f7f7;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.sectionhead_link {
  border-bottom: 0.5vw dotted #f7f7f7;
  color: #f7f7f7;
  text-decoration: none;
}

.sectionsubhead {
  margin-top: 0vw;
  margin-bottom: 2.5vw;
  color: #f7f7f7;
  font-size: 3vw;
  line-height: 3.9vw;
  font-weight: 700;
  text-align: left;
}

.sectionsubhead_link {
  border-bottom: 0.25vw dotted #f7f7f7;
  color: #f7f7f7;
  text-decoration: none;
}

.suptext {
  position: relative;
  top: -1.75rem;
  font-size: 50%;
  line-height: 0vw;
}

.suptext.footnote {
  top: -1.25rem;
}

.references_container {
  margin-bottom: 2.5vw;
}

.list {
  padding-left: 0px;
}

.text-block {
  display: inline-block;
  width: 1px;
  height: 1px;
  text-decoration: none;
}

.logo_text {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section_2_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  }

  .servicebutton {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  .copytext {
    max-width: none;
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  .button {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  .copytext_link {
    max-width: none;
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .welcome {
    font-size: 8vw;
    line-height: 10.4vw;
  }

  .cardheader {
    font-size: 6vw;
    line-height: 7.800000000000001vw;
  }

  .section_2_grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    -ms-grid-rows: minmax(auto, auto) minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-rows: minmax(auto, auto) minmax(auto, 1fr) minmax(auto, 1fr);
  }

  .card {
    padding: 4vw;
  }

  .roofline {
    margin-top: 0vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .sectionhead {
    font-size: 6vw;
    line-height: 7.800000000000001vw;
  }

  .sectionhead.color_orange {
    font-size: 6vw;
    line-height: 7.800000000000001vw;
  }

  .sectionhead.tab_link {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .card_image {
    width: 10vw;
  }

  .servicebutton {
    margin-top: 0vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
    padding: 2vw;
    font-size: 4vw;
    line-height: 5.2vw;
    font-weight: 500;
  }

  .servicebutton.background_green.no_margin_lr {
    background-color: #19ff66;
  }

  .section_intro {
    margin-bottom: 10vw;
    color: #f7f7f7;
    font-size: 4vw;
    line-height: 5.2vw;
    text-align: left;
  }

  .copytext {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .copytext.copytext_services {
    max-width: 100vw;
    color: #f7f7f7;
    font-size: 4vw;
    line-height: 7vw;
  }

  .copytext.tab_text {
    color: #f7f7f7;
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .section {
    padding-right: 5vw;
    padding-left: 5vw;
    background-color: transparent;
  }

  .navbar_container {
    height: 10vw;
  }

  .navbar {
    padding: 5vw;
    background-color: transparent;
    color: #fe5000;
  }

  .brandbox {
    width: 10vw;
    max-width: 10vw;
    padding-left: 0px;
  }

  .brandbox.w--current {
    width: 10vw;
    max-height: 10vw;
    max-width: 10vw;
  }

  .menu-button {
    width: 10vw;
    height: 10vw;
    max-height: 10vw;
    max-width: 10vw;
    padding: 2.5vw;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
    margin-top: 0vw;
    padding: 5vw;
    background-color: #f7f7f7;
    font-size: 8vw;
    line-height: 10.4vw;
    font-weight: 500;
    text-align: left;
  }

  .nav-link {
    display: block;
    padding: 2.5vw 0vw;
    color: #000;
    font-size: 6vw;
    line-height: 7.8vw;
    font-weight: 700;
  }

  .nav-link.w--current {
    color: #fe5000;
  }

  .footer_email {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .footer_address {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .logo {
    width: 10vw;
    max-height: 10vw;
    max-width: 10vw;
  }

  .navbar_burger.secondline {
    top: 5.5vw;
    bottom: 4vw;
    width: 5vw;
    height: 0.5vw;
  }

  .navbar_burger.firstline {
    top: 4vw;
    bottom: 5.5vw;
    width: 5vw;
    height: 0.5vw;
  }

  .nav-contact-text {
    color: #000;
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .footer_contact {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .button {
    margin-top: 0vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
    padding: 2vw;
    background-color: #f7f7f7;
    color: #000;
    font-size: 4vw;
    line-height: 5.2vw;
    font-weight: 700;
  }

  .heading {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .text-span-5 {
    margin-left: -4vw;
  }

  .copytext_link {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .sectionsubhead {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .suptext {
    position: relative;
    top: -0.5rem;
    font-size: 66%;
    line-height: 0vw;
  }

  .suptext.footnote {
    top: -0.4rem;
  }
}

