.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #452157;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom: 2px solid #c51a7e;
  background-color: #fff;
}

.hero-overlay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40vh;
  max-height: none;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Image--one--1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-overlay.hero-about {
  background-image: url('../images/About-BG-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-overlay.hero-services {
  background-image: url('../images/Services-BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-overlay.hero-sandtray {
  background-image: url('../images/Sandtray-BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-overlay.hero-fff {
  background-image: url('../images/FFF-BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-overlay.hero-contact {
  background-image: url('../images/Contact-BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.centered-container {
  max-width: 700px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading {
  display: none;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fdfaf4;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: none;
  background-clip: border-box;
}

.heading.light-bg {
  background-color: transparent;
  color: #c51a7e;
}

.paragraph {
  padding-top: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Dancing Script', sans-serif;
  color: #452157;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  background-clip: border-box;
}

.learn-more-div {
  display: none;
  margin-top: 169px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  opacity: 0.85;
}

.link-block {
  padding-top: 5px;
}

.body {
  background-color: #fff;
}

.intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
}

.main-contain {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block {
  display: block;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-div {
  margin-top: 40px;
  margin-bottom: 60px;
}

.about-div.about-page {
  width: auto;
  margin-top: 80px;
}

.paragraph-3 {
  max-width: 450px;
  text-align: left;
}

.image {
  max-width: 350px;
  border-radius: 70px 70px 70px 0px;
  box-shadow: 0 0 20px 0 rgba(70, 70, 70, 0.3);
}

.img-text-combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-text-combo.service-2 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.img-text-combo.services-combi-mobile {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.img-text-combo.about-combo {
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.paragraph-text {
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-text.intro-text {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.paragraph-text.paragraph-left-combo {
  max-width: 350px;
  margin-bottom: 40px;
}

.paragraph-text.quote {
  padding-bottom: 10px;
  line-height: 26px;
  text-align: center;
}

.paragraph-text.paragraph-individual {
  max-width: 350px;
  margin-bottom: 40px;
}

.paragraph-text.paragraph-individual.paragraph-sandtray {
  max-width: 550px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-text.paragraph-about {
  width: auto;
  max-width: 750px;
  color: #452157;
}

.paragraph-text.paragraph-reason {
  max-width: 1220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.paragraph-text.center {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-text.quote-intro {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Dancing Script', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.paragraph-text.quote-intro.bobbi-quote {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.heading-1 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-size: 28px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
}

.heading-1.left {
  max-width: none;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
}

.heading-1.align-left {
  text-align: left;
}

.div-block-3 {
  padding-right: 40px;
}

.button {
  margin-top: 0px;
  padding: 10px 22px 7px;
  border: 2px solid #c51a7e;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #c51a7e;
  color: #fff;
}

.button.button-cta {
  border-color: #fff;
  color: #fff;
  cursor: pointer;
}

.button.button-cta:hover {
  background-color: #fff;
  color: #452157;
}

.button.button-nav {
  margin-top: 7px;
  margin-left: 20px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #c51a7e;
}

.button.button-nav:hover {
  background-color: #c51a7e;
  color: #fff;
  font-weight: 700;
}

.button.button-cta-other {
  border-color: #f46036;
  color: #f46036;
}

.button.button-cta-other:hover {
  background-color: #f46036;
  color: #fff;
}

.button.orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  border-color: #f8a321;
  color: #f8a321;
}

.button.orange:hover {
  background-color: #f8a321;
  color: #fff;
}

.button.download-button {
  border-color: orange;
  color: orange;
}

.button.download-button:hover {
  background-color: orange;
  color: #fff;
}

.quote-div {
  margin-top: 20px;
}

.quote-div.quote-intro-div {
  margin-top: 40px;
}

.quote-div.margin-bottom {
  display: none;
  margin-bottom: 80px;
}

.text-block {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}

.line-section {
  height: 100px;
}

.text-block-2 {
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.line-div {
  width: 2px;
  height: 100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: #000 #000 #000 #c51a7e;
  border-radius: 9px;
}

.title-uppercase {
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-5 {
  margin-top: 20px;
}

.heading-2 {
  margin-top: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-weight: 900;
}

.heading-2.heading-cta {
  color: #fff;
  text-align: left;
}

.bg-design-image {
  position: absolute;
  left: -21%;
  top: 117%;
  right: 4px;
  bottom: 0%;
  z-index: -1;
  display: none;
  height: 700px;
  background-image: url('../images/Design-BG.png');
  background-position: 0px 0px;
  background-size: 700px;
  background-repeat: no-repeat;
  opacity: 0.11;
}

.services-div {
  margin-top: 40px;
}

.services-div.sandtray-about-section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.services-div.margin-bottom {
  margin-bottom: 80px;
}

.paragraph-4 {
  text-align: left;
}

.service-image-2 {
  max-width: 350px;
  border-radius: 72px 72px 0px;
  box-shadow: 0 0 20px 0 rgba(70, 70, 70, 0.3);
}

.service-image-2.border-2 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 70px;
}

.div-block-6 {
  margin-right: 60px;
  margin-left: 60px;
}

.heading-3 {
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 24px;
}

.heading-3.hide {
  display: none;
}

.bg-design-image-2 {
  position: absolute;
  left: 74%;
  top: -108px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
  background-image: url('../images/Design-BG-2.png');
  background-size: 750px;
  background-repeat: no-repeat;
  opacity: 0.11;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-design-image-2.bg-design-image-other-pages {
  left: 14%;
  top: -140px;
  right: 3%;
  height: 750px;
  margin-top: -318px;
  float: right;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 300px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #452157;
}

.cta.cta-other {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/CTA-BG.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/CTA-BG.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cta.download-files {
  display: none;
  background-color: rgba(248, 163, 33, 0.1);
}

.text-block-3 {
  max-width: 425px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.text-block-3.text-cta-other {
  color: #452157;
}

.text-block-3.download-text {
  color: orange;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1280px;
  min-width: 991px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-cta {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-weight: 900;
}

.heading-cta.h-cta-other {
  color: #f46036;
}

.heading-cta.downlaod {
  color: orange;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8.download-forms-div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2.link-cta-other {
  color: #452157;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fdfaf4;
  text-align: center;
}

.footer.footer-other {
  background-color: #452157;
}

.footer-flex-container {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr 0.75fr;
  grid-template-columns: 1fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  margin-left: -10px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-image:hover {
  opacity: 0.6;
}

.footer-image.footer-image-other {
  margin-left: -10px;
}

.footer-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 16px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.footer-link-other {
  color: #fff;
}

.text-block-4 {
  margin-top: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 12px;
}

.text-block-4.copywrite-other {
  color: #fff;
}

.footer-motto {
  display: none;
  margin-top: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  line-height: 26px;
}

.footer-motto.text-footer-other {
  max-width: 75%;
  color: #fff;
}

.footer-description {
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
}

.footer-description.footer-description-other {
  color: #fff;
}

.container {
  padding-top: 20px;
  padding-bottom: 10px;
}

.nav-link {
  display: inline-block;
  -webkit-transition: opacity 200ms ease, color 300ms ease;
  transition: opacity 200ms ease, color 300ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #c51a7e;
  text-decoration: none;
}

.nav-link.w--current {
  color: #c51a7e;
}

.nav-link.service-mobile {
  display: none;
}

.nav-link.dropdown-nav {
  display: none;
}

.text-block-6 {
  position: absolute;
  top: 1458.27px;
  right: 1102.66px;
  z-index: -1;
  opacity: 0.26;
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-size: 60px;
  font-weight: 800;
  text-align: left;
}

.text-block-6.quotation--right {
  right: 349.66px;
}

.text-block-7 {
  position: absolute;
  top: 2759.72px;
  right: 1102.36px;
  opacity: 0.25;
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-size: 60px;
}

.text-block-7.quotation-bottom-right {
  right: 358.36px;
}

.quotation-left {
  position: relative;
  left: auto;
  top: 17px;
  z-index: -1;
  opacity: 0.25;
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-size: 60px;
}

.quotation-right {
  position: relative;
  left: auto;
  top: 20px;
  opacity: 0.25;
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-size: 60px;
}

.image-3 {
  display: none;
  margin-top: 20px;
}

.div-block-9 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 750px;
}

.image-4 {
  position: static;
  overflow: hidden;
  max-width: 50%;
  margin-top: 166px;
  margin-left: 920px;
  padding-left: 0px;
}

.logo-block {
  margin-top: -6px;
  padding-bottom: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.logo-block:hover {
  opacity: 0.6;
}

.footer-logo-container {
  padding-top: 25px;
}

.body-2 {
  background-color: #fff;
}

.image-5 {
  overflow: hidden;
  max-height: 750px;
  max-width: 650px;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.about-reason {
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.about-reason.top-margin {
  margin-top: 40px;
}

.border-paragraph-div {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #f46036 #f46036 #f46036 #c51a7e;
}

.div-block-14 {
  position: absolute;
  z-index: -1;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: none;
  background-image: url('../images/Image--one--1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro-heading {
  position: static;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  text-align: center;
}

.intro-paragraph {
  display: none;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.unstuck-div {
  display: none;
  height: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(248, 163, 33, 0.1);
}

.unstuck-div.hide {
  display: none;
}

.live-moment-block {
  max-width: 850px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #f8a321;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.info-div {
  margin-top: 40px;
}

.info-div.hide {
  display: none;
}

.text-block-9 {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}

.list-services {
  padding-bottom: 15px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  line-height: 32px;
  list-style-type: disc;
}

.list {
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
}

.intro-fff {
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.intro-fff.margin-bottom {
  margin-bottom: 80px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-chart-div {
  margin-top: 60px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #c51a7e;
  border-radius: 40px;
}

.heading-4 {
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 18px;
  text-align: center;
}

.single-session {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  font-weight: 600;
}

.text-block-11 {
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  font-weight: 400;
}

.text-block-12 {
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 16px;
  font-weight: 600;
}

.text-block-13 {
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  font-weight: 600;
}

.text-block-14 {
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
}

.text-block-15 {
  margin-top: 5px;
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 16px;
  font-weight: 600;
}

.text-block-16 {
  margin-top: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
}

.text-block-17 {
  margin-top: 5px;
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-size: 16px;
  font-weight: 600;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-18 {
  margin-top: 20px;
  text-align: center;
}

.faq-title-div {
  margin-top: 60px;
}

.heading-5 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Playfair Display', sans-serif;
  color: #f46036;
  font-weight: 900;
  text-align: center;
}

.div-block-18 {
  max-width: 250px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px none #f46036;
}

.faq-title {
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
}

.heading-contact-info {
  font-family: 'Josefin Sans', sans-serif;
  color: #f8a321;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-19 {
  border: 1px none #000;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-6 {
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-weight: 900;
  text-align: center;
}

.paragraph-5 {
  margin-top: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 16px;
  text-align: center;
}

.form {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.text-field {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: rgba(69, 33, 87, 0.1);
  opacity: 1;
  font-family: 'Josefin Sans', sans-serif;
  color: #452157;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.text-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #452157;
  text-transform: none;
}

.text-field::-webkit-input-placeholder {
  text-transform: none;
}

.text-field:-ms-input-placeholder {
  text-transform: none;
}

.text-field::-ms-input-placeholder {
  text-transform: none;
}

.text-field::placeholder {
  text-transform: none;
}

.select-field {
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: rgba(69, 33, 87, 0.1);
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.body-3 {
  background-color: #fff;
}

.dropdown-toggle {
  height: 70px;
  margin-top: -18px;
  margin-bottom: -31px;
  padding-right: 40px;
}

.dropdown-toggle:hover {
  color: #c51a7e;
  text-decoration: none;
}

.dropdown-toggle.w--open {
  color: #452157;
}

.dropdown-toggle.w--open:hover {
  color: #c51a7e;
}

.dropdown-list {
  padding-top: 25px;
  background-color: #fdfaf4;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dropdown-list.w--open {
  margin-top: 31px;
  padding-top: 0px;
  border-top: 2px solid #f8a321;
  background-color: #fff;
  box-shadow: 8px 8px 14px -5px rgba(37, 37, 37, 0.4);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.icon-2 {
  padding-bottom: 25px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  cursor: pointer;
}

.dropdown-link:hover {
  background-color: #fffbf2;
  color: #c51a7e;
}

.dropdown-link.w--current {
  color: #c51a7e;
}

.text-block-20 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #452157;
}

.text-block-20:hover {
  color: #c51a7e;
}

.bg-design-container {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bg-design-container.bg-design-top {
  height: 600px;
  margin-top: -184px;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0px;
  right: 3%;
  bottom: 0%;
  z-index: -1;
  width: auto;
  height: 600px;
  margin-top: 0px;
  margin-right: -120px;
  margin-left: auto;
  opacity: 0.1;
}

.columns {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.column {
  height: 100%;
}

.bg-design-1 {
  z-index: -1;
  height: 600px;
  margin-top: 2px;
  margin-left: -203px;
  opacity: 0.1;
}

.bottom-space {
  height: 80px;
}

.html-embed {
  margin-bottom: 0px;
}

.link-block-2 {
  margin-top: -10px;
}

.intro-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-20 {
  position: relative;
  display: block;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
}

.div-block-21 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-bottom: 1.5px none rgba(69, 33, 87, 0.4);
}

.body-4 {
  background-color: #fff;
}

.body-5 {
  background-color: #fff;
}

.body-6 {
  background-color: #fff;
}

.asterisk {
  padding-top: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
}

.overlay-animate {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(89%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 89%);
  opacity: 0;
}

.quotation-mark-right {
  position: relative;
  left: -7px;
  top: 14px;
  display: inline-block;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Passion One', sans-serif;
  color: #c51a7e;
  font-size: 85px;
  line-height: 0px;
  font-weight: 400;
}

.quotation-mark-left {
  position: relative;
  left: 18px;
  top: 13px;
  display: inline-block;
  opacity: 0.2;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  font-family: 'Passion One', sans-serif;
  color: #c51a7e;
  font-size: 85px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, #190c20), color-stop(71%, transparent));
  background-image: linear-gradient(90deg, #190c20 21%, transparent 71%);
}

.heading-7 {
  position: relative;
  z-index: 1;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 900;
  text-shadow: 1px 1px 5px #000;
}

.div-block-23 {
  display: none;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-24 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.heading-8 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 129px;
  font-family: 'Dancing Script', sans-serif;
  font-size: 60px;
  text-align: right;
}

.span-text {
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-size: 18px;
  font-weight: 900;
}

.map {
  display: none;
}

.text-block-21 {
  font-family: 'Josefin Sans', sans-serif;
  color: #c51a7e;
  font-weight: 500;
}

.success-message {
  margin-top: 40px;
  border-radius: 15px;
  background-color: rgba(69, 33, 87, 0.1);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.recaptcha {
  margin-bottom: 25px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-26 {
  margin-bottom: 15px;
  font-family: 'Josefin Sans', sans-serif;
}

.heading-9 {
  font-family: 'Playfair Display', sans-serif;
  color: #c51a7e;
  font-weight: 900;
}

.notfound {
  font-family: 'Playfair Display', sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.button-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lottie-animation-2 {
  border: 1px none #000;
  color: #452157;
}

@media screen and (max-width: 991px) {
  .hero-overlay:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Image--one--1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Image--one--1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .heading {
    font-size: 48px;
    text-align: center;
  }
  .paragraph {
    font-size: 30px;
  }
  .img-text-combo.service-2 {
    max-width: 991px;
    min-width: 750px;
  }
  .paragraph-text.center {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-1.left {
    padding-left: 20px;
  }
  .div-block-3 {
    padding-right: 10px;
  }
  .button.button-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bg-design-image {
    left: -44%;
    height: 600px;
  }
  .services-div {
    margin-top: 60px;
  }
  .service-image-2 {
    max-width: 300px;
  }
  .div-block-6 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .cta-contain {
    max-width: 991px;
    min-width: 768px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .image-4 {
    max-width: 65%;
    margin-top: 223px;
    margin-left: 570px;
  }
  .menu-button {
    padding-bottom: 10px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(248, 163, 33, 0.8);
    background-color: #fff;
    text-align: left;
  }
  .icon {
    background-color: transparent;
    color: #452157;
  }
  .body-2 {
    background-color: #fff;
  }
  .intro-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bg-design-container {
    width: 100%;
    margin-top: -80px;
    margin-bottom: 0px;
  }
  .image-6 {
    margin-left: 414px;
  }
  .bg-design-1 {
    position: relative;
    z-index: -1;
    height: 600px;
    margin-right: auto;
    margin-left: -275px;
  }
  .intro-quote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-21 {
    padding-top: 0px;
  }
  .heading-8 {
    padding-right: 0px;
  }
  .utility-page-content {
    width: 60%;
  }
  .lottie-animation {
    width: 25px;
  }
  .lottie-animation-2 {
    position: relative;
    width: 30px;
    color: #452157;
    cursor: pointer;
  }
  .lottie-animation-4 {
    width: 30px;
  }
  .lottie-animation-5 {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }
  .centered-container {
    margin-top: 0px;
  }
  .heading {
    font-size: 42px;
    line-height: 56px;
  }
  .paragraph {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    line-height: 42px;
  }
  .image {
    max-width: 300px;
  }
  .img-text-combo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .img-text-combo.service-2 {
    max-width: 767px;
    min-width: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-text-combo.services-combi-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-text.quote-intro {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-3 {
    padding-top: 20px;
    padding-right: 0px;
  }
  .div-block-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
  }
  .bg-design-image-2 {
    left: 36%;
    height: 700px;
  }
  .text-block-3 {
    padding-bottom: 20px;
    text-align: center;
  }
  .cta-contain {
    max-width: 768px;
    min-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-cta {
    margin-top: 0px;
    text-align: center;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-flex-container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .footer-image {
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-image.footer-image-other {
    margin-left: 0px;
  }
  .footer-heading {
    text-align: center;
  }
  .text-block-4 {
    margin-top: 33px;
    text-align: center;
  }
  .text-block-4.copywrite-other {
    margin-top: 33px;
  }
  .footer-motto {
    text-align: center;
  }
  .nav-link.service-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link.dropdown-nav {
    display: none;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    background-color: transparent;
  }
  .div-block-10 {
    text-align: center;
  }
  .div-block-11 {
    text-align: center;
  }
  .intro-heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-paragraph {
    padding-right: 40px;
    padding-left: 40px;
  }
  .list-services {
    padding-right: 10px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .bg-design-container {
    display: none;
  }
  .div-block-21 {
    max-width: 40%;
    padding-top: 20px;
  }
  .heading-8 {
    padding-right: 0px;
    text-align: center;
  }
  .lottie-animation-4 {
    width: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-overlay {
    height: 30vh;
    padding-bottom: 71px;
  }
  .hero-overlay.hero-about {
    background-image: url('../images/About-BG.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .hero-overlay.hero-services {
    background-image: url('../images/Services-BG.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .hero-overlay.hero-sandtray {
    background-image: url('../images/Sandtray-BG.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .hero-overlay.hero-fff {
    background-image: url('../images/FFF-BG.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .hero-overlay.hero-contact {
    background-image: url('../images/Contact-BG.jpg');
    background-position: 0px 0px;
  }
  .hero-overlay.hero-home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Image--one--1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Image--one--1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .centered-container {
    margin-top: 0px;
    text-align: left;
  }
  .heading {
    font-size: 35px;
    text-align: center;
  }
  .paragraph {
    font-size: 24px;
    text-align: center;
  }
  .learn-more-div {
    display: none;
  }
  .paragraph-text.intro-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-text.paragraph-left-combo {
    text-align: center;
  }
  .paragraph-text.quote {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-text.paragraph-individual {
    margin-bottom: 10px;
    text-align: center;
  }
  .paragraph-text.paragraph-individual.paragraph-sandtray {
    padding-right: 40px;
    padding-left: 40px;
    line-height: 32px;
  }
  .heading-1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg-design-image {
    left: -116%;
    top: 216%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta {
    height: 350px;
  }
  .text-block-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-contain {
    max-width: 479px;
    min-width: 150px;
  }
  .heading-cta {
    margin-top: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-image {
    width: 100%;
    padding-left: 30px;
    text-align: center;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .footer-motto.text-footer-other {
    line-height: 32px;
  }
  .image-4 {
    max-width: 100%;
    margin-top: 351px;
    margin-left: 178px;
  }
  .footer-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-14 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .intro-paragraph {
    padding-right: 40px;
    padding-left: 40px;
  }
  .price-chart-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-10 {
    padding-bottom: 5px;
  }
  .faq-title {
    padding-left: 20px;
  }
  .address-div {
    padding-bottom: 20px;
  }
  .phone-div {
    padding-bottom: 20px;
  }
  .text-block-19 {
    line-height: 24px;
  }
  .flex-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .contact-form-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 5px;
  }
  .paragraph-5 {
    line-height: 26px;
  }
  .bg-design-container {
    display: none;
  }
  .image-6 {
    width: 600px;
  }
  .div-block-25 {
    display: block;
  }
  .utility-page-content {
    width: 75%;
  }
  .lottie-animation-2 {
    border-style: none;
    border-color: #452157;
    background-color: transparent;
    color: #452157;
    background-clip: border-box;
  }
  .lottie-animation-3 {
    width: 5px;
  }
  .lottie-animation-4 {
    width: 30px;
  }
}

#w-node-86f6e0da0c4d-bd454bb2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-0cc73932a805-213f9da8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-5170aa3f0a5a-aa3f0a57 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-86f6e0da0c3d-bd454bb2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-86f6e0da0c41-bd454bb2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-86f6e0da0c45-bd454bb2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-86f6e0da0c49-bd454bb2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}