:root {
  --midnight-blue: #193272;
  --text-grey: #6d6d6d;
  --medium-spring-green: #19f18f;
  --white: white;
  --off-white: #fafafa;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
  flex-direction: column;
  font-family: Centra no2, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Centra no2, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

strong {
  font-size: 18px;
  font-weight: 700;
}

.hero-section {
  height: auto;
  min-height: 70vh;
  background-image: linear-gradient(rgba(25, 50, 114, .4), rgba(25, 50, 114, .4)), url('../images/Amer-Solar-Hero-lores-v2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.hero-section.is-video {
  background-image: linear-gradient(rgba(25, 50, 114, .67), rgba(25, 50, 114, .67));
  background-position: 0 0;
}

.hero-section.hide {
  display: none;
}

.header {
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.flex-vert {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.container._1280px {
  max-width: 1280px;
  position: static;
}

.container.left {
  align-items: flex-start;
}

.container.left.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container.is--1400 {
  max-width: 1400px;
}

.headline-content {
  height: 100%;
}

.headline-content.center {
  width: 65%;
  height: auto;
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 41px;
}

.heading {
  color: #fff;
  margin-top: 3vh;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
}

.heading.dark {
  color: var(--midnight-blue);
  font-size: 34px;
  line-height: 1.1;
}

.form-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  padding: 0;
  position: relative;
  top: auto;
}

.form-wrapper.hide {
  display: none;
}

.form-block {
  width: 100%;
  height: auto;
  max-width: 930px;
  min-height: auto;
  min-width: 930px;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px;
  margin-top: 3vh;
  margin-bottom: 3vh;
  padding: 50px 40px;
  position: relative;
}

.field-label, .field-label-2 {
  color: var(--text-grey);
  font-weight: 400;
}

.form {
  justify-content: center;
  display: flex;
  position: static;
}

.text-field {
  border: 1px solid rgba(109, 109, 109, .26);
  border-radius: 5px;
  flex: 1;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field.unsubscribe {
  margin: 0 0 20px;
}

.text-field.hide {
  display: none;
}

.text-field.is--message {
  max-height: 350px;
  max-width: 500px;
  min-height: 250px;
  min-width: 100%;
  margin: 0 0 20px;
}

.submit-button {
  background-color: var(--midnight-blue);
  box-shadow: none;
  border-radius: 5px;
  flex: 1;
  margin-left: 6px;
  margin-right: 6px;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
}

.submit-button:hover {
  transform: translate(0, -2px);
  box-shadow: 4px 4px 10px rgba(25, 50, 114, .25);
}

.submit-button.hover {
  width: auto;
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  font-weight: 700;
}

.submit-button.unsubscribe {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.green-dot {
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 3px solid var(--white);
  background-color: var(--medium-spring-green);
  background-image: url('../images/down-arrow-wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 6px 10px rgba(25, 50, 114, .25);
}

.text-block {
  width: 75%;
  color: rgba(255, 255, 255, .65);
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.checkbox-field {
  margin-bottom: 0;
  margin-left: 66px;
  padding-bottom: 12px;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: 0%;
  right: auto;
}

.checkbox-field.hide {
  display: none;
}

.checkbox-label {
  color: var(--text-grey);
  text-align: justify;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.2;
}

.how-it-works-section {
  min-height: 80vh;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
  position: relative;
}

.text-block-copy {
  width: 75%;
  color: rgba(255, 255, 255, .65);
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph {
  color: var(--text-grey);
  font-size: 18px;
  line-height: 1.5;
}

.div-block {
  z-index: auto;
  width: auto;
  text-align: left;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.grid-wrapper {
  width: 100%;
  grid-column-gap: 85px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
  top: auto;
}

.shadow-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(25, 50, 114, .15);
}

.shadow-box_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  padding-top: 16px;
  padding-bottom: 16px;
}

.content-wrapper {
  position: static;
  top: 10vh;
}

.paragraph-2 {
  color: var(--text-grey);
  font-size: 18px;
  line-height: 1.6;
}

.video-section {
  min-height: 80vh;
  background-color: var(--white);
  justify-content: space-between;
  display: flex;
}

.line-decoration {
  width: 55px;
  height: 4px;
  background-color: var(--medium-spring-green);
  flex: none;
  margin-top: 5.5vh;
  margin-right: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.line-decoration.is-full-width {
  width: 100%;
}

.sticky-wrapper {
  position: relative;
}

.sticky-content {
  flex-direction: row;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.right-side {
  background-color: var(--midnight-blue);
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-side.is--about {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
}

.right-side.is-home {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-header-content {
  flex-direction: row;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.section-container {
  width: 50%;
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.video-wrapper {
  width: 100%;
  max-height: 350px;
  background-color: var(--white);
  border-radius: 10px;
  flex: 1;
  padding: 14px;
  position: relative;
  left: auto;
  box-shadow: 0 7px 10px rgba(25, 50, 114, .15);
}

.video-wrapper.hide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-header {
  flex-direction: row;
  display: flex;
  position: static;
  top: 10vh;
}

.section-header.is-flex-wrap {
  flex-wrap: wrap;
}

.process-section {
  min-height: 80vh;
  background-color: var(--off-white);
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/landscape.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding: 10vh 5vw;
  position: relative;
}

.blue-block {
  width: 35%;
  height: 100%;
  background-color: var(--midnight-blue);
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-6 {
  height: 50vh;
}

.consultation-section {
  min-height: 10vh;
  background-color: var(--off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 5vh 5vw;
  display: flex;
}

.consultation-section.is--about-page {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.youtube {
  height: 100%;
}

.youtube.hide {
  display: none;
}

.heading-2 {
  color: var(--midnight-blue);
  font-weight: 300;
}

.bold-span {
  font-weight: 700;
}

.button {
  min-width: 180px;
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  box-shadow: 0 5px 10px rgba(25, 50, 114, .24);
}

.button.hover {
  box-shadow: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
}

.button.hover:hover {
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px rgba(25, 50, 114, .24);
}

.footer {
  min-height: 80px;
  background-color: var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer-text {
  color: var(--white);
  font-weight: 300;
}

.footer-text.link {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-text.hide {
  display: none;
}

.footer-logo {
  padding-right: 30px;
}

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

.text-block-2 {
  color: var(--midnight-blue);
  font-size: 25px;
  font-weight: 400;
}

.div-block-7 {
  opacity: .65;
}

.nav {
  height: 80px;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section {
  height: 100%;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
}

.section.is--about {
  display: block;
}

.divider-line {
  width: 1px;
  height: 80%;
  background-color: #cca360;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-left: 0;
  padding-right: 0;
}

.divider-line._80 {
  width: 80%;
  height: 5px;
  background-color: var(--medium-spring-green);
  text-align: center;
  margin: 20px auto 0;
}

.unsub-logo {
  width: 260px;
}

.bold-text-2 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  display: block;
}

.unsub-form {
  margin-top: 30px;
}

.unsub-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 80px;
}

.field-label-3, .field-label-4, .unsub-form_contain {
  text-align: left;
}

.unsub_field-label {
  margin-bottom: 0;
}

.body {
  background-color: rgba(25, 50, 114, .05);
}

.wrapper-all {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-9 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh 5vw;
}

.rich-text-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.rich-text-block li {
  color: var(--text-grey);
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 18px;
}

.rich-text-block p {
  color: var(--text-grey);
  font-size: 18px;
  line-height: 24px;
}

.rich-text-block strong {
  color: var(--midnight-blue);
}

.rich-text-block.is-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-block.is-no-padding.hide {
  display: none;
}

.privacy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.privacy-table-header {
  border-bottom: 1px solid #000;
  padding: 10px;
  line-height: 1.2;
}

.privacy-table-header.center {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.privacy-paragraph {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.privacy-paragraph.center {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-3 {
  width: 75%;
  color: var(--midnight-blue);
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
}

.nav-link {
  color: #fff;
  text-transform: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  opacity: 1;
  color: var(--medium-spring-green);
}

.nav-link.is--join {
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  border-radius: 10vh;
  padding: 9px 20px;
}

.nav-link.is--join.w--current {
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  border-radius: 100vh;
  padding: 9px 20px;
}

.nav-link.is--icon {
  width: 32px;
  color: #aa0df3;
}

.navbar1 {
  z-index: auto;
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  background-color: var(--midnight-blue);
  position: fixed;
  top: 0;
}

.navbar1.active-nav1.white {
  height: 85px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
}

.nav1-menu-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-button {
  width: auto;
  min-height: 50px;
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.main-button:hover {
  color: #fff;
  background-color: #333;
  transform: translate(0, -2px);
}

.main-button.signin {
  min-height: 30px;
  color: #f0cf45;
  border-color: #f0cf45;
  margin-left: 10px;
  font-weight: 400;
}

.main-button.signin:hover {
  color: #31424e;
  background-color: #f0cf45;
}

.nav-logo {
  width: 210px;
  flex: none;
}

.brand {
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.brand.w--current {
  flex: none;
  align-items: flex-start;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav1-wrap {
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav1-menu {
  flex: none;
  align-items: center;
  display: flex;
}

.header-image-contain.is--padding {
  width: 83%;
  margin-top: 60px;
}

.header-image-contain.is-overflow-hidden {
  width: 100%;
  height: 690px;
  margin-top: 8%;
  position: relative;
  overflow: visible;
}

.content-contain {
  max-width: 1140px;
  margin-top: 100px;
}

.content-contain.is--no-top-padding {
  margin-top: 45px;
}

.content-contain.is--0-top-padding {
  margin-top: 0;
}

.spacer {
  height: 40px;
}

.left-side {
  flex: 1;
  padding: 32px;
}

.left-side.is-no-left {
  padding-left: 0;
}

.flex-horiz {
  display: flex;
}

.flex-horiz.is-center {
  align-items: center;
}

.flex-horiz.is-top-margin {
  margin-top: 30px;
}

.flex-horiz.is-reversed {
  flex-direction: row-reverse;
  align-items: center;
}

.image-contain, .image-3 {
  width: 100%;
}

.solar-illustration {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-2 {
  justify-content: flex-start;
}

.blog-date-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-all-page-wrap {
  max-width: 416px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  margin-left: auto;
  display: flex;
}

.blog-all-page-wrap.hide {
  display: none;
}

.blog-card {
  color: #1c2122;
  text-decoration: none;
}

.blog-date {
  color: #49575a;
  font-size: 12px;
  line-height: 16px;
}

.heading-detail-small {
  color: #1c2122;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.heading-detail-small.text-color-gray-500 {
  color: #788d91;
}

.blog-time {
  color: #49575a;
  font-size: 12px;
  line-height: 16px;
}

.blog-line {
  width: 100%;
  height: 1px;
  background-color: #e9eced;
  margin-bottom: 16px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-category {
  color: #788d91;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.blog-card-content {
  margin-top: 14px;
}

.blog-avatar-wrap {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: .5px solid #e9eced;
  border-radius: 99px;
  overflow: hidden;
}

.blog-author-name {
  font-weight: 500;
}

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

.dot {
  color: #ccd4d6;
  font-size: 12px;
  line-height: 16px;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-two-column.margin-bottom-74 {
  align-items: center;
  margin-bottom: 74px;
}

.blog-page-numbers {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  width: 40%;
  height: 180px;
  background-color: #e9eced;
  border-radius: 24px;
  flex: none;
  overflow: hidden;
}

.blog-author {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-author.hide {
  display: none;
}

.blog-sub-heading {
  color: #323c3e;
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.page-number {
  width: 48px;
  height: 48px;
  letter-spacing: -.02em;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.page-number.default {
  color: #94a5a8;
  border: 1px solid #e9eced;
}

.page-number.disable {
  color: #ccd4d6;
}

.page-number.active {
  background-color: #e9eced;
}

.contact-secondary-button {
  min-height: 48px;
  color: #1c2122;
  letter-spacing: -.02em;
  background-color: #e9eced;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.blog-thumb {
  height: auto;
  background-color: #e9eced;
  border-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
}

.blog-card-wrap {
  width: 100%;
}

.blog-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-heading {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 70px;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.faq-container {
  z-index: 5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-content-wrap {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.faq-title {
  color: #202020;
  font-weight: 600;
}

.title-wrapper {
  max-width: 600px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper.is--no-bottom-padding {
  margin-top: 20px;
  margin-bottom: 30px;
}

.title-large {
  color: #8e8e8e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
}

.title-large.is--no-bottom-padding {
  margin-bottom: 0;
}

.faq-icon-circle {
  width: 40px;
  height: 40px;
  background-color: var(--medium-spring-green);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-section {
  color: #4d4d4d;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 3%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-section.is--no-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-large {
  color: var(--midnight-blue);
  letter-spacing: -.04em;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 24px;
  padding-top: 24px;
  display: block;
}

.paragraph-3 {
  color: #8e8e8e;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
}

.faq-title-wrapper {
  width: 100%;
  border-left: 6px solid var(--medium-spring-green);
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.faq-snippet {
  display: none;
}

.faq-content {
  margin-right: auto;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 32px;
}

.faq-item-toggle {
  color: #8997a9;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.faq-item-toggle:hover {
  color: #338cff;
}

.faq-wrapper {
  line-height: 32px;
}

.error-message {
  padding: 16px 18px;
}

.modal-ellipse {
  z-index: 0;
  width: 90px;
  height: 90px;
  opacity: .49;
  color: var(--medium-spring-green);
  position: absolute;
  top: 45px;
  bottom: auto;
  left: auto;
  right: 50%;
  transform: translate(50%);
}

.modal-bottom-text {
  font-size: 12px;
  line-height: 18px;
}

.success-message-3 {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.modal-field-wrap {
  margin-bottom: 14px;
  position: relative;
}

.modal-paragraph {
  color: var(--text-grey);
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.modal-submit-button {
  height: 60px;
  background-color: var(--midnight-blue);
  color: #fff;
  margin-top: 26px;
  padding: 0 32px;
  font-size: 16px;
  transition: all .3s;
}

.modal-submit-button:hover {
  background-color: var(--medium-spring-green);
  color: #000;
  background-image: none;
}

.modal-form-block {
  margin-bottom: 0;
}

.close-icon {
  width: 60px;
  height: 60px;
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 100px;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  top: 7px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.close-icon:hover {
  transform: scale(1.2);
}

.modal-heading {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  position: relative;
}

.form-field {
  min-height: 60px;
  color: #333;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 56px;
  font-size: 16px;
  transition: background-color .2s;
}

.form-field:hover {
  background-color: #eee;
}

.form-field::-ms-input-placeholder {
  color: #4f4f4f;
}

.form-field::placeholder {
  color: #4f4f4f;
}

.form-field.is-last {
  color: #333;
  margin-left: 8px;
}

.modal-section {
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #4f4f4f;
  background-color: rgba(25, 50, 114, .8);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 16px;
  line-height: 24px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-form {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.modal-container {
  max-width: 1070px;
  border-top: 20px solid var(--medium-spring-green);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 60px 32px;
  position: relative;
}

.modal-container.is-bottom-line {
  border-top-style: none;
  border-bottom: 20px solid #1af190;
}

.modal-container.is-no-line {
  border-top-style: none;
}

.benefit-line-list {
  color: #8e8e8e;
  font-size: 14px;
}

.list-item {
  color: #4d4d4d;
}

.content-section {
  padding: 100px 3%;
}

.image-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-image {
  width: 122px;
  height: 122px;
  min-height: 122px;
  min-width: 122px;
  border-radius: 100px;
  margin-right: 20px;
  overflow: hidden;
}

.author-block {
  border-top: 1px solid #e5e5e5;
  align-items: center;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.author-name {
  color: #000;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.1;
}

.date-text {
  opacity: .5;
  margin-top: 20px;
  margin-bottom: 32px;
  font-style: italic;
  font-weight: 500;
}

.author-link {
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.article-container {
  max-width: 870px;
  flex-direction: column;
}

.category {
  color: #c8a378;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #c8a378;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.category.category-space {
  margin-bottom: 12px;
  display: inline-block;
}

.social-link {
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.blog-header {
  min-height: 550px;
}

.blog-header.article-2 {
  background-image: url('../images/shutterstock_736731844-2.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.blog-header.article-3 {
  background-image: url('../images/62cd8b24e3ccf1d29ebd4b39_CCSA-BRO-White-Paper-20220214-Featured-Image.png');
  background-position: 50% 100%;
  background-size: cover;
}

.large-p {
  font-size: 28px;
}

.sms-wrapper {
  width: 65px;
  height: 65px;
  background-color: var(--medium-spring-green);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  transition: transform .3s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 6px 6px 12px rgba(25, 50, 114, .6);
}

.sms-wrapper:hover {
  transform: translate(0, -5px);
}

.html-embed {
  width: 59%;
  height: auto;
  color: var(--white);
  margin-top: 8px;
}

.sms-modal-section {
  z-index: 100;
  color: #4f4f4f;
  background-color: rgba(25, 50, 114, .8);
  padding: 240px 3%;
  font-size: 16px;
  line-height: 24px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.div-block-11 {
  max-width: 700px;
  margin-top: 3em;
}

.footer-h5 {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
}

.footer-par {
  color: var(--midnight-blue);
  margin-top: 1em;
  font-size: 1em;
  font-weight: 300;
}

.text-link {
  color: #0d8850;
}

.sms-close-icon {
  width: 60px;
  height: 60px;
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 100px;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: -20px;
}

.sms-close-icon:hover {
  transform: scale(1.2);
}

.sms-contain {
  display: none;
}

.heading-3 {
  font-size: 41px;
}

.section-2 {
  z-index: 9999;
  position: relative;
}

.content-contain-2 {
  width: 100%;
}

.content-contain-2.is--center-aligned {
  text-align: center;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  grid-column-gap: 6.75em;
  grid-row-gap: 6.75em;
  flex-flow: column wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
  display: flex;
  position: relative;
}

.container-3.is--legal {
  max-width: 71em;
}

.rich-text.is--legal {
  text-align: left;
}

.group_title {
  color: #c23333;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.group_title.is--dark {
  width: 75%;
  color: #04344d;
  margin-left: auto;
  margin-right: auto;
}

.container-box {
  width: 100%;
  max-width: 1200px;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.container-box.vertical-center {
  max-width: 1232px;
  flex-direction: column;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.section-pages {
  max-width: 1440px;
}

.section-pages.flex-center {
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw 0;
  display: flex;
}

.p-confirmation {
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 16px;
  line-height: 1.8;
}

.thank-you {
  max-width: 700px;
  padding-left: 3vh;
  padding-right: 4vh;
}

.container-confirmation {
  text-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-12 {
  display: flex;
}

.sub-head {
  font-size: 30px;
  line-height: 1.2;
}

.sub-head.is--dark {
  color: #804d9f;
  margin-bottom: 20px;
}

.bold-text {
  color: var(--midnight-blue);
}

.heading-5 {
  color: #12b46b;
  text-transform: uppercase;
  margin-top: 2vw;
  margin-bottom: 1vh;
}

.div-block-327 {
  margin-top: 10px;
}

.checkbox-field-2 {
  align-items: flex-start;
  display: flex;
}

.checkbox-2 {
  margin-top: 6px;
}

.checkbox-label-2 {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
}

.consent-p {
  margin-top: 10px;
  font-size: 14px;
}

.consent-link {
  color: #006eb4;
}

.field-flex-wrap {
  display: flex;
}

.product-wrapper {
  width: 100%;
  grid-column-gap: 85px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6% 7%;
  display: flex;
  position: static;
  top: auto;
}

.products-section {
  background-color: #e0fff1;
  justify-content: space-between;
  align-items: center;
  padding: 15vh 5vw 10vh;
  display: flex;
  position: relative;
}

.product-grid_wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 3em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 7.1em;
  margin-bottom: 7.1em;
  display: grid;
}

.product-item {
  display: flex;
}

.product-description {
  color: var(--text-grey);
  font-size: 20px;
  line-height: 1.6;
}

.product-content {
  flex: 0 49%;
}

.product-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product {
  width: 70%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.product.is-smaller {
  width: 89%;
}

.product-button {
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  box-shadow: 0 5px 10px rgba(25, 50, 114, .24);
}

.product-button.hover {
  min-width: auto;
  box-shadow: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
}

.product-button.hover:hover {
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px rgba(25, 50, 114, .24);
}

.home-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 121%;
}

.solar-guy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 39%;
  position: absolute;
  top: -29%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.row {
  border: 1px solid #c4c3c3;
  border-radius: 20px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.image-5 {
  cursor: zoom-in;
}

.lightbox-circle {
  z-index: 4;
  width: 40px;
  height: 40px;
  background-color: var(--medium-spring-green);
  pointer-events: none;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.lightbox-overlay {
  z-index: 3;
  background-color: var(--midnight-blue);
  opacity: .61;
  pointer-events: none;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.article-hero_img {
  width: 100%;
}

.section-join {
  margin-top: 5.8em;
}

.form__input {
  min-height: 50px;
  color: gray;
  background-color: #f6f6f6;
  border-radius: 3px;
  font-size: 16px;
}

.form__input.state {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #e2e4eb;
  border-radius: 5px;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
}

.search-button {
  width: 45px;
  height: 45px;
  background-color: #06112d;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: background-color .3s;
  display: flex;
}

.search-button:hover {
  background-color: rgba(6, 17, 45, .8);
}

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

.tabs-product-price-number {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.tabs-product-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.gallery-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .3s;
}

.gallery-tab-link:hover, .gallery-tab-link.w--current {
  color: #fff;
  background-color: #193272;
}

.tabs-product-title-wrap {
  flex: 1;
  margin-bottom: 10px;
  padding-right: 60px;
  position: relative;
}

.tabs-product-brand {
  color: #9a9a9a;
  margin-bottom: 10px;
}

.filter-button {
  width: 45px;
  height: 45px;
  background-color: #06112d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  transition: background-color .3s;
  display: flex;
}

.filter-button:hover {
  background-color: rgba(6, 17, 45, .8);
}

.tabs-content {
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-product-image {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  margin-bottom: 15px;
}

.tabs-products-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.tabs-product-cart-button {
  width: 54px;
  height: 45px;
  background-color: #06112d;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: -25px;
}

.tabs-product-cart-button:hover {
  background-color: rgba(6, 17, 45, .8);
}

.tabs-product-bottom-line {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tabs-section {
  color: #000;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 3% 180px;
}

.rating-star {
  margin-right: 12px;
}

.tabs-product-card {
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  padding: 15px 15px 30px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.tabs-product-card:hover {
  position: relative;
  box-shadow: 0 20px 40px -7px rgba(133, 133, 133, .06);
}

.tabs-wrap {
  text-align: right;
  position: relative;
}

.tabs-menu {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 140px;
  display: flex;
}

.gallery-tabs {
  text-align: left;
  position: relative;
}

.tabs-header {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

.tabs-product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.tabs-product-price {
  font-weight: 500;
}

.tabs-buttons-wrap {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tabs-buttons-wrap.hide {
  display: none;
}

.section-fixed_img {
  width: 100%;
  min-height: 40vh;
  background-image: url('../images/shutterstock_287323136.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.see-all-link {
  display: block;
}

.section-anchor {
  pointer-events: none;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.prod-cat-section {
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: linear-gradient(rgba(25, 50, 114, .5), rgba(25, 50, 114, .5)), url('../images/Amer-Solar-Hero-lores-v2.jpg');
    background-position: 0 0, 50% 0;
    padding-top: 12vw;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .headline-content.center {
    width: 100%;
  }

  .heading {
    font-size: 50px;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-block {
    width: auto;
    height: auto;
    min-width: auto;
  }

  .form {
    flex-direction: column;
  }

  .text-field {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .submit-button {
    width: 100%;
    margin-top: 5px;
  }

  .text-block {
    width: 90%;
  }

  .checkbox-field {
    bottom: 2%;
  }

  .how-it-works-section {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .text-block-copy {
    width: 90%;
  }

  .grid-wrapper {
    grid-column-gap: 31px;
    grid-template-columns: 1fr;
  }

  .process-section {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .blue-block {
    display: none;
  }

  .heading-2.no-top-margin {
    text-align: center;
  }

  .button {
    width: auto;
    flex: none;
    margin-top: 5px;
  }

  .divider-line._80 {
    width: 20%;
  }

  .div-block-9, .div-block-10 {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    color: var(--midnight-blue);
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav-link:hover {
    color: #838383;
    display: block;
  }

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

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-2 {
    color: var(--medium-spring-green);
  }

  .main-button.signin {
    color: #fff;
    border-style: none;
    justify-content: flex-start;
    padding: 14px 24px;
  }

  .main-button.signin.w--current {
    min-height: auto;
    border-style: none;
    justify-content: flex-start;
    padding: 15px 24px;
  }

  .menu-button {
    margin-left: 24px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
    position: relative;
  }

  .nav1-menu {
    z-index: 15;
    background-color: var(--medium-spring-green);
    border-bottom: 1px solid #ebedee;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding-top: 80px;
  }

  .close-icon {
    top: -17px;
    right: 5px;
  }

  .blog-header {
    min-height: auto;
    background-image: none;
  }

  .footer-h5 {
    font-size: 2em;
  }

  .footer-par {
    font-size: 1.4em;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-pages.flex-center {
    padding-bottom: 4vh;
  }

  .p-confirmation {
    font-size: 16px;
  }

  .thank-you, .container-confirmation {
    padding-left: 2vh;
    padding-right: 0;
  }

  .product-wrapper {
    grid-column-gap: 31px;
    grid-template-columns: 1fr;
  }

  .products-section {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .product-button {
    width: auto;
    flex: none;
    margin-top: 5px;
  }

  .gallery-tab-link {
    margin-right: 20px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .tabs-product-image {
    border-radius: 20px;
  }

  .tabs-products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rating-star {
    margin-right: 8px;
  }

  .tabs-product-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .heading.dark {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .how-it-works-section {
    min-height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .paragraph {
    font-size: 16px;
  }

  .shadow-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .line-decoration {
    width: 30px;
    margin-top: 1.5vh;
  }

  .process-section {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .heading-2 {
    text-align: center;
  }

  .divider-line._80 {
    width: 20%;
  }

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

  .nav-link:hover {
    color: #838383;
  }

  .navbar1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar1.active-nav1.white {
    position: fixed;
  }

  .main-button.signin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    color: #f0cf45;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .blog-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .faq-section {
    background-image: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .close-icon {
    right: -10px;
  }

  .modal-section, .sms-modal-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-h5 {
    font-size: 2em;
  }

  .footer-par {
    font-size: 1.2em;
  }

  .sms-close-icon {
    right: -10px;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-box.vertical-center {
    padding: 8vw 4vw 6vw;
  }

  .p-confirmation {
    font-size: 16px;
  }

  .thank-you, .container-confirmation {
    padding-left: 0;
  }

  .products-section {
    min-height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .product-description {
    font-size: 16px;
  }

  .tabs-product-price-number {
    font-size: 18px;
  }

  .gallery-tab-link {
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .tabs-product-cart-button {
    right: -10px;
  }

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

  .tabs-product-card {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-product-card:hover {
    box-shadow: none;
  }

  .tabs-menu {
    justify-content: center;
    padding-right: 0;
  }

  .tabs-header {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-buttons-wrap {
    justify-content: center;
    margin-bottom: 40px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .container.left.horizontal {
    flex-direction: column;
  }

  .headline-content.center {
    padding-bottom: 30px;
  }

  .heading {
    margin-top: 2vh;
    font-size: 30px;
  }

  .form-wrapper {
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-block {
    height: auto;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form {
    flex-direction: column;
  }

  .text-field {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

  .submit-button.hover {
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .green-dot {
    width: 40px;
    height: 40px;
    top: 0;
  }

  .text-block {
    width: 100%;
    font-size: 18px;
  }

  .checkbox-field {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 19px;
    padding-top: 15px;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .checkbox-label {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }

  .how-it-works-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .shadow-box {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image {
    padding-top: 0;
    padding-right: 20px;
  }

  .line-decoration {
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
  }

  .sticky-content, .section-header {
    flex-direction: column;
  }

  .process-section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .consultation-section {
    height: 240px;
    min-height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .heading-2.no-top-margin {
    margin-top: 0;
  }

  .footer {
    height: 80px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .checkbox {
    flex: none;
    margin-top: 0;
    margin-left: -10px;
  }

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

  .unsub-wrapper {
    padding: 40px 20px;
  }

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

  .privacy-grid {
    width: 100%;
    justify-content: center;
    justify-items: stretch;
  }

  .privacy-paragraph {
    width: 100%;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
  }

  .nav-link, .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar1.active-nav1.white {
    position: fixed;
  }

  .icon-2 {
    color: #f0cf45;
  }

  .main-button.signin {
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo {
    width: 120px;
    flex: none;
  }

  .menu-button {
    margin-left: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .nav1-menu {
    background-color: #31424e;
    border-bottom-style: none;
    flex: none;
    justify-content: flex-start;
    position: absolute;
    top: 101%;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .blog-image-wrap {
    width: 100%;
  }

  .blog-thumb {
    height: 280px;
  }

  .blog-card-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .heading-large {
    font-size: 48px;
  }

  .modal-ellipse {
    right: 24px;
  }

  .success-message-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .modal-paragraph {
    margin-bottom: 40px;
  }

  .modal-submit-button {
    width: 100%;
    position: static;
  }

  .modal-form-block {
    height: auto;
  }

  .form-field.is-last {
    margin-left: 0;
  }

  .modal-form {
    border-radius: 0;
    flex-direction: column;
  }

  .modal-container {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .author-image {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .author-block {
    flex-direction: column;
  }

  .social-link {
    margin-left: 10px;
  }

  .author-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .group_title.is--dark {
    width: 100%;
    font-size: 24px;
  }

  .heading-4 {
    font-size: 27px;
    line-height: 31px;
  }

  .container-box.vertical-center {
    padding: 6vh 2vw 8vw;
  }

  .container-box.vertical-center.div-contact-form {
    padding-bottom: 12vw;
  }

  .section-pages.flex-center {
    padding-bottom: 0;
  }

  .p-confirmation {
    padding-top: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 1.6;
  }

  .thank-you, .container-confirmation {
    padding-left: 0;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .sub-head {
    margin-bottom: 0;
    line-height: 1.1;
  }

  .checkbox-field-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox-label-2 {
    padding-left: 0;
    font-size: 14px;
  }

  .consent-p {
    font-size: 14px;
  }

  .field-flex-wrap {
    flex-direction: column;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .products-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .product {
    padding-top: 0;
    padding-right: 20px;
  }

  .form__input.state {
    font-size: 15px;
  }

  .gallery-tab-link {
    text-align: center;
  }

  .tabs-products-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-aedb31ea-8e5b-7684-01db-2e003f8ce2d7-eee6441a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a835a7cc-9dec-6076-1ea6-81b17bec0ccf-eee6441a, #w-node-_1030c887-9e03-8e8c-8390-d90b4ff7ac5d-eee6441a, #w-node-b3a229b0-3672-d986-511a-682d81c3ba2f-eee6441a, #w-node-cb034e9b-b838-ff61-8b1b-1e5e04de1c68-88c27bf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5308fc23-2fd9-c862-c202-7515a880897b-a8808979 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5308fc23-2fd9-c862-c202-7515a880897d-a8808979 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_65b3dc3e-ae40-2fb5-b83f-9d4c7793dec5-7084418e, #w-node-a3acd117-4094-bbb9-8ba3-3dbac56a48b3-eea2ae1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3acd117-4094-bbb9-8ba3-3dbac56a48d4-eea2ae1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a3acd117-4094-bbb9-8ba3-3dbac56a4904-eea2ae1f {
  justify-self: end;
}

#w-node-_32ead73e-6938-c4b7-1433-0cd675789eff-eea2ae1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32ead73e-6938-c4b7-1433-0cd675789f1f-eea2ae1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_32ead73e-6938-c4b7-1433-0cd675789f4f-eea2ae1f {
  justify-self: end;
}

#w-node-_423e3f0a-c01b-5baf-4fcb-26f2fc222da8-eea2ae1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_423e3f0a-c01b-5baf-4fcb-26f2fc222dc5-eea2ae1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_423e3f0a-c01b-5baf-4fcb-26f2fc222df5-eea2ae1f {
  justify-self: end;
}

#w-node-d08a3913-4e11-c4f8-59cd-259fbc220dc3-e9193de3, #w-node-d08a3913-4e11-c4f8-59cd-259fbc220dc3-8bb4f84f, #w-node-e2a1f510-c1a2-781d-ac65-3696e1ca15f0-dee8bd07, #w-node-d08a3913-4e11-c4f8-59cd-259fbc220dc3-d82daf3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5308fc23-2fd9-c862-c202-7515a880897d-a8808979 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b72bd2ef-4485-b4ac-b690-c7b7b9e3a3d4-eee6441a {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Centra no2';
  src: url('../fonts/Centra-No2-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centra no2';
  src: url('../fonts/Centra-No2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centra no2';
  src: url('../fonts/Centra-No2-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}