@charset "UTF-8";
body {
  margin: 0px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 22px !important;
}
@media (max-width: 540px) {
  body {
    font-size: 19px !important;
  }
}
.main-content-card {
  max-width: 875px;
  padding: 20px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #e0e0e0;
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
  margin: 0px 0px 0px 0px;
}
.top-text-row {
  text-align: center;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0.4px;
  margin: 10px 0px;
}
@media (max-width: 540px) {
  .top-text-row {
    margin: 10px 0px;
  }
}
.align-content-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.title-card-ns {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0px 20px;
}
@media (max-width: 540px) {
  .title-card-ns {
    font-size: 30px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .title-card-ns {
    font-size: 36px;
  }
}

.subtitle-card-ns {
  font-size: 22px;
  text-align: center;
  margin: 0px 0px 20px;
}
@media (max-width: 540px) {
  .subtitle-card-ns {
    font-size: 19px;
  }
}
.main-content-container {
  margin: 0px 0px 20px;
}

.image-bottom-margin {
  margin-top: 20px;
}

.custom-button-ns {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  border: none;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #a4dd95 0%, #21650f 100%);
  padding: 10px 40px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.custom-button-ns p {
  margin: 0px !important;
}
@media (max-width: 540px) {
  .custom-button-ns {
    font-size: 22px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .custom-button-ns {
    font-size: 36px;
  }
}

.footer-boxed-area-ns {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.footer-content-style-ns {
  font-size: 14px;
  line-height: 29px !important;
  padding: 20px;
  align-items: center;
  text-align: center;
  max-width: 1200px !important;
  color: #777;
}

.constrain-logo-cont-ns {
  display: flex;
  justify-content: center;
}

.logo-bar-container-ns {
  width: 1140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo-image-container-ns {
  max-height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.logo-placeholder-ns {
  max-height: 100px;
  min-width: max-content;
}

.item {
  text-align: center;
}

.accordion {
  text-align: center;
}

.dropdown_content {
  display: none;
}

.dropdown_title {
  margin-top: 0.625rem;
  font-size: 1rem;
}

.dropdown_title:after {
  content: "❯";
  display: inline-block;
  transform: rotate(90deg);
}

input:checked ~ .dropdown_content {
  display: block;
  font-size: 14px;
  list-style-type: disc;
  padding-left: 1rem;
}
input:checked ~ .dropdown_content ul {
  display: flex;
  flex-direction: column;
  padding-right: 32px;
  justify-content: center;
  margin: 0 4rem;
  align-items: center;
}
input:checked ~ .dropdown_content ul li {
  text-align: left;
  margin: 0 1rem;
}

input[type=checkbox]:not(:checked) ~ .dropdown_content {
  display: none;
}

.columns-element h2 {
  text-align: center;
  font-size: 22px;
  padding-top: 40px;
  margin-top: 32px;
  border-top: 2px dashed #777;
  margin-bottom: 40px;
}
.columns-element .columns {
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  .columns-element .columns {
    flex-direction: column;
  }
}
.columns-element .columns .column-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 33%;
}
.columns-element .columns .column-1 p {
  margin-top: 10px;
  text-align: center;
}
.columns-element .columns .column-1 img {
  max-width: 250px;
}
@media screen and (max-width: 800px) {
  .columns-element .columns .column-1 img {
    max-width: 200px;
  }
}
.columns-element .columns .column-1 .highlighted {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #0479c3;
  margin-bottom: 1rem;
}
.columns-element .columns .column-1 .button {
  width: 100%;
  text-align: center;
}
.columns-element .columns .column-1 .button button {
  font-weight: 700;
  border: none;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #a4dd95 0%, #21650f 100%);
  padding: 10px 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
.columns-element .columns .column-1 .button button p {
  margin: 0px !important;
}
.columns-element .columns .column-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 33%;
}
.columns-element .columns .column-2 p {
  margin-top: 10px;
  text-align: center;
}
.columns-element .columns .column-2 img {
  max-width: 250px;
}
@media screen and (max-width: 800px) {
  .columns-element .columns .column-2 img {
    max-width: 200px;
  }
}
.columns-element .columns .column-2 .highlighted {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #0479c3;
  margin-bottom: 1rem;
}
.columns-element .columns .column-2 .button {
  width: 100%;
  text-align: center;
}
.columns-element .columns .column-2 .button button {
  font-weight: 700;
  border: none;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #a4dd95 0%, #21650f 100%);
  padding: 10px 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
.columns-element .columns .column-2 .button button p {
  margin: 0px !important;
}
.columns-element .columns .column-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 33%;
}
.columns-element .columns .column-3 p {
  margin-top: 10px;
  text-align: center;
}
.columns-element .columns .column-3 img {
  max-width: 250px;
}
@media screen and (max-width: 800px) {
  .columns-element .columns .column-3 img {
    max-width: 200px;
  }
}
.columns-element .columns .column-3 .highlighted {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #0479c3;
  margin-bottom: 1rem;
}
.columns-element .columns .column-3 .button {
  width: 100%;
  text-align: center;
}
.columns-element .columns .column-3 .button button {
  font-weight: 700;
  border: none;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #a4dd95 0%, #21650f 100%);
  padding: 10px 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
.columns-element .columns .column-3 .button button p {
  margin: 0px !important;
}/*# sourceMappingURL=nutra-style.css.map */