section.hero {
  border-radius: 0 0 11.0890051809rem 11.0890051809rem;
  padding-top: 4.235801032em;
  padding-bottom: 4.235801032em;
  position: relative;
  overflow: hidden;
}
section.hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/layouts/sunblazer/hero-bg.png");
  background-size: cover;
  background-position: 40% 0%;
}
section.hero .col-text {
  position: relative;
  z-index: 0;
}
section.hero .col-text::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  height: 50em;
  position: absolute;
  z-index: -1;
  top: -19em;
  left: -13em;
  background-image: url("../img/layouts/sunblazer/hero-gradient.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
}
section.hero h1 {
  margin-top: 0;
  margin-left: -0.25em;
  max-width: 10em;
}
section.hero h1 ~ p {
  margin-left: 1em;
}
section.hero img.products {
  margin-left: 7%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  section.hero {
    padding-bottom: 2.617924em;
  }
}
@media (min-width: 992px) {
  section.hero {
    padding-top: 6.8535260698em;
  }
  section.hero img.products {
    width: 120%;
    margin: 0 -10%;
    max-width: none;
  }
}

section.categories .card-img-end {
  padding: 2.617924em;
  height: 14em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  section.categories .card-img-end {
    width: 35%;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  section.categories .card-img-lg-bottom {
    padding-top: 0;
  }
}

.accordion {
  --bs-accordion-bg: rgb(240.605, 249.0589226519, 252.945);
}

/**
 * Savings Calculator
 *
 * Provided by agencemonument.com to replicate component at https://moovpool.com/?products=pool-heat-pump-inverter
 * Then lightly modified to fit this site.
 */
section.savings-calculator {
  margin-bottom: 64px;
  padding: 5rem;
  background-color: #eeeeee;
  color: #191919;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  section.savings-calculator {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  section.savings-calculator {
    padding: 3rem;
  }
}
section.savings-calculator h2 {
  max-width: 500px;
  margin-bottom: 3rem;
  font-weight: 700;
}
section.savings-calculator .calculator__container {
  display: grid;
  gap: 3rem;
  grid-template-columns: 4fr;
}
@media (min-width: 992px) {
  section.savings-calculator .calculator__container {
    grid-template-columns: 1fr 3fr;
  }
}
section.savings-calculator .calculator__container h3 {
  margin-bottom: 0.5rem;
  padding: 0;
  color: #191919;
  font-size: 24px;
  font-weight: bold;
}
section.savings-calculator .calculator__container p {
  margin-bottom: 0;
  color: rgba(25, 25, 25, 0.75);
  font-size: 17px;
}
section.savings-calculator .calculator__container .form__steps__navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
section.savings-calculator .calculator__container .form__steps__navigation:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  transform: translateY(-50%);
  background-color: #191919;
  z-index: 1;
}
section.savings-calculator .calculator__container .form__steps__navigation.form__steps__navigation--2:before {
  width: calc(14.2857142857% + 15px);
}
section.savings-calculator .calculator__container .form__steps__navigation.form__steps__navigation--3:before {
  width: calc(28.5714285714% + 30px);
}
section.savings-calculator .calculator__container .form__steps__navigation.form__steps__navigation--4:before {
  width: calc(42.8571428571% + 45px);
}
section.savings-calculator .calculator__container .form__steps__navigation.form__steps__navigation--5:before {
  width: calc(57.1428571429% + 60px);
}
section.savings-calculator .calculator__container .form__steps__navigation.form__steps__navigation--6:before {
  width: calc(71.4285714286% + 75px);
}
section.savings-calculator .calculator__container .form__steps__navigation.form__steps__navigation--7:before {
  width: 100%;
}
section.savings-calculator .calculator__container .form__steps__navigation:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1;
}
section.savings-calculator .calculator__container .form__steps__navigation span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(25, 25, 25, 0.25);
  border-radius: 50%;
  background-color: #eeeeee;
  transition: all 0.25s ease;
  z-index: 2;
}
section.savings-calculator .calculator__container .form__steps__navigation span svg {
  margin-left: 1px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
section.savings-calculator .calculator__container .form__steps__navigation span.is-current {
  border-color: #191919;
}
section.savings-calculator .calculator__container .form__steps__navigation span.is-active {
  border-color: #191919;
  background-color: #191919;
}
section.savings-calculator .calculator__container .form__steps__navigation span.is-active svg {
  opacity: 1;
}
section.savings-calculator .calculator__container .form__steps__indicator {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  cursor: pointer;
  font-weight: bold;
}
section.savings-calculator .calculator__container .form__steps__indicator svg {
  margin-right: 1rem;
}
section.savings-calculator .calculator__container .step__inputs {
  margin-top: 30px;
}
section.savings-calculator .calculator__container .step__inputs .form-control {
  border: 0;
  border-bottom: 1px solid #191919;
  border-radius: 0;
  background-color: transparent;
  color: #191919;
  font-size: 2.25rem;
  font-weight: bold;
}
section.savings-calculator .calculator__container .step__inputs .form-control:focus, section.savings-calculator .calculator__container .step__inputs .form-control:focus-within {
  outline: none;
}
section.savings-calculator .calculator__container .step__inputs input[type=number] {
  padding: 0;
  text-align: center;
  font-size: 2rem;
}
section.savings-calculator .calculator__container .step__inputs input[type=number]::-webkit-outer-spin-button, section.savings-calculator .calculator__container .step__inputs input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
section.savings-calculator .calculator__container .step__inputs input[type=number] {
  -moz-appearance: textfield;
}
section.savings-calculator .calculator__container .step__inputs select.form-control {
  padding-left: 0;
  font-size: 1.5rem;
}
section.savings-calculator .calculator__container .step__inputs .input-group {
  display: inline-flex;
}
section.savings-calculator .calculator__container .step__inputs .input-group .form-control {
  flex: 0 0 100px;
}
section.savings-calculator .calculator__container .step__inputs .input-group .form-control.form-control--large {
  flex: 0 0 200px;
  text-align: left;
}
section.savings-calculator .calculator__container .step__inputs .input-group .input-group-text {
  border: 0;
  background-color: transparent;
  color: #191919;
  font-size: 0.75rem;
  font-weight: bold;
}
section.savings-calculator .calculator__container .step__inputs .custom-control.custom-radio .custom-control-label {
  padding-left: 1rem;
  font-weight: bold;
}
section.savings-calculator .calculator__container .step__inputs .custom-control.custom-radio .custom-control-label:before, section.savings-calculator .calculator__container .step__inputs .custom-control.custom-radio .custom-control-label:after {
  top: 50%;
  left: -1.5rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
}
section.savings-calculator .calculator__container .step__inputs .custom-control.custom-radio .custom-control-label:before {
  border-color: #191919;
  background-color: transparent;
}
section.savings-calculator .calculator__container .step__inputs .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #191919;
  background-color: #191919;
}
section.savings-calculator .calculator__container .step__inputs .custom-control:not(.custom-control-inline):not(:last-child) {
  margin-bottom: 1rem;
}
section.savings-calculator .calculator__container .step__inputs .pool-size__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}
section.savings-calculator .calculator__container .step__inputs .pool-size__container .input-group {
  flex: 0 0 33%;
}
section.savings-calculator .calculator__container .step__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
section.savings-calculator .calculator__container .step__buttons button {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border: 1px solid #191919;
  background-color: transparent;
}
section.savings-calculator .calculator__container .step__buttons button:not(:last-child) {
  margin-right: 1rem;
}
section.savings-calculator .calculator__container .step__buttons button.btn--next span {
  margin-left: 10px;
}
section.savings-calculator .calculator__container .step__buttons button.btn--prev span {
  margin-right: 10px;
}
section.savings-calculator .calculator__container .form__results {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 3rem;
}
section.savings-calculator .calculator__container .form__results .result {
  flex: 1;
  padding: 48px 24px;
}
@media screen and (max-width: 767px) {
  section.savings-calculator .calculator__container .form__results .result {
    flex: 0 0 100%;
  }
}
section.savings-calculator .calculator__container .form__results .result .result__price {
  font-size: 3rem;
  font-weight: bold;
}
section.savings-calculator .calculator__container .form__results .result.result--savings {
  background-color: rgb(204, 228.8, 240.2);
}
section.savings-calculator .calculator__container small {
  display: block;
  margin-top: 1rem;
  text-align: center;
}

/**
 * Sound Comparator
 *
 * Provided by agencemonument.com to replicate component at https://moovpool.com/?products=pool-pump
 * Then lightly modified to fit this site.
 */
.sound-comparator {
  --wave-color: #2f2f2f;
  --wave-progress-inactive: #6f6f6f;
  --wave-progress-active: rgb(51, 150.2, 195.8);
  --wave-cursor: rgb(51, 150.2, 195.8);
}

.sound-comparator-inner {
  display: flex;
  align-items: center;
  gap: 1.618em;
}
@media (max-width: 700px) {
  .sound-comparator-inner {
    gap: 1em;
  }
}

.sound-comparator-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sound-comparator-play:hover, .sound-comparator-play:focus-visible {
  background-color: #464646;
}
.sound-comparator-play.is-active svg path {
  fill: rgb(51, 150.2, 195.8);
}
.sound-comparator-play svg path {
  transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  fill: currentColor;
}

.sound-comparator-waves {
  position: relative;
  flex: 1;
}

.sound-comparator-wave {
  width: 100%;
  height: 100%;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sound-comparator-wave:first-child:not(.is-active) {
  opacity: 0.5;
}
.sound-comparator-wave:last-child {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.sound-comparator-wave:last-child.is-active {
  opacity: 1;
}

.sound-comparator-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin: 1em auto 0;
}
.sound-comparator-toggle.is-active .sound-comparator-toggle-label:first-child {
  color: rgba(255, 255, 255, 0.33);
}
.sound-comparator-toggle.is-active .sound-comparator-toggle-label:last-child {
  color: rgb(51, 150.2, 195.8);
}
.sound-comparator-toggle.is-active .sound-comparator-toggle-switch::before {
  transform: translate3d(100%, 0, 0);
  background-color: rgb(51, 150.2, 195.8);
}

.sound-comparator-toggle-label {
  flex: 1;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 700px) {
  .sound-comparator-toggle-label {
    font-size: 12px;
  }
}
.sound-comparator-toggle-label:first-child {
  text-align: right;
}
.sound-comparator-toggle-label:last-child {
  text-align: left;
  color: rgba(255, 255, 255, 0.33);
}

.sound-comparator-toggle-switch {
  display: flex;
  flex-shrink: 0;
  width: 72px;
  height: 40px;
  padding: 4px;
  outline: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 2px;
  background-color: #464646;
  cursor: pointer;
}
.sound-comparator-toggle-switch::before {
  content: "";
  width: 50%;
  height: 100%;
  border-radius: 2px;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
