/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
.row {
  display: flex;
  margin: -0.5rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0.5rem;
  box-sizing: border-box;
}

.col-1 {
  flex-basis: 8.3333333333%;
}

.col-2 {
  flex-basis: 16.6666666667%;
}

.col-3 {
  flex-basis: 25%;
}

.col-4 {
  flex-basis: 33.3333333333%;
}

.col-5 {
  flex-basis: 41.6666666667%;
}

.col-6 {
  flex-basis: 50%;
}

.col-7 {
  flex-basis: 58.3333333333%;
}

.col-8 {
  flex-basis: 66.6666666667%;
}

.col-9 {
  flex-basis: 75%;
}

.col-10 {
  flex-basis: 83.3333333333%;
}

.col-11 {
  flex-basis: 91.6666666667%;
}

.col-12 {
  flex-basis: 100%;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-family: "Poppins";
  line-height: 1.5;
  color: #12161a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  color: #3e4c57;
  line-height: 1.2;
}

img {
  max-width: 100%;
}

.container {
  max-width: 90vw;
  margin: 0 auto;
  width: 76em;
}

.logo {
  width: 8em;
  max-width: 50vw;
  margin: 0 auto;
}

.hero {
  background: #eee;
  padding: 2em 0 4em;
  position: relative;
  min-height: 120vw;
  background: #fff url(/img/mom-holding-baby.jpg) top center no-repeat;
  background-size: cover;
  background-position: 55% 0;
  z-index: 2;
  max-width: 76em;
  margin: 0 auto;
}
.hero .content {
  max-width: 54vw;
}
.hero h2 {
  font-size: 6.5vw;
  line-height: 1.2;
}
.hero .product-image {
  max-width: 35vw;
  position: absolute;
  bottom: -1.5em;
  left: 2em;
}
@media screen and (min-width: 30em) {
  .hero {
    min-height: 35em;
    background-position: 0% 50%;
    background-size: 110%;
  }
  .hero h2 {
    font-size: 3em;
    position: absolute;
    left: 25%;
    top: 4em;
    max-width: 10em;
  }
  .hero .product-image {
    max-width: 16em;
  }
}

.video-section .container {
  max-width: 100vw;
}
.video-section .media {
  display: block;
  width: 100%;
}
.video-section .content {
  max-width: 90vw;
  margin: 2em auto;
  width: 76em;
}
@media screen and (min-width: 40em) {
  .video-section .container {
    display: flex;
    align-items: center;
  }
  .video-section .media {
    flex: 0 0 50%;
    margin-right: 1em;
  }
}
@media screen and (min-width: 60em) {
  .video-section .media {
    flex: 0 0 40%;
    margin-right: 4em;
  }
  .video-section .content {
    font-size: 1.2em;
  }
}

.video-container {
  width: 100%;
  position: relative;
}
.video-container video {
  width: 100%;
}

.video-container.square-video {
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
.video-container.square-video video {
  height: 100%;
  position: absolute;
  top: 0;
}

.big {
  font-size: 1.1em;
  font-weight: 600;
}

.product-callouts {
  margin-top: 3em;
}
.product-callouts .callout {
  margin: 2em 0;
}
@media screen and (min-width: 40em) {
  .product-callouts {
    display: flex;
  }
  .product-callouts .callout {
    margin: 2em 0;
    margin-right: 2.33%;
    flex: 0 0 31%;
    box-sizing: border-box;
  }
}

.callout {
  display: flex;
  align-items: flex-start;
}
.callout .icon {
  width: 5rem;
  height: 5rem;
  background: #6FC6B5;
  flex: 0 0 5em;
  margin-right: 1em;
  border-radius: 50%;
  position: relative;
}
.callout .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.callout h3 {
  font-size: 1.25em;
  margin: 0 0 0.25em;
}
.callout p {
  margin: 0;
}

.section-awards {
  margin-top: 3em;
  background: #eef1f3;
  padding: 2em 0;
}
@media screen and (min-width: 40em) {
  .section-awards .container {
    display: flex;
    align-items: center;
  }
  .section-awards .awards {
    flex: 0 0 50%;
    margin-left: 4em;
  }
}

.awards {
  display: flex;
  margin-top: 2em;
}
.customer-reviews {
  padding: 2em 0;
}

.faq-section {
  padding: 2em 0;
  margin: 0;
  background: #f4f6f7;
}
.faq-section .container {
  width: 45em;
}

@media screen and (min-width: 40em) {
  .reviews {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .reviews .review {
    flex: 0 0 30%;
    margin: 0 0 2em;
  }
}
.review {
  margin: 2em 0;
}
.review .title {
  font-weight: 600;
  margin-bottom: -0.5em;
}
.review .review-author {
  display: flex;
  align-items: center;
}
.review .review-author .icon {
  width: 3rem;
  height: 3rem;
  background: #a9b7b8;
  flex: 0 0 3em;
  margin-right: 1em;
  border-radius: 50%;
  position: relative;
}
.review .review-author .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review .review-author h4 {
  font-size: 1em;
  margin: 0 0 0.25em;
}
.review .review-author p {
  margin: 0;
}

.faq {
  margin: 1em 0;
}
.faq .question {
  padding: 0 3em 0 0;
  font-weight: 700;
  color: #3e4c57;
  position: relative;
  cursor: pointer;
  transition: background 250ms;
  border-radius: 5rem;
}
.faq .question:after {
  transform-origin: 75% 75%;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  border-right: 2px solid #3e4c57;
  border-bottom: 2px solid #3e4c57;
  right: 0.5em;
  top: 50%;
  transition: transform 300ms;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.25em;
}
.faq .answer {
  display: none;
}
.faq.open .question {
  color: #5057A5;
}
.faq.open .question:after {
  transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #5057A5;
  border-bottom: 2px solid #5057A5;
}

.pricebox {
  line-height: 1.2;
}
.pricebox .discount {
  color: #900;
  font-weight: 600;
  font-size: 1.5em;
}

#floating-nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: -0.5em 0 1em rgba(0, 0, 0, 0.35), -0.5em 0 2.5em rgba(0, 0, 0, 0.3);
  max-width: 40em;
  margin: 0 auto;
  border-radius: 0.5em 0.5em 0 0;
}
#floating-nav .container {
  padding: 0.75em;
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#floating-nav .pricebox {
  flex: 0;
  margin-right: 1em;
}
#floating-nav .button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  flex: 1;
}

.button {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 1em;
  background: #FFBD00;
  border: 0;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button svg {
  margin-right: 0.5em;
  line-height: 0;
  max-height: 1.75em;
}

.button-row {
  margin: -0.25em;
}
.button-row .button {
  vertical-align: top;
  display: inline-flex;
  height: 1em;
  margin: 0.25em;
}

.button-walmart {
  background: #0077FF;
  color: #fff;
  white-space: nowrap;
}
.button-walmart svg {
  width: 1.5em;
}

.section-cta {
  padding: 6em 0;
}

.section-cta h2 {
  margin-top: 0;
  color: #5057A5;
  font-size: 1.2em;
}

.cta {
  display: flex;
  align-items: center;
  max-width: 40em;
  margin: 0 auto;
}
.cta .image {
  flex: 0 0 10em;
  margin: -3em 0;
}
@media screen and (min-width: 40em) {
  .cta h2 {
    font-size: 2em;
  }
}

footer {
  padding-bottom: 6em;
  background: #357d70;
  color: #99ccc2;
  color: #4ab8a2;
  background: #e0f3ef;
  border-top: 1px solid #d5eeea;
  text-align: center;
}
footer a {
  color: inherit;
}
footer ul {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}
footer .baby-leaf {
  width: 100%;
  margin: -4em auto 0;
  max-width: 25em;
}

.alt {
  background: #eef1f3;
  background: #e0f3ef;
}

.big-center {
  text-align: center;
  padding: 2em 0;
}
.big-center h2 {
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.5em;
}
@media screen and (min-width: 40em) {
  .big-center h2 {
    font-size: 2em;
  }
}

/*# sourceMappingURL=main.css.map */
