:root {
  --black: #0d0d0d;
  --turquoise: #32b9c7;
  --gold: #d3b347;
  --gold-tint: #faf6e9;
  --white: #fff;
  --turquoise-tint: #32b9c724;
  --turq-2: var(--turquoise);
  --transparent: transparent;
  --conversion-flow-library--medium-purple\<deleted\|variable-37794173\>: #b16cea;
  --conversion-flow-library--light-coral\<deleted\|variable-34d8b0e8\>: #ff5e69;
  --conversion-flow-library--coral\<deleted\|variable-2e7c752c\>: #ff8a56;
  --conversion-flow-library--sandy-brown\<deleted\|variable-e2c22bfc\>: #ffa84b;
}

.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: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.call-out-text {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 133%;
  display: flex;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-logos-contain.header-2 {
  color: var(--turquoise);
  text-align: left;
  flex-flow: column;
  font-size: 16px;
}

.cf-testimonial-name-position {
  color: var(--turquoise);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  width: auto;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.testimonial {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  width: 360px;
  max-width: 360px;
  padding: 15px 20px;
  position: absolute;
  inset: auto 0% -15% auto;
  box-shadow: 0 10px 20px #0000001a;
}

.testimonial.home-left {
  margin-right: 40px;
}

.cf-hero-right-image {
  margin-left: 30px;
  transition: opacity .2s;
  transform: rotate(0);
  box-shadow: 2px 5px 13px 6px #0003;
}

.cf-image-review-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 627px;
  display: flex;
  position: relative;
  top: 10px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-star-image.testimonial-tp {
  margin-bottom: 20px;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.header-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 0;
  display: flex;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-navigation-logo {
  object-fit: contain;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  color: #fff;
  background-color: #32b9c7;
  border-style: none;
  border-color: #000;
  border-radius: 30px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.button.dark:hover {
  background-color: var(--gold);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.welcome {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.welcome:hover {
  color: var(--turquoise);
}

.corrine-subheading {
  color: var(--gold);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.intro-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.main-paragraph {
  color: #0d0e10e6;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  display: flex;
}

.main-paragraph.bold {
  color: var(--turquoise);
  text-align: center;
  font-weight: 600;
}

.main-paragraph.centralised {
  text-align: center;
}

.main-paragraph.centralised.bold.black {
  color: var(--black);
}

.main-paragraph.minus-20-px {
  margin-top: 0;
}

.sub-heading {
  color: var(--turquoise);
  text-align: center;
  letter-spacing: -.16px;
  width: auto;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 133%;
}

.sub-heading:hover {
  color: var(--gold);
}

.sub-heading.semi-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.sub-heading.add-20px {
  margin-bottom: 35px;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  background-color: var(--gold);
  background-image: none;
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
}

.main-heading {
  color: var(--black);
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.main-heading:hover {
  color: var(--gold);
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-features-section-2 {
  background-color: var(--gold-tint);
}

.cf-footer-link {
  color: var(--black);
}

.energise-link {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.energise-link._15-px {
  margin-top: 20px;
  font-size: 15px;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px #fff3;
  width: 100%;
  padding-top: 0;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--gold);
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cf-footer-left-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 2%;
  display: flex;
}

.cf-footer-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-section {
  background-color: var(--gold);
  color: #fff;
  background-image: url('../images/Corrine-Ebony-watercolour-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}

.section {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 20px;
  display: block;
}

.section.tint-bg {
  background-color: var(--gold-tint);
  height: auto;
}

.section.minus-40-px {
  background-color: var(--turquoise-tint);
  padding-bottom: 0;
}

.section.turq-tint {
  background-color: var(--turquoise-tint);
  background-image: linear-gradient(180deg, var(--turquoise-tint), white);
  flex-flow: column;
  display: flex;
}

.section.minus-section.minus-40-px {
  background-color: var(--white);
}

.section.no-40px {
  padding-top: 0;
}

.section.gradation {
  background-color: var(--turquoise-tint);
  background-image: linear-gradient(180deg, var(--turquoise-tint), white);
  color: var(--turq-2);
}

.cf-flex-1---text-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-top: 40px;
  display: flex;
}

.corrine-image {
  object-fit: contain;
  border-radius: 16px;
  width: 350px;
  max-width: none;
  height: auto;
  box-shadow: 0 10px 20px 1px #0000001a;
}

.image-container {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.element-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-bg {
  background-image: linear-gradient(180deg, var(--turquoise-tint) 56%, white), url('../images/Watercolour2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.body {
  background-color: var(--white);
}

.text-span-2 {
  color: var(--black);
}

.header-section {
  background-color: var(--turquoise-tint);
  background-image: linear-gradient(180deg, var(--turquoise-tint), white);
  height: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block {
  width: 50px;
  height: 50px;
}

.spacer-75px {
  width: 75px;
  height: 75px;
}

.cf-service-heading-2 {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.standard-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-image {
  background-image: url('../images/Corrine-Ebony-Lifecoaching-Servies.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.standard-container {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.standard-container.minus-60-px-top {
  padding-top: 0;
}

.standard-container.turq-tint {
  background-color: var(--transparent);
  flex-flow: row;
}

.cf-flex-1---image-1 {
  vertical-align: bottom;
  object-fit: contain;
  border-radius: 16px;
  width: 423px;
  max-width: 480px;
  height: 668.211px;
}

.cf-flex-1---image-3 {
  background-color: var(--white);
  opacity: 1;
  object-fit: fill;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 435px;
  height: 104.242px;
  display: flex;
  position: absolute;
  inset: auto -15% 5% auto;
  box-shadow: 0 24px 94px #1111112e;
}

.cf-flex-1---text-contain-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-contain {
  justify-content: flex-start;
  align-items: stretch;
  width: 45%;
  height: auto;
  display: flex;
  position: relative;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph-3 {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.divider {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-div {
  background-color: var(--gold-tint);
  border-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.image-div.about-image-1 {
  background-image: url('../images/Corrine-Ebony-Lifestyle-Coach-Practioner.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: static;
}

.image-div.about-image-2 {
  background-image: url('../images/Corrine-Ebony-Lifestyle-Coach-London-Wellbeing-Support-Health-Happiness.jpg');
  background-position: 50%;
  background-size: cover;
}

.box-text {
  color: var(--turquoise);
  text-align: center;
  font-weight: 500;
  display: flex;
}

.section-6 {
  background-color: var(--white);
  height: auto;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-features-section-2-image-wrapper-2 {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-service-number-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap-3 {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap-3.cf-absolute {
  background-color: var(--gold);
  background-image: none;
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-features-section-2-grid-cell-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell-3.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-service-image-2 {
  border-radius: 16px;
  width: 286.664px;
}

.button-2 {
  background-color: var(--turquoise);
  border-radius: 12px;
}

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

.about-image-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cf-wrapper-1200px-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-content-wrapper.pricing-3-content {
  max-width: 245px;
  margin-bottom: 0;
  margin-right: 10px;
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-secondary-button {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--turquoise);
  color: #fff;
}

.cf-secondary-button.white-button:hover {
  background-color: var(--white);
  color: var(--turquoise);
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple\<deleted\|variable-37794173\>), var(--conversion-flow-library--light-coral\<deleted\|variable-34d8b0e8\>) 38%, var(--conversion-flow-library--coral\<deleted\|variable-2e7c752c\>) 73%, var(--conversion-flow-library--sandy-brown\<deleted\|variable-e2c22bfc\>));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price.pricing-3-price {
  background-color: var(--turquoise);
  color: var(--white);
  background-image: none;
  margin-bottom: 0;
  font-size: 45px;
}

.cf-pricing-plan-price.pricing-3-price.white {
  background-color: var(--white);
}

.cf-pricing-plan-price.pricing-3-price.white:hover {
  background-color: var(--gold);
}

.cf-pricing-3-box-plan-block {
  border-right: 1.5px solid var(--turquoise);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.cf-pricing-3-box-plan-block.white-line {
  border-right-color: var(--white);
}

.cf-price-box {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  height: 250px;
  margin-top: 80px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  box-shadow: 0 10px 100px #0000001a;
}

.cf-price-box.turquois {
  background-color: var(--turquoise);
  margin-top: 80px;
  padding-top: 0;
}

.cf-price-box.top, .cf-price-box.top-box {
  margin-top: 0;
}

.cf-pricing-price-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-titles {
  color: var(--turquoise);
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-titles:hover {
  color: var(--gold);
}

.pricing-titles.white-text {
  color: var(--white);
}

.pricing-titles.white-text:hover {
  color: var(--gold);
}

.cf-pricing-price-container {
  border-top: 1px solid #002e2433;
  border-bottom: 1px solid #002e2433;
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-price-container.pricing-3-price-container {
  border-style: solid none;
  border-width: 1.5px 1px;
  border-color: var(--gold);
}

.cf-pricing-price-container.pricing-3-price-container.wht {
  border-top-color: var(--white);
  border-bottom-color: var(--white);
}

.cf-pricing-3-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.cf-pricing-3-blocks-wrapper.pricing-box-5 {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.cf-pricing-plan-amount-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-description {
  color: #0b141fb3;
  text-align: center;
  max-width: 270px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cf-image.contain {
  object-fit: contain;
}

.cf-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-nav-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.cf-testimonial-text-wrapper {
  margin-top: 0;
  display: flex;
}

.cf-testimonial-person-image {
  transform-origin: 50%;
  background-image: url('../images/julian-wan-WNoLnJo7tS8-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
}

.cf-testimonial-person-image.cf-slide-author.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/imansyah-muhamad-putera-KchIV_GDy6U-unsplash.jpg');
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/Image-15.png');
}

.cf-testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/Image-min-3.png');
}

.cf-testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author1 {
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
  width: 38px;
  height: 38px;
}

.cf-testimonial-person-image.slide-author1.current {
  background-image: url('../images/joanna-nix-walkup-h2pnXHMz8YM-unsplash.jpg');
  width: 80px;
  height: 80px;
}

.cf-testimonial-slider-mask {
  background-color: var(--gold-tint);
  height: auto;
  padding-top: 70px;
}

.cf-testimonial-slide {
  text-align: center;
  border-radius: 18px;
  height: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cf-testimonial-slider-arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 11px;
  display: flex;
}

.cf-testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.cf-testimonial-person-designation-text.slide-current-author {
  width: 200%;
  display: block;
}

.testimonial-person-images-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cf-testimonial-person-name-text.slide-current-author {
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.cf-testimonial-slider-content-wrapper {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px #b1b6c940;
}

.cf-testimonial-slider-right-arrow {
  background-color: var(--turquoise);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  right: 10%;
}

.cf-testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.cf-testimonial-arrow {
  z-index: 80;
  background-color: #fff;
  width: 30px;
  height: 40px;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-45deg);
}

.cf-testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.cf-testimonial-person.slide-current-author {
  justify-content: center;
  max-width: 100px;
}

.cf-testimonial-slider-left-arrow {
  background-color: var(--turquoise);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  left: 10%;
}

.hide {
  display: none;
}

.cf-testimonial-container {
  background-color: var(--turquoise-tint);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850.844px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1.5px solid var(--turquoise);
  background-color: var(--transparent);
  border-radius: 20px;
  height: 38px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.text-field.message {
  height: 150px;
  margin-bottom: 40px;
}

.outer-image-div {
  background-color: #fff;
  border: 2.5px solid #09344a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 945px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.outer-image-div.blur-edge {
  border-style: none;
  border-color: var(--gold);
  border-radius: 20px;
  margin-bottom: 90px;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 20px #0003;
}

.form {
  flex-flow: column;
  display: flex;
}

.section-1 {
  color: #000;
  background-image: url('../images/Corrine-Ebony-Life-Coach-UK-Near-Me-Stress-Management.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: auto;
  min-height: 100px;
  padding: 50px 20px;
}

.section-1.bg-image {
  background-image: none;
  margin-bottom: 0;
}

.contact-div {
  width: 100%;
  height: auto;
}

.field-label-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-1 {
  border: 2.5px solid var(--gold);
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-top: 60px;
  font-size: 20px;
  display: flex;
}

.map-container {
  max-width: none;
}

.map-div {
  height: 450px;
}

.navigation-bar {
  z-index: 999;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 75px;
  margin: 0 auto 20px;
  padding: 20px 0;
  line-height: 18px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-wrapper {
  background-color: var(--white);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #cec081;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link:active {
  font-weight: 700;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.nav-link.w--current:active {
  color: #cec081;
  font-weight: 700;
}

.nav-wrap {
  background-color: var(--turquoise-tint);
  background-image: linear-gradient(180deg, var(--turquoise-tint) 100%, white);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 130px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 0 2px 14px #0003;
}

.contact-button {
  background-color: var(--gold);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  display: flex;
}

.contact-button:hover {
  background-color: var(--turquoise);
}

.divider-section {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.trust-pilot-logo {
  margin-top: 15px;
}

.newsletter-wrap {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.newsletter-form {
  width: auto;
  max-width: none;
}

.submit-button {
  background-color: var(--gold);
  width: 100px;
  height: 40px;
  margin-top: 40px;
}

.form-block {
  width: 50%;
}

.text-field-2, .text-field-3 {
  border: 1px solid var(--gold);
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.spacer-25-px {
  width: 25px;
  height: 25px;
}

.trust-pilot {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faqs-image {
  background-image: url('../images/Corrine-Ebony-Life-Coach-UK-Near-Me-Stress-Management.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.contact-image {
  background-image: url('../images/Corrine-Ebony-Health--Wellbeing.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: static;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.proverb-text {
  margin-top: 20px;
  font-size: 16px;
}

.italic-text {
  font-style: normal;
}

.privacy-policy {
  color: var(--black);
  font-weight: 600;
}

.contact-section {
  background-color: var(--turquoise-tint);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.contact-container {
  width: 450px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
}

.second-headline {
  color: #919191;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.second-headline.white {
  color: var(--black);
}

.divider-2 {
  background-color: #74d5cb;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 433px;
  height: 1.2px;
  display: flex;
}

.divider-2.white {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  width: 450px;
  display: flex;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-3 {
  background-color: #74d5cb;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 433px;
  height: 1.2px;
  display: flex;
}

.divider-3.white {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  width: 450px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .sub-heading {
    text-transform: uppercase;
  }

  .cf-footer-section, .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-bg {
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .body {
    align-items: stretch;
  }

  .standard-wrap {
    padding-top: 0;
  }

  .section-image {
    background-color: var(--turquoise);
    background-image: url('../images/Corrine-Ebony-Lifecoaching-Servies.jpg'), url('../images/Blossom.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
    height: 300px;
  }

  .cf-testimonial-container {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .outer-image-div {
    max-width: none;
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .header-title {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    max-width: 700px;
  }

  .main-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .section {
    height: auto;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .image-container {
    width: 100%;
    max-width: 500px;
  }

  .element-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-flex-1---wrapper, .standard-wrap {
    padding-top: 140px;
  }

  .cf-flex-1---image-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-flex-1---text-contain-2 {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-18px-paragraph-3 {
    max-width: none;
    margin-bottom: 0;
  }

  .box-text {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .cf-features-section-2-grid-2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .cf-price-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .cf-pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-nav-wrapper {
    flex-direction: column;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .cf-testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .cf-testimonial-container {
    margin-top: 0;
  }

  .navigation-bar {
    justify-content: space-between;
  }

  .navbar-wrapper {
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 35px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 12px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: #fff;
  }

  .icon {
    color: var(--black);
    text-align: left;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .contact-section {
    justify-content: flex-start;
    align-items: center;
  }

  .divider-2, .divider-3 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .call-out-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .header-title {
    font-size: 50px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .button {
    text-align: center;
  }

  .main-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .sub-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    justify-items: center;
  }

  .main-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .corrine-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .cf-service-heading-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .standard-wrap {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---image-3 {
    right: 0%;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper.pricing-3-content {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-3-box-plan-block {
    border-bottom: 1px solid #002e2433;
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-price-box {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .cf-testimonial-slider-right-arrow, .cf-testimonial-slider-left-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-testimonial-section-4 {
    overflow: hidden;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .divider-2, .divider-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .testimonial {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-title {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-navigation-logo.mobile {
    width: 200px;
  }

  .button {
    margin-bottom: 10px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .corrine-image, .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---image-3 {
    width: 90%;
  }

  .cf-flex-1---text-contain-2 {
    margin-top: 60px;
  }

  .cf-18px-paragraph-3 {
    font-size: 16px;
  }

  .cf-features-section-2-image-wrapper-2 {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-icon-wrap-3 {
    margin-bottom: 16px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .cf-price-box {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-titles {
    font-size: 38px;
  }

  .cf-pricing-3-blocks-wrapper {
    display: flex;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description {
    font-size: 16px;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .cf-testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-bar {
    flex-flow: column;
  }

  .navbar-wrapper {
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .menu-button {
    height: auto;
    margin-left: 0;
    padding: 0;
  }

  .icon {
    width: 50px;
    margin-top: 0;
    margin-left: auto;
  }

  .link-block-2 {
    width: 264px;
  }

  .link-block-2.w--current {
    width: auto;
    margin-bottom: 20px;
  }

  .contact-button {
    margin-top: 20px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .contact-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider-2 {
    width: 100%;
    max-width: 100%;
  }

  .divider-2.white {
    max-width: 100%;
  }

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

  .divider-3.white {
    max-width: 100%;
  }
}

#w-node-_1e67d4cc-5e2a-5deb-9fd4-de77ba32f7a9-f81b5bbf, #w-node-_1e67d4cc-5e2a-5deb-9fd4-de77ba32f7b1-f81b5bbf, #w-node-ce0b7c60-905b-cb4c-98a6-42456df1c423-f81b5bbf, #w-node-_563a362f-2e5e-8fbb-d8b4-6dc9f414ae97-dddbbe7c, #w-node-_563a362f-2e5e-8fbb-d8b4-6dc9f414ae9d-dddbbe7c, #w-node-_07882146-ba81-e98b-569e-713df7d7331e-dddbbe7c, #w-node-_79522b24-71a1-87fd-6884-48e384f700ec-dddbbe7c, #w-node-_79522b24-71a1-87fd-6884-48e384f700f4-dddbbe7c, #w-node-_1725cce9-67e5-2c48-0d2d-29744d0db318-dddbbe7c, #w-node-c62fd241-dbdf-209c-49f7-e814babeb71c-2885ddeb, #w-node-c62fd241-dbdf-209c-49f7-e814babeb727-2885ddeb, #w-node-c62fd241-dbdf-209c-49f7-e814babeb735-2885ddeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


