:root {
  --black: black;
  --663399: #673a8e;
  --deep-pink: #ea5398;
  --white: white;
  --medium-purple: #9f87be;
  --midnight-blue: #2b255f;
  --deep-sky-blue: #27ade4;
  --medium-sea-green: #29a951;
  --steel-blue: #126fb7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  color: var(--663399);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 300;
  line-height: 43px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}

a {
  color: var(--deep-pink);
  font-size: 1.2rem;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: inline-block;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  height: 100%;
  padding: 11px 10px 13px;
  font-size: 1rem;
}

.nav-link.w--current {
  color: var(--medium-purple);
  text-transform: uppercase;
}

.nav-link.drop {
  padding-right: 40px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-left: 6%;
  margin-right: 10%;
  padding-top: 0;
  display: flex;
}

.div-block-2 {
  color: var(--midnight-blue);
  justify-content: flex-end;
  font-size: 21px;
  line-height: 31px;
  display: flex;
}

.text-block {
  text-align: right;
  margin-top: 10px;
  padding-top: 0;
}

.hostilic {
  height: 4000px;
}

.hero {
  background-image: none;
  flex-direction: column;
}

.hero.holistic-coaching {
  background-image: url('../images/669845401F1E439C8B2180C4C0DE1250.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
}

.hero.coaching {
  background-image: url('../images/COACHING-THERAPIES.jpg');
}

.hero.positive-psychology {
  background-image: url('../images/MINDFULNESS.jpg');
}

.hero.spiritual-life-coaching {
  background-image: url('../images/Spiritual-LifeCoaching.jpg');
}

.hero.bach-flower-remedies {
  background-image: url('../images/Bach-Flower-Remedies_1.jpg');
}

.hero.about {
  background-image: url('../images/about-me.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.hero.home {
  flex-direction: row;
  height: 760px;
  display: flex;
}

.hero.pregnancy-wellbeing {
  background-image: url('../images/Holistic-Coaching.jpg');
  background-position: 100%;
  flex-direction: row;
  display: flex;
}

.section {
  background-image: url('../images/Mandalas-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.youtube {
  text-align: center;
  background-image: url('../images/pink.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.section.pink {
  background-color: var(--deep-pink);
  width: 100%;
}

.hero-container {
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

._19px {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.white {
  color: var(--white);
  align-items: flex-start;
  margin-top: 0;
}

.centre {
  text-align: center;
  width: 100%;
}

.merinda {
  font-family: Merienda, sans-serif;
}

.merinda.purple {
  text-transform: none;
}

.merinda.white {
  font-size: 2rem;
  line-height: 1.5;
}

.merinda.white.small {
  font-size: 1.5rem;
}

.merinda.qhit-txty {
  color: var(--white);
}

.purple {
  color: var(--663399);
}

.purple.merinda {
  justify-content: center;
  display: flex;
}

.lavinder {
  color: var(--medium-purple);
}

._100-above {
  padding-top: 40px;
}

.bold {
  font-weight: 700;
}

.button-pink {
  border: 1px solid var(--white);
  background-color: var(--deep-pink);
  color: var(--white);
  height: 50px;
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 19px;
  line-height: 29px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-mask {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: 60px;
}

.button-div {
  padding-top: 40px;
}

.light {
  font-weight: 300;
}

.pink {
  color: var(--deep-pink);
}

._40-above {
  padding-top: 40px;
}

.blue {
  color: var(--deep-sky-blue);
}

.green {
  color: var(--medium-sea-green);
}

.dark-blue {
  color: var(--steel-blue);
}

._20-above {
  padding-top: 20px;
}

.div-block-5 {
  width: 100%;
}

.container {
  max-width: 80%;
}

.container.line-top {
  border-top: 2px solid #27ade480;
  padding-top: 60px;
}

.cards-section {
  background-image: url('../images/Cloudy-colourful.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 80%;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 40px;
  display: grid;
}

.cards-image-mask {
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
  inset: 0%;
}

._23px {
  font-size: 23px;
  line-height: 33px;
}

.card {
  background-color: var(--white);
  text-align: center;
  border: 2px solid #0000001a;
  padding: 40px;
}

.card.edge-to-edge {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._80 {
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._80.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  font-size: 19px;
  line-height: 29px;
  display: grid;
}

._80.white {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.social-link {
  padding-right: 10px;
}

.navbar {
  background-color: var(--midnight-blue);
}

.container-2 {
  justify-content: center;
  max-width: 80%;
  display: flex;
}

.hero-div {
  background-color: var(--deep-pink);
  color: var(--white);
  background-image: url('../images/Mandalas-left.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 100px;
}

.hero-div.about {
  background-color: #058bc8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 60px;
}

.hero-div.holistic-coaching {
  background-color: var(--medium-purple);
}

.hero-div.spiritual-motherhood {
  background-color: var(--deep-pink);
}

.hero-div.empowered-birth {
  background-color: var(--deep-sky-blue);
}

.hero-overlay {
  background-image: url('../images/Lotus-fade.png');
  background-position: -29% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
  align-self: flex-start;
  padding-top: 100px;
}

.paragraph {
  text-align: left;
}

.div-block-7 {
  text-align: left;
  padding-top: 20px;
}

.youtube-place-holder {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.image {
  box-shadow: 8px 8px 18px #0000004f;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-260-high {
  background-image: url('../images/Swedish-Massage.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.image-260-high.aromatherapy {
  background-image: url('../images/Aromatherapy-750px.jpg');
}

.image-260-high.reflexology {
  background-image: url('../images/swedish-massage2.jpg');
}

.image-260-high.crystal {
  background-image: url('../images/Chrystal-Therapy.jpg');
}

.image-260-high.mindfulness {
  background-image: url('../images/Hand-on-hip-pink-blossom-Pregnancy-wellbeing-coaching_1.avif');
}

.image-260-high.positive {
  background-image: url('../images/Smiling-by-the-river--Empowered-birth_1.avif');
}

.image-260-high.spiritual {
  background-image: url('../images/Standing-on-the-grass-at-the-beach-Spiritual-coaching-banner_1.avif');
}

.image-260-high.bach {
  background-image: url('../images/Bach-Flower-remedies.jpg');
}

.card-text {
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

._21px {
  font-size: 21px;
  line-height: 31px;
}

._21px.purple {
  text-transform: uppercase;
  color: #673a8e;
  text-transform: uppercase;
}

._4-column {
  background-image: url('../images/Cloudy-colourful-002.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.cta {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-8 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.div-block-9 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

._100-above-copy {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.feature-section {
  background-image: url('../images/Mandalas-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.div-block-10 {
  max-width: 75%;
  padding-right: 40px;
}

.join-me-photo {
  background-image: url('../images/join-me.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 600px;
}

.flex-container-3 {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

._43px {
  font-size: 43px;
  line-height: 53px;
}

.button-gost {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #0000;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 33px;
}

.div-block-13, .div-block-14 {
  align-self: flex-end;
}

.motherhood-site-link {
  background-image: linear-gradient(#ea539866, #ea539866), url('../images/I-am-a-member-of-the.jpg');
  background-position: 0 0, 50% 19%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

._27px {
  font-size: 27px;
  line-height: 37px;
}

.join-me {
  background-color: #00000040;
  padding: 40px;
}

.grid-2 {
  grid-template-columns: 2.75fr 1fr;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.line-bottom {
  border-bottom: 1px solid #2e6d7b;
  padding-bottom: 40px;
}

.line-bottom.blog {
  margin-left: 40px;
  padding-top: 40px;
}

._14px {
  font-size: 14px;
  line-height: 24px;
}

._19px-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 29px;
}

.card-2 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #0000001a;
  padding: 40px;
}

.card-2.edge-to-edge {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-container-swap {
  flex-direction: row-reverse;
  flex: 1;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.div-block-15 {
  max-width: 50%;
  padding-right: 40px;
}

._40-below {
  padding-bottom: 40px;
}

.newletter {
  background-color: var(--663399);
  padding-bottom: 40px;
}

.newsletter-div {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

._40above {
  padding-top: 40px;
}

.form {
  display: flex;
}

.text-field {
  border: 1px solid #2e6d7b;
  border-radius: 18px;
  height: 50px;
}

.text-field.newslwttwr {
  border: 1px solid #2e6d7b;
  border-radius: 0;
  margin-right: 40px;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  width: 200px;
  height: 50px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.sucess-msg {
  background-color: #f29491cc;
}

._20-below {
  padding-bottom: 20px;
}

.caps {
  text-transform: uppercase;
}

.richtext {
  text-transform: none;
}

.richtext h2 {
  color: var(--663399);
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

._60-above {
  padding-top: 60px;
}

.educttion-block {
  background-color: var(--deep-pink);
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.rt-education {
  color: var(--white);
  text-align: center;
  width: 75%;
}

.rt-education h2 {
  color: var(--white);
  font-weight: 400;
}

.rt-education p, .rt-education h4, .rt-education h6 {
  color: var(--white);
}

.breakfast-div {
  text-align: left;
  background-color: #fff;
  border: 1px solid #0000001a;
  flex-direction: column;
  max-width: 1220px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.semi-bold {
  font-weight: 600;
}

.column {
  padding-left: 0;
  padding-right: 40px;
}

.div-divider {
  border-top: 1px solid #484852;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
}

.cinzel {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.cinzel.left {
  text-align: left;
}

._23px-2 {
  text-align: left;
  font-size: 23px;
  line-height: 33px;
}

.div-form {
  text-align: left;
  padding: 0 40px 40px;
}

.columns-2 {
  max-width: 1000px;
}

.right {
  background-image: url('../images/669845401F1E439C8B2180C4C0DE1250.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.right.about {
  background-image: url('../images/Uniform-outside-therapy-room-hands-in-front.jpg');
}

.right.home {
  background-image: url('../images/gentle-smile-left-hand-on-fence-2.jpg');
}

.right.pregnancy-hero {
  background-image: url('../images/Standing-on-the-grass-at-the-beach-Spiritual-coaching-banner_1.avif');
  background-position: 50% 0;
}

.right.education {
  background-image: url('../images/Education.jpg');
  background-size: cover;
  height: 100%;
}

.right.empoered-birth, .right.spiritual-motherhood {
  background-image: url('../images/Standing-on-the-grass-at-the-beach-Spiritual-coaching-banner_1.avif');
  background-position: 50% 0;
}

.right.pregnancy-wellbeing {
  background-image: url('../images/Hand-on-hip-pink-blossom-Pregnancy-wellbeing-coaching_1.avif');
  background-position: 50% 0;
}

.right.birthing-goddess {
  background-image: url('../images/home.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.button-pink-2 {
  color: #fff;
  background-color: #ea5398;
  border: 1px solid #fff;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 19px;
  line-height: 29px;
}

.pricing-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-slides {
  grid-template-rows: auto;
  grid-template-columns: minmax(100%, 300px);
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
}

.div-slides {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 400px;
  height: 500px;
  margin-top: auto;
  padding-bottom: 40px;
  display: flex;
}

.div-slides.shadow {
  box-shadow: 1px 1px 3px #0003;
}

.div-button-slides {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-purchase {
  border: 1px solid var(--deep-pink);
  color: var(--deep-pink);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: auto;
  padding-left: 10px;
  padding-right: 10px;
}

._16px {
  align-self: center;
  font-size: 16px;
  line-height: 34px;
}

.divvidio {
  width: 400px;
  max-width: 500px;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}

.divvidio.small {
  width: 100%;
  padding-top: 0;
}

.herolist {
  font-size: 20px;
}

.pricing-block-2 {
  color: var(--medium-purple);
  background-color: #673a8e;
  width: 900px;
  margin-top: 40px;
  padding: 40px;
}

.grid-6 {
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.rt-education-2, .rt-education-2 h2, .rt-education-2 h6, .rt-education-2 p {
  color: var(--white);
}

.button-div-2 {
  padding-top: 60px;
}

.white-2 {
  color: #fff;
  align-items: flex-start;
}

.disclaimer {
  color: #fff;
  border-top: 1px solid #fff;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.video-div {
  padding-top: 40px;
}

.facebook-share {
  padding-top: 20px;
}

._4-column-3 {
  text-align: center;
  background-image: url('../images/Cloudy-colourful-002.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

._1220 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.read-more {
  margin-top: auto;
  padding-top: 20px;
  font-size: 19px;
}

.purple-2 {
  color: #673a8e;
}

.card-text-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}

.grid-8 {
  grid-template-columns: 1fr;
}

._10above {
  padding-top: 10px;
}

._19px-3 {
  color: #000;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 29px;
}

._20-above-2 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

.purchase-title {
  padding: 20px;
}

.grid-10 {
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}

.card-purchase {
  text-align: center;
  border: 1px solid #0003;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.image-circle {
  border-radius: 500px;
}

.html-embed {
  margin-top: auto;
}

.droplink-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #2b255f;
  padding-left: 40px;
}

.droplink-2:hover {
  background-color: #9f87be;
}

.droplink-2.w--current {
  color: #fff;
}

.image-9 {
  border-radius: 500px;
}

.image-10 {
  padding-bottom: 20px;
}

.purplebox {
  background-color: var(--663399);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-items: stretch;
  max-width: 100%;
  padding-top: 40px;
}

.html-embed-2 {
  justify-content: center;
  width: 200px;
  margin-top: auto;
  display: flex;
}

.testimonials-container {
  max-width: 80%;
}

.image-11 {
  width: 250px;
}

.grid-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 200px 1fr 1fr 1fr 1fr;
}

.test-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-17 {
  justify-content: center;
  padding-bottom: 40px;
  font-size: 32px;
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
}

.bluebox {
  background-color: var(--deep-sky-blue);
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.coursegrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 100%;
}

.container-3 {
  max-width: 100%;
}

.list-item {
  list-style-type: none;
}

.bullets {
  flex-direction: row;
  margin-right: 10px;
  padding-right: 10px;
  display: flex;
}

.bullet-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.hero-bullets {
  font-size: 23px;
  line-height: 33px;
}

.hero-bullet-space {
  padding-bottom: 15px;
  font-size: 27px;
}

.section-7 {
  padding-top: 60px;
}

._1220-2 {
  flex-direction: column;
  align-items: center;
  min-width: 1220px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  max-width: 95%;
  display: flex;
}

.asslogos {
  align-self: flex-end;
  padding-top: 20px;
}

.disclaimer-link {
  margin-right: 4px;
}

.ellyfont-logo {
  width: 30px;
  margin-right: 20px;
}

._80-2 {
  color: var(--white);
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._80-2.footer {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  max-width: 90%;
  padding-top: 0;
  font-size: 19px;
  line-height: 29px;
  display: grid;
}

.div-block-18 {
  align-self: flex-end;
}

.div-block-18.white {
  padding-top: 20px;
}

.footer-2 {
  background-color: #2b255f;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.image-3 {
  width: 300px;
  padding-top: 20px;
}

.div-block-19 {
  padding-top: 10px;
}

.white-3 {
  color: #fff;
  align-items: flex-start;
}

.spacer-20px {
  height: 20px;
}

.rt-education-3 {
  color: #fff;
  text-align: center;
  width: 50%;
}

.video {
  height: auto;
}

._23px-3 {
  font-size: 23px;
  line-height: 33px;
}

.div-slides-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 300px;
  height: 450px;
  margin-top: auto;
  padding-bottom: 40px;
  display: flex;
}

.div-slides-2.small {
  width: 400px;
  height: 500px;
}

.grid-slides-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 400px);
  justify-content: center;
  width: 100%;
}

.button-pink-3 {
  color: #fff;
  background-color: #ea5398;
  border: 1px solid #fff;
  height: 50px;
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 19px;
  line-height: 29px;
}

.educttion-block-2 {
  color: #fff;
  background-color: #ea5398;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.divvidio-2 {
  justify-content: center;
  max-width: 500px;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.spacer-100px {
  height: 100px;
}

.image-right {
  padding-left: 20px;
}

.grid-13 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer40px {
  height: 40px;
}

.image-12 {
  padding-left: 140px;
  padding-right: 140px;
}

.list-item-2 {
  font-size: 26px;
}

.grid-14 {
  justify-items: start;
  padding-top: 40px;
}

.div-block-22 {
  height: 100%;
}

.div-block-23 {
  padding-top: 60px;
}

.spacer-40 {
  height: 40px;
}

.image-13 {
  width: 100%;
}

.h2-hero {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.h-hero {
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1.2;
}

.text {
  border: 2px solid var(--deep-pink);
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.list-item-3 {
  font-size: 24px;
}

.grid-15 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-strip {
  padding-top: 40px;
  padding-bottom: 20px;
}

.ass-logo {
  text-align: center;
  justify-content: center;
  width: 100px;
  max-width: 100px;
  display: flex;
}

.social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: end;
  place-items: center end;
  width: 50%;
}

.social-icon {
  width: 40px;
}

@media screen and (max-width: 991px) {
  .nav-link:hover {
    color: var(--medium-purple);
  }

  .div-block {
    width: 90%;
    max-width: 90%;
  }

  .text-block {
    font-size: 19px;
  }

  .hero {
    background-position: 50% 0;
  }

  .hero.holistic-coaching {
    background-position: 69%;
  }

  .hero.about {
    background-position: 78%;
  }

  .hero.home {
    background-position: 42%;
  }

  .hero.pregnancy-wellbeing {
    background-position: 69%;
  }

  .merinda.pink {
    margin-top: 0;
  }

  .div-block-4 {
    width: 98%;
  }

  ._100-above {
    padding-top: 40px;
  }

  .flex-container {
    flex-direction: column-reverse;
  }

  .hero-image-mask {
    margin-left: auto;
  }

  .div-block-5 {
    padding-top: 60px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  ._80 {
    grid-row-gap: 46px;
    flex-direction: column;
  }

  ._80.footer {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
  }

  .menu-button {
    background-color: var(--medium-purple);
  }

  .menu-button:active {
    background-color: var(--663399);
  }

  .icon {
    color: var(--white);
  }

  .nav-menu-2 {
    background-color: var(--midnight-blue);
  }

  .hero-div {
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .youtube-place-holder {
    max-width: 80%;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
  }

  ._100-above-copy {
    padding-top: 40px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .div-block-10 {
    max-width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }

  .join-me-photo {
    background-position: 76%;
  }

  .grid-2 {
    grid-template-columns: 2.75fr 1.25fr;
    max-width: 90%;
  }

  .card-2.edge-to-edge {
    width: 100%;
  }

  .flex-container-swap {
    flex-direction: column-reverse;
  }

  .div-block-15 {
    max-width: 100%;
  }

  .richtext h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .breakfast-div {
    width: 90%;
    padding-bottom: 20px;
  }

  .right, .right.about {
    display: none;
  }

  .pricing-container {
    max-width: 90%;
  }

  .grid-slides {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .div-slides {
    width: 100%;
    margin-top: 40px;
  }

  .divvidio.small {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .pricing-block-2 {
    width: 100%;
  }

  .grid-6 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .div-block-16, .image-4 {
    width: 100%;
  }

  ._4-column-3 {
    margin-left: auto;
    margin-right: auto;
  }

  ._1220 {
    max-width: 90%;
  }

  .grid-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  }

  ._1220-2 {
    justify-content: center;
    min-width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._80-2 {
    grid-row-gap: 46px;
    flex-direction: column;
  }

  ._80-2.footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-slides-2 {
    flex-flow: column;
    width: 400px;
    height: 500px;
    margin-top: 40px;
  }

  .div-slides-2.small {
    height: 600px;
  }

  .grid-slides-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(46%, 100%));
    grid-auto-columns: 1fr;
  }

  .divvidio-2 {
    width: 100%;
  }

  .div-block-20 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr;
  }

  .image-12 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .ass-logo {
    width: 75px;
  }

  .social-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .link-block {
    width: 150px;
  }

  .link-block.w--current {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .hero-overlay, .feature-section {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-container-swap, .pricing-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27px;
    line-height: 37px;
  }

  h2 {
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }

  h3 {
    font-size: 27px;
    line-height: 37px;
  }

  h4 {
    font-size: 21px;
    line-height: 31px;
  }

  h5, h6 {
    font-size: 19px;
    line-height: 29px;
  }

  ul {
    font-size: 14px;
  }

  li {
    font-size: 19px;
    line-height: 30px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    height: 170px;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 20px;
  }

  .div-block-2 {
    padding-bottom: 10px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .hero {
    background-position: 0 100%;
  }

  .hero.home {
    color: var(--white);
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-container {
    max-width: 100%;
  }

  .merinda.purple {
    font-size: 33px;
    line-height: 43px;
  }

  .merinda.pink {
    font-size: 37px;
    line-height: 47px;
  }

  .div-block-4 {
    width: 100%;
  }

  ._100-above {
    padding-top: 20px;
  }

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

  .flex-container {
    max-width: 90%;
  }

  .button-div {
    justify-content: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .button-div.centre {
    justify-content: center;
  }

  .cards-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._80.footer {
    grid-template-columns: 1fr;
  }

  ._80.white {
    max-width: 90%;
  }

  .heading-5 {
    font-size: 19px;
    line-height: 29px;
  }

  .heading-6 {
    font-size: 21px;
    line-height: 31px;
  }

  .hero-div {
    padding: 40px 10px;
  }

  .centered-container-2 {
    text-align: center;
    padding-top: 40px;
  }

  .paragraph {
    text-align: center;
  }

  .youtube-place-holder {
    max-width: 90%;
  }

  .grid {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  ._4-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo {
    width: 200px;
    padding-top: 10px;
    padding-left: 5px;
  }

  ._100-above-copy {
    padding-top: 20px;
  }

  .flex-container-2 {
    max-width: 95%;
  }

  .join-me-photo {
    height: 501px;
  }

  .join-me.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 2.75fr;
    max-width: 90%;
  }

  .line-bottom.blog {
    margin-left: 0;
  }

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

  .card-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    flex-direction: column;
  }

  .button {
    width: 200px;
  }

  .richtext h2 {
    font-size: 27px;
    line-height: 37px;
  }

  .educttion-block {
    align-self: center;
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-education {
    width: 100%;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .breakfast-div {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    padding-right: 10px;
  }

  .cinzel {
    text-align: center;
    font-size: 37px;
    line-height: 47px;
  }

  .cinzel.left {
    text-align: left;
  }

  .columns {
    width: 100%;
  }

  .div-form {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-pink-2 {
    text-align: center;
  }

  .pricing-container {
    max-width: 100%;
  }

  .divvidio {
    width: 100%;
  }

  .pricing-block-2 {
    align-self: center;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .button-div-2 {
    justify-content: flex-start;
    padding-top: 20px;
    display: flex;
  }

  ._4-column-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .hero-bullets, .hero-bullet-space {
    font-size: 21px;
  }

  ._80-2.footer {
    grid-template-columns: 1fr;
    max-width: 90%;
    padding-bottom: 20px;
  }

  .footer-2 {
    color: #fff;
  }

  .video {
    height: auto;
  }

  ._23px-3 {
    font-size: 21px;
    line-height: 31px;
  }

  .div-slides-2 {
    width: 100%;
    height: 600px;
  }

  .div-slides-2.small {
    width: 100%;
    height: 450px;
  }

  .button-pink-3 {
    text-align: center;
  }

  .educttion-block-2 {
    align-self: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .divvidio-2 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .div-block-21, .image-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-hero {
    font-size: 21px;
    line-height: 31px;
  }

  .h-hero {
    font-size: 27px;
  }

  .heading-7 {
    font-size: 27px;
    line-height: 37px;
  }

  .image-14 {
    width: 50%;
  }

  .div-block-24 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .ass-logo {
    width: 50px;
  }

  .social-grid {
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-top: 10px;
  }

  .link-block.w--current {
    justify-content: center;
    display: flex;
  }

  .email {
    font-size: 17px;
  }
}

#w-node-be9f4abb-7008-c7cb-95d6-845f091448ee-3cea6d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-be9f4abb-7008-c7cb-95d6-845f091448f5-3cea6d88 {
  align-self: end;
}

#w-node-be9f4abb-7008-c7cb-95d6-845f091448e2-3cea6d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-be9f4abb-7008-c7cb-95d6-845f091448e7-3cea6d88, #w-node-_36976327-5222-e274-a881-2421cf98da17-3cea6d88, #w-node-d31c3e08-fcaa-2264-39fc-0f2ddfa2f7b5-3cea6d88, #w-node-be9f4abb-7008-c7cb-95d6-845f091448ec-3cea6d88, #w-node-be9f4abb-7008-c7cb-95d6-845f091448e8-3cea6d88, #w-node-be9f4abb-7008-c7cb-95d6-845f091448e9-3cea6d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_130763f5-e476-bdcd-ec92-f9cfc244f147-3cea6d88 {
  justify-self: start;
}

#w-node-be9f4abb-7008-c7cb-95d6-845f091448f6-3cea6d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b3e-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b3f-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b40-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b41-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b42-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b43-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b44-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b45-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b46-4ef36b3b, #w-node-_69889f74-bfbd-d8f2-8fc6-87c44ef36b47-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de3375-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de3376-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de3377-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de3378-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de3379-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de337a-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de337b-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de337c-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de337d-4ef36b3b, #w-node-a0535346-9d29-de48-e0d6-4b2184de337e-4ef36b3b, #w-node-_79e6bc64-e925-c926-e35d-5fa1453545fc-4ef36b3b, #w-node-_79e6bc64-e925-c926-e35d-5fa1453545fd-4ef36b3b, #w-node-_624a3a61-9ac1-3198-def0-9460fa6a8eac-4ef36b3b, #w-node-_624a3a61-9ac1-3198-def0-9460fa6a8ead-4ef36b3b, #w-node-_7cf35f94-1187-5c2e-8207-0495e5889160-4ef36b3b, #w-node-_7cf35f94-1187-5c2e-8207-0495e5889161-4ef36b3b, #w-node-_45ba59e8-f944-1bc6-90c8-210b62e43247-4ef36b3b, #w-node-_45ba59e8-f944-1bc6-90c8-210b62e43248-4ef36b3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_400957d5-addf-5e34-f4cd-0e8c2d623344-2d623341, #w-node-_400957d5-addf-5e34-f4cd-0e8c2d623346-2d623341, #w-node-_400957d5-addf-5e34-f4cd-0e8c2d623348-2d623341, #w-node-_400957d5-addf-5e34-f4cd-0e8c2d62334a-2d623341 {
  justify-self: center;
}

#w-node-_2bd91ad5-682a-f320-1099-1f8e1946ef0f-33cc8b35, #w-node-e99e50d8-f3c2-0e5f-3076-aa117bfa1afc-33cc8b35, #w-node-e7b982aa-7977-d6ed-ab99-9fad65e7c795-33cc8b35 {
  place-self: center;
}

#w-node-_45efe25d-963e-f57d-a081-ca8aa1057467-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa1057468-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa1057469-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa105746a-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa105746b-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa105746c-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa105746d-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa105746e-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa105746f-a1057461, #w-node-_45efe25d-963e-f57d-a081-ca8aa1057470-a1057461, #w-node-_62a41ff3-5855-1ed6-a29a-729173a36e84-a1057461, #w-node-_62a41ff3-5855-1ed6-a29a-729173a36e85-a1057461, #w-node-_418dc944-8f10-4743-3a79-1e28fe112923-a1057461, #w-node-_418dc944-8f10-4743-3a79-1e28fe112924-a1057461, #w-node-fed9c654-c31e-f671-2654-1f548a5352b2-a1057461, #w-node-fed9c654-c31e-f671-2654-1f548a5352b3-a1057461, #w-node-_47b19c13-4da8-e198-7e3e-1bb0ade694c6-a1057461, #w-node-_47b19c13-4da8-e198-7e3e-1bb0ade694c7-a1057461 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f056c-9d7a4613, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f0574-9d7a4613, #w-node-a4e0b9ec-4b5a-7253-c3ad-af7e817fe041-9d7a4613, #w-node-_34ac7871-0c16-acc1-79e5-121fac9cd7f8-9d7a4613, #w-node-_851a1992-44ef-172b-9fd1-cd181b967b4a-9d7a4613, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f056c-9d7a4615, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f0574-9d7a4615, #w-node-a4e0b9ec-4b5a-7253-c3ad-af7e817fe041-9d7a4615, #w-node-_34ac7871-0c16-acc1-79e5-121fac9cd7f8-9d7a4615, #w-node-_53cdf2a9-182c-0069-8846-b97adcc5bdc2-9d7a4615, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f056c-9d7a4617, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f0574-9d7a4617, #w-node-a4e0b9ec-4b5a-7253-c3ad-af7e817fe041-9d7a4617, #w-node-_34ac7871-0c16-acc1-79e5-121fac9cd7f8-9d7a4617, #w-node-d6736bdc-d91e-4225-48e2-66ca41c256ad-9d7a4617, #w-node-_1f473ab3-26bb-2d55-abe2-2aff86f6970a-9d7a4617, #w-node-_87fc5c4e-b6cd-82e5-89f8-df7f44014868-9d7a4617, #w-node-a993d4ed-080b-f05b-2dca-e413e9a84424-9d7a4617, #w-node-_776c7d9b-4e21-95cf-f995-12d5b3039b64-9d7a4617, #w-node-_037e91c0-b073-f955-612d-7d1787364553-9d7a4617, #w-node-e5299279-a852-14b2-e7fe-2268f4d4974d-9d7a4617, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f056c-9d7a4620, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f0574-9d7a4620, #w-node-a4e0b9ec-4b5a-7253-c3ad-af7e817fe041-9d7a4620, #w-node-_34ac7871-0c16-acc1-79e5-121fac9cd7f8-9d7a4620, #w-node-_851a1992-44ef-172b-9fd1-cd181b967b4a-9d7a4620, #w-node-_2f7e375c-8e44-ffbd-34b7-630b56876879-9d7a4624, #w-node-_2f7e375c-8e44-ffbd-34b7-630b5687687f-9d7a4624, #w-node-_49e9a752-7241-880a-de82-a0730f40ed4b-9d7a4624, #w-node-_49e9a752-7241-880a-de82-a0730f40ed53-9d7a4624, #w-node-_694e0285-c1c9-df54-f701-782bdd5e1320-9d7a4624 {
  justify-self: center;
}

#w-node-b1734307-6e1a-9459-0641-8da28b779de6-9d7a4624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f056c-9d7a462a, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f0574-9d7a462a, #w-node-a4e0b9ec-4b5a-7253-c3ad-af7e817fe041-9d7a462a, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f056c-9d7a462d, #w-node-e4c5e462-7d5c-c29e-63fe-fddc9f5f0574-9d7a462d, #w-node-a4e0b9ec-4b5a-7253-c3ad-af7e817fe041-9d7a462d, #w-node-_851a1992-44ef-172b-9fd1-cd181b967b4a-9d7a4631, #w-node-_2b00dcde-5fcb-5cb6-20cc-e2c06bdb62d3-9d7a4631, #w-node-_9ad0f995-113a-3690-8dd3-c461717fbfb1-9d7a4631, #w-node-_28e93897-958a-b0f0-2d4a-2fc8d993e5b6-9d7a4631, #w-node-_851a1992-44ef-172b-9fd1-cd181b967b4a-9d7a4633, #w-node-ad472a3e-714d-778e-cbd7-2e167e4caa0c-9d7a4633, #w-node-c63fbf62-dfb2-914d-414b-e63014b54745-9d7a4633, #w-node-a36adf7b-f0b3-8331-585d-b16f603172f9-9d7a4633, #w-node-_81278924-920d-5458-9f48-a2b23748802d-9d7a4633 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-be9f4abb-7008-c7cb-95d6-845f091448ee-3cea6d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_73774864-9058-e5ed-21b2-e211df8746ae-9d7a4624, #w-node-_574e2be6-bacf-3411-4c01-10b9ab3c7e00-9d7a4624, #w-node-ad38afcc-d5ea-331f-a632-59c6bc03832e-9d7a4624 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be9f4abb-7008-c7cb-95d6-845f091448ee-3cea6d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end stretch;
  }

  #w-node-be9f4abb-7008-c7cb-95d6-845f091448f5-3cea6d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_328a292f-c1bd-aa97-d126-77f033cc8b3b-33cc8b35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


