.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 {
  font-family: Sen, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

.html-embed {
  display: none;
  opacity: 0.06;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e0c0da;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.span {
  font-family: Vollkorn, serif;
  color: #ddd;
  font-size: 75px;
  line-height: 1.1em;
  font-weight: 700;
}

.content-wrapper {
  position: relative;
}

.container {
  min-height: 100vh;
  padding-top: 118px;
  padding-bottom: 118px;
  color: #fff;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100%;
}

.div-block-2 {
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 52, 40, 0)), to(#083233));
  background-image: linear-gradient(180deg, rgba(4, 52, 40, 0), #083233);
}

.line {
  position: relative;
  z-index: -2;
  width: 100%;
  border-bottom: 1px solid rgba(8, 50, 51, 0.2);
}

.arrow {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #e0c0da;
  border-left: 1px solid #e0c0da;
  -webkit-transform: translate(0%, -100%) rotate(-45deg);
  -ms-transform: translate(0%, -100%) rotate(-45deg);
  transform: translate(0%, -100%) rotate(-45deg);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  background-color: transparent;
}

.text-block {
  -webkit-transform: rotate(-90deg) translate(-100%, 0px);
  -ms-transform: rotate(-90deg) translate(-100%, 0px);
  transform: rotate(-90deg) translate(-100%, 0px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.container-2 {
  position: fixed;
  z-index: 999;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 100vw;
  padding-right: 10px;
  padding-left: 10px;
}

.brand {
  padding-top: 19px;
  padding-bottom: 19px;
  color: #fff;
}

.brand.dark {
  position: fixed;
  left: 10px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: none;
  color: #083233;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 13px;
  border: 1px solid #083233;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  font-family: Merriweather, serif;
  color: #073232;
  font-weight: 700;
  text-align: right;
  cursor: s-resize;
}

.button:hover {
  padding-bottom: 30px;
  padding-left: 40px;
}

.section {
  position: relative;
  overflow: hidden;
  padding-bottom: 29px;
  background-color: #083233;
  color: #fff;
}

.text-span {
  margin-left: -126px;
  opacity: 0;
}

.text-span.smaller {
  margin-left: -20px;
}

.text-span-2 {
  opacity: 1;
}

.heading-2 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 400;
}

.heading-3 {
  font-size: 6.5em;
  line-height: 1em;
  font-weight: 800;
  cursor: help;
}

.text-span-3 {
  opacity: 0;
}

.text-span-4 {
  opacity: 1;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15vh;
  color: #083233;
  font-size: 1.3em;
  font-weight: 800;
}

.heading-4.white {
  color: #fff;
}

.heading-4.white.pos {
  margin-left: -5px;
  padding-left: 0px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  color: #083233;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 800;
}

.section-2 {
  position: static;
  z-index: 5;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 200px;
  padding-left: 10px;
}

.div-block-4 {
  position: relative;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-transition: all 200ms cubic-bezier(.785, .135, .15, .86);
  transition: all 200ms cubic-bezier(.785, .135, .15, .86);
  color: rgba(182, 122, 168, 0.48);
}

.div-block-4:hover {
  padding-left: 7px;
  color: rgba(8, 50, 51, 0.89);
}

.text-block-2 {
  font-size: 3em;
  line-height: 1em;
  font-weight: 800;
}

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 350px;
  max-width: 300px;
  opacity: 0;
  /*-webkit-transition: all 100ms ease;
  transition: all 100ms ease;*/
  -o-object-fit: contain;
  object-fit: contain;
}

.image.show {
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: ew-resize;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-3 {
  margin-top: 33vh;
}

.section-2-copy {
  padding-right: 10px;
  padding-bottom: 68px;
  padding-left: 10px;
  background-color: #083233;
  color: #fff;
}

.paragraph {
  width: 100%;
  max-width: 470px;
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4em;
}

.paragraph.m-top {
  max-width: 100%;
  margin-top: 130px;
  text-align: right;
}

.paragraph-copy {
  display: inline;
  font-size: 19px;
  line-height: 2.3em;
}

.text-field {
  display: inline;
  width: 150px;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.submit-button {
  display: block;
  margin-top: 23px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Merriweather, serif;
  color: #083233;
  font-weight: 700;
}

.submit-button:hover {
  padding-right: 22px;
  padding-left: 46px;
}

.text-span-5 {
  display: block;
  margin-bottom: 18px;
  font-weight: 400;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
}

.text-block-3 {
  text-align: left;
}

.error-message {
  width: 100%;
  max-width: 400px;
  background-color: #d81414;
}

.form {
  width: 470px;
  padding: 20px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
}

.textarea {
  min-height: 100px;
  margin-top: 10px;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: auto;
  opacity: 0.08;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-2-copy {
  position: absolute;
  top: -1px;
  width: 60%;
  opacity: 0.08;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.grid {
  position: relative;
}

.section-3 {
  padding: 20px;
  background-color: #000;
}

.section-4 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.text-block-5 {
  color: #6d6d6d;
  text-align: center;
}

.marquee_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1em;
  background-color: #fff;
}

.marquee_item.light-grey {
  background-color: #f9f9f9;
}

.marquee_component {
  position: relative;
  overflow: hidden;
}

.marquee_track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.marquee_item-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee_item-image-wrapper.is-roux {
  width: 80%;
}

.marquee_item-image-wrapper.is-shopify {
  width: 55%;
}

.marquee_item-image-wrapper.is-climate-repair {
  width: 30%;
}

#w-node-_1da2aa4c-d7aa-90cc-ed10-d51c9197f308-c54925dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a82a857-1a4b-0902-a6d7-f09deccc42bb-c54925dc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  position: relative;
}

