a,
body,
html,
li,
p {
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.btn {
  font-family: "DM Sans", sans-serif;
}
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: new-spirit, serif;
  line-height: 1;
  font-weight: 600 !important;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
table {
  margin-top: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
code {
  vertical-align: bottom;
}
.green {
  color: #24533B !important;
}
.orange {
  background-color: #D16A3C !important;
}
.teal {
  background-color: #005C57 !important;
}
.purple {
  background-color: #5A3D57 !important;
}
.white {
  color: #fff;
}
.green-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  border-color: #24533b;
  border-style: solid;
  border-width: 0.01rem 0;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #24533b;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .green-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.purple-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #5a3d57;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .purple-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.teal-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  border-color: #abc4b0;
  border-style: solid;
  border-width: 0.01rem 0;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #abc4b0;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .teal-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.orange-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  border-color: #d16a3c;
  border-style: solid;
  border-width: 0.01rem 0;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #d16a3c;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .orange-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --delay: 1s;
    --duration: 1500ms;
    --iterations: 1;
  }
  .reveal-text,
  .reveal-text::after {
    -webkit-animation-delay: var(--animation-delay, 1s);
    animation-delay: var(--animation-delay, 1s);
    -webkit-animation-iteration-count: var(--iterations, 1);
    animation-iteration-count: var(--iterations, 1);
    -webkit-animation-duration: var(--duration, 800ms);
    animation-duration: var(--duration, 800ms);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .reveal-text {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 200ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    -webkit-animation-name: clip-text;
    animation-name: clip-text;
    white-space: nowrap;
    cursor: default;
  }
  .reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a2437e;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
  }
  .reveal-text-green,
  .reveal-text-green::after {
    -webkit-animation-delay: var(--animation-delay, 1s);
    animation-delay: var(--animation-delay, 1s);
    -webkit-animation-iteration-count: var(--iterations, 1);
    animation-iteration-count: var(--iterations, 1);
    -webkit-animation-duration: var(--duration, 800ms);
    animation-duration: var(--duration, 800ms);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .reveal-text-green {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 200ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    -webkit-animation-name: clip-text;
    animation-name: clip-text;
    white-space: nowrap;
    cursor: default;
  }
  .reveal-text-green::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #24633b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
  }
  @-webkit-keyframes clip-text {
    from {
      -webkit-clip-path: inset(0 100% 0 0);
      clip-path: inset(0 100% 0 0);
    }
    to {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes clip-text {
    from {
      -webkit-clip-path: inset(0 100% 0 0);
      clip-path: inset(0 100% 0 0);
    }
    to {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @-webkit-keyframes text-revealer {
    0%,
    50% {
      transform-origin: 0 50%;
    }
    100%,
    60% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
  @keyframes text-revealer {
    0%,
    50% {
      transform-origin: 0 50%;
    }
    100%,
    60% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
@-webkit-keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scrollDots {
  width: 10px;
  position: absolute;
  right: 50%;
  margin: 0 0 0 -3px;
  text-align: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
  -ms-transform: translateZ(0) translate3d(0, 0, 0);
  -o-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
  z-index: 9999;
}
.scrollDots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scrollDots li {
  height: 8px;
  width: 8px;
  margin: 0 0 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.scrollDots li:nth-child(1) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 1.7s ease-in-out infinite;
  -moz-animation: goDots 2.5s 1.7s ease-in-out infinite;
  -o-animation: goDots 2.5s 1.7s ease-in-out infinite;
  animation: goDots 2.5s 1.7s ease-in-out infinite;
}
.scrollDots li:nth-child(2) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2s ease-in-out infinite;
  -moz-animation: goDots 2.5s 2s ease-in-out infinite;
  -o-animation: goDots 2.5s 2s ease-in-out infinite;
  animation: goDots 2.5s 2s ease-in-out infinite;
}
.scrollDots li:nth-child(3) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2.5s ease-in-out infinite;
  -moz-animation: goDots 2.5s 2.5s ease-in-out infinite;
  -o-animation: goDots 2.5s 2.5s ease-in-out infinite;
  animation: goDots 2.5s 2.5s ease-in-out infinite;
}
.scrollDots li:nth-child(4) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 3s ease-in-out infinite;
  -moz-animation: goDots 2.5s 3s ease-in-out infinite;
  -o-animation: goDots 2.5s 3s ease-in-out infinite;
  animation: goDots 2.5s 3s ease-in-out infinite;
}
.header__content--desktop {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header .link-list__link {
    padding: 30px 5px;
    margin: 0;
    text-align: center;
    width: 17%;
    font-size: 14px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 600px) {
  .dropdown__item a,
  .header a.link-list__link,
  .header__content--mobile {
    text-align: left !important;
    font-size: 18px;
  }
}
.header__content--desktop .link-list__link:hover {
  background: #b2c277;
  filter: brightness(100%);
}
.header__content--desktop .link-list__link:nth-child(3n) {
  background: #b2c277;
}
#section-1628940861659 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/lavander.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: initial !important;
  padding-bottom: 20%;
}
#section-1628975899620 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/peace.png);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30%;
}
#section-1628984731576 {
  background: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/uo2eYUSQTKHUY2bND4Th_bee-flower.png);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 20%;
}
#section-1628984731576 .form-control {
  border-radius: 55px;
  border: 3px solid #672b76;
}
#section-1628984731576 .form-control::placeholder {
  color: #672b76;
  opacity: 1;
}
#section-1628984731576 .form-control:-ms-input-placeholder {
  color: #672b76;
}
#section-1628984731576 .form-control::-ms-input-placeholder {
  color: #672b76;
}
#section-1629002311104 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/themes/2151684536/settings_images/cd66e0-0c-eb0-c3eb-16a1fb0e00_footer_signup_new.png)
      top/100% auto,
    linear-gradient(#abc4b0, #abc4b0) content-box;
  background-repeat: no-repeat;
}
#section-1629002311104 .form-control {
  border-radius: 55px;
}
#section-1629052897553 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/testimonial_v1.png)
      top/100% auto,
    url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/testimonial_2.png)
      bottom/100% auto,
    linear-gradient(#f3c16d, #f3c16d) content-box;
  background-repeat: no-repeat;
}
#section-1629301357717 .card__text h4 {
  font-size: 20px;
}
div#section-1630368096590 {
  position: relative;
}
div#section-1630368096590:before {
  content: "";
  background: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/eUXfcGTmSjOUgn5WS8xr_section-before-img.png);
  position: absolute;
  top: -100px;
  width: 100%;
  height: 150px;
  z-index: 999;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.footer {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/themes/2151684536/settings_images/152f1b1-ba4-0b-ea05-4785e01d652_Web_background_images_3_.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#section-1629141393685 .link-list .link-list__links {
  padding: 5px !important;
}
#section-1629141393685 .social-icons__icons {
  display: block;
}
#section-1629141393685 .social-icons__icon {
  display: block;
  margin: 0;
}
.social-p {
  padding-top: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.social-icons__icon {
  font-size: 18px;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  #section-1629141393685 .social-icons__icons {
    text-align: center;
  }
  .social-p {
    text-align: center;
    font-size: 14px;
  }
  .social-icons__icon {
    font-size: 14px;
  }
}
.link-list__link {
  display: block;
}
#section-1629052897553 .student-say {
  max-width: 1110px;
  margin: 0 auto;
}
#section-1629052897553 .slick-track {
  padding-top: 53px;
  padding-bottom: 53px;
}
#section-1629052897553 .slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
#section-1629052897553 .slick-slide:not(.slick-current) {
  filter: brightness(0.5);
}
@media only screen and (min-width: 768px) {
  #section-1629052897553 .slick-slide.slick-current {
    transform: scale(1.35);
    position: relative;
    z-index: 1;
  }
  .link-list__title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "DM Sans";
  }
}
#section-1629052897553 .slick-slide img {
  width: 100%;
}
.link-list__title {
  font-family: "DM Sans";
  margin-bottom: 0;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button:before {
  font-size: 8px;
}
.logoright .header__block:nth-child(3) .dropdown__trigger {
  background: #b2c277;
}
#section-1628865384068 #block-1629299141158 .image__image {
  position: relative;
  top: 40px;
  float: right;
  width: 120px;
}
body #block-1629299141158 .block,
body #block-1629299141158 .image {
  overflow: visible;
}
#block-1629299141158 .image img {
  opacity: 0;
  visibility: hidden;
}
.introduction-view h3.pur {
  background: #672b76;
  color: #fff;
  padding: 10px;
}
body #section-1630007336372 .sizer {
  padding: 0;
}
body #section-1630007336372 .sizer .container {
  padding: 0;
  max-width: 100%;
}
body #section-1630007336372 .sizer .container .col-12 {
  padding: 0;
}
body #section-1628940861659 {
  background-color: #f9f1e2;
}
#section-1628940861659 .sizer .block {
  text-align: center;
  margin: 0 0 10px 0;
}
body #block-1630007336372_0 .image__image {
  width: 100%;
  background: #f9f1e2;
}
#section-1629142347952 h3 img {
  height: auto !important;
  max-width: 90px;
  margin: 5px;
}
#section-1628943583971 .row {
  position: relative;
}
#section-1628943583971 .row:before {
  content: "";
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/cmL0YtwxQL6WHJK8w8RL_butterfly-22x.png);
  position: absolute;
  top: 56px;
  left: 0;
  height: 150px;
  width: 150px;
  z-index: 1;
  background-size: cover;
}
#section-1628943583971 #block-1628949139015 {
  padding-top: 40px;
}
body #section-1630011343260 .sizer .container {
  max-width: 100%;
  padding: 0;
}
body #section-1630011343260 {
  position: relative;
  margin: -80px 0 0 0;
}
#block-1628941011928 h2.purple-highlight {
  background: #672b76;
}
body #section-1630011343260 .sizer {
  padding: 0;
}
body #section-1629301357717 .sizer {
  padding-top: 0;
}
#section-1629301357717 .teal {
  margin-top: 0;
}
#section-1629301357717 .footer__body {
  margin: 0 0 20px 0;
  text-align: center;
}
#section-1629301357717 .footer__body .card__footer {
  margin: 0;
}
#section-1629142347952 .eco-slider .slick-slide .eco {
  padding: 0 20px;
}
body #section-1629301357717 .sizer {
  padding-bottom: 0;
}
body #section-1629052897553 .sizer {
  padding-top: 0;
}
body #section-1628865384068 p {
  margin: 0;
  color: #000;
}
#section-1629301357717 .row {
  position: relative;
  align-items: flex-start;
}
#section-1629301357717 .row:before {
  position: absolute;
  content: "";
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/ZwcoaG5fTHloPMaDrh8g_bee-2.png);
  height: 80px;
  width: 80px;
  background-size: 80px;
  right: 45px;
  top: 70px;
  background-repeat: no-repeat;
  z-index: 1;
}
#section-1628940861659 .teal {
  text-align: center;
  color: #abc4b0;
}
.card.course p {
  text-align: center;
  color: #000;
}
#section-1628940861659 .teal + .teal {
  margin-top: 0;
  margin-bottom: 60px;
}
#section-1628943583971 p.lead {
  margin: 10px 0;
  color: #000 !important;
  font-size: 20px;
}
#section-1628943583971 h2.teal {
  background: #abc4b0;
  border-color: #abc4b0;
  width: auto;
  float: none;
  margin: 0 auto;
  display: table;
  color: #fff;
  padding: 10px;
  margin-bottom: 40px;
}
body #section-1629301357717 .block .card__text p strong {
  font-size: 20px;
}
#section-1628943583971 p.lead + p {
  margin-top: 10px;
}
#section-1628943583971 .footer__body .card__footer {
  margin: 0;
}
#section-1628943583971 .footer__body {
  margin: 0 0 20px 0;
  text-align: center;
}
#block-1629491071255 .image {
  position: relative;
  margin: 0 0 -55px 0;
}
body #section-1629052897553 {
  background-size: cover;
  margin-top: 180px;
}
body #block-1629491071255 {
  margin: -150px 0 0 0;
}
#section-1629052897553 #block-1629052897553_0 {
  margin: -67px 0 0 0;
}
#section-1629052897553 .slick-dots {
  position: static;
  margin: 30px 0 0 0;
}
body #section-1628950206756 .sizer {
  padding-top: 0;
}
body #section-1630368096590 .sizer {
  padding: 0;
}
body #section-1629236807936 .sizer {
  padding-bottom: 300px;
}
body #section-1629042418806 {
  margin: -100px 0 0 0;
}
#section-1628950206756 .block p {
  margin: 0 0 40px 0;
}
#section-1629141393685 .link-list .link-list__links {
  padding: 5px 0 !important;
}
#section-1630368096590 .col-12 {
  padding: 0;
}
#section-1629002311104 .form {
  position: relative;
}
#block-1629003526688 .block {
  overflow: visible;
}
#section-1629052897553 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #d16a3c;
}
#section-1629052897553 .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
#section-1629002311104 .form:before {
  position: absolute;
  content: "";
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/ZwcoaG5fTHloPMaDrh8g_bee-2.png);
  height: 100px;
  width: 100px;
  background-size: 100px;
  right: -40px;
  top: -63px;
  background-repeat: no-repeat;
  z-index: 999;
}
#section-1629042418806 .row {
  position: relative;
}
#section-1629042418806 .row:before {
  content: "";
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/cmL0YtwxQL6WHJK8w8RL_butterfly-22x.png);
  position: absolute;
  top: -105px;
  left: -75px;
  height: 150px;
  width: 150px;
  z-index: 1;
  background-size: cover;
}
#section-1629301357717 {
  margin: 50px 0 0 0;
}
.block-type--form .form .form-group input {
  text-align: center;
}
.block-type--form .form .form-group input::placeholder {
  color: #000;
  opacity: 0.9;
}
.upcoming-workshop-mobile {
  display: none;
}
#block-1629299223678 .image {
  margin: -150px 0 0 0;
}
.student-say button {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.student-say button.slick-prev {
  left: -170px;
  bottom: -9px;
}
.student-say button.slick-next {
  right: -170px;
  bottom: -9px;
}
.student-say button.slick-prev:before {
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/2yQhmQLwQhqbi3I8Hggh_Path_2114.png);
  content: "";
  width: 12px;
  height: 14px;
  background-size: 12px;
  opacity: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.student-say button.slick-next::before {
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/3mqPXgWgSdWEg7jH2mWH_Path_2113.png);
  content: "";
  width: 12px;
  height: 14px;
  background-size: 12px;
  opacity: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#section-1629236807936 .container {
  position: static;
}
#section-1629236807936 .container .col-12 {
  padding: 0;
  bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
}
#section-1629002311104 .block-type--form .form-control {
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  border: none;
}
#section-1628940861659 h2.green-highlight {
  background: #247348;
  border-color: #247348;
}
#section-1630368096590 #block-1631228033042 {
  bottom: -45px;
  position: absolute;
  left: 0;
  right: 0;
}
body #section-1629142347952 .row {
  margin: 30px 0 0 0;
}
#section-1629236807936 .social-p {
  display: none;
}
#section-1629236807936 .social-icons .social-icons__icons a.social-icons__icon {
  width: 35px;
  font-size: 0;
  height: 35px;
  margin: 0 5px;
}
#section-1629236807936
  .social-icons
  .social-icons__icons
  a.social-icons__icon
  i.fab {
  font-size: 20px;
}
#section-1630368096590 .col-8 {
  position: absolute;
  text-align: center;
  top: 18%;
}
body .social-icons--1631329276104.social-icons--round .social-icons__icon {
  background-color: #cf6a42;
}
body .social-icons--1631329276104 .social-icons__icons {
  justify-content: center;
}
#section-1630368096590 .col-8 h2.green-highlight {
  width: auto;
  float: none;
  margin: 0 auto;
  display: table;
  margin-bottom: 5px;
}
#section-1630368096590 .col-8 h2.green-highlight span {
  color: #8fc01c;
}
#section-1628984731576 h2.green-highlight {
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
}
@med
@media screen and (min-width: 768px) {
  #cookiescript_injected {
    min-width: 400px;
  }
}
body #cookiescript_injected {
  background: #fff;
}
#cookiescript_injected #cookiescript_copyright {
  display: none;
}
#cookiescript_injected #cookiescript_header {
  font-family: new-spirit, serif;
  text-align: center;
  font-size: 27px;
  color: #672b76;
}
#cookiescript_injected #cookiescript_description {
  font-size: 18px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  line-height: normal;
  margin: 0 0 20px 0;
  color: #000;
}
#cookiescript_injected #cookiescript_accept {
  background: #247348;
  font-family: "DM Sans", sans-serif;
  border: none;
  font-size: 14px;
  border: 1px solid transparent;
  line-height: normal;
  padding: 12px;
}
#cookiescript_injected #cookiescript_accept:hover {
  background: #fff;
  color: #247348;
  border-color: #247348;
}
#cookiescript_injected #cookiescript_reject {
  background: #fff;
  color: #247348;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  line-height: normal;
  border: 1px solid #247348;
  padding: 12px;
}
#cookiescript_injected #cookiescript_reject:hover {
  background: #247348;
  color: #fff;
}
#cookiescript_injected #cookiescript_readmore {
  display: none;
}
#section-1629236807936 .section__overlay {
  z-index: -1;
}
#section-1629052897553 .slick-slide iframe,
#section-1629052897553 .slick-slide img {
  border: 10px solid #d16a3c;
}
@media (min-width: 1550px) {
  body #section-1628865384068 p {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 1400px) {
  #block-1629299223678 .image {
    margin: -50px 0 0 0;
  }
}
@media (max-width: 1200px) {
  #block-1629299223678 .image {
    margin: 0;
  }
  body #section-1628865384068 p {
    font-size: 14px;
  }
  #section-1629236807936 .container .col-12 {
    bottom: 0;
  }
  #section-1630368096590 #block-1631228033042 {
    bottom: 0;
  }
  #section-1629301357717 {
    margin: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body #section-1628865384068 p {
    font-size: 12px;
    line-height: normal;
  }
  #section-1628940861659 .col-4 {
    width: 50%;
  }
  body #section-1629142347952 h3 {
    margin: 40px 0 0;
  }
}
@media (min-width: 1200px) {
  body #section-1628865384068 .sizer {
    padding-top: 70px;
  }
  #section-1628943583971 .row {
    padding: 0 50px;
  }
  #section-1629301357717 .row {
    padding: 0 50px;
  }
  #section-1628943583971 .row:before {
    top: 55px;
    left: 0;
    height: 150px;
    width: 150px;
  }
  #section-1629002311104 h2.green-highlight {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  #section-1630368096590 .col-8 h2.green-highlight {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .card__text {
    font-size: 17px;
    color: #000;
  }
  body #block-1629299223678 .block {
    overflow: visible;
    max-width: none;
    width: 38vw;
  }
  body #section-1628865384068 .row {
    align-items: flex-start;
  }
  body #section-1628865384068 h3.green {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.2;
  }
  #block-1629299223678 .image {
    overflow: visible;
    position: relative;
  }
  body #block-1629142885390 {
    position: relative;
    margin: -280px 0 0 0;
  }
  body #section-1628865384068 .sizer {
    padding-bottom: 0;
  }
  body #section-1629142347952 .sizer {
    padding: 0;
  }
  body #section-1629142347952 {
    position: relative;
    margin: -80px 0 0 0;
  }
  body #section-1629142347952 h3 {
    margin: 0;
    font-size: 22px;
    line-height: normal;
  }
  body #block-1629477810977 {
    padding: 0;
  }
  body #section-1628940861659 .sizer {
    padding-top: 50px;
  }
  body #section-1628940861659 {
    background-position: bottom 0 right 0;
  }
  #block-1628941011928 .block {
    padding-left: 0;
    padding-right: 150px;
  }
  #block-1628941011928 .block h3 {
    margin-top: 0;
    font-size: 20px;
    text-align: left;
    line-height: normal;
  }
  #block-1628941011928 .block h3.pur {
    font-size: 28px;
    width: auto;
    float: none;
    display: table;
  }
  #block-1628941011928 h2.purple-highlight {
    background: #672b76;
    font-size: 35px;
  }
  #block-1628941011928 h4 {
    font-size: 20px;
    margin: 15px 0 30px 0;
  }
  body #block-1628941011928 .block {
    padding-left: 0;
    padding-right: 0;
  }
  body #block-1628941011928 .block p {
    max-width: 380px;
    color: #000;
    text-align: left;
  }
  .slick-slide .eco img {
    max-width: 125px;
    margin: 0 auto;
  }
  body #section-1628943583971 .sizer.sizer--full {
    padding-top: 0;
  }
  body #block-1630011343259_0 {
    padding-bottom: 0;
  }
  p.lead.green {
    max-width: 215px;
  }
  .h2,
  h2 {
    font-size: 45px;
  }
  body #section-1628865384068 p {
    font-size: 17px;
  }
  #section-1628885533952 .col-12 {
    display: none;
  }
  #section-1628885533952 {
    position: relative;
  }
  #section-1628885533952:before {
    content: "";
    position: absolute;
    background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/giYMmP7lQt4egBNBmw2w_bottom-new.png);
    bottom: -70px;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    background-size: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #section-1628885533952:before {
    bottom: -90px;
  }
}
@media (max-width: 767px) {
  body .card__image {
    padding: 0;
    margin: 0 0 20px 0;
  }
  div#section-1630011343260 {
    margin: -30px;
  }
  #section-1628943583971 .row:before {
    top: 60px;
    left: 15px;
    height: 50px;
    width: 50px;
  }
  h1.entry-title.title_list_prop {
    display: none;
  }
  .prop_social_share {
    margin-right: 25px;
  }
  body #block-1629299141158 {
    padding: 0;
  }
  #section-1628943583971 p.lead {
    margin: 0;
    color: #000 !important;
  }
  #section-1628943583971 .footer__body .card__footer {
    margin: 0;
  }
  #section-1629301357717 .card__text p {
    margin: 0;
    text-align: center;
  }
  #section-1628865384068 #block-1629299141158 .image__image {
    top: 0;
    float: none;
    width: 120px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
  }
  #section-1628940861659 .teal + .teal {
    margin-bottom: 20px;
  }
  #section-1628943583971 p.lead + p {
    max-width: 100%;
  }
  body #section-1629052897553 {
    padding-bottom: 0;
    margin-top: 150px;
  }
  #section-1628943583971 .scrollDots {
    margin: -28px 0 0 -3px;
  }
  #section-1629142347952 h3 {
    margin: 10px 0 0 0;
    font-size: 12px;
  }
  body #section-1629142347952 .sizer {
    padding-top: 0;
  }
  body #section-1628940861659 .sizer {
    padding-bottom: 0;
  }
  body #block-1629052897553_0,
  body #section-1629052897553 .slick-track {
    padding-top: 0;
  }
  body #block-1629491071255 {
    padding-bottom: 0;
  }
  body #section-1628865384068 {
    background: no-repeat;
  }
  body #section-1628865384068 .sizer {
    padding-bottom: 0;
    padding-top: 10px;
  }
  #section-1629301357717 .row:before {
    right: 0;
    top: 35px;
    z-index: 999;
  }
  #section-1629052897553 #block-1629052897553_0 {
    margin: -40px 0 0 0;
  }
  body #section-1629236807936 .sizer {
    padding-bottom: 200px;
    padding-top: 80px;
  }
  body #section-1629042418806 .row:before {
    top: -45px;
    left: 0;
    height: 50px;
    width: 50px;
  }
  .scrollDots {
    margin: -30px 0 0 -3px;
  }
  #section-1628975511027 .sizer .row {
    padding-bottom: 40px;
  }
  body #section-1628975899620 .sizer {
    padding-top: 0;
  }
  body #section-1629052897553 .slick-track {
    padding-bottom: 20px;
  }
  body #section-1628940861659 {
    background-position: bottom 0 right 0;
    padding-bottom: 40%;
  }
  body #block-1629299141158 .block,
  body #block-1629299141158 .image {
    display: none;
  }
  .introduction-view h3.pur {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  #section-1628943583971 h2.teal {
    margin-bottom: 0;
  }
  div#section-1629141393685 {
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/themes/2151684536/settings_images/835a54-f452-36e0-30be-ea44e6cbc740_mobile_footer_image.png);
    background-position: bottom;
  }
  body #section-1628940861659 .row {
    flex-direction: row;
  }
  #section-1628940861659 #block-1628940954880 .image {
    padding: 30px;
  }
  #section-1628940861659 .introduction-view h3 + p {
    display: none;
  }
  .upcoming-workshop-mobile {
    display: block;
    margin: 0 0 20px 0;
  }
  #section-1629052897553 .slick-dots {
    margin: 0 0 30px 0;
  }
  .h2,
  h2 {
    font-size: 25px;
  }
  div#section-1628975511027 {
    background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/QJF86Eu8Swuyljwylv4y_2.png);
  }
  body #section-1628975511027 .sizer {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  div#section-1629236807936 {
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/themes/2151684536/settings_images/5e2c7c6-03c5-07b4-c2-3e4f55bf443e_sage_wave_short_block_2.png);
    background-position: top;
  }
  #section-1629236807936 .container .col-12 {
    bottom: -15px;
  }
  #block-1628941483617 .image {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #block-1628941011928 .btn {
    margin: 0 0 50px 0;
  }
  #section-1628940861659 .introduction-view h3 {
    line-height: normal;
    margin-bottom: 0;
  }
  .card.course p {
    margin-top: 10px;
  }
  body #block-1629491071255 .image__image {
    width: 70%;
    margin: 0 auto;
  }
  body #section-1629052897553 .sizer {
    padding-top: 40;
  }
  #section-1628984731576 p {
    margin: 0;
  }
  #section-1628975899620 {
    background-size: 50%;
  }
  body #section-1606258505758 .section__overlay::before {
    bottom: -90px;
    background-position: left;
  }
  #section-1629142347952 h3 img {
    height: auto !important;
    max-width: 60px;
    margin: 0 5px;
  }
  #section-1629142347952 .eco-slider .slick-slide .eco {
    padding: 0 5px;
  }
  #section-1628943583971 .col-4 .block,
  #section-1629301357717 .col-3 .block,
  .col-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .card__text p {
    font-size: 18px;
    line-height: normal;
  }
  #section-1628885533952 .col-12 {
    display: block;
  }
  #section-1628885533952 .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  #section-1628885533952 .col-8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  #section-1628885533952 .col-12 {
    padding: 0;
  }
  div#section-1628885533952 {
    background: 0 0;
  }
  body #section-1628885533952 .sizer {
    padding-top: 0;
    padding-bottom: 0;
  }
  #section-1628984731576 {
    background-size: 40%;
  }
  #section-1629301357717 {
    margin: 30px 0 0 0;
  }
  div#section-1630368096590:before {
    height: 115px;
  }
}
@media (max-width: 480px) {
  #section-1630368096590 .col-8 h2.green-highlight {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  #block-1629491071255 .image {
    margin: 0 0 -30px 0;
  }
}
@media (max-width: 370px) {
  #section-1629142347952 h3 img {
    max-width: 35px;
    margin: 0 2px;
  }
  #section-1629142347952 h3 {
    font-size: 11px;
  }
}
.header .header__container .header__block .link-list .link-list__link {
  font-weight: 600;
}
@media (max-width: 991px) and (min-width: 768px) {
  .header .header__container {
    padding: 0 20px;
  }
  .header__content--desktop .header__block {
    margin: 0 0 !important;
  }
  .header__content--desktop .header__block--dropdown a,
  .header__content--desktop .header__block--menu a {
    font-size: 12px;
    padding: 30px 10px !important;
  }
  #block-1630213817235 .link-list .link-list__link:nth-child(1) {
    margin-right: 0;
  }
  body #section-1628865384068 p {
    font-size: 10px;
    line-height: normal;
  }
  #section-1628940861659 .col-4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .header .header__container .header__block .link-list .link-list__link {
    width: auto;
  }
  .header .header__container {
    justify-content: space-between;
    position: static;
  }
  .header .header__container .dropdown__menu {
    background-color: #afbf75 !important;
    display: flex;
    left: 0 !important;
    right: 0;
    top: 100%;
    justify-content: center;
  }
  .header .header__container .header__switch-content.header__spacer {
    display: none;
  }
  .header .header__content--desktop {
    padding: 0;
    position: relative;
  }
  .header .dropdown__menu .dropdown__item a {
    color: #fff !important;
  }
  .header .dropdown__menu .dropdown__item a:hover {
    color: #247348 !important;
    text-decoration: underline;
    background: 0 0;
  }
  .header .dropdown {
    position: static !important;
  }
  .header,
  .header .link-list__link {
    font-size: 14px !important;
    font-weight: bolder;
  }
  .header .logoright .dropdown__trigger {
    padding: 30px 20px;
  }
  #block-1630213119094 .dropdown__trigger,
  #block-1631637261482 a.link-list__link,
  .header .logoright .dropdown__trigger:hover {
    background: #b2c277;
    filter: brightness(100%);
  }
  #block-1630213817235 .link-list .link-list__link:nth-child(1) {
    margin-right: 14px;
  }
  .header .link-list__link {
    padding: 30px 20px;
  }
  .header__wrap .logoleft {
    display: flex;
    align-items: center;
  }
  .header .dropdown:hover .dropdown__menu {
    display: flex !important;
    opacity: 1 !important;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 991px) and (min-width: 768px) 
{
	#section-1629052897553 #block-1629052897553_0 {width: 100%;}
	
	#block-1628984731576_0 {width: 100%;}
	
	body #section-1630011343260 {margin: -70px 0 0 0;}
}



@media (max-width: 767px) {
  .col-4.block-type--cta {
    padding: 0;
  }
  .header__content--mobile .dropdown .dropdown__menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header__content--mobile .dropdown.dropdown--open .dropdown__menu {
    height: auto;
    opacity: 1;
    visibility: inherit;
    left: 0 !important;
  }
  .header__content.header__content--mobile .header__switch-content {
    padding-left: 30px;
  }
  .header__content--mobile .dropdown__item a {
    margin: 0;
    padding: 8px 10px !important;
  }
  .header__content--mobile .link-list__link {
    display: block;
    margin: 0;
    padding: 8px 0 !important;
  }
  .header__content--mobile .dropdown__trigger {
    display: block !important;
    padding: 8px 0;
  }
  .dropdown__item a,
  .header a.link-list__link,
  .header__content--mobile {
    overflow-x: hidden;
    text-align: left !important;
  }
  #section-1606258505758 .row {
    padding: 40px 0;
    margin: -40px 0 0 0;
  }
  #section-1606258505758 h1 {
    max-width: 250px;
    margin: 0 auto;
  }
  #section-1606258505758 h3 {
    max-width: 200px;
    margin: 40px auto;
  }
  #section-1606258505758 .col-4 {
    padding-top: 0;
  }
  #section-1606258505758 .col-4 a.btn {
    margin-top: 0;
  }
  #block-1628865624708 .block h3.green {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 20px;
  }
  .header {
    padding: 15px 0;
  }
  body #block-1629491071255 {
    margin: -100px 0 0 0;
  }
  #section-1628984731576 h4 {
    font-size: 18px;
  }
  body #block-1629236807936_0 {
    margin-top: 40px;
  }
}
