/*
 * SCSS main file - main.scss
 * complied with SASS plugin in coda or https://wordpress.org/plugins/wp-scss/
 */
/*
 * SCSS variables - _variables.scss
 */
/*
 * SCSS typograpy styles and font mixins - base/_typography.scss
 */
/*
 * SCSS global styles - base/_global.scss
 */
html, body {
  padding: 0;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  html, body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .bg-image {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
  }
}

@media screen and (max-width: 1023px) {
  .bg-image {
    background-image: none !important;
  }
}

.mini-svg-text .media + .media {
  border-top: 0;
}

.mini-svg-text img {
  width: 50px;
}

.mini-svg-text h4,
.mini-svg-text h5 {
  font-weight: 600;
  margin-bottom: 8px !important;
}

@media screen and (max-width: 1023px) {
  .mini-svg-text h4,
  .mini-svg-text h5 {
    line-height: 24px;
  }
}

p:not(:last-child) {
  margin-bottom: 16px !important;
}

.svg-filter-green {
  filter: invert(67%) sepia(9%) saturate(3437%) hue-rotate(69deg) brightness(95%) contrast(69%);
}

.svg-filter-blue {
  filter: invert(53%) sepia(83%) saturate(784%) hue-rotate(160deg) brightness(89%) contrast(89%);
}

.svg-filter-purple {
  filter: invert(27%) sepia(99%) saturate(757%) hue-rotate(248deg) brightness(89%) contrast(81%);
}

.svg-filter-orange {
  filter: invert(66%) sepia(63%) saturate(1541%) hue-rotate(335deg) brightness(98%) contrast(103%);
}

.svg-filter-teal {
  filter: invert(73%) sepia(92%) saturate(316%) hue-rotate(115deg) brightness(83%) contrast(83%);
}

.svg-filter-yellow {
  filter: invert(80%) sepia(80%) saturate(557%) hue-rotate(341deg) brightness(100%) contrast(104%);
}

.svg-filter-grey {
  filter: invert(77%) sepia(0%) saturate(35%) hue-rotate(219deg) brightness(98%) contrast(100%);
}

.svg-filter-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}

.svg-filter-magenta {
  filter: invert(40%) sepia(49%) saturate(783%) hue-rotate(271deg) brightness(86%) contrast(89%);
}

sup {
  font-size: 8px;
  color: black;
}

button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

@media screen and (min-width: 1024px) {
  button {
    padding: 1.8rem 3rem !important;
  }
}

@media screen and (max-width: 1023px) {
  button {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}

.section ul, .inner-section ul {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 16px;
}

.section ul li, .inner-section ul li {
  line-height: 23px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}

.section ul li::before, .inner-section ul li::before {
  content: "\2022";
  font-size: 35px;
  display: inline-block;
  line-height: 23px;
  vertical-align: -4px;
  width: 23px;
}

hr {
  background-color: #ebf0ed;
  border: none;
  display: block;
  height: 5px;
  margin: 40px 0;
}

@media screen and (max-width: 1023px) {
  hr.is-hr-mobile {
    margin-bottom: 0 !important;
  }
}

.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 125%;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.circle-image.small {
  width: 50%;
  margin: 0 auto;
}

.circle-image.mobile {
  position: absolute;
  z-index: auto;
  width: 80% !important;
  transform: translate(50%, -48%);
}

@media screen and (min-width: 769px), print {
  .circle-image.mobile {
    width: 90% !important;
    transform: translate(34%, -48%);
  }
}

.circle-image.left-image {
  transform: translateX(-25%);
}

.circle-image:after {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.section {
  padding: 32px 0;
}

@media screen and (max-width: 1023px) {
  .section {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .section .content-spacer, .section .content-left, .section .content-right {
    margin-top: 155px;
    padding: 0 24px;
  }
}

.section .section-number {
  color: #E0E6E3;
  line-height: 24px;
  font-size: 30px;
  font-weight: 800 !important;
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .inner-section .mobile-padding {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1023px) {
  .reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
}

.image-caption {
  font-weight: 300;
  color: #999999;
  margin: 8px 0 16px;
  font-size: 18px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  h1 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    margin-bottom: 32px !important;
  }
}

h2 {
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  h2 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 1024px) {
  h2 {
    margin-bottom: 32px !important;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  h3 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 1024px) {
  h3 {
    margin-bottom: 24px !important;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  h4 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 1024px) {
  h4 {
    margin-bottom: 16px !important;
  }
}

h5 {
  margin-bottom: 8px !important;
}

@media screen and (max-width: 1023px) {
  h5 {
    line-height: 38px;
  }
}

@media screen and (min-width: 1024px) {
  h5 {
    line-height: 26px;
  }
}

/*
 * SCSS header - _header.scss
 * syltes for the primary header
 */
header .desktop-nav {
  line-height: 19px;
  max-height: 90px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  padding: 0;
}

header .desktop-nav .container-fluid {
  padding: 4px 5% 8px 0;
}

header .desktop-nav .logo-img {
  max-width: 284px;
  margin-left: 10%;
  padding-top: 6px;
}

header .desktop-nav .columns .column {
  border-top: 3px solid white;
  padding: 0 !important;
}

header .desktop-nav .columns .column:nth-child(1) {
  border-top: 3px solid #50b848 !important;
}

header .desktop-nav .columns .column:nth-child(2):hover, header .desktop-nav .columns .column:nth-child(2).active {
  border-top: 3px solid #50b848 !important;
}

header .desktop-nav .columns .column:nth-child(2):hover span, header .desktop-nav .columns .column:nth-child(2).active span {
  color: #50b848;
}

header .desktop-nav .columns .column:nth-child(3):hover, header .desktop-nav .columns .column:nth-child(3).active {
  border-top: 3px solid #1ca6d8 !important;
}

header .desktop-nav .columns .column:nth-child(3):hover span, header .desktop-nav .columns .column:nth-child(3).active span {
  color: #1ca6d8;
}

header .desktop-nav .columns .column:nth-child(4):hover, header .desktop-nav .columns .column:nth-child(4).active {
  border-top: 3px solid #45c6bc !important;
}

header .desktop-nav .columns .column:nth-child(4):hover span, header .desktop-nav .columns .column:nth-child(4).active span {
  color: #45c6bc;
}

header .desktop-nav .columns .column:nth-child(5):hover, header .desktop-nav .columns .column:nth-child(5).active {
  border-top: 3px solid #7f4499 !important;
}

header .desktop-nav .columns .column:nth-child(5):hover span, header .desktop-nav .columns .column:nth-child(5).active span {
  color: #7f4499;
}

header .desktop-nav .columns .column:nth-child(6):hover, header .desktop-nav .columns .column:nth-child(6).active {
  border-top: 3px solid #fd902f !important;
}

header .desktop-nav .columns .column:nth-child(6):hover span, header .desktop-nav .columns .column:nth-child(6).active span {
  color: #fd902f;
}

header .desktop-nav .columns .column:nth-child(7):hover, header .desktop-nav .columns .column:nth-child(7).active {
  border-top: 3px solid #b9488c !important;
}

header .desktop-nav .columns .column:nth-child(7):hover span, header .desktop-nav .columns .column:nth-child(7).active span {
  color: #b9488c;
}

header .desktop-nav .nav-brand {
  margin-top: 8px;
}

header .desktop-nav .nav-group {
  color: #333333;
  font-size: 14px !important;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin: 9px 0;
}

header .desktop-nav .nav-group .nav-number {
  color: #cccccc !important;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 800;
}

header .desktop-nav .download-block {
  font-weight: 700;
  font-size: 13px !important;
  background-color: #005977;
  background-image: url("/wp-content/themes/electrolytes/images/nav_download_bkgd.svg");
  color: white;
  text-align: center;
  border-radius: 8px;
  padding: 8px 10px;
  width: 170px;
}

header .desktop-nav .download-block span:nth-child(1) {
  color: #50b848;
}

header .desktop-nav .download-block button {
  padding: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px !important;
  margin-top: 2px;
}

header .mobile-nav {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  min-height: 90px;
}

header .mobile-nav .logo-img {
  margin: 20px 0 0 18px;
}

header .mobile-nav .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

header .mobile-nav .columns.is-gapless:not(:last-child) {
  margin-bottom: 0 !important;
}

header .mobile-nav .hamburger {
  margin: 20px 20px 0 0;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
}

header .mobile-nav .hamburger button {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

header .mobile-nav .hamburger .menu-line {
  box-sizing: border-box;
  height: 5px;
  width: 37px;
  background-color: #50b848;
}

header .mobile-nav .close-button {
  display: none;
  cursor: pointer;
  width: 44px;
  margin-top: 10px;
}

header .mobile-nav .close-button .close-1 {
  height: 40px;
  width: 4px;
  margin-left: 12px;
  background-color: #50b848;
  transform: rotate(45deg);
  Z-index: 1;
}

header .mobile-nav .close-button .close-2 {
  height: 40px;
  width: 4px;
  background-color: #50b848;
  transform: rotate(90deg);
  Z-index: 2;
}

header .mobile-nav .mobile-buttons {
  display: none;
}

header .mobile-nav .mobile-buttons .columns .column {
  border-bottom: 1px solid white;
}

header .mobile-nav .mobile-buttons .columns .column:nth-child(odd):not(:last-child) {
  border-right: 1px solid white;
}

header .mobile-nav .mobile-buttons .mobile-cta {
  background-color: #50b848;
  border-radius: 0;
  box-shadow: none;
  padding: 24px;
}

header .mobile-nav .mobile-buttons .mobile-cta .subtitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  color: white !important;
  margin-bottom: 24px !important;
}

header .mobile-nav .mobile-buttons .mobile-cta .title {
  font-size: 30px;
  font-weight: 700;
  color: white !important;
  margin-bottom: 32px;
}

header .mobile-nav .mobile-buttons .mobile-cta button {
  padding: 1.8rem 3rem !important;
  font-size: 22px !important;
}

header .mobile-nav .mobile-buttons .number-nav {
  font-size: 50px;
  color: white;
  font-weight: 800;
  opacity: 0.3;
  padding-top: 24px;
}

header .mobile-nav .mobile-buttons .text-nav {
  color: white;
  font-size: 25px;
  margin-top: 32px;
}

header .mobile-nav .mobile-buttons .mobile-button {
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 99999px rgba(0, 70, 94, 0.6);
  width: 100%;
  max-height: 200px;
  padding: 0 24px;
}

header .mobile-nav .mobile-buttons .mobile-button:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

header .mobile-nav .mobile-buttons .first-link {
  background-image: url("/wp-content/themes/electrolytes/images/01_circle_image.jpeg");
}

header .mobile-nav .mobile-buttons .second-link {
  background-image: url("/wp-content/themes/electrolytes/images/02_circle_image.jpg");
}

header .mobile-nav .mobile-buttons .third-link {
  background-image: url("/wp-content/themes/electrolytes/images/03_circle_image.jpeg");
}

header .mobile-nav .mobile-buttons .fourth-link {
  background-image: url("/wp-content/themes/electrolytes/images/04_circle_image.jpg");
}

header .mobile-nav .mobile-buttons .fifth-link {
  background-image: url("/wp-content/themes/electrolytes/images/05_circle_image.jpg");
}

header .mobile-nav .mobile-buttons .sixth-link {
  background-image: url("/wp-content/themes/electrolytes/images/06_circle_image.jpeg");
}

@media screen and (max-width: 437px) {
  header .mobile-nav .mobile-buttons .number-nav {
    font-size: 25px;
  }
  header .mobile-nav .mobile-buttons .mobile-button {
    max-height: 150px;
  }
  header .mobile-nav .mobile-buttons .text-nav {
    margin-top: 10px;
    font-size: 16px;
  }
}

/*
 * SCSS footer - _footer.scss
 * syltes for the primary footer
 */
.footer {
  padding: 0 !important;
  font-size: 14px !important;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 24px 0 !important;
  }
}

.footer a {
  color: #3A343D;
}

.footer .muted {
  color: #999999;
  font-size: 14px !important;
}

.footer .columns {
  margin-bottom: 0 !important;
}

/*
 * SCSS navigation - _navigation.scss
 * styles for the primary navigation in a standard ul/li>ul/li structure
 */
nav.primary {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
}

nav.primary ul {
  margin-top: 34px;
}

nav.primary ul li {
  display: inline-block;
  position: relative;
  transition-duration: 0.5s;
  padding: 10px 18px;
}

nav.primary ul li:hover {
  cursor: pointer;
  background: #eee;
}

nav.primary ul li ul {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0.6em 0 0 0;
  left: 0;
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

nav.primary ul li ul li {
  display: block;
  width: 100%;
  text-align: left;
}

nav.primary ul li:hover > ul,
nav.primary ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

/*
 * SCSS form styles - base/_forms.scss
 */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.frm_fields_container {
  padding: 20px 0px;
  width: 100%;
  max-width: 336px;
}

.frm_fields_container .frm_form_field {
  padding-bottom: 11px;
}

.frm_fields_container .frm_form_field .frm_primary_label {
  display: none;
}

.frm_fields_container .frm_form_field span.frm_required {
  display: none;
}

.frm_fields_container .frm_form_field input[type="text"],
.frm_fields_container .frm_form_field input[type="email"],
.frm_fields_container .frm_form_field input[type="tel"],
.frm_fields_container .frm_form_field select,
.frm_fields_container .frm_form_field textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
}

.frm_fields_container .frm_form_field textarea {
  min-height: 195px;
}

.frm_fields_container .frm_form_field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: calc(100% + 28px);
  background-image: url(/wp-content/themes/electrolytes/images/select-triangle.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.frm_fields_container .frm_submit .frm_button_submit {
  display: inline-block;
  position: relative;
  margin: 10px 0px;
  background: none;
  border: none;
}

.frm_fields_container .frm_submit .frm_button_submit:hover {
  cursor: pointer;
}

.hero {
  background-color: white;
  background-size: cover;
  padding: 0;
}

.hero .hero-body {
  padding: 9rem 1.5rem;
}

@media screen and (max-width: 1023px) {
  .hero {
    z-index: 10;
    position: relative;
  }
}

.hero .hero-image-button {
  margin-top: 50px;
}

.hero .hero-image-button img {
  max-width: 400px;
}

.hero h1.title {
  color: white;
  font-weight: 700;
  font-size: 55px !important;
}

@media screen and (max-width: 1023px) {
  .hero h1.title {
    font-size: 45px !important;
  }
}

@media screen and (max-width: 1023px) {
  #firstWhatElec {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  #firstWhatElec h2 {
    max-width: 65%;
  }
}

@media screen and (min-width: 1024px) {
  #firstWhatElec h2 {
    max-width: inherit;
  }
}

#firstWhatElec h1,
#firstWhatElec h3,
#firstWhatElec h4,
#firstWhatElec .picture-labels {
  color: #50b848;
}

@media screen and (max-width: 1215px) {
  #firstWhatElec .elements-list {
    margin-top: 32px;
  }
  #firstWhatElec .elements-list img {
    width: 114px;
    margin-right: 9px;
  }
}

@media screen and (min-width: 1216px) {
  #firstWhatElec .elements-list {
    margin-top: 32px;
    transform: translateX(-30px);
  }
  #firstWhatElec .elements-list img {
    width: 134px;
    margin-right: 18px;
  }
}

#firstWhatElec .elements-list .columns {
  margin: 0 !important;
}

#firstWhatElec .elements-roles {
  margin: 32px 0 16px;
}

#firstWhatElec .elements-roles img {
  width: 65px;
  height: 65px;
  margin-bottom: 8px;
}

#firstWhatElec .circle-image {
  background-position: 25%;
}

#firstWhatElec:before {
  content: "";
  display: block;
  height: 200px;
  margin: -160px 0 0;
}

#secondElecHydra:before {
  content: "";
  display: block;
  height: 50px;
  margin: -50px 0 0;
}

@media screen and (max-width: 1023px) {
  #secondElecHydra {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  #secondElecHydra h1 {
    max-width: 45%;
  }
}

@media screen and (min-width: 769px) {
  #secondElecHydra h1,
  #secondElecHydra h2 {
    max-width: 65%;
  }
}

@media screen and (min-width: 1024px) {
  #secondElecHydra h1,
  #secondElecHydra h2 {
    max-width: inherit;
  }
}

#secondElecHydra h1 {
  color: #1ca6d8;
}

#secondElecHydra h3 {
  color: #1ca6d8;
}

#secondElecHydra h4 {
  color: #1ca6d8;
}

#secondElecHydra .water-organs {
  margin: 32px 0 16px;
}

#secondElecHydra .water-organs img {
  width: 125px;
}

#secondElecHydra ul li::before {
  color: #1ca6d8;
}

@media screen and (max-width: 1023px) {
  #thirdElecDef {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  #thirdElecDef h1 {
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  #thirdElecDef h2 {
    max-width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  #thirdElecDef h2 {
    max-width: inherit;
  }
}

#thirdElecDef h1 {
  color: #45c6bc;
}

#thirdElecDef h3 {
  color: #45c6bc;
}

#thirdElecDef h4 {
  color: #45c6bc;
}

#thirdElecDef .body-roles {
  max-width: 1200px;
  margin: 16px 0;
}

#thirdElecDef ul li::before {
  color: #45c6bc;
}

#thirdElecDef .imbalance-images img {
  max-height: 500px;
}

#thirdElecDef .imbalance-images p {
  margin-bottom: 32px !important;
}

#thirdElecDef .minerals-picture {
  margin: 32px 0 16px;
  color: #45c6bc;
}

#thirdElecDef .minerals-picture img {
  max-width: 80px;
}

#thirdElecDef .minerals-picture .numbers {
  font-size: 50px;
  font-weight: 200 !important;
  margin: 24px 0;
}

@media screen and (max-width: 1023px) {
  #thirdElecDef .minerals-picture .numbers {
    font-size: 40px;
  }
}

#thirdElecDef .minerals-picture .text {
  font-size: 26px;
  font-weight: 400;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  #thirdElecDef .minerals-picture .text {
    font-size: 26px;
  }
}

#thirdElecDef .minerals-picture .split-percentage {
  margin-bottom: 0 !important;
}

#thirdElecDef .minerals-picture .split-percentage .numbers {
  font-size: 45px;
  line-height: 40px;
  font-weight: 200 !important;
  margin: 16px 0 0 0;
}

@media screen and (max-width: 1023px) {
  #thirdElecDef .minerals-picture .split-percentage .numbers {
    font-size: 40px;
  }
}

#thirdElecDef .minerals-picture .split-percentage .subtext {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

#thirdElecDef .minerals-picture .split-percentage span {
  font-size: 30px;
  font-weight: 400;
}

#fourthElecSupp {
  background-color: white;
}

@media screen and (min-width: 769px) {
  #fourthElecSupp h2 {
    max-width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  #fourthElecSupp h2 {
    max-width: inherit;
  }
}

@media screen and (max-width: 1023px) {
  #fourthElecSupp {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  #fourthElecSupp .mobile-spacer {
    margin-bottom: 24px;
  }
}

#fourthElecSupp h1 {
  color: #7f4499;
}

#fourthElecSupp h3 {
  color: #7f4499;
}

#fourthElecSupp h4 {
  color: #7f4499;
}

#fourthElecSupp .body-roles {
  max-width: 1200px;
  margin: 16px 0;
}

#fourthElecSupp ul li::before {
  color: #7f4499;
}

#fourthElecSupp .flavor-list {
  display: flex;
  margin-top: 32px;
  flex-direction: row;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  #fourthElecSupp .flavor-list {
    flex-wrap: wrap;
  }
}

#fourthElecSupp .flavor-list p {
  margin: 0 !important;
}

#fourthElecSupp .flavor-list .flavor:nth-child(3) {
  margin-top: 6px;
}

@media screen and (max-width: 1023px) {
  #fourthElecSupp .flavor-list .flavor:nth-child(3) {
    margin-top: 15px;
    margin-left: 15px;
  }
}

#fourthElecSupp .flavor-list .flavor:not(:last-child) {
  margin-right: 50px;
}

#fourthElecSupp .flavor-list .flavor:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#fourthElecSupp .flavor-list .no-added-flavor {
  font-size: 14px;
}

#fourthElecSupp .flavor-list .flavor img {
  max-width: 50px;
  display: block;
  margin: 0 auto 8px;
}
#fourthElecSupp .flavor-list .flavor strong {
  display: block;
}

#fourthElecSupp button {
  margin-top: 16px;
  padding: 16px 32px !important;
  border: 2px solid #cccccc;
}

#fourthElecSupp .button:hover,
#fourthElecSupp .button.is-hovered {
  border-color: #7f4499;
  color: #363636;
}

#fourthElecSupp .button:active,
#fourthElecSupp .button.is-active {
  background-color: #E0E6E3;
}

@media screen and (max-width: 1023px) {
  #fourthElecSupp hr:first-of-type {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 1023px) {
  #fifthElecAth {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  #fifthElecAth h2 {
    max-width: 80%;
  }
}

@media screen and (min-width: 1024px) {
  #fifthElecAth h2 {
    max-width: inherit;
  }
}

#fifthElecAth h1 {
  color: #fd902f;
}

#fifthElecAth h3 {
  color: #fd902f;
}

#fifthElecAth h4 {
  color: #fd902f;
}

#fifthElecAth .body-roles {
  max-width: 1200px;
  margin: 16px 0;
}

#fifthElecAth ul li::before {
  color: #fd902f;
}

#fifthElecAth .recreation-picture img {
  max-width: 550px;
}

#fifthElecAth .recreation-picture .mineral-bars .columns {
  margin-bottom: 0 !important;
}

#fifthElecAth .recreation-picture .mineral-bars .orange-bar {
  background-color: #FFFFFF;
  background: linear-gradient(270deg, #FFFFFF 0%, #FD902F 100%);
  height: 10px;
  width: 10px;
  transform-origin: left;
  animation: scale-to-right 7s ease-in-out 4s infinite normal;
}

@keyframes scale-to-right {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(70);
  }
}

#fifthElecAth .blue-balls-container .desktop-balls {
  margin: 32px 0;
}

@media screen and (max-width: 1023px) {
  #fifthElecAth .blue-balls-container .desktop-balls {
    display: none !important;
  }
}

#fifthElecAth .blue-balls-container .desktop-balls .blue-ball {
  font-weight: 500;
  font-size: 18px;
  height: 225px;
  width: 225px;
  background-color: #005977;
  padding: 80px 0;
  box-sizing: border-box;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  cursor: pointer;
  transition: transform 1s;
  position: relative;
  z-index: 2;
}

#fifthElecAth .blue-balls-container .desktop-balls .blue-ball .orange-plus {
  font-weight: 300;
  color: #fd902f;
  line-height: 60px;
  font-size: 80px;
  letter-spacing: 0;
}

#fifthElecAth .blue-balls-container .desktop-balls .selected-ball {
  transform: scale(1.2);
}

#fifthElecAth .blue-balls-container .svg-circle, #fifthElecAth .blue-balls-container .svg-circle-before, #fifthElecAth .blue-balls-container .svg-circle-during, #fifthElecAth .blue-balls-container .svg-circle-after {
  position: absolute;
  visibility: hidden;
  width: 94px;
  height: 94px;
  z-index: 1;
  background-image: url("/wp-content/themes/electrolytes/images/Promo_Circle2.svg");
}

#fifthElecAth .blue-balls-container .svg-circle.fade-in, #fifthElecAth .blue-balls-container .fade-in.svg-circle-before, #fifthElecAth .blue-balls-container .fade-in.svg-circle-during, #fifthElecAth .blue-balls-container .fade-in.svg-circle-after {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

#fifthElecAth .blue-balls-container .svg-circle-before {
  transform: translate(-10px, 168px);
}

#fifthElecAth .blue-balls-container .svg-circle-during {
  transform: translate(-10px, 168px);
}

#fifthElecAth .blue-balls-container .svg-circle-after {
  transform: translate(-10px, 168px);
}

@media screen and (min-width: 1024px) {
  #fifthElecAth .blue-balls-container .mobile-balls {
    display: none;
  }
}

#fifthElecAth .replace-switcher {
  visibility: hidden;
  height: 200px;
}

#fifthElecAth .replace-switcher h4 {
  font-size: 24px !important;
}

#fifthElecAth .replace-switcher.fade-in {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@media screen and (max-width: 1023px) {
  #sixthElecPreg {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  #sixthElecPreg h2 {
    max-width: 80%;
  }
}

@media screen and (min-width: 1024px) {
  #sixthElecPreg h2 {
    max-width: inherit;
  }
}

#sixthElecPreg h1 {
  color: #b9488c;
}

#sixthElecPreg h3 {
  color: #b9488c;
}

#sixthElecPreg h4 {
  color: #b9488c;
}

#sixthElecPreg ul li::before {
  color: #b9488c;
}

.cookbook-promo {
  background-color: #005977;
  padding: 32px 16px !important;
}

@media screen and (min-width: 1024px) {
  .cookbook-promo {
    margin-top: 180px;
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 1023px) {
  .cookbook-promo {
    z-index: 10;
    position: relative;
  }
}

.cookbook-promo .promo-subtitle {
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  color: white !important;
}

.cookbook-promo .promo-title {
  font-size: 36px;
  margin: 16px 0;
  font-weight: 600;
  color: white !important;
  line-height: normal;
}

.cookbook-promo .promo-subtitle-second {
  color: white !important;
}

@media screen and (max-width: 1023px) {
  .cookbook-promo .promo-subtitle-second {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .cookbook-promo .promo-subtitle-second {
    font-size: 22px;
  }
}

.cookbook-promo .promo-image-block {
  height: 185px;
  width: auto;
}

.cookbook-promo .promo-image-block .promo-image {
  display: flex;
  justify-content: center;
  transform: translate(5%, 20%);
}

.cookbook-promo .promo-image-block .promo-image .promo-svg-1 {
  position: relative;
  width: 44px;
  height: 44px;
  background-image: url("/wp-content/themes/electrolytes/images/Promo_Circle1.svg");
  transform: translateX(70px) translateY(-225px);
}

.cookbook-promo .promo-image-block .promo-image .promo-svg-1.move {
  animation: diag 2s;
}

@keyframes diag {
  0% {
    transform: translateX(65px) translateY(-230px);
  }
  100% {
    transform: translateX(70px) translateY(-225px);
  }
}

.cookbook-promo .promo-image-block .promo-image .promo-svg-2 {
  position: relative;
  width: 94px;
  height: 94px;
  z-index: 15;
  background-image: url("/wp-content/themes/electrolytes/images/Promo_Circle2.svg");
  transform: translate(-128px, -38px);
}

.cookbook-promo .promo-image-block .promo-image .promo-svg-2.move {
  animation: right-to-left2 2s;
}

@keyframes right-to-left2 {
  0% {
    transform: translateX(-123px) translateY(-38px);
  }
  100% {
    transform: translateX(-128px) translateY(-38px);
  }
}

.cookbook-promo .promo-image-block .promo-image .promo-svg-3 {
  position: relative;
  width: 31px;
  height: 31px;
  background-image: url("/wp-content/themes/electrolytes/images/Promo_Circle3.svg");
  transform: translate(-130px, 43px);
}

.cookbook-promo .promo-image-block .promo-image .promo-svg-3.move {
  animation: diag2 2s;
}

@keyframes diag2 {
  0% {
    transform: translateX(-125px) translateY(48px);
  }
  100% {
    transform: translateX(-130px) translateY(43px);
  }
}

.cookbook-promo .promo-image-block .promo-image .promo-image-1 {
  position: relative;
  width: 208px;
  height: 208px;
  z-index: 1;
  background-size: contain;
  transform: translate(42px, -180px);
}

.cookbook-promo .promo-image-block .promo-image .promo-image-1.move {
  animation: left-to-right 2s;
}

@keyframes left-to-right {
  0% {
    transform: translateX(37px) translateY(-180px);
  }
  100% {
    transform: translateX(42px) translateY(-180px);
  }
}

.cookbook-promo .promo-image-block .promo-image .promo-image-2 {
  position: relative;
  width: 205px;
  height: 205px;
  z-index: 10;
  transform: translate(0px, -124px);
  background-size: contain;
}

.cookbook-promo .promo-image-block .promo-image .promo-image-3 {
  position: relative;
  width: 270px;
  height: 270px;
  transform: translate(-48px, -207px);
  background-size: contain;
}

.cookbook-promo .promo-image-block .promo-image .promo-image-3.move {
  animation: right-to-left1 2s;
}

@keyframes right-to-left1 {
  0% {
    transform: translateX(-43px) translateY(-207px);
  }
  100% {
    transform: translateX(-48px) translateY(-207px);
  }
}

.cookbook-promo button {
  font-size: 1.1rem;
  margin: 32px 0 40px;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .cookbook-promo button {
    padding: 1.8rem 3rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .cookbook-promo button {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}

.cookbook-promo sup {
  color: white;
}

#thirdPromo {
  margin-top: 100px !important;
}

#fourthPromo {
  margin-bottom: 0px !important;
}

@media screen and (min-width: 1024px) {
  .modal .modal-content {
    width: 800px;
  }
}

.modal .modal-content .modal-inner-content {
  background-color: #005977;
  padding-top: 70px;
  background-image: url("/wp-content/themes/electrolytes/images/modal_background_bubbles.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 110px 20px 20px 20px;
}

.modal .modal-content ul {
  list-style: none;
}

.modal .modal-content .ql-snow a,
.modal .modal-content a {
  color: #fff!important;
}

.modal .modal-content input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-top: 6px;
}

.modal .modal-content .klaviyo-form button {
	padding: 16px!important;
}

.modal .modal-content .klaviyo-form input[type=checkbox] + label {
}

.modal .modal-content .hs-form {
  display: flex;
  flex-wrap: wrap;
}

.modal .modal-content .hs_firstname, .modal .modal-content .hs_email {
  width: 50%;
}

.modal .modal-content input[type=text], .modal .modal-content input[type=email] {
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  color: white;
}

.modal .modal-content .hs-error-msg {
  color: #f2545b !important;
}

.modal .modal-content .hs_submit {
  margin: 0 auto;
}

.modal .modal-content .hs-button {
  font-size: 17px !important;
  font-weight: 600;
  padding: 1rem !important;
  background-color: #50b848;
  border-color: transparent;
  color: #fff;
  border-radius: 290486px;
  margin-top: 8px;
  cursor: pointer;
}

.modal .modal-content .input {
  background: transparent;
  box-shadow: none;
  border: none;
  padding-left: 0;
}

.modal .modal-content .input::placeholder {
  color: white !important;
  font-style: italic;
}

.modal .modal-content label {
  color: white;
}

.modal .modal-content p {
  color: white !important;
  font-size: 13px !important;
}

.modal .modal-content .help {
  color: white;
}

.modal .modal-content a {
  color: white;
  text-decoration: underline;
}

.modal .modal-content .copyright {
  font-size: 11px !important;
}

.modal .modal-content .button {
  font-size: 17px !important;
  font-weight: 600;
  padding: 1.8rem 3rem !important;
}

.modal .modal-title {
  font-size: 38px;
  color: white;
  font-weight: 600;
  line-height: normal;
}

.modal .modal-note {
  font-size: 16px;
  color: #48c774;
  margin: 12px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.modal .modal-subtitle {
  font-size: 22px;
  text-align: center;
  color: white;
}

.modal .modal-close {
  position: absolute;
  transform: translate(208px, -58px);
  height: 50px;
  width: 50px;
  padding: 0 !important;
}

@media screen and (max-width: 1023px) {
  .modal .modal-close {
    transform: none;
  }
}

.modal .promo-image-block {
  position: absolute;
  transform: translate(30px, -275px);
  z-index: 25;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .modal .promo-image-block {
    display: none !important;
  }
}

.modal .promo-image-block .promo-svg-1 {
  position: relative;
  width: 20px;
  height: 20px;
  transform: translate(44px, -120px);
}

.modal .promo-image-block .promo-svg-2 {
  position: relative;
  width: 41px;
  height: 41px;
  z-index: 2;
  transform: translate(-71px, -34px);
}

.modal .promo-image-block .promo-svg-3 {
  position: relative;
  width: 17px;
  height: 17px;
  transform: translate(-81px, -17px);
}

.modal .promo-image-block .promo-image-1 {
  position: relative;
  width: 86px;
  height: 86px;
  z-index: 1;
  transform: translate(26px, -38px);
}

.modal .promo-image-block .promo-image-2 {
  position: relative;
  width: 83px;
  height: 83px;
  transform: translate(0, -14px);
  z-index: 2;
}

.modal .promo-image-block .promo-image-3 {
  position: relative;
  width: 109px;
  height: 109px;
  z-index: 1;
  transform: translate(-31px, -25px);
}

.modal.hidden {
  display: none;
}

.modal-transition.hidden {
  display: block;
  opacity: 0;
}

.modal-transition {
  transition: opacity 1s ease;
}


.footer strong {
	display: block;
	max-width: 60%;
	margin: 0 auto;
	line-height: 16px;
	padding: 5px 0 8px 0;
	border-radius: 6px;
	background-color: #1ca6d8;
	color: white;
}
@media screen and (max-width: 768px) {
	.footer strong {
		max-width: 100%;
	}
}