.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;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  opacity: .75;
  color: #222;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  color: #333;
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

a:hover {
  opacity: .7;
}

.body {
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.s-hero {
  height: 100vh;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.s-hero-nav-wrapper {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-brand {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  font-size: 1.2em;
  font-weight: 500;
}

.nav-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #000;
  cursor: pointer;
  border-bottom-style: none;
  margin-left: 50px;
  padding: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.nav-link:hover {
  opacity: 1;
  color: #e5e5e5;
}

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

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

.s-hero-left-content-wrapper {
  z-index: 10;
  max-width: 40%;
  margin-top: 35px;
  position: relative;
}

.s-hero-h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.s-hero-p {
  color: #fff;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
}

.s-hero-btn-wrapper {
  align-items: center;
  display: flex;
}

.btn-secondary {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px 35px;
  font-size: 1em;
  text-decoration: none;
  transition: all .15s linear;
}

.btn-secondary:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 50px rgba(255, 255, 255, .1);
}

.btn-text {
  color: #fff;
  cursor: pointer;
  border-bottom-style: none;
  margin-left: 50px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s linear;
}

.s-hero-overlay-bottom-dark {
  z-index: 1;
  height: 100%;
  opacity: .75;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-hero-overlay-stars {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-stars.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-hero-overlay-clouds {
  z-index: 1;
  opacity: .05;
  background-image: url('../images/hero-clouds.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-hero-overlay-moon {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-1-moon-v3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-hero-overlay-star-1 {
  z-index: 1;
  opacity: .15;
  color: #fff;
  background-image: url('../images/star-50.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-hero-overlay-star-2 {
  opacity: .1;
  background-image: url('../images/star-40.png');
  background-position: 30% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-content-white {
  height: 100%;
  padding: 150px 50px 0;
}

.s-content-white.footer {
  padding-bottom: 100px;
}

.s-content-white.full {
  padding-left: 0;
  padding-right: 0;
}

._2-1-grid {
  grid-column-gap: 75px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-box-wrapper {
  text-align: left;
}

.grid-box-wrapper.center {
  text-align: center;
}

.h3-center {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}

.grid-3-1 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.night-sky-inner-wrapper {
  min-height: 500px;
  color: #fff;
  background-image: linear-gradient(rgba(39, 58, 113, .5), rgba(39, 58, 113, .5)), url('../images/hero-stars.png'), linear-gradient(#273a71, #273a71);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 16px 50px rgba(39, 58, 113, .1);
}

.center-content-outer-wrapper {
  color: #000;
  justify-content: center;
  margin-bottom: 150px;
  display: flex;
}

.center-content-outer-wrapper.no-bm {
  margin-bottom: 0;
}

.h2-center {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 900;
  display: block;
}

.h2-center.left {
  text-align: left;
}

.center-content-inner-wrapper {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-header-dark {
  opacity: .5;
  color: #222;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
}

.subheader-clip-wrapper {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(230deg, #96506f, #273a71 67%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 25px;
  font-weight: 400;
}

.icon-small {
  max-width: 30px;
  margin-bottom: 25px;
}

.c-full-centered {
  max-width: 100%;
  justify-content: center;
  display: flex;
}

.card-img {
  height: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.card-img._1 {
  background-image: url('../images/card-img-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.card-img._3 {
  background-image: url('../images/card-img-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-box-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-variable-wrapper {
  text-align: left;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 150px;
  display: flex;
}

.grid-variable-wrapper.no-margin {
  margin-bottom: 0;
}

.grid-variable-img-wrapper {
  width: 45%;
  max-width: 50%;
}

.c-1200-2 {
  width: 100%;
  max-width: 1200px;
  object-fit: fill;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.grid-variable-content-wrapper {
  width: 45%;
  max-width: 50%;
  text-align: left;
  align-items: center;
  display: flex;
}

.content-box-img {
  max-width: 30px;
}

.illustration-fullwidth {
  height: 100vh;
  background-image: linear-gradient(50deg, #96506f, #273a71 73%);
  display: none;
  position: relative;
  overflow: hidden;
}

.s-content-lightgray {
  background-color: rgba(199, 210, 243, .2);
  margin-top: 150px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.card-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.card-img-wrapper {
  height: 250px;
  object-fit: fill;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.card-content-wrapper {
  background-color: #fff;
  padding: 35px;
}

.card-wrapper {
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  transition: all .15s ease-in;
  box-shadow: 0 15px 50px rgba(0, 0, 0, .02);
}

.card-wrapper:hover {
  border-style: none;
  border-color: #d1d1d1;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.card-wrapper.last {
  box-shadow: 0 15px 50px rgba(39, 58, 113, .02);
}

.card-wrapper.last:hover {
  box-shadow: 0 15px 50px rgba(39, 58, 113, .15);
}

.card-p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.card-link {
  color: #545454;
  border-bottom-style: none;
  margin-top: 50px;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.contact-wrapper {
  margin-top: 50px;
}

.google-maps-iframe {
  margin-top: 100px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0);
}

.google-maps-iframe:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, .15);
}

._3-1-grid {
  grid-column-gap: 75px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.card-img-overlay {
  opacity: 1;
  background-image: url('../images/hero-stars.png'), linear-gradient(26deg, rgba(39, 58, 113, .5) 49%, rgba(150, 80, 111, .5));
  background-position: 50%, 0 0;
  background-size: auto, auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-icon-2 {
  max-width: 30px;
}

.s-content-full {
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-content-full-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('../images/WHR-Solar-Solutions-Strip-Image-1.jpg'), linear-gradient(230deg, rgba(150, 80, 111, .4), rgba(39, 58, 113, .4) 67%), url('../images/nightsky-bg.png');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p-center {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.p-center.left {
  opacity: 1;
  color: #545454;
  text-align: left;
}

.p-center.right.grid {
  opacity: 1;
  color: #545454;
}

.p-center.white {
  color: #fff;
}

.h2-center-max-600 {
  max-width: 600px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

.s-header {
  color: #fff;
  background-color: #222;
  padding-top: 50px;
  padding-bottom: 50px;
}

.s-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-link {
  color: #fff;
  border-bottom-color: #fff;
}

.image {
  width: 250px;
  max-width: none;
}

.hero-content-wrap {
  display: flex;
}

.s-hero-right-content-wrapper {
  z-index: 10;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-social-icon-wrap {
  flex-direction: row;
  display: flex;
}

.social-icon-link {
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 75px;
}

.image-2 {
  width: 25px;
}

.subheader {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.s-hero-particles, .s-hero-particles-2, .particles-wrapper-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-big {
  max-width: 50px;
  margin-bottom: 25px;
}

.icon-big.no-margin {
  margin-bottom: 0;
}

.subheader-standard {
  margin-bottom: 25px;
}

.h-hero {
  color: #000;
  font-family: Red Hat Display, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 95px;
}

.text-span {
  color: #fff;
  background-color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

.p-hero {
  opacity: 1;
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.p-hero.center {
  text-align: center;
}

.p-hero.center.white {
  color: #fff;
}

.button {
  text-transform: uppercase;
  background-color: #1576d8;
  padding: 15px 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  opacity: 1;
  background-color: #000;
}

.button.white {
  color: #1576d8;
  background-color: #fff;
}

.button.white:hover {
  color: #fff;
  background-color: #1576d8;
}

.image-3 {
  width: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.diagram {
  width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-4 {
  width: 200px;
}

.div-block {
  height: 10px;
  background-color: #1576d8;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.section {
  height: 70vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 0 0 220px;
  display: flex;
}

.div-block-2 {
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  width: 60%;
}

.container-2 {
  display: none;
}

.brand {
  border-bottom-style: none;
  text-decoration: line-through;
}

.nav-link-2 {
  color: #000;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-2:hover {
  opacity: 1;
  color: #1576d8;
}

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

.button-wrapper {
  color: #fff;
  background-color: #ffbd14;
  border-bottom-style: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .56);
}

.button-text {
  z-index: 1;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.button-filler {
  width: 50%;
  height: 100%;
  background-color: #bd8c0e;
  position: absolute;
}

.button-2 {
  z-index: 3;
  min-height: 50px;
  min-width: 250px;
  color: #fff;
  background-color: #1576d8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-t {
  z-index: 4;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.button-cover {
  z-index: 3;
  width: 180px;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-link {
  z-index: 5;
  color: #fff;
  border-bottom-style: none;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-8 {
  width: 170px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #1576d8;
  border: 2px #333;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.button-8:hover {
  box-shadow: none;
  opacity: 1;
}

.button-8:active, .button-8:focus, .button-8:visited {
  color: #fff;
}

.text-button-b8 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

.text-button-b8:hover, .text-button-b8:focus {
  color: #fff;
}

.bg-mask-b8 {
  width: 0;
  height: 200px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(37deg);
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h1 {
  color: #000;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.image-5 {
  width: 100%;
}

.image-6 {
  height: 65px;
  margin: 0 auto;
}

.image-div {
  margin: 20px auto;
}

.image-7 {
  height: 150px;
}

.section-3 {
  height: 90vh;
  background-image: url('../images/WHR-Solar-Solutions-Strip-Image-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-3._2 {
  background-image: url('../images/WHR-Solar-Solutions-Strip-Image-2.jpg');
  background-position: 50%;
}

.faq-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-wrap {
  cursor: pointer;
  border: 3px solid #1576d8;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.faq-question-bar {
  color: #000;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: #001a49;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-circle {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  background-color: #fff2e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: #4f596a;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
}

.div-block-4 {
  background-color: #1576d8;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.paragraph.meduim {
  font-size: 18px;
}

.paragraph.left {
  text-align: left;
  white-space: normal;
}

.button-3 {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  transition: all .45s;
}

.button-3:hover {
  color: #c9b197;
  background-color: #000;
  text-decoration: none;
}

.accordion-arrow {
  width: 45px;
  opacity: 1;
  color: #fff;
  margin-top: 0;
  margin-left: 10px;
}

.heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.accordion-pane-content {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-pane {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  box-shadow: inset 0 9px 25px -15px #000;
}

.accordion-tab-button {
  cursor: pointer;
  background-color: #1576d8;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: rgba(21, 118, 216, .85);
}

.accordion-container {
  width: 80%;
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}

.price-heading {
  color: #c9b197;
  margin-top: 10px;
}

.list {
  padding-left: 20px;
}

.bold-text {
  color: #fff;
}

.h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Red Hat Display, sans-serif;
  font-size: 35px;
  font-weight: 800;
}

.lightbox-link {
  width: 50%;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17, .div-block-18 {
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 15px;
}

.project-lb {
  width: auto;
  height: 300px;
  object-fit: fill;
  border-bottom-style: none;
}

.image-8, .image-9, .image-10 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.icon, .icon-2 {
  color: #1576d8;
}

.div-block-19 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-text {
  width: 60%;
  opacity: 1;
  color: #1576d8;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  line-height: 35px;
}

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

.footer {
  height: auto;
  background-color: #1576d8;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.image-11 {
  height: 50px;
}

.h3 {
  color: #000;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

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

.contact-link:hover {
  opacity: 1;
  color: #1576d8;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.form-block {
  width: 50%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: #fff;
  font-family: Red Hat Display, sans-serif;
  font-weight: 800;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.textarea {
  min-height: 150px;
}

.form-block-2 {
  width: 50%;
  background-color: #1576d8;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.submit-button {
  background-color: #000;
  font-family: Red Hat Display, sans-serif;
  font-weight: 800;
}

.submit-button:hover {
  background-color: #000;
}

.div-block-20 {
  width: 50%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.map {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.map-2 {
  width: 100%;
  height: 100%;
}

.container-4 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
}

.text-block.top-space {
  margin-top: 10px;
}

.section-4 {
  background-color: #1576d8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h4 {
  color: #fff;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.link {
  color: #fff;
  border-bottom-style: none;
}

.link-block {
  width: 35px;
  height: 35px;
  background-image: url('../images/Facebook-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
}

.whatsapp-button {
  z-index: 99;
  color: #000;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .55);
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .55);
}

.text-block-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
}

.image-12 {
  width: 50px;
}

.div-block-21 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1.white {
  color: #fff;
}

.h1.black {
  margin-bottom: 20px;
  font-weight: 900;
}

.image-13 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.div-block-22 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13-copy {
  width: auto;
  height: 200px;
  margin-bottom: 20px;
}

.load-wrapper {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 108px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 50%;
  height: 50%;
}

.loading-wrapper-text {
  color: #253138;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 35px;
  font-weight: 800;
}

.lottie-animation-2 {
  height: 50%;
}

.list-2, .list-3 {
  color: #000;
  padding-left: 20px;
}

.div-block-23 {
  width: 50%;
}

.review-name {
  color: #000;
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
}

.link-2 {
  color: #fff;
  border-bottom-style: none;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.burger-1 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px rgba(40, 7, 128, .15);
}

.b1-bar1 {
  width: 30px;
  height: 4px;
  background-color: #858eca;
}

.b1-bar2 {
  width: 30px;
  height: 4px;
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.b1-middle {
  width: 4px;
  height: 0;
  background-color: #858eca;
}

.b1-bar3 {
  width: 30px;
  height: 4px;
  background-color: #858eca;
}

.div-block-24 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whatsapp-button-mobile {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: none;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .55);
}

.whatsapp-button-mobile:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .55);
}

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26, .div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .s-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    padding: 50px;
  }

  .c-1200 {
    max-width: 100%;
  }

  .nav-menu-btn {
    z-index: 11;
    padding: 0;
  }

  .nav-menu-btn.w--open {
    z-index: 10;
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu {
    z-index: 100;
    width: 50vw;
    max-height: 100vh;
    background-color: #000;
    padding-top: 100px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s-hero-left-content-wrapper {
    z-index: 5;
    max-width: 100%;
  }

  .s-hero-h1, .s-hero-p {
    text-align: center;
  }

  .s-hero-btn-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .btn-text {
    margin-top: 0;
    margin-left: 50px;
  }

  .s-content-white {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .night-sky-inner-wrapper {
    min-height: 400px;
  }

  .center-content-outer-wrapper {
    margin-bottom: 100px;
  }

  .c-1200-2 {
    max-width: 100%;
  }

  .s-content-lightgray {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-grid {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

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

  ._3-1-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .p-center.right {
    text-align: right;
  }

  .hero-content-wrap {
    flex-direction: column;
  }

  .s-hero-right-content-wrapper {
    justify-content: center;
    padding-bottom: 25px;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-social-icon-wrap {
    flex-wrap: nowrap;
    margin-top: 25px;
  }

  .social-icon-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .navbar {
    position: relative;
  }

  .section {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-2, .div-block-3 {
    width: auto;
  }

  .container-2 {
    display: none;
  }

  .nav-link-2 {
    color: #fff;
  }

  .section-2 {
    padding: 60px 35px;
  }

  .image-5 {
    width: auto;
  }

  .section-3._2 {
    height: 60vh;
  }

  .div-block-16 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .accordion-container {
    width: 100%;
  }

  .price-heading {
    font-size: 40px;
    line-height: 40px;
  }

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

  .footer {
    display: block;
  }

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

  .form-block-2, .div-block-20 {
    width: 80%;
  }

  .link-block {
    background-image: url('../images/Facebook-Icon.svg');
    position: absolute;
    top: 35%;
    bottom: auto;
    left: 10%;
    right: auto;
  }

  .whatsapp-button {
    display: none;
  }

  .h1.black {
    font-size: 35px;
  }

  .div-block-22 {
    width: 70%;
  }

  .div-block-23 {
    width: 80%;
  }

  .burger-1 {
    width: 100%;
    height: 100%;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .b1-bar1, .b1-bar2, .b1-bar3 {
    background-color: #000;
  }

  .menu-button {
    color: #000;
    padding: 0;
    font-size: 50px;
    position: absolute;
    top: 35%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .menu-button.w--open {
    background-color: #1576d8;
  }

  .nav-menu-2 {
    background-color: #1576d8;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .whatsapp-button-mobile {
    z-index: 999;
    border-bottom-style: none;
    display: flex;
  }

  .icon-3 {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    height: 90vh;
  }

  .nav {
    padding: 40px 25px;
  }

  .s-hero-h1 {
    font-size: 3.2em;
  }

  .s-content-white {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    margin-bottom: 50px;
  }

  .grid-3-1 {
    margin-bottom: -50px;
    display: block;
  }

  .night-sky-inner-wrapper {
    min-height: 300px;
    padding: 75px 50px;
  }

  .h2-center {
    font-size: 2em;
  }

  .grid-variable-wrapper {
    flex-direction: column;
    margin-bottom: 100px;
    display: flex;
  }

  .grid-variable-wrapper.no-margin {
    object-fit: fill;
    flex-direction: column-reverse;
    display: flex;
    position: static;
  }

  .grid-variable-img-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .grid-variable-content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  .s-content-lightgray {
    margin-top: 100px;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .card-grid {
    display: block;
  }

  .card-wrapper {
    margin-bottom: 75px;
  }

  .card-wrapper.last {
    margin-bottom: 0;
  }

  .s-content-full {
    height: 80vh;
  }

  .p-center.left, .p-center.right {
    text-align: left;
  }

  .h-hero {
    font-size: 50px;
    line-height: 65px;
  }

  .p-hero.center {
    font-size: 18px;
    line-height: 25px;
  }

  .h1 {
    font-size: 35px;
  }

  .faq-question-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .h4 {
    font-size: 20px;
  }

  .whatsapp-button {
    display: none;
  }

  .menu-button {
    top: 30%;
  }

  .whatsapp-button-mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    height: 90vh;
  }

  .nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu {
    width: 100vw;
  }

  .s-hero-h1 {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .s-hero-p {
    margin-bottom: 35px;
  }

  .s-hero-btn-wrapper {
    flex-direction: column;
  }

  .btn-text {
    margin-top: 25px;
    margin-left: 0;
  }

  .s-content-white {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .s-content-white.footer {
    padding-bottom: 0;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .night-sky-inner-wrapper {
    color: #fff;
    padding: 50px 25px;
  }

  .center-content-outer-wrapper {
    margin-bottom: 75px;
  }

  .h2-center, .h2-center.left {
    font-size: 1.5em;
  }

  .grid-variable-wrapper {
    margin-bottom: 75px;
  }

  .s-content-lightgray {
    padding: 50px 25px;
  }

  .card-h3 {
    font-size: 1.5em;
  }

  .card-content-wrapper {
    padding: 35px;
  }

  .contact-wrapper {
    margin-top: 0;
  }

  .s-content-full {
    height: 50vh;
  }

  .s-content-full-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-center.left {
    text-align: left;
  }

  .p-center.left.grid, .p-center.right.grid {
    text-align: center;
  }

  .h2-center-max-600 {
    font-size: 1.5em;
  }

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

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-2 {
    padding: 35px 20px;
  }

  .image-5 {
    margin-top: 20px;
  }

  .section-3 {
    height: 60vh;
  }

  .section-3._2 {
    height: 40vh;
  }

  .question-title {
    flex: 1;
  }

  .div-block-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph, .button-3 {
    font-size: 18px;
  }

  .accordion-pane-content {
    margin-left: 5px;
    margin-right: 5px;
  }

  .price-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .h2 {
    font-size: 25px;
  }

  .lightbox-link {
    width: 100%;
    object-fit: cover;
  }

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

  .project-lb {
    width: 100%;
    height: 150px;
  }

  .icon {
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
  }

  .review-text {
    width: 70%;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .form-block-2 {
    width: 100%;
    padding: 10px;
  }

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

  .text-block {
    font-size: 12px;
  }

  .link-block {
    left: 3%;
  }

  .image-12 {
    width: 45px;
  }

  .h1.black {
    font-size: 20px;
  }

  .image-13-copy {
    height: 100px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    top: 35%;
  }

  .div-block-24 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .slide-nav {
    display: none;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23 {
    width: 100%;
  }

  .whatsapp-button-mobile {
    border-bottom-style: none;
  }

  .icon-3 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
  }
}

#w-node-c052723c-76a7-b681-7e3d-06994fa4b654-61f4ed7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-c052723c-76a7-b681-7e3d-06994fa4b644-61f4ed7d, #w-node-c052723c-76a7-b681-7e3d-06994fa4b648-61f4ed7d, #w-node-c052723c-76a7-b681-7e3d-06994fa4b64c-61f4ed7d, #w-node-c052723c-76a7-b681-7e3d-06994fa4b650-61f4ed7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}