html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Setimo', sans-serif;
    /*scroll-snap-type: y mandatory;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
strong,
em {
    font-family: 'Setimo', sans-serif;
}

.text-center {
    text-align: center;
}

.margin-top {
    margin-top: 2rem !important;
}

.margin-bottom {
    margin-bottom: 2rem !important;
}

.padding-top {
    padding-top: 2rem !important;
}

.padding-bottom {
    padding-bottom: 2rem !important;
}

.margin-top-2x {
    margin-top: 4rem !important;
}

.margin-bottom-2x {
    margin-bottom: 4rem !important;
}

.padding-top-2x {
    padding-top: 4rem !important;
}

.padding-bottom-2x {
    padding-bottom: 4rem !important;
}


#you-made-it-container {
    overflow: hidden;
    height: 200vh;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    z-index: 1;
}

#you-made-it-container .frame {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('./images/you-made-it-container-bg-2x.jpg');
    background-size: contain;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#you-made-it-container .frame.fixed {
    position: fixed;
    top: 0px;
}

#you-made-it-container .image-container {
    background-image: url('./images/you-made-it-container.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% auto;
    background-repeat: no-repeat;
    position: relative;
}

#you-made-it-container .text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 50%;
    left: 50%;
    height: 100vh;
}

#you-made-it-container .text-container .image-container-mobile {
    display: none;
}

#you-made-it-container .text-container-inner {
    width: 80%;
}

#you-made-it-container .text-container .heading {
    font-size: 6.5rem;
    line-height: 8rem;
    color: #002957;
    margin: 0px;
    font-weight: lighter;
    padding-bottom: 1rem;
}

#you-made-it-container .text-container .heading strong {
    font-weight: bold;
}

#you-made-it-container .text-container .subheading {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #002957;
    margin: 0px;
    padding: 0rem 0;
    font-weight: lighter;
}

#you-made-it-container .text-container .subheading strong {
    font-weight: bold;
}

#you-made-it-container .text-container .text-01 {
    position: relative;
}

#you-made-it-container .text-container .text-01 > .subheading {
    position: relative;
    left: 100%;
}

#you-made-it-container .text-container .text-01 > .subheading + .subheading {
    position: relative;
    left: 0%;
    transform: scale(0);
}

#you-made-it-container .text-container .text-02 {
    position: relative;
}

#you-made-it-container .text-container .text-02 > .heading + .heading {
    position: relative;
    left: 100%;
}

#content-container {

}

#intro-container {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 200vh;
}

#intro-animation-01-container {
    overflow: hidden;
    background-color: #D7C6E6;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

#intro-animation-01-container .heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro-animation-01-container .heading p {
    font-size: 6.5rem;
    line-height: 8rem;
    color: #002957;
    margin: 0px;
    font-weight: lighter;
    width: 80%;
}

#intro-animation-01-container .heading p strong {
    font-weight: bold;
}

#intro-animation-01-container .overlay {
    background-image: url('./images/intro-container-01.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% auto;
    background-repeat: no-repeat;
    position: relative;
}

#intro-animation-01-container .overlay-inner {
    background-color: #ffffff;
    position: absolute;
    top: 25%;
    left: 100%;
    width: 90%;
    height: 50%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro-animation-01-container .overlay-inner .text-container {
    padding: 2rem;
}

#intro-animation-01-container .overlay p {
    color: #002957;
    font-size: 2.3rem;
    font-weight: lighter;
}

#intro-animation-01-container .overlay p strong {
    font-weight: bold;
}

#intro-animation-02-container {
    overflow: hidden;
    background-color: #FCA9E6;
    height: 100vh;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#intro-animation-02-container .heading {
    padding: 5rem;
}

#intro-animation-02-container .heading p {
    font-size: 7.5rem;
    line-height: 9rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#intro-animation-02-container .heading p strong {
    font-weight: bold;
}

#intro-animation-02-container .image-overlay img {
    height: 70vh;
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#intro-animation-02-container .overlay-inner {
    background-color: #ffffff;
    position: absolute;
    top: 40%;
    left: 8rem;
    width: 40%;
    height: 40%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro-animation-02-container .overlay p {
    width: 90%;
    color: #002957;
    font-size: 2.3rem;
    font-weight: lighter;
}

#intro-animation-02-container .overlay p strong {
    font-weight: bold;
}

#ask-vicki-container {
    background-image: url('./images/green-hearts-bg.jpg');
    background-size: 15%;
    background-repeat: repeat;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#ask-vicki-container .overlay-container {
    height: 100%;
    background: linear-gradient(to bottom, rgba(157, 231, 215, 0), rgba(157, 231, 215, 1));
}

#ask-vicki-container .overlay-inner {
    width: 80%;
    margin: 0px auto;
}


#ask-vicki-container .heading {
    font-size: 6.5rem;
    line-height: 8rem;
    color: #002957;
    margin: 0px;
    font-weight: lighter;
    text-align: center;
}

#ask-vicki-container .heading strong {
    font-weight: bold;
}

#ask-vicki-container .subheading {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: center;
}

#ask-vicki-container .subheading strong {
    font-weight: bold;
}

#ask-vicki-container .subheading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: center;
}

#ask-vicki-container .subheading-2 strong {
    font-weight: bold;
}

#ask-vicki-container .tab-headers {
    display: flex;
    margin-top: 0.5rem;
    margin: 0px auto;
}

#ask-vicki-container .tab-headers p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002957;
    padding: 1rem 0px;
    border-bottom: 4px solid transparent;
    text-align: center;
    margin: 0px 1rem;
}

#ask-vicki-container .tab-headers p.active {
    border-bottom: 4px solid #002957;
    font-weight: bold;
}

#ask-vicki-container .tab-headers p a {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    text-decoration: none;
}

#ask-vicki-container .tab-headers .arrow-down,
#ask-vicki-container .tab-headers .arrow-up {
    display: none;
    top: 40%;
    right: 3%;
    position: absolute;
}

#ask-vicki-container .tabs {
    position: relative;
}

#ask-vicki-container .tabs .tab {
    display: none;
    margin: 0px auto;
}

#ask-vicki-container .tabs .tab.active {
    display: block;
}

#ask-vicki-container .tabs .tab .slide {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 1rem;
}

#ask-vicki-container .tabs .carousel-arrow.left {
    left: -5%;
}

#ask-vicki-container .tabs .carousel-arrow.right {
    right: -5%;
}

#ask-vicki-container .question-container {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 1rem;
    margin: 0px 0px 1rem 0px;
    box-shadow: 0px 2px 14px -7px #000000;
    display: grid;
    grid-template-columns: 5% 95%;
    column-gap: 1rem;
}

#ask-vicki-container .question-container > .content {
    padding: 0px 1rem;
}

#ask-vicki-container .toggle-answer {
    font-weight: bold;
    color: #002957;
    text-decoration: none;
}

#ask-vicki-container .toggle-answer img {
    height: 0.5rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}


#ask-vicki-container .tab-headers p + .tab.mobile {
    display: none;
}

#ask-vicki-container .bio-container {
    margin: 0px auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 1rem;
}

#ask-vicki-container .bio-container .image {
    margin: 0px auto;
}

.bio-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
}

#ask-vicki-container .bio-container .subheading-2 {
    text-align: left;
}

#ask-vicki-container .button {
    border: none;
    padding: 0.5rem 3rem;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #FC76D9;
    text-decoration: none;
    display: inline-block;
    width: 300px;
    font-weight: bold;
    cursor: pointer; 
}

#ask-vicki-container .button.pink {
    color: #ffffff;
    background-color: #FC76D9;
}

#ask-vicki-container .button.white {
    background-color: #ffffff;
    color: #FC76D9;
}

#video-container {
    background-color: #ffffff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-bottom: 4rem;
}

#video-container .inner {
    width: 80%;
    margin: 0px auto;
}

#video-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    text-align: center;
    padding: 0px;
}

#video-container .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#video-container .subheading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: center;
}

#video-container .subheading-2 strong {
    font-weight: bold;
}

#video-container .heading strong {
    font-weight: bold;
}

#video-container .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#video-container .video-wrapper > img {
    width: 100%;
}

#video-container .video-wrapper button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#how-to-break-container {
    background-image: url('./images/purple-hearts-bg.jpg');
    background-size: 15%;
    background-repeat: repeat;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#how-to-break-container .overlay-container {
    height: 100%;
    background: linear-gradient(to bottom, rgba(158, 126, 194, 0), rgba(215, 198, 230, 1));
}

#how-to-break-container .inner {
    width: 80%;
    margin: 0px auto;
}

#how-to-break-container .heading {
    font-size: 6.5rem;
    line-height: 8rem;
    color: #002957;
    margin: 0px;
    font-weight: lighter;
    text-align: center;
}

#how-to-break-container .heading strong {
    font-weight: bold;
}

#how-to-break-container .subheading {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: center;
}

#how-to-break-container .subheading strong {
    font-weight: bold;
}

#how-to-break-container .subheading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: left;
}

#how-to-break-container .subheading-2 strong {
    font-weight: bold;
}

#how-to-break-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    padding: 0px;
}

#how-to-break-container .select {
    text-align: center;
    width: 50%;
    margin: auto;
}

#how-to-break-container select {
    padding: 1rem 3rem;
    width: 100%;
    text-align: left;
    border-radius: 50px;
}

#how-to-break-container .tab-headers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0.5rem;
}

#how-to-break-container .tab-headers > p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002957;
    padding: 1rem 0px;
    border-bottom: 4px solid transparent;
    text-align: left;
    margin: 0px;
}

#how-to-break-container .tab-headers > p.active {
    border-bottom: 4px solid #002957;
    font-weight: bold;
}

#how-to-break-container .tab-headers > p a {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    text-decoration: none;
}

#how-to-break-container .tab-headers .arrow-down,
#how-to-break-container .tab-headers .arrow-up {
    display: none;
    top: 40%;
    right: 3%;
    position: absolute;
}

#how-to-break-container .tabs {
    position: relative;
    margin-top: 2rem;
}

#how-to-break-container .tabs .tab {
    display: none;
}

#how-to-break-container .tabs .tab.active {
    display: block;
}

#how-to-break-container .slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#how-to-break-container .tab-headers p + .tab.mobile {
    display: none;
}

#how-to-break-container .slide .info .subheading {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: left;
}

#how-to-break-container .slide .info .subheading strong {
    font-weight: bold;
}

#how-to-break-container .button {
    border: none;
    padding: 0.5rem 3rem;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #FC76D9;
    text-decoration: none;
    display: inline-block;
    width: 300px;
    font-weight: bold;
    cursor: pointer; 
}

#how-to-break-container .button.pink {
    color: #ffffff;
    background-color: #FC76D9;
}

#how-to-break-container .button.white {
    background-color: #ffffff;
    color: #002957;
}

#how-to-break-container.tabs .tab .social a,
#how-to-break-container .tab-headers .tab .social a  {
    text-decoration: none;
    margin-right: 1rem;
}

#how-to-break-container .tabs .tab p a,
#how-to-break-container .tab-headers .tab p a {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    text-decoration: none;
}

#how-to-break-container .tabs .tab .icon-read-more {
    margin-left: 1rem;
    vertical-align: middle;
}

#how-to-break-container .read-more-tab,
#how-to-break-container .read-more-tab:active,
#how-to-break-container .read-more-tab:visited {
    color: #002957 !important;
}

#how-to-break-container .tabs .tab .image,
#how-to-break-container .tab-headers .tab .image {
    text-align: center;
}

#how-to-break-container .tabs .tab .image img {
    width: 60%;
}

#how-to-break-container .periods-at-school-container {
    background-color: #997ADB;
    padding: 1rem;
    border-radius: 15px;
}

#how-to-break-container .periods-at-school-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    padding: 0px;
}

#how-to-break-container .periods-at-school-container .subheading {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #ffffff;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: center;
}

#how-to-break-container .periods-at-school-container .subheading strong {
    font-weight: bold;
}

#how-to-break-container .periods-at-school-container .subheading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #ffffff;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
    text-align: center;
}

#how-to-break-container .periods-at-school-container .subheading-2 strong {
    font-weight: bold;
}

#quiz-container {
    background-color: #F2D9E6;
    background-size: cover;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-bottom: 10px;
}

#quiz-container .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#quiz-container .heading strong {
    font-weight: bold;
}

#quiz-container .subheading {
    text-align: center;
    font-size: 3.75rem;
    line-height: 4rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#quiz-container .subheading strong {
    font-weight: bold;
}

#quiz-container .subheading-2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#quiz-container .subheading-2 strong {
    font-weight: bold;
}

#quiz-container .inner {
    width: 80%;
    margin: 0px auto;
}

#quiz-container .grid {
    display: block;
    text-align: center;
}

#quiz-container .logo {
    text-align: center;
    margin-bottom: 0.5rem;
}

#quiz-container .logo img {
    width: 65%;
    margin: 10px auto -5px auto;
}

#quiz-container .button {
    border: none;
    padding: 0.5rem 3rem;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #FC76D9;
    text-decoration: none;
    display: inline-block;
    width: 300px;
    font-weight: bold;
    cursor: pointer; 
    margin: auto;
    display: block;
}

#quiz-container .button.pink {
    color: #ffffff;
    background-color: #FC76D9;
}

#why-choose-container {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#why-choose-container .inner {
    width: 80%;
    margin: 0px auto;
}

#why-choose-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
}

#why-choose-container .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#why-choose-container .heading strong {
    font-weight: bold;
}

#why-choose-container .subheading {
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#why-choose-container .subheading strong {
    font-weight: bold;
}

#why-choose-container .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
}

#why-choose-container .features > svg,
#why-choose-container .features > img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.carousel {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-wrapper {
  position: relative;
  width: 90%;
  margin: 0rem auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(.77,0,.18,1);
  will-change: transform;
}
.carousel-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.carousel-slide img {
    max-width: 100%;
}
.carousel-arrow {
  cursor: pointer;
  padding: 0.5rem 1rem;
  z-index: 2;
  background: none;
  border: none;
}

.carousel-arrow.left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-arrow.right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e6d4f3;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.carousel-dot.active {
  background: #e667b0;
}

.carousel-dot.blue {
    background: #74D1EA;
}

.carousel-dot.blue.active {
    background: #00A6C8;
}

.carousel-dot.green {
    background: #4ecdaf;
}

.carousel-dot.green.active {
    background: #00B388;
}

.carousel-dot.purple {
    background: #997ADB;
}

.carousel-dot.purple.active {
    background: #4E008E;
}

#shop-container {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background-color: #D8EFE7;
    position: relative;
    padding-bottom: 4rem;
    padding-top: 2rem;
}

#shop-container .heart-background {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #D8EFE7;
    background-image: url('./images/green-hearts-bg.jpg');
    background-repeat: repeat;
    background-size: 30%;
    z-index: 1;
}

#shop-container .inner {
    width: 80%;
    margin: 0px auto;
    position: relative;
    z-index: 3;
}

#shop-container .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#shop-container .heading strong {
    font-weight: bold;
}

#shop-container .subheading {
    text-align: center;
    font-size: 3.75rem;
    line-height: 4rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#shop-container .subheading strong {
    font-weight: bold;
}

#shop-container .subheading-2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#shop-container .subheading-2 strong {
    font-weight: bold;
}

#shop-container .carousel {
    z-index: 2;
}

#shop-container .button {
    border: none;
    padding: 0.5rem 3rem;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #FC76D9;
    text-decoration: none;
    display: block;
    margin: 0rem auto;
    width: 300px;
    font-weight: bold;
    cursor: pointer; 
    position: relative;
    z-index: 2;
}

#shop-container .button.pink {
    color: #ffffff;
    background-color: #FC76D9;
}

#reviews-container {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background-color: #ffffff;
    position: relative;
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;;
}

#reviews-container .reviews-background {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #F2D9E6;
    background-image: url('./images/testimonials-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 110%;
    z-index: 1;
}

#reviews-container .text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    position: relative;
    z-index: 2;
}

#reviews-container .text-container .heading {
    font-size: 6rem;
    line-height: 7rem;
    color: #002957;
    margin: 0px;
    font-weight: lighter;
}

#reviews-container .text-container .heading strong {
    font-weight: bold;
}

#reviews-container .text-container .subheading {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 0;
    font-weight: lighter;
}

#reviews-container .text-container .subheading strong {
    font-weight: bold;
}

#reviews-container .carousel {
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

#reviews-container .carousel-wrapper {
    width: 100%;
}

#reviews-container .carousel-track {
    column-gap: 1rem;
    padding: 1rem;
    place-content: center;
    padding-left: 0px;
    padding-right: 0px;
}

#reviews-container .carousel-slide {
  min-width: 23%;
  max-width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

#reviews-container .carousel-arrow {
    display: none;
}

#reviews-container .review {
    height: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding: 1rem 1rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px -2px #999999;
    position: relative;
    text-align: left;
}

#reviews-container .review .heading {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #002957;
    margin: 0px;
    padding: 0rem 0;
    font-weight: lighter;
}

#reviews-container .review .heading {
    font-weight: bold;
}

#reviews-container .review p {
    margin: 0px;
}

#reviews-container .review p a {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #997ADB;
    margin: 0px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding-top: 0.5rem;
}

#reviews-container .review p.review-content {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #002957;
    margin: 0rem 0px 1rem 0px;
    padding: 1rem 0px;
}

#reviews-container .review p span {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #002957;
    margin: 0px;
    font-weight: lighter;
}

#reviews-container .review-footer {
    position: absolute;
    bottom: 0px;
    left: 1rem;
    width: 90%;
}

#reviews-container .review p.disclaimer {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #002957;
    margin: 0px;
    padding: 0.5rem 0px;
}

#share-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #F2D9E6;
    background-image: url('./images/share-bg-2x.jpg');
    background-size: contain;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

#share-container.visible {
    display: flex;
}

#share-container .box {
    padding: 4rem;
    background-color: #ffffff;
    box-shadow: -2px 0px 5px 0px #e0e0e0;
    position: relative;
    width: 70%;
    margin: auto;
}

#share-container .subheading {
    text-align: center;
    font-size: 3.75rem;
    line-height: 4rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#share-container .subheading strong {
    font-weight: bold;
}

#share-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    text-align: center;
    padding: 0px 4rem;
    font-weight: lighter;
}

#share-container p a {
    text-decoration: none;
    margin: 0px 0.5rem;
}

#share-container p a,
#share-container p a:visited {
    color: #002957;
}

#share-container .button,
#share-container .button:visited {
    border: none;
    padding: 0.5rem 3rem;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #FC76D9;
    text-decoration: none;
    display: block;
    margin: 0rem auto;
    width: 300px;
    font-weight: bold;
    cursor: pointer; 
    position: relative;
    z-index: 2;
}

#share-container .underline a {
    text-decoration: underline;
}

#share-container .close {
    border: none;
    background: none;
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}

#back-to-lil-lets-container {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
    z-index: 10;
    border-radius: 50px;
    color: #002957;
}

#back-to-lil-lets-container a {
    color: #002957;
    text-align: center;
    display: block;
    text-decoration: none;
    height: 80px;
    width: 80px;
    line-height: 20px;
    padding-top: 25px;
    font-size: 0.7rem;
}

#back-to-lil-lets-container svg {
    filter: drop-shadow(0 0 8px rgba(0,0,0,0.5));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    z-index: 11;
}

#back-to-lil-lets-container a span {
    position: relative;
    z-index: 12;
}

#back-to-lil-lets-container img {
    width: 50%;
    display: block;
    text-align: center;
    margin: 0px auto;
    position: relative;
    z-index: 12;
}

.hidden {
    display: none !important;
}

.fly-in-left {
    opacity: 0;
    transform: translateX(0);
    animation: flyInLeft 1.5s ease-out forwards;
}

.fly-in-right {
    opacity: 0;
    transform: translateX(-100%);
    animation: flyInRight 1.5s ease-out forwards;
}

.scale-up {
    transform-origin: bottom left;
    animation: scaleUp 1s ease-out forwards;
    animation-delay: 1.5s;
}

.appear {
    opacity: 0;
    visibility: hidden;
    animation: appear 2s ease-out forwards;
}

.disappear {
    opacity: 1;
    visibility: visible;
    animation: disappear 1.5s ease-out forwards;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        transform: translateX(-100%);
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/*@media (min-width: 768px) and (max-height: 800px) {
    #intro-animation-01-container .heading p {
        font-size: 4rem;
        line-height: 5rem;
    }

    #intro-animation-01-container .overlay p {
        font-size: 1.5rem;
    }

    #intro-animation-02-container .heading p {
        font-size: 4rem;
        line-height: 5rem;
    }

    #intro-animation-02-container .overlay p {
        font-size: 1.5rem;
    }
}*/

@media (max-width: 997px) {
    #you-made-it-container .image-container {
        display: none;
    }

    #you-made-it-container .text-container {
        left: 0px;
        width: 100%;
        flex-direction: column-reverse;
        justify-content: flex-start;
        margin-top: 2rem;
    }

    #you-made-it-container .text-container .image-container-mobile {
        display: block;
        width: 100%;
        height: auto;
        margin: 0px auto;
    }

    #you-made-it-container .text-container .image-container-mobile img {
        width: 120%;
        position: relative;
        top: 1rem;
    }

    #you-made-it-container .text-container-inner {
        width: 90%;
    }

    #you-made-it-container .text-container .heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #you-made-it-container .text-container .subheading {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    

    #content-container {
        overflow: hidden;
    }

    #intro-animation-01-container {
        display: block;
    }

    #intro-animation-01-container > .heading {
        height: 40%;
    }

    #intro-animation-01-container .heading p {
        text-align: center;
        font-size: 2rem;
        line-height: 3rem;
    }

    #intro-animation-01-container > .overlay {
        height: 60%;
    }

    #intro-animation-01-container .overlay-inner {
        top: 5%;
        left: 95%;
        height: 90%;
        width: 90%;
        text-align: center;
    }

    #intro-animation-01-container .overlay p {
        font-size: 1.25rem;
    }

    #intro-animation-02-container .heading {
        padding: 2rem;
    }

    #intro-animation-02-container .heading p {
        text-align: center;
        font-size: 2rem;
        line-height: 3rem;
    }

    #intro-animation-02-container > .image-overlay {
        height: 75%;
        position: relative;
    }

    #intro-animation-02-container .overlay-inner {
        top: 0px;
        left: 5%;
        height: 80%;
        width: 90%;
        text-align: center;
    }

    #intro-animation-02-container .overlay p {
        font-size: 1.25rem;
    }

    #intro-animation-02-container .image-overlay img {
        right: -70%;
    }

    #ask-vicki-container {
        background-size: 50%;
    }

    #ask-vicki-container .overlay-inner {
        width: 90%;
    }

    #ask-vicki-container .heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #ask-vicki-container .subheading {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    #ask-vicki-container .subheading-2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    #ask-vicki-container .tab-headers {
        display: block;
        text-align: center;
        padding: 0 1rem;
    }

    #ask-vicki-container .bio-container {
        display: block;
        text-align: center;
    }

    #ask-vicki-container .bio-container p {
        text-align: center;
    }

    #ask-vicki-container .bio-container .subheading-2 {
        text-align: center;
    }

    #ask-vicki-container .bio-container .button {
        padding-left: 0px;
        padding-right: 0px;
    }

    #ask-vicki-container .tab-headers > p {
        position: relative;
        border-bottom: 4px solid #ffffff;
    }

    #ask-vicki-container .tab-headers p.active + .tab.mobile {
        display: block;
    }
    
    #ask-vicki-container .tab-headers .arrow-down {
        display: inline-block;
    }

    #ask-vicki-container .tab-headers p.active .arrow-down {
        display: none;
    }

    #ask-vicki-container .tab-headers p.active .arrow-up {
        display: inline-block;
    }

    #ask-vicki-container .tab-headers .tab .slide {
        display: block;
    }

    #ask-vicki-container .tab-headers .tab .slide p {
        margin: 0px;
        padding: 1rem 0px;
    }

    #ask-vicki-container .tab-headers .tab .button {
        margin: auto;
    }

    #ask-vicki-container .tabs.desktop {
        display: none;
    }

    #ask-vicki-container .tab-headers .tab .slide .image img {
        width: 100%;
    }

    #ask-vicki-container .question-container img {
        width: 50px;
    }

    #ask-vicki-container .button.white {
        width: 100%;
        padding: 0.5rem 0rem;
    }

    #video-container .inner {
        width: 90%;
    }

    #video-container .heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #video-container .subheading-2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }


    #how-to-break-container {
        height: auto;
        padding: 0px;
        background-size: 50%;
    }

    #how-to-break-container .inner {
        width: 90%;
    }

    #how-to-break-container .heading {
        font-size: 3rem !important;
        line-height: 3.5rem !important;
    }

    #how-to-break-container .subheading {
        font-size: 1.75rem !important;
        line-height: 2rem !important;
    }

    #how-to-break-container .subheading-2 {
        font-size: 1.25rem !important;
        line-height: 1.5rem !important;
    }

    #how-to-break-container .dynamic-select {
        width: 100%;
    }

    #how-to-break-container .button {
        width: 100%;
        padding: 0.5rem 0rem;
    }

    #how-to-break-container .tab-headers {
        display: block;
        text-align: center;
        padding: 0 1rem;
    }

    #how-to-break-container .tab-headers > p {
        position: relative;
        border-bottom: 4px solid #ffffff;
    }

    #how-to-break-container .tab-headers p.active + .tab.mobile {
        display: block;
    }
    
    #how-to-break-container .tab-headers .arrow-down {
        display: inline-block;
    }

    #how-to-break-container .tab-headers p.active .arrow-down {
        display: none;
    }

    #how-to-break-container .tab-headers p.active .arrow-up {
        display: inline-block;
    }

    #how-to-break-container .tab-headers .tab .slide {
        display: block;
    }

    #how-to-break-container .tab-headers .tab .slide p {
        margin: 0px;
        padding: 1rem 0px;
        text-align: center;
    }

    #how-to-break-container .tab-headers .tab .button {
        margin: auto;
    }

    #how-to-break-container .tabs.desktop {
        display: none;
    }

    #how-to-break-container .tab-headers .tab .slide .image img {
        width: 100%;
    }

    #how-to-break-container .question-container img {
        width: 50px;
    }

    #why-choose-container .heading {
        font-size: 3rem;
        line-height: 3.5rem;
        padding: 1rem 0 !important;
    }

    #why-choose-container .subheading {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    #why-choose-container .subheading-2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    #why-choose-container .features {
        row-gap: 1rem;
        column-gap: 1rem;
    }

    #shop-container .dynamic-select {
        width: 100%;
    }

    #shop-container .heading {
        font-size: 3rem;
        line-height: 3.5rem;
        padding: 1rem 0 !important;
    }

    #shop-container .heading > strong {
        display: block
    }

    #shop-container .subheading {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    #shop-container .subheading-2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    #reviews-container {
        height: auto;;
    }

    #reviews-container .reviews-background {
        width: 100%;
    }

    #reviews-container .text-container {
        width: 100%;
        background: #ffffff;
        margin: 0px auto;
        text-align: center;
    }

    #reviews-container .text-container .text-container-inner {
        padding: 1rem;
    }

    #reviews-container .text-container .heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #reviews-container .text-container .subheading {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    #reviews-container .text-container .subheading-2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    #reviews-container .carousel {
        width: 90%;
    }

    #reviews-container .carousel-slide {
        min-width: 100%;
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0;
    }

    #reviews-container .carousel-track {
        column-gap: 0;
        place-content: flex-start;
        padding: 1rem 0;
    }

    #reviews-container .review {
        width: 60%;
    }

    .carousel-arrow > img {
        width: 50%;
    }

    .carousel-arrow.left {
        left: -20px;
        transform: translateY(-25%);
    }

    .carousel-arrow.right {
        right: -20px;
        transform: translateY(-25%);
    }

    #quiz-container {
        background-image: url('./images/mobile/quiz-bg.jpg');
    }

    #quiz-container .heading {
        font-size: 3rem;
        line-height: 3.5rem;
        padding: 1rem 1rem 0rem;
    }

    #quiz-container .info .subheading {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    #quiz-container .info p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0px;
    }

    #quiz-container .info .button {
        font-size: 1rem;
        line-height: 1rem;
        width: 70%;
    }

    #quiz-container .logo img {
        width: 90%;
    }

    #share-container .box {
        padding: 0.5rem;
    }

    #share-container .subheading {
        font-size: 1.75rem;
        line-height: 2rem;
        padding: 0px;
        margin-top: 2rem;
    }

    #share-container p {
        padding: 0px;
    }

    #share-container p a svg {
        width: 15%;
    } 

    #share-container p a, #share-container p a:visited {
        margin: 5px;
    }

    #share-container .button, #share-container .button:visited {
        width: auto;
    }

    #share-container .toggle-share-container {
        top: 0.5rem;
        right: 0.5rem;
    }

    #share-container .toggle-share-container svg {
        width: 50%;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}