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

p {
  margin-bottom: 10px;
  font-family: 'Proxima regular', sans-serif;
  color: #29292a;
  font-size: 20px;
  line-height: 28px;
}

.header-wrapper {
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-wrapper {
  padding-top: 25px;
  padding-bottom: 30px;
}

.container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

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

.logo {
  width: 235px;
  max-width: 235px;
}

.hero-header {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Axiforma bold', sans-serif;
  color: #080808;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
}

.hero-sub-header {
  font-family: 'Axiforma regular', sans-serif;
  color: #459ebe;
  font-size: 43px;
  line-height: 45px;
  font-weight: 400;
}

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

.section.padding.no-top {
  padding-top: 0px;
}

.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-block.shink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-block._300 {
  min-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-image-wrapper {
  position: relative;
  top: -56px;
  max-width: 400px;
  min-width: 400px;
}

.hero-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.before-after-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  width: 100%;
  max-width: 232px;
  margin-bottom: 24px;
}

.footer-link {
  display: inline-block;
  margin-bottom: 7px;
  color: #181a18;
  text-decoration: none;
}

.before-after-col {
  width: 49.7%;
  max-height: 320px;
  min-height: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dbdbdb;
}

.before-after-col.left {
  border-top-left-radius: 40px;
  background-image: url('../images/ultra4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.before-after-col.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  border-bottom-right-radius: 40px;
  background-color: transparent;
}

.section-sub-header {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Axiforma light', sans-serif;
  color: #459ebe;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Axiforma bold', sans-serif;
  color: #080808;
  font-size: 40px;
  line-height: 40px;
}

.section-header.mid-white {
  margin-bottom: 20px;
  color: #181a18;
  font-size: 35px;
  line-height: 45px;
}

.section-header.xs {
  font-size: 31px;
  line-height: 36px;
}

.section-header.xl-white {
  font-family: 'Proxima etrabold', sans-serif;
  color: #181a18;
  font-size: 60px;
  line-height: 63px;
  font-weight: 600;
}

.options-wrapper {
  margin-top: 51px;
}

.option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}

.option-image {
  position: static;
  overflow: hidden;
  width: 340px;
  border-radius: 20px;
  background-color: #e4e4e4;
}

.option-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1a;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

.option-circle {
  position: absolute;
  left: -27px;
  top: -27px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #ff0b00;
}

.option-circle.green {
  background-color: #40b31f;
}

.option-icon {
  min-width: 80%;
}

.option-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Axiforma regular', sans-serif;
  font-size: 25px;
  line-height: 29px;
}

.option-content-no {
  position: relative;
  top: -6px;
  margin-top: 0px;
  margin-right: 12px;
  font-family: 'Axiforma bold', sans-serif;
  color: #181a18;
  font-size: 40px;
}

.option-image-wrapper {
  position: relative;
  margin-right: 40px;
}

.installer-wrapper {
  margin-bottom: 20px;
}

.installer-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 315px;
  margin-bottom: 32px;
  border-radius: 20px;
  background-color: #32c8ff;
  background-image: url('../images/box-overlay.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.installer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.installer.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 23px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.installer.right {
  position: relative;
  min-width: 415px;
  margin-right: 40px;
  margin-left: 40px;
}

.installer-vid-wrapper {
  position: absolute;
  top: -38px;
  z-index: 2;
  width: 415px;
  min-height: 540px;
  border-radius: 10px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 37px;
  -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;
  border-radius: 100px;
  background-color: #ffdb31;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.22);
  font-family: 'Axiforma bold', sans-serif;
  color: #181a18;
  font-size: 21px;
  font-weight: 700;
}

.button.margin-top {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 21px;
  padding-bottom: 16px;
  background-color: #1ab22c;
  color: #fff;
}

.button.xl {
  margin-top: 40px;
  margin-bottom: 62px;
  padding: 35px 55px 28px;
  border: 0px solid #62ae00;
  background-color: #1ab22c;
  box-shadow: 0 8px 14px 0 rgba(8, 8, 8, 0.2);
  color: #fff;
  font-size: 31px;
  line-height: 30px;
}

.button.xs {
  background-color: #1ab22c;
  color: #fff;
}

.installer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.installer-content {
  margin-bottom: 50px;
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Proxima regular', sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.installer-content.right {
  min-width: 415px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-image {
  max-width: 300px;
  min-width: 300px;
  margin-right: 45px;
  margin-bottom: 45px;
}

.paragraph {
  margin-bottom: 20px;
}

.content-highlight {
  font-family: 'Proxima bold', sans-serif;
  font-weight: 700;
}

.content-image-box {
  overflow: hidden;
  min-height: 260px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}

.content-image-box.top {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.content-image-box.bottom {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
  border: 3px dashed #181a18;
  border-radius: 50px;
}

.testimonial.image {
  overflow: hidden;
  min-height: 350px;
  min-width: 277px;
  margin: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.testimonial.content {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-slider-wrapper {
  height: auto;
  padding-bottom: 49px;
  background-color: transparent;
}

.hide {
  display: none;
}

.testimonial-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-image-wrapper {
  position: relative;
  margin-right: 40px;
}

.testimonial-image {
  overflow: hidden;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  background-color: #d1d1d1;
}

.testimonial-icon {
  position: absolute;
  left: auto;
  top: -5%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -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;
  border-radius: 100px;
  background-color: #080808;
  color: #fff;
  font-size: 41px;
}

.quote {
  position: relative;
  top: 9px;
  bottom: 11px;
  font-family: 'Proxima bold', sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
}

.slide-nav {
  opacity: 0.34;
  color: #be2323;
  font-size: 11px;
}

.banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 425px;
  margin-bottom: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 50px;
  background-color: #3fae2a;
  background-image: url('../images/box-overlay.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 50px;
  font-family: 'Proxima regular', sans-serif;
  color: #fff600;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.banner.content {
  position: relative;
  padding-right: 73px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hand2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  max-width: 100%;
  padding-right: 30px;
  border-top-left-radius: 50px;
}

.list-wrapper {
  margin-top: 19px;
}

.section-list {
  margin-bottom: 20px;
  font-family: 'Proxima regular', sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.installer-vid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 540px;
  border-radius: 20px;
}

.before-after-vid {
  bottom: 16px;
  width: 100%;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2dab3;
  border-radius: 30px;
}

.gallery-image {
  margin-right: 3px;
  margin-left: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-image._1 {
  margin-left: 0px;
}

.gallery-image._5 {
  margin-right: 0px;
}

.gallery-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}

.paragraph-2 {
  width: 70%;
}

.paragraph-2.mb2 {
  margin-bottom: 30px;
}

.text-block {
  color: #181a18;
}

.text-block-2 {
  color: #a5a5a5;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }
  .section-header.mid-white {
    font-size: 28px;
    line-height: 34px;
  }
  .installer.left {
    padding-left: 40px;
  }
  .installer.right {
    min-width: 360px;
    margin-right: 0px;
  }
  .installer-vid-wrapper {
    width: 305px;
    min-height: 470px;
  }
  .button {
    text-align: center;
  }
  .button.xs {
    font-size: 19px;
  }
  .installer-content-wrapper {
    margin-top: 139px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .installer-vid {
    min-height: 470px;
  }
}

@media screen and (max-width: 767px) {
  .flex-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-wrapper {
    top: 0px;
  }
  .before-after-wrapper {
    margin-bottom: 160px;
  }
  .option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .option-image-wrapper {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .installer-header {
    padding-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .installer-vid-wrapper {
    position: relative;
    top: 0px;
    margin-top: 14px;
  }
  .button.xl {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
  }
  .installer-content-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .installer-content {
    margin-left: 0px;
  }
  .installer-content.right {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial.content {
    padding-right: 40px;
  }
  .testimonial-slide-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 17px;
  }
  .banner-wrapper {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner.content {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .hand2 {
    position: relative;
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 19px;
    line-height: 25px;
  }
  .header-wrapper {
    padding-bottom: 0px;
  }
  .container {
    max-width: 85%;
  }
  .logo {
    max-width: 200px;
  }
  .hero-header {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  .hero-sub-header {
    font-size: 23px;
    line-height: 31px;
  }
  .flex-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-wrapper {
    position: static;
    max-width: 80vw;
    min-width: 80vw;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-image {
    position: relative;
  }
  .before-after-wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo {
    max-width: 160px;
    margin-bottom: 20px;
  }
  .before-after-col {
    width: 100%;
    max-height: 280px;
    min-height: 280px;
  }
  .before-after-col.left {
    margin-bottom: 3px;
  }
  .section-sub-header {
    font-size: 27px;
    line-height: 30px;
  }
  .section-header {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 34px;
  }
  .section-header.mid-white {
    font-size: 22px;
    line-height: 30px;
  }
  .section-header.xs {
    font-size: 27px;
    line-height: 33px;
  }
  .section-header.xl-white {
    font-size: 37px;
    line-height: 41px;
  }
  .option {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .option-image {
    width: 100%;
  }
  .option-circle {
    width: 70px;
    height: 70px;
  }
  .option-content-header {
    font-size: 21px;
    line-height: 27px;
  }
  .option-content-no {
    font-size: 34px;
    line-height: 40px;
  }
  .option-image-wrapper {
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .installer-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .installer.left {
    padding-right: 30px;
    padding-left: 30px;
  }
  .installer.right {
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .installer-vid-wrapper {
    position: relative;
    width: 100%;
    min-height: 340px;
    margin-top: 41px;
  }
  .button {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
    text-align: center;
  }
  .button.margin-top {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 23px;
  }
  .button.xl {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 20px 25px 15px;
    font-size: 21px;
    line-height: 25px;
  }
  .installer-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .installer-content {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .installer-content.right {
    min-width: 100%;
  }
  .content-image {
    min-width: 100%;
    margin-right: 0px;
  }
  .content-image-box {
    min-height: auto;
  }
  .content-image-box.top {
    margin-bottom: 3px;
  }
  .testimonial-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial.image {
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }
  .testimonial.content {
    width: 100%;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .testimonial-slider-wrapper {
    width: 100%;
  }
  .testimonial-slide-wrapper {
    -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;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .testimonial-image-wrapper {
    margin-right: 0px;
    margin-bottom: 17px;
    -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;
  }
  .testimonial-image {
    margin-bottom: 0px;
  }
  .banner-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner.content {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 19px;
    line-height: 25px;
  }
  .hand2 {
    position: relative;
  }
  .installer-vid {
    width: 90%;
    height: auto;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 140px;
    margin: 1px auto;
    -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;
  }
  .gallery-image._1 {
    margin-top: 0px;
  }
  .gallery-image._5 {
    margin-bottom: 0px;
  }
  .gallery-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-picture {
    position: relative;
    top: auto;
    bottom: auto;
  }
}

@font-face {
  font-family: 'Axiforma thin';
  src: url('../fonts/axiforma-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma black';
  src: url('../fonts/axiforma-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma book';
  src: url('../fonts/axiforma-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma extrabold';
  src: url('../fonts/axiforma-extrabold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma heavy';
  src: url('../fonts/axiforma-heavy-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma italic';
  src: url('../fonts/axiforma-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Axiforma bold';
  src: url('../fonts/axiforma-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma light';
  src: url('../fonts/axiforma-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma medium';
  src: url('../fonts/axiforma-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma regular';
  src: url('../fonts/axiforma-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma semibold';
  src: url('../fonts/axiforma-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima regular';
  src: url('../fonts/proxima_nova_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima etrabold';
  src: url('../fonts/proxima_nova_alt_extrabold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima bold';
  src: url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}