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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kiona, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'Futura book font', sans-serif;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  font-size: 13px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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: left;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-contact {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #ebdcdc;
}

.button {
  padding: 20px 50px;
  border-radius: 30px;
  background-color: #e98d8f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: 'Futura book font', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border: 1px none #fff;
  background-color: #2e2d2c;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 0px solid #000;
  opacity: 0.6;
  font-family: 'Futura bt', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #e98d8f;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  font-family: 'Futura bt', sans-serif;
  color: #ddb0b0;
  font-size: 18px;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #e98d8f;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 15px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2d2c;
}

.navigation:hover {
  color: #fff;
}

.logo-image {
  position: static;
  z-index: -39;
  display: block;
  max-height: 115px;
  margin-bottom: 0px;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
}

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -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;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -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;
  background-color: #2e2d2c;
  color: #000;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: 0.9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  padding-top: 10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.personal-features-grid {
  margin-bottom: 110px;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.speaking-text {
  display: inline-block;
  margin-right: 8px;
}

.speaking-text.cc-past-speaking {
  opacity: 0.6;
}

.speaking-detail {
  display: inline-block;
  opacity: 0.6;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-overview-grid {
  margin-top: 120px;
  margin-bottom: 135px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto;
  grid-template-rows: auto auto;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  margin: 140px auto 200px;
  text-align: center;
}

.email-link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.email-link:hover {
  opacity: 0.8;
}

.email-link:active {
  opacity: 0.7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  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;
}

.protected-heading {
  margin-bottom: 30px;
}

.home-welcome {
  position: static;
  z-index: 0;
  height: 950px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Layer-5.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-3 {
  margin-top: 0px;
  margin-bottom: -73px;
}

.text-block {
  position: static;
  display: none;
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ebb0ab;
  font-family: 'Futura book font', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-2 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 547px;
  -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;
  font-family: Cariocascriptpro, sans-serif;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.heading {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #191919;
}

.paragraph {
  margin-top: 31px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.61);
  font-family: 'Futura book font', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  position: static;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Theplumber 8mmjn', sans-serif;
  color: #2e2d2c;
  font-size: 86px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.image {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.image:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.paragraph-2 {
  margin-right: 40px;
  margin-bottom: 50px;
  margin-left: 40px;
  font-family: 'Futura book font', sans-serif;
  font-size: 15px;
  text-align: center;
}

.grid {
  margin-top: 45px;
  margin-right: 80px;
  margin-left: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-3 {
  width: auto;
  max-width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Futura book font', sans-serif;
  color: #2e2d2c;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.heading-3 {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  color: #e98d8f;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #2b2b2b;
  text-align: center;
}

.image-2:hover {
  border-style: none;
  border-width: 7px;
  border-color: #6d349b;
}

.subscribe-form {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2e2d2c;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
  font-family: 'Futura book font', sans-serif;
}

.heading-4 {
  font-family: 'Theplumber 8mmjn', sans-serif;
  color: #2e2d2c;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  text-transform: none;
  white-space: normal;
}

.submit-button {
  height: auto;
  margin-left: 31px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  background-color: #e98d8f;
  font-family: 'Futura book font', sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  font-family: 'Futura book font', sans-serif;
  font-size: 15px;
}

.image-3 {
  overflow: hidden;
  height: 350px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  color: #ff6d05;
  font-size: 14px;
  text-transform: uppercase;
}

.rich-text-block {
  color: #fff;
  font-size: 14px;
  text-transform: none;
}

.heading-5 {
  font-family: 'Futura bt', sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.paragraph-5 {
  font-family: 'Futura book font', sans-serif;
  color: #fff;
  font-size: 14px;
}

.image-4 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  font-family: 'Futura bt', sans-serif;
  color: #fff;
  font-size: 14px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-image: url('../images/FAL-Coach-Karen.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.div-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 52, 155, 0.4)), to(rgba(109, 52, 155, 0.4))), url('../images/FAL-Coach-Karen.png');
  background-image: linear-gradient(180deg, rgba(109, 52, 155, 0.4), rgba(109, 52, 155, 0.4)), url('../images/FAL-Coach-Karen.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.karen-bowman-life-coach {
  display: block;
  width: auto;
  height: auto;
  max-width: 250px;
  min-height: 320px;
  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;
  border-radius: 35px;
  background-image: url('../images/KB-Headshot.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.karen-bowman-life-coach:hover {
  position: relative;
  z-index: 255;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 141, 143, 0.52)), to(rgba(233, 141, 143, 0.52))), url('../images/KB-Headshot.png');
  background-image: linear-gradient(180deg, rgba(233, 141, 143, 0.52), rgba(233, 141, 143, 0.52)), url('../images/KB-Headshot.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: contain;
  object-fit: contain;
}

.columns {
  margin-right: 80px;
  margin-bottom: 25px;
  margin-left: 80px;
}

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

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.columns-2 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.field-label-2 {
  font-family: 'Futura bt', sans-serif;
}

.testimonials-slider {
  max-height: none;
  min-height: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-style: solid;
  border-width: 0px 0px 0px 7px;
  border-color: #000 #000 #c11723 #c11723;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
}

.slide {
  padding-top: 32px;
  background-color: rgba(193, 23, 35, 0);
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 800px;
  margin: 0px 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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.paragraph-6 {
  font-family: 'Futura book font', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.text-block-4 {
  font-family: 'Futura bt', sans-serif;
  color: #e98d8f;
  font-weight: 500;
}

.slide-3 {
  max-height: none;
  min-height: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.image-5 {
  min-width: 0px;
  margin-top: 79px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
}

.columns-3 {
  display: block;
  margin-right: 60px;
  margin-left: 60px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 100px;
  padding-right: 120px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Red-Light-Therapy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #2e2d2c;
}

.section-5 {
  display: block;
  height: 350px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  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/DSC_3399-rose-pink-flowers-BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/DSC_3399-rose-pink-flowers-BW.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-6 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-right: 0px;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Kiona, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
}

.div-block-3 {
  display: block;
  background-image: url('../images/FAL-Coach-Karen.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-techniques {
  display: block;
  width: 200px;
  height: 200px;
  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;
  border-radius: 20px;
  background-image: url('../images/Coaching-Method.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.link-block-techniques:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 52, 155, 0.6)), to(rgba(109, 52, 155, 0.6))), url('../images/Coaching-Method.png');
  background-image: linear-gradient(180deg, rgba(109, 52, 155, 0.6), rgba(109, 52, 155, 0.6)), url('../images/Coaching-Method.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-7 {
  font-family: Kiona, sans-serif;
}

.field-label-3 {
  font-family: 'Futura book font', sans-serif;
}

.field-label-4 {
  font-family: 'Futura book font', sans-serif;
}

.field-label-5 {
  font-family: 'Futura book font', sans-serif;
}

.container-2 {
  max-width: 1200px;
}

.h2-headings-main {
  font-family: Kiona, sans-serif;
  color: #2e2d2c;
  font-weight: 400;
  text-align: center;
}

.cards-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0%;
  background-image: url('../images/FB-Icon.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-8 {
  font-family: Kiona, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.link-block-distance {
  display: block;
  width: 200px;
  height: 200px;
  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;
  border-radius: 20px;
  background-image: url('../images/Orchids---Articles--Posts.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.link-block-distance:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 52, 155, 0.6)), to(rgba(109, 52, 155, 0.6))), url('../images/Orchids---Articles--Posts.png');
  background-image: linear-gradient(180deg, rgba(109, 52, 155, 0.6), rgba(109, 52, 155, 0.6)), url('../images/Orchids---Articles--Posts.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #2e2d2c;
}

.heading-9 {
  font-family: Kiona, sans-serif;
  text-align: center;
  text-decoration: none;
}

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

.heading-10 {
  font-family: Kiona, sans-serif;
  text-align: center;
  text-decoration: none;
}

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

.heading-11 {
  font-family: Kiona, sans-serif;
  text-align: center;
  text-decoration: none;
}

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

.cards-image-mask-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0%;
  background-image: url('../images/IG-Icon.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cards-image-mask-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0%;
  background-image: url('../images/LI-Icon.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.button-2 {
  border-radius: 20px;
  background-color: #e98d8f;
  font-family: 'Futura book font', sans-serif;
  font-size: 15px;
}

.button-2:hover {
  color: #fff;
}

.synergy-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 133;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 600px;
  height: 450px;
  max-height: none;
  max-width: none;
  min-height: 0px;
  margin: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 15px;
  background-color: #fff;
  font-family: Kiona, sans-serif;
  color: #000;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-6 {
  margin: 0px;
  padding: 15px;
  cursor: default;
}

.heading-12 {
  margin-top: 47px;
  margin-right: 15px;
  margin-left: 15px;
  color: #3b0b53;
  font-weight: 700;
  text-align: center;
}

.paragraph-10 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Futura book font', sans-serif;
}

.list {
  margin-right: 35px;
  margin-left: 20px;
  font-family: 'Futura book font', sans-serif;
  color: #2e2d2c;
}

.button-3 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ff6d05;
  font-family: 'Futura bt', sans-serif;
  text-align: center;
}

.text-block-5 {
  color: #2e2d2c;
  text-align: center;
}

.rt-sessions {
  color: #2e2d2c;
  font-size: 16px;
  white-space: normal;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-7 {
  width: 350px;
  margin: 30px auto;
  border-radius: 20px;
  text-align: center;
}

.image-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 109, 5, 0.25)), to(rgba(255, 109, 5, 0.25))), url('../images/2.png');
  background-image: linear-gradient(180deg, rgba(255, 109, 5, 0.25), rgba(255, 109, 5, 0.25)), url('../images/2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.navigation-item-block {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0.6;
  font-family: 'Futura bt', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-block:hover {
  border-color: #e98d8f;
  opacity: 0.9;
  color: #e98d8f;
}

.navigation-item-block:active {
  opacity: 0.8;
}

.navigation-item-block.w--current {
  opacity: 1;
  font-family: 'Futura bt', sans-serif;
  color: #e0aeaf;
  font-size: 18px;
  font-weight: 500;
}

.navigation-item-block.w--current:hover {
  opacity: 0.8;
  color: #a74f50;
}

.navigation-item-block.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.image-8 {
  width: auto;
  height: 470px;
  margin-left: 0px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 470px;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0px 32px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: transparent;
}

.heading-13 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
  font-family: 'Futura book font', sans-serif;
  color: #2e2d2c;
  font-size: 20px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.heading-14 {
  margin: 50px auto;
  font-family: 'Futura bt', sans-serif;
  color: #2e2d2c;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-11 {
  margin: 38px auto 20px;
  font-family: 'Futura book font', sans-serif;
  color: #2e2d2c;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px;
  border-style: none;
  border-width: 3px;
  border-color: #2e2d2c;
  border-radius: 35px;
  background-color: #2e2d2c;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.button-4:hover {
  border-style: none;
  border-color: #ebdcdc;
  border-radius: 29px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  color: #ebdcdc;
  font-weight: 400;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about-icon {
  max-height: 300px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.about-icon:hover {
  background-color: transparent;
}

.container-3 {
  margin-top: 94px;
}

.unique-methods-icon {
  max-height: 300px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.unique-methods-icon:hover {
  background-color: transparent;
}

.sessions-icon {
  max-height: 300px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.sessions-icon:hover {
  background-color: transparent;
}

.heading-15 {
  font-family: 'Theplumber 8mmjn', sans-serif;
  color: #e98d8f;
  font-size: 80px;
}

.column-6 {
  display: block;
}

.div-block-7 {
  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;
}

.rich-text-block-2 {
  text-align: justify;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Kiona, sans-serif;
  font-size: 27px;
  line-height: 29px;
  text-align: center;
}

.about-karen-header {
  height: 600px;
  background-image: url('../images/reduced-size.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.column-7 {
  display: block;
}

.scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-sessions {
  display: block;
  width: auto;
  height: auto;
  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;
  border-radius: 20px;
  text-align: center;
}

.link-sessions:hover {
  position: relative;
  z-index: 255;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-8 {
  padding-right: 25px;
}

.column-9 {
  padding-left: 25px;
}

.about-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 10px 115px;
  padding: 230px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: Kiona, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

.link-contact {
  display: block;
  width: auto;
  height: auto;
  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;
  border-radius: 20px;
  text-align: center;
}

.link-contact:hover {
  position: relative;
  z-index: 255;
  -o-object-fit: contain;
  object-fit: contain;
}

.life-coach-sessions {
  display: block;
  width: auto;
  height: auto;
  max-width: 250px;
  min-height: 320px;
  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;
  border-radius: 35px;
  background-image: url('../images/Unique-Methods.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.life-coach-sessions:hover {
  position: relative;
  z-index: 255;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 141, 143, 0.52)), to(rgba(233, 141, 143, 0.52))), url('../images/Unique-Methods.png');
  background-image: linear-gradient(180deg, rgba(233, 141, 143, 0.52), rgba(233, 141, 143, 0.52)), url('../images/Unique-Methods.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: contain;
  object-fit: contain;
}

.book-session-coaching-room {
  display: block;
  width: auto;
  height: auto;
  max-width: 250px;
  min-height: 320px;
  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;
  border-radius: 35px;
  background-image: url('../images/Lounge-Icon.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.book-session-coaching-room:hover {
  position: relative;
  z-index: 255;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 141, 143, 0.52)), to(rgba(233, 141, 143, 0.52))), url('../images/Lounge-Icon.png');
  background-image: linear-gradient(180deg, rgba(233, 141, 143, 0.52), rgba(233, 141, 143, 0.52)), url('../images/Lounge-Icon.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(235, 220, 220, 0.52);
}

.section-7 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ebdcdc;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  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;
}

.submit-button-2 {
  border-radius: 20px;
  background-color: #e98d8f;
}

.facebook-link {
  width: 50px;
  height: 50px;
  background-image: url('../images/FB.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ig-link {
  width: 50px;
  height: 50px;
  background-image: url('../images/IG.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.li-link {
  width: 50px;
  height: 50px;
  background-image: url('../images/LI.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-13 {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: italic;
  text-align: center;
}

.heading-17 {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.column-13 {
  text-align: justify;
}

.blueprint:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-6 {
  font-size: 10px;
  text-align: center;
}

.section-8 {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonials {
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  color: #a74f50;
  font-size: 44px;
  font-weight: 700;
  text-transform: none;
}

.journey-awaits {
  font-family: 'Theplumber 8mmjn', sans-serif;
  color: #2e2d2c;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/reduced-size.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-18 {
  margin-bottom: 0px;
  font-family: 'Futura bt', sans-serif;
  color: #2e2d2c;
  font-size: 46px;
  line-height: 94px;
  text-align: center;
  text-transform: uppercase;
}

.fal-heading {
  margin: 0px auto;
  padding: 0px;
  border: 1px none transparent;
  background-color: transparent;
  font-family: 'Theplumber 8mmjn', sans-serif;
  color: #2e2d2c;
  font-size: 110px;
  line-height: 130px;
  text-align: center;
  white-space: normal;
}

.section-9 {
  margin-top: 46px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.rich-text-block-3 {
  margin-left: -73px;
  padding-right: 0px;
  color: #2e2d2c;
}

.column-14 {
  padding-right: 0px;
}

.image-9 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  opacity: 0.48;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.text-block-7 {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.html-embed {
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
}

.form-block {
  display: block;
}

.html-embed-2 {
  padding-right: 0px;
}

.section-10 {
  color: #2e2d2c;
}

.div-block-10 {
  height: 1px;
  margin-top: 36px;
  background-color: #2e2d2c;
}

.image-10 {
  max-height: 54px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.brand {
  width: 150px;
  height: 73px;
  margin-top: 6px;
  background-image: url('../images/HP-Logo-White.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  display: block;
  height: 115px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #c51616;
}

.nav-link {
  display: block;
  margin-top: 22px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 2px solid #fff;
  border-radius: 20px;
  font-family: 'Futura bt', sans-serif;
  color: #fff;
  line-height: 6px;
  text-transform: uppercase;
}

.container-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 14px;
}

.section-11 {
  padding-top: 0px;
}

.healing-pod-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 20px;
  padding-left: 120px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Healing-Pod-Banner.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.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: #c51616;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  max-height: 80px;
  margin-bottom: 35px;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.heading-19 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-span {
  color: #c11723;
}

.text-span-2 {
  color: #c11723;
}

.animated-heading {
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 42px;
  font-weight: 700;
}

.div-block-11 {
  min-width: 0px;
  line-height: 28px;
}

.heading-21 {
  color: #fff;
  font-weight: 700;
}

.text-block-8 {
  color: #fff;
}

.heading-22 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: right;
}

.heading-23 {
  margin-left: 0px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: right;
}

.heading-24 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

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

.container-7 {
  padding-left: 0px;
}

.heading-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.text-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 65px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-11 {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.column-16 {
  padding-right: 60px;
}

.book-hp {
  display: block;
  margin-top: 22px;
  margin-right: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 2px solid #fff;
  border-radius: 20px;
  font-family: 'Futura bt', sans-serif;
  color: #fff;
  line-height: 6px;
  text-transform: uppercase;
}

.text-block-12 {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.div-block-12 {
  color: #fff;
  font-size: 12px;
}

.image-11 {
  padding-top: 60px;
}

.heading-27 {
  color: #c11723;
  font-weight: 700;
  text-align: center;
}

.text-block-13 {
  color: #c11723;
  text-align: center;
}

.heading-28 {
  color: #c11723;
  font-weight: 700;
  text-align: center;
}

.text-block-14 {
  margin-top: 0px;
  color: #c11723;
  text-align: center;
}

.rlt-benefit-icon {
  margin-left: 0px;
  background-color: transparent;
  text-align: center;
}

.heading-29 {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
}

.image-13 {
  margin-left: 0px;
}

.image-14 {
  margin-left: 0px;
}

.image-15 {
  max-height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.heading-30 {
  color: #c11723;
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.column-17 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
  background-color: transparent;
}

.column-18 {
  padding: 0px 10px;
  background-color: #fff;
}

.columns-8 {
  margin-top: 20px;
}

.column-19 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.text-block-15 {
  background-color: transparent;
  color: #c11723;
  text-align: center;
}

.column-20 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
}

.column-21 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
}

.column-22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.column-23 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
  background-color: #fff;
}

.column-24 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.hp-pbm-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-radius: 15px;
  background-color: #c11723;
}

.div-block-14 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c11723;
}

.div-block-15 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c11723;
}

.div-block-16 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c11723;
}

.div-block-17 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c11723;
}

.div-block-18 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c11723;
}

.div-block-19 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c11723;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 98px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-span-3 {
  color: #c11723;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 120px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/low-level-laser.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-32 {
  margin-top: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.paragraph-14 {
  margin-top: 20px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: justify;
}

.image-16 {
  margin-left: 0px;
}

.section-13 {
  height: 400px;
  background-color: transparent;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 1px 1px 3px 0 #000;
}

.text-block-16 {
  margin-top: 15px;
  font-family: 'Futura book font', sans-serif;
  color: #2e2d2c;
  font-size: 20px;
  line-height: 36px;
}

.sad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Season-Affective-Disorder.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Season-Affective-Disorder.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.active-life {
  background-image: url('../images/Active-Lifestyle-with-Red-Light-Therapy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fatigue {
  background-image: url('../images/Better-sleep-with-Red-Light-Therapy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rlt-for-everyone {
  background-image: url('../images/Red-Light-Therapy-is-for-Everyone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits-info-slider-hp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.heading-33 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-15 {
  padding-right: 70px;
  padding-left: 70px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.slider {
  height: 400px;
}

.paragraph-16 {
  color: #fff;
}

.section-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials-slider-fal {
  max-height: none;
  min-height: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 7px;
  border-color: #000 #000 #c11723 #c11723;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-Background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-Background.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testimonials-header-fal {
  font-family: 'Theplumber 8mmjn', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  text-transform: none;
}

.tp-hp {
  font-family: 'Futura book font', sans-serif;
  color: #2e2d2c;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.about-section {
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 60px;
  color: #2e2d2c;
}

.image-17 {
  max-height: 400px;
}

.image-18 {
  max-height: 400px;
}

.fal-testimonial-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-Background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-Background.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  background-color: transparent;
}

.testimonials-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  margin-bottom: 0px;
  padding-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  max-width: 650px;
}

.div-block-21 {
  max-width: 650px;
  margin-left: 0px;
}

.container-8 {
  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;
}

.grid-3 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6"
    "Area-7 Area-8 Area-9";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-16 {
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.45);
}

.paragraph-17 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/CTA-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-34 {
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #2e2d2c;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-18 {
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.right-arrow {
  margin-right: 25px;
  padding-right: 0px;
}

.left-arrow {
  margin-left: 25px;
}

.testimonials-hp {
  font-family: Montserrat, sans-serif;
  color: #c11723;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-header {
  display: none;
}

.column-26 {
  height: auto;
}

.container-9 {
  display: block;
}

.heading-35 {
  font-family: Kiona, sans-serif;
  font-size: 37px;
}

.paragraph-19 {
  margin-bottom: 82px;
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: left;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    padding: 15px 30px;
    background-color: #fff;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #000;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    color: #000;
  }

  .navigation-items {
    background-color: transparent;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-wrap {
    margin-right: 0px;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .works-grid {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0px;
  }

  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .skills-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .personal-features-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .social-media-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .project-overview-grid {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .project-description-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .home-welcome {
    background-position: 13% 50%;
  }

  .heading-2 {
    font-size: 80px;
  }

  .testimonials-slider {
    display: block;
    min-height: 400px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .testimonial-block {
    padding-bottom: 0px;
  }

  .paragraph-6 {
    line-height: 22px;
  }

  .image-5 {
    min-height: 0px;
  }

  .columns-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;
  }

  .section-4 {
    height: 450px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/DSC_3399-rose-pink-flowers-BW.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/DSC_3399-rose-pink-flowers-BW.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .heading-6 {
    padding-right: 50px;
    text-align: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .synergy-popup {
    display: none;
  }

  .rt-sessions {
    text-align: justify;
  }

  .navigation-item-block {
    padding: 15px 30px;
    border-style: none;
    border-color: #000;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #000;
    text-align: center;
  }

  .navigation-item-block:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-block:active {
    background-color: #eef0f3;
  }

  .div-block-6 {
    min-height: 0px;
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-13 {
    width: auto;
    background-color: transparent;
    font-size: 25px;
    line-height: 90px;
  }

  .heading-14 {
    font-size: 18px;
    text-shadow: 1px 1px 2px #fff;
  }

  .container-3 {
    margin-top: 35px;
  }

  .about-karen-header {
    display: block;
    padding-top: 245px;
    padding-bottom: 0px;
    padding-left: 45px;
  }

  .about-quote {
    display: block;
    width: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
  }

  .section-6 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-form-2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .facebook-link {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .ig-link {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .li-link {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .columns-5 {
    padding-top: 46px;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-18 {
    font-size: 37px;
    line-height: 90px;
  }

  .fal-heading {
    width: auto;
    background-color: transparent;
    font-size: 100px;
    line-height: 90px;
  }

  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-15 {
    padding-right: 58px;
    padding-left: 130px;
  }

  .html-embed {
    padding-right: 100px;
    padding-left: 100px;
  }

  .healing-pod-header {
    display: block;
    height: 450px;
    padding-top: 245px;
    padding-bottom: 0px;
    padding-left: 30px;
    background-position: 85% 0%;
  }

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

  .animated-heading {
    margin-top: -114px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading-26 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: uppercase;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .column-16 {
    margin-top: -41px;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
  }

  .heading-29 {
    font-size: 12px;
    line-height: 16px;
  }

  .image-15 {
    max-height: 250px;
  }

  .hp-pbm-div {
    min-height: 150px;
    min-width: 150px;
  }

  .heading-31 {
    margin-bottom: 60px;
    font-size: 30px;
    text-transform: uppercase;
  }

  .section-12 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0% 50%;
    background-repeat: no-repeat;
  }

  .paragraph-14 {
    font-size: 15px;
  }

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

  .section-14 {
    padding-top: 60px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .testimonials-slider-fal {
    padding-right: 35px;
    padding-left: 35px;
  }

  .tp-hp {
    line-height: 22px;
  }

  .about-section {
    height: 450px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fal-testimonial-slider {
    padding-right: 44px;
    padding-left: 44px;
  }

  .paragraph-17 {
    font-size: 15px;
    line-height: 22px;
  }

  .call-to-action {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 0% 50%;
  }

  .centered-container-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
  }

  .heading-34 {
    color: #2e2d2c;
  }

  .paragraph-18 {
    color: #2e2d2c;
    font-size: 15px;
  }

  .slide-nav {
    padding-top: 0px;
  }

  .mask {
    padding-bottom: 0px;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation-items {
    background-color: transparent;
  }

  .navigation {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 30px;
  }

  .work-experience-grid {
    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;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    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;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-welcome {
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Layer-5.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Layer-5.jpg');
    background-position: 0px 0px, 18% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .text-block {
    display: block;
  }

  .heading {
    padding-top: 430px;
    font-size: 53px;
  }

  .heading-2 {
    padding-right: 50px;
    padding-left: 50px;
    line-height: 80px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .testimonials-slider {
    padding-top: 20px;
  }

  .slide {
    padding-top: 20px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

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

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .image-5 {
    margin-top: 60px;
    padding-right: 30px;
    padding-bottom: 39px;
    padding-left: 30px;
    border-radius: 0px;
  }

  .columns-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-4 {
    height: auto;
    padding: 30px 35px 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/Red-Light-Therapy.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/Red-Light-Therapy.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

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

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

  .button-2 {
    margin-bottom: 10px;
  }

  .div-block-4 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .rt-sessions {
    text-align: justify;
  }

  .div-block-6 {
    padding: 10px;
    border-radius: 20px;
    background-color: transparent;
  }

  .heading-13 {
    color: #2e2d2c;
    font-size: 20px;
    line-height: 64px;
  }

  .heading-14 {
    display: none;
    color: #ffd6d9;
    font-size: 18px;
    text-shadow: none;
  }

  .paragraph-11 {
    display: none;
    font-size: 12px;
    text-align: center;
  }

  .button-4 {
    margin-top: 50px;
    color: #ffd6d9;
  }

  .container-3 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 102px;
    -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;
  }

  .about-karen-header {
    height: 450px;
    padding-top: 79px;
    padding-left: 24px;
  }

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

  .column-9 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-7 {
    margin-top: 50px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .facebook-link {
    width: 50px;
    height: 50px;
  }

  .ig-link {
    width: 50px;
    height: 50px;
  }

  .li-link {
    width: 50px;
    height: 50px;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-13 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-17 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
  }

  .column-13 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-18 {
    color: #fff;
    font-size: 42px;
    line-height: 64px;
  }

  .fal-heading {
    color: #2e2d2c;
    font-size: 80px;
    line-height: 64px;
  }

  .rich-text-block-3 {
    text-align: left;
  }

  .div-block-9 {
    margin-top: 109px;
    padding-top: 0px;
  }

  .html-embed {
    padding-right: 25px;
    padding-left: 25px;
  }

  .healing-pod-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    padding-top: 0px;
    padding-left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-position: 85% 0%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .animated-heading {
    margin-top: 15px;
    font-size: 25px;
    line-height: 39px;
  }

  .heading-26 {
    padding-left: 0px;
    font-size: 25px;
  }

  .text-block-11 {
    padding-left: 0px;
    font-size: 12px;
  }

  .column-16 {
    margin-top: -25px;
  }

  .rlt-benefit-icon {
    max-height: 100px;
  }

  .image-13 {
    max-height: 100px;
  }

  .image-14 {
    max-height: 100px;
  }

  .hp-pbm-div {
    height: 200px;
  }

  .heading-31 {
    font-size: 25px;
    line-height: 40px;
  }

  .text-span-3 {
    line-height: 39px;
  }

  .section-12 {
    height: 450px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .heading-32 {
    font-size: 25px;
    line-height: 39px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .heading-33 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .testimonials-slider-fal {
    padding-top: 20px;
  }

  .tp-hp {
    font-size: 12px;
  }

  .about-section {
    height: 350px;
    padding-top: 0px;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .centered-container-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-34 {
    padding-bottom: 0px;
    font-size: 25px;
  }

  .paragraph-18 {
    font-size: 12px;
    font-weight: 500;
  }

  .testimonials-hp {
    font-size: 25px;
  }

  .image-19 {
    width: 75px;
    height: 75px;
  }

  .heading-35 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .paragraph-19 {
    margin-right: 30px;
    margin-left: 30px;
    text-align: justify;
  }

  .image-20 {
    height: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation-item {
    background-color: #f7f8f9;
  }

  .navigation-item.w--current {
    background-color: hsla(0, 0%, 100%, 0.8);
  }

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

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

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    max-width: 249px;
  }

  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .home-welcome {
    height: 800px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Layer-5.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Layer-5.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .text-block {
    display: block;
  }

  .heading {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 443px;
    font-size: 46px;
    line-height: 56px;
  }

  .paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .heading-2 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph-3 {
    margin-bottom: 35px;
  }

  .heading-3 {
    font-size: 13px;
  }

  .centered-container {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .heading-4 {
    font-family: Kiona, sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
  }

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

  .columns {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials-slider {
    min-height: 520px;
  }

  .paragraph-6 {
    line-height: 14px;
  }

  .image-5 {
    border-radius: 0px;
  }

  .columns-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-4 {
    height: 450px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/DSC_3399-rose-pink-flowers-BW.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/DSC_3399-rose-pink-flowers-BW.jpg');
    background-position: 0px 0px, 40% 100%;
  }

  .heading-6 {
    padding-top: 109px;
    padding-right: 50px;
    text-align: center;
  }

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

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

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

  .link {
    font-size: 11px;
  }

  .synergy-popup {
    display: none;
  }

  .div-block-4 {
    height: auto;
  }

  .button-3 {
    margin-bottom: 15px;
  }

  .navigation-item-block {
    background-color: #f7f8f9;
  }

  .navigation-item-block.w--current {
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .div-block-6 {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .heading-13 {
    margin-bottom: 22px;
    color: #2e2d2c;
  }

  .heading-14 {
    display: none;
  }

  .paragraph-11 {
    display: none;
  }

  .button-4 {
    margin-top: 35px;
    border-color: #fff;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  .columns-4 {
    margin-top: 127px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-3 {
    padding-top: 0px;
  }

  .rich-text-block-2 {
    text-align: justify;
  }

  .icon {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .icon-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .about-karen-header {
    padding-right: 168px;
    background-position: 58% 0%;
  }

  .about-quote {
    margin-bottom: 54px;
    padding-right: 0px;
  }

  .section-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 55px;
    padding-left: 55px;
  }

  .facebook-link {
    width: 50px;
    height: 50px;
    min-height: 0px;
    min-width: 0px;
    background-size: contain;
  }

  .ig-link {
    width: 50px;
    height: 50px;
  }

  .li-link {
    width: 50px;
    height: 50px;
  }

  .columns-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-12 {
    text-align: justify;
  }

  .column-10 {
    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;
  }

  .column-11 {
    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;
  }

  .column-12 {
    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;
  }

  .journey-awaits {
    font-family: 'Theplumber 8mmjn', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
  }

  .fal-heading {
    margin-bottom: 22px;
  }

  .div-block-9 {
    margin-top: 16px;
  }

  .text-block-7 {
    display: none;
  }

  .columns-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-15 {
    padding-right: 35px;
    padding-left: 88px;
  }

  .html-embed {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    margin-right: 26px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .nav-menu {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    -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;
    background-color: #c11723;
    box-shadow: inset 1px 1px 3px 0 #000;
  }

  .section-11 {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .healing-pod-header {
    display: none;
    height: 650px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 20px;
    background-position: 77% 41%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
    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 {
    height: 60px;
  }

  .footer-image {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .footer-heading {
    margin-top: 0px;
  }

  .animated-heading {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .div-block-11 {
    margin-top: 55px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-26 {
    padding-left: 0px;
    font-size: 25px;
    line-height: 39px;
  }

  .text-block-11 {
    padding-left: 0px;
  }

  .book-hp {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .div-block-12 {
    text-align: center;
  }

  .rlt-benefit-icon {
    max-height: 65px;
  }

  .image-13 {
    max-height: 65px;
  }

  .image-14 {
    max-height: 65px;
  }

  .hp-pbm-div {
    height: 200px;
    min-width: 200px;
  }

  .heading-31 {
    line-height: 39px;
  }

  .section-12 {
    height: 650px;
  }

  .section-13 {
    height: 500px;
  }

  .benefits-info-slider-hp {
    height: auto;
  }

  .slider {
    height: 600px;
  }

  .testimonials-slider-fal {
    min-height: 520px;
  }

  .about-section {
    height: 450px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .fal-testimonial-slider {
    min-height: 420px;
  }

  .testimonials-slider-div {
    line-height: 26px;
  }

  .container-8 {
    -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;
  }

  .grid-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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .centered-container-2 {
    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;
    text-align: left;
  }

  .heading-34 {
    line-height: 39px;
  }

  .paragraph-18 {
    padding-bottom: 0px;
  }

  .mobile-header {
    display: block;
    height: 600px;
    margin-top: 0px;
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/Mobile-BG.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-22 {
    margin-top: 52px;
  }

  .menu-button-2 {
    padding-top: 25px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .heading-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .paragraph-19 {
    margin-right: 35px;
    margin-left: 35px;
    text-align: justify;
  }

  .image-20 {
    width: 225px;
    height: 225px;
    margin-right: 35px;
    margin-left: 35px;
  }
}

#w-node-c81af223-3fc1-fa50-9724-6ba882d7993d-8e5a46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_4eb17cde-6bf7-8e45-6731-3ef665a5cc3f-8e5a46c5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-9;
}

#w-node-aed35694-f610-c8c5-21bb-363c7ef515ed-8e5a46c5 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: Area-8;
}

#w-node-_09c6f6bb-f752-b703-e220-40937e768cc8-8e5a46c5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-_8532abf7-fd4f-5a4c-3de0-3e2fb2bf8476-8e5a46c5 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

#w-node-ba3ec17c-45f2-d72d-0e3e-320b86b33815-8e5a46c5 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

@font-face {
  font-family: 'Cariocascriptpro';
  src: url('../fonts/CariocaScriptPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kiona';
  src: url('../fonts/Kiona-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kiona';
  src: url('../fonts/Kiona-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Theplumber 8mmjn';
  src: url('../fonts/ThePlumber-8MMjn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}