@charset "UTF-8";
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  #desktop {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  #mobile {
    display: none;
  }
}

.advertorial {
  max-width: 83.3rem;
  margin: 0 auto;
  padding: 0 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  color: black;
  text-align: center;
  margin: 1rem auto;
  font-weight: 400;
}

.nsadv {
  max-width: 83.3rem;
  margin: 0 auto;
  padding: 0 2rem;
  font-family: "Open Sans", sans-serif;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.176);
  border-radius: 0.6rem;
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
  margin-bottom: 4rem;
}
.nsadv .header-title h1 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  margin: 0 0 2rem;
}
.nsadv .header-subtitle {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 2.2rem;
}
.nsadv .header-subtitle p {
  margin: 0 0 1.6rem;
}
.nsadv .main-content-image {
  margin-bottom: 1.6rem;
}
.nsadv .main-content-image img {
  max-width: 100%;
}
.nsadv .main-content-video {
  margin-bottom: 1.6rem;
}
.nsadv .main-content-video iframe {
  width: 100%;
}
.nsadv .main-content-article {
  margin: 0 0 2rem;
  font-size: 2.2rem;
}
.nsadv .main-content-article p {
  margin: 0 0 1.6rem;
}
.nsadv .main-content-final-image {
  margin-bottom: 1.6rem;
}
.nsadv .main-content-final-image img {
  max-width: 100%;
}
.nsadv .main-content-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nsadv .main-content-button a {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  border: none;
  color: #ffffff;
  background-image: linear-gradient(180deg, #a4dd95 0%, #21650f 100%);
  padding: 10px 40px;
  border-radius: 5px;
  margin-bottom: 40px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.nsadv .main-content-button a:visited {
  text-decoration: none;
  color: #ffffff;
}
.nsadv .item {
  text-align: center;
}
.nsadv .accordion {
  text-align: center;
}
.nsadv .dropdown_content {
  display: none;
}
.nsadv .dropdown_title {
  margin-top: 0.625rem;
  font-size: 1.6rem;
}
.nsadv .dropdown_title:after {
  content: "❯";
  display: inline-block;
  transform: rotate(90deg);
}
.nsadv input:checked ~ .dropdown_content {
  display: block;
  font-size: 1.4rem;
  list-style-type: disc;
  padding-left: 1rem;
}
.nsadv input:checked ~ .dropdown_content ul {
  display: flex;
  flex-direction: column;
  padding-right: 32px;
  justify-content: center;
  margin: 0 4rem;
  align-items: center;
}
.nsadv input:checked ~ .dropdown_content ul li {
  text-align: left;
  margin: 0 1rem;
}
.nsadv input[type=checkbox]:not(:checked) ~ .dropdown_content {
  display: none;
}
.nsadv input {
  display: none;
}
.nsadv .columns-element h2 {
  text-align: center;
  font-size: 22px;
  padding-top: 40px;
  margin-top: 32px;
  border-top: 2px dashed #777;
  margin-bottom: 40px;
}
.nsadv .columns-element .columns {
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  .nsadv .columns-element .columns {
    flex-direction: column;
  }
}
.nsadv .columns-element .columns .column-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 33%;
}
.nsadv .columns-element .columns .column-1 p {
  margin-top: 10px;
  text-align: center;
}
.nsadv .columns-element .columns .column-1 img {
  max-width: 250px;
}
@media screen and (max-width: 800px) {
  .nsadv .columns-element .columns .column-1 img {
    max-width: 200px;
  }
}
.nsadv .columns-element .columns .column-1 .highlighted {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #0479c3;
  margin-bottom: 1rem;
}
.nsadv .columns-element .columns .column-1 .highlighted a:visited {
  color: #0479c3;
}
.nsadv .columns-element .columns .column-1 .button {
  width: 100%;
  text-align: center;
}
.nsadv .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;
}
.nsadv .columns-element .columns .column-1 .button button p {
  margin: 0px !important;
}
.nsadv .columns-element .columns .column-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 33%;
}
.nsadv .columns-element .columns .column-2 p {
  margin-top: 10px;
  text-align: center;
}
.nsadv .columns-element .columns .column-2 img {
  max-width: 250px;
}
@media screen and (max-width: 800px) {
  .nsadv .columns-element .columns .column-2 img {
    max-width: 200px;
  }
}
.nsadv .columns-element .columns .column-2 .highlighted {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #0479c3;
  margin-bottom: 1rem;
}
.nsadv .columns-element .columns .column-2 .highlighted a:visited {
  color: #0479c3;
}
.nsadv .columns-element .columns .column-2 .button {
  width: 100%;
  text-align: center;
}
.nsadv .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;
}
.nsadv .columns-element .columns .column-2 .button button p {
  margin: 0px !important;
}
.nsadv .columns-element .columns .column-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 33%;
}
.nsadv .columns-element .columns .column-3 p {
  margin-top: 10px;
  text-align: center;
}
.nsadv .columns-element .columns .column-3 img {
  max-width: 250px;
}
@media screen and (max-width: 800px) {
  .nsadv .columns-element .columns .column-3 img {
    max-width: 200px;
  }
}
.nsadv .columns-element .columns .column-3 .highlighted {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #0479c3;
  margin-bottom: 1rem;
}
.nsadv .columns-element .columns .column-3 .highlighted a:visited {
  color: #0479c3;
}
.nsadv .columns-element .columns .column-3 .button {
  width: 100%;
  text-align: center;
}
.nsadv .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;
}
.nsadv .columns-element .columns .column-3 .button button p {
  margin: 0px !important;
}/*# sourceMappingURL=child-nutra-short-advertorial.css.map */