@font-face {
  font-family: Maiandra gd;
  src: url('../fonts/Maiandra-GD-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cronos pro;
  src: url('../fonts/Cronos-Pro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dardfecd6: #065119;
  --cadet-blue: #86998b;
  --background: #dfecd6;
  --highlgiht: #97bd3c;
  --ivory: #e7e9de;
  --highlight: #80cdda;
  --silver: #becac1;
  --dim-grey: #6a6b65;
  --ivory-2: #e7e9def2;
  --white: white;
  --black: black;
}

body {
  color: #333;
  min-height: 100vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dardfecd6);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maiandra gd, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--dardfecd6);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maiandra gd, Times New Roman, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--dardfecd6);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maiandra gd, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--dardfecd6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Maiandra gd, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: var(--dardfecd6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Maiandra gd, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--dardfecd6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Maiandra gd, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #808082;
  margin-bottom: 29px;
  font-family: Cronos pro, sans-serif;
  font-size: 16px;
}

a {
  color: var(--dardfecd6);
  font-family: Cronos pro, sans-serif;
  text-decoration: none;
}

ul {
  color: var(--cadet-blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Cronos pro, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.line-button-text {
  z-index: 1;
  color: #f90;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-weight: 400;
  position: relative;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.card-paragraph {
  margin-bottom: 0;
}

.color-hover {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.left {
  background-color: #f90;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-2 {
  margin-left: 18px;
}

.style-guide-section {
  background-color: var(--background);
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  display: block;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.style-guide-section:hover {
  border-radius: 4px;
}

.ordered-list {
  color: var(--dardfecd6);
  line-height: 40px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.button {
  border: 2px solid var(--dardfecd6);
  color: var(--dardfecd6);
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #0000;
  border-radius: 0;
  min-height: 44px;
  margin-right: 7px;
  padding: 0 20px;
  font-weight: 600;
  line-height: 43px;
  text-decoration: none;
  transition: all .275s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  border-color: var(--dardfecd6);
  box-shadow: none;
  text-shadow: none;
  background-color: #06511921;
  border-radius: 0;
}

.button:active {
  color: #ebebeb;
  background-color: #065119bd;
}

.button:focus {
  box-shadow: none;
  border-radius: 0;
}

.button.white {
  color: var(--dardfecd6);
  background-color: #fff;
  border-color: #000;
  transition: all .2s;
}

.button.white:hover {
  background-color: #eefff2;
  border-style: solid;
  border-color: #fff;
  font-weight: 600;
}

.button.white:active {
  border-color: var(--ivory);
  background-color: var(--ivory);
}

.button.white.seconday {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  font-weight: 600;
  transition: all .2s;
}

.button.white.seconday:hover {
  border-color: var(--dardfecd6);
  color: var(--dardfecd6);
  background-color: #fff;
}

.button.white.seconday:active {
  border-color: #2394ee;
}

.button.secondary {
  color: #253746;
  background-color: #0000;
  border-color: #253746;
  transition: all .2s;
}

.button.secondary:hover {
  color: #fff;
  background-color: #00adff;
  border-color: #00adff;
}

.button.secondary:active {
  color: #ebebeb;
  background-color: #2394ee;
}

.button.special {
  background-color: var(--highlight);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border-color: #0000;
  width: 100%;
  max-width: 200px;
  min-height: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.button.special:hover {
  background-color: #4ccfe6;
}

.button.special.nav {
  position: static;
}

.button.special.in-navigation {
  width: 150px;
  min-height: 24px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  bottom: -5px;
}

.button.special.aboutpage {
  margin-top: 47px;
  position: static;
}

.button.special.centered.on-blog-page {
  margin-bottom: 56px;
  position: static;
}

.button.card-button {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 18px;
  display: block;
}

.button.card-button.learn-more {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.portfolio {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #faaf52;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.portfolio:hover {
  background-color: #f6a136;
}

.portfolio.link-button {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #0000;
  width: 180px;
  margin: 43px auto 125px;
  transition: color .4s, background-color .4s;
  display: none;
  position: static;
  left: -426px;
  transform: rotate(0);
  box-shadow: inset 0 -1px #f90;
}

.portfolio.link-button:hover {
  color: #fff;
  box-shadow: inset 0 -1px #f90;
}

.portfolio.link-button.w--current {
  box-shadow: none;
  color: #f90;
  text-transform: none;
  font-weight: 100;
  transition-property: none;
  transform: none;
}

.move-image {
  border-radius: 10px;
  width: 34%;
  margin-bottom: -29px;
  margin-right: -10%;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: -9px 7px 20px -9px #2537466b;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.image {
  margin-top: 8px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.card-container {
  background-color: #c2ccd1;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 63px 20px 20px;
  display: flex;
}

.input {
  background-color: #0000;
  border: 2px solid #2394ee;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  transition: all .2s;
}

.input:hover {
  border-color: #00adff;
  border-radius: 20px;
}

.input:focus {
  color: #fff;
  background-color: #00adff;
  border-color: #3898ec;
  border-radius: 20px;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
  transition: all .2s;
}

.tabs {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 40%;
  left: 62px;
  right: 62px;
}

.tabs._2 {
  border: 0 #000;
  flex-direction: row;
  justify-content: center;
  width: auto;
  display: flex;
  position: static;
}

.tabs._2:hover {
  background-color: #0000;
}

.div-block-9 {
  padding-bottom: 68px;
  padding-left: 27px;
  padding-right: 27px;
}

.unordered-list {
  color: var(--dardfecd6);
  line-height: 40px;
}

.style-guide-wrap {
  background-color: #212a32;
  padding-top: 1px;
  padding-bottom: 1px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.image-background-example {
  background-image: linear-gradient(#ffffff6b, #ffffff6b), linear-gradient(#00adff8f, #00adff8f), linear-gradient(#49545c69, #49545c69), url('../images/Dan.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 80vh;
  padding: 31px 159px 31px 150px;
  display: flex;
  position: relative;
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-2 {
  background-color: var(--highlight);
}

.color-block.cc-light-grey-2 {
  background-color: var(--silver);
}

.color-block.cc-brand-colour-3 {
  background-color: #7000ff;
}

.color-block.cc-light-grey-1 {
  background-color: #ebebeb;
}

.color-block.cc-dark-grey-2 {
  background-color: #4d6152;
}

.color-block.cc-brand-color-1 {
  background-color: var(--dardfecd6);
}

.color-block.cc-dark-grey-1 {
  background-color: var(--cadet-blue);
}

.card-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.colour-example {
  background-color: var(--dardfecd6);
  color: #fff;
  flex: 0 auto;
  padding: 49px 27px;
  font-weight: 500;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-content {
  flex: 1;
}

.iconb-example {
  margin-top: 49px;
  margin-bottom: 49px;
}

.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered.second-area-example {
  padding-top: 120px;
  padding-bottom: 120px;
}

.centered.third-area-example {
  background-color: #253746;
  padding-top: 60px;
  padding-bottom: 60px;
}

.centered.negative-margin {
  background-image: linear-gradient(#b3181880, #b3181880);
  border-radius: 10px;
  width: 140px;
  margin-top: -112px;
  box-shadow: 8px 8px 20px -9px #00000075;
}

.centered.negative-margin.card-image {
  background-image: linear-gradient(#00adff7a, #00adff7a), linear-gradient(#c2ccd166, #c2ccd166), url('../images/3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 100%;
  min-height: 100px;
}

.centered.negative-margin.card-image._2 {
  background-image: linear-gradient(#00adff61, #00adff61), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/1.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.centered.negative-margin.card-image._1 {
  background-image: linear-gradient(#00adff57, #00adff57), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/2.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.centered.negative-margin.card-image._3 {
  background-image: linear-gradient(#00adff7a, #00adff7a), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
}

.card-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-menu {
  box-shadow: none;
  border: 0 #0000;
  flex-direction: column;
  flex: 0 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

.cross-heading {
  color: #e2e2e2;
  text-align: left;
  background-image: url('../images/NudgeXArtboard-22.png');
  background-position: 0 19px;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom: 4px #f90;
  flex-basis: 50%;
  margin-left: 18px;
  padding-top: 16px;
  padding-left: 35px;
  font-weight: 100;
  position: relative;
}

.cross-heading.on-white {
  color: #f90;
  text-transform: lowercase;
  background-image: url('../images/NudgeXArtboard-22.png');
  background-position: 5px 19px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-left: -35px;
  padding-left: 35px;
  font-weight: 100;
  position: static;
  bottom: 0;
  left: 0;
}

.cross-heading.on-white.styleguide-heading {
  color: #465968;
  background-position: 0 19px;
  background-size: 11px;
  margin-top: 0;
  margin-left: 22px;
  padding-left: 30px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}

.white {
  color: #fff;
}

.block-quote {
  border-left: 2px solid var(--dardfecd6);
  font-family: Cronos pro, sans-serif;
  line-height: 25px;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#065119c7, #065119c7), url('../images/Depositphotos_7611895_BW.jpg'), linear-gradient(#ebebeb75, #ebebeb75);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, 100%, auto;
  min-height: 300px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
  min-height: 300px;
}

.tab-link {
  color: #c2ccd1;
  background-color: #0000;
  flex: 0 auto;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 26px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #fff;
  border-bottom: 0 #000;
  flex: 0 auto;
  margin-bottom: 24px;
}

.white-block {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 25px;
  box-shadow: 8px 8px 26px #00000026;
}

.white-block.flex-item.releif {
  margin-right: 24px;
}

.white-block.kirsty-bio {
  margin-right: 29px;
}

.white-block.how-often-sahould {
  margin-right: 26px;
}

.tab-pane {
  background-color: #fff;
  border: 2px #c2ccd1;
  border-radius: 3px 3px 10px;
  width: 100%;
}

.card-content {
  position: relative;
  top: 35px;
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px #0000;
}

.tag-holder:hover {
  box-shadow: 0 0 75px #00000012;
}

.type-column-1 {
  padding-right: 20px;
}

.div-block-80 {
  inset: auto 0 0;
}

.style-guide-label {
  color: #00000061;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px #ffffff4a;
  margin-top: -26px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label._2 {
  margin-top: 15px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  margin-top: 11px;
  display: flex;
}

.card {
  background-color: #fff;
  border-bottom-color: #c2ccd1;
  border-radius: 4px;
  flex: 1;
  height: 100%;
  margin: -20px 15px 15px;
  padding: 40px 40px 81px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  color: #253746;
  background-color: #f1fbff;
  transform: scale(1.01);
  box-shadow: 0 0 20px #00adff99;
}

.heading {
  color: var(--dardfecd6);
  font-family: Maiandra gd, Times New Roman, sans-serif;
}

.heading-2 {
  font-family: Maiandra gd, Times New Roman, sans-serif;
}

.heading-3 {
  color: var(--dardfecd6);
  font-family: Maiandra gd, Times New Roman, sans-serif;
}

.tab-container {
  background-color: var(--background);
  height: 100%;
  padding: 55px;
}

.tab-container.contact-hide {
  display: none;
}

.right-text {
  text-align: right;
}

.flex-item {
  text-align: left;
  flex: 1;
}

.flex-item.map {
  flex-basis: 60%;
  padding: 0;
}

.flex-item.icon {
  flex: 0 auto;
  align-items: center;
  max-width: 30%;
  margin-right: 11px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.flex-item.text {
  flex-direction: column;
  flex-basis: 20%;
  padding: 51px;
  display: flex;
  position: relative;
}

.flex-item.ajuga-card {
  border: 3px solid var(--highlgiht);
  background-color: #fff;
  margin: 26px;
  box-shadow: 8px 8px 26px #00000026;
}

.flex-item.ajuga-card.on-blog {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-item.ajuga-card.lear-more {
  height: 100%;
  padding-bottom: 42px;
  position: relative;
}

.flex-item.copyright {
  color: var(--dim-grey);
  padding-left: 0;
}

.flex-item.footer {
  justify-content: flex-end;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-right: 16px;
}

.flex-item.refelxology-footer {
  float: right;
  text-align: right;
}

.flex-item.about-ajuga-health-refelxology {
  flex: 1;
}

.flex-item.small {
  flex-flow: column wrap;
  flex-basis: 33%;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-item.small.what-to-expect {
  align-items: flex-end;
  margin-top: 8px;
  padding-left: 18px;
}

.flex-item.small.what-to-expect.glass {
  flex: 0 auto;
}

.flex-item.small._2 {
  margin-top: 10px;
  padding-right: 15px;
}

.flex-item.small.kirstty {
  flex-direction: row;
  flex: 0 auto;
  margin-right: 25px;
}

.flex-item.small.how-often-should-i {
  flex: 0 auto;
  margin-right: 28px;
}

.flex-item.health-benefits {
  flex-basis: 70%;
  display: flex;
}

.flex-item.blog {
  flex-basis: 50%;
  padding: 3%;
}

.flex-item.blog.blog-image {
  background-image: url('../images/balance.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
  padding: 0%;
}

.flex-item.blog.blog-image._1 {
  background-image: url('../images/sleep.jpg');
}

.flex-item.post-page.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  flex: 33%;
  min-height: 500px;
}

.flex-item.post-page.blog-image.soft-image._1 {
  background-image: url('../images/sleep.jpg');
}

.flex-item.post-page.blog-image.soft-image._2 {
  background-image: url('../images/balance.jpg');
}

.flex-item.post-page.title-area {
  justify-content: flex-start;
  align-items: center;
  padding: 3%;
  display: flex;
}

.flex-item.photo-of-location {
  flex: 1;
  height: 100%;
}

.flex-container {
  flex-flow: row-reverse wrap;
  flex: 1;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.flex-container.contact {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 0;
}

.flex-container.icons.iconsa-fixed {
  justify-content: center;
}

.flex-container.ajuga {
  align-items: center;
}

.flex-container.cards {
  align-items: stretch;
}

.flex-container.welsome-to-ajuga {
  flex-direction: column;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-container.welsome-to-ajuga.what-is {
  margin-top: 100px;
  padding-bottom: 0;
  display: none;
}

.flex-container.about-ajuga-health-refelxology {
  align-items: stretch;
}

.flex-container.what-to-expect {
  flex-direction: row-reverse;
  align-items: stretch;
}

.flex-container.what-to-expect._2 {
  flex-direction: row;
  margin-top: 66px;
  margin-bottom: 66px;
}

.flex-container.what-to-expect.health-benefits {
  flex-wrap: nowrap;
}

.flex-container.what-to-expect.what-to-expect-flex {
  flex-flow: row;
  margin-top: 49px;
  margin-right: -30px;
}

.flex-container.what-to-expect.what-to-expect-flex._2 {
  flex-direction: row-reverse;
}

.html-embed {
  width: 100%;
  height: 550px;
  margin-top: -50px;
}

.icon-text {
  margin-bottom: 0;
  padding-left: 7px;
}

.line {
  background-color: var(--dardfecd6);
  height: 3px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.ajuga-image-background-example {
  background-image: url('../images/Ajuga-flower.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: block;
}

.featured-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 13px #000;
  flex: 1;
  font-weight: 700;
}

.bm {
  flex-direction: row;
  min-height: 200px;
  display: flex;
}

.animation {
  height: 100%;
}

.aniamtion-body {
  height: 100vh;
}

.div-block-81 {
  flex: 1;
  min-height: 300px;
}

.card-text-container {
  padding: 19px;
  position: static;
}

.card-text {
  margin-top: 18px;
  margin-bottom: 18px;
}

.card-image-container {
  background-image: url('../images/Depositphotos_7611895_BW.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 165px;
}

.footer {
  background-color: #fff;
  align-items: center;
  min-height: 50px;
  padding: 14px;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 30px -5px #00000026;
}

.footer.contact-page {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragrah-centered {
  text-align: center;
  line-height: 25px;
}

.paragrah-centered.note {
  color: var(--highlgiht);
  padding-top: 26px;
  padding-bottom: 26px;
  font-style: italic;
}

.title-line {
  background-color: var(--highlgiht);
  width: 52%;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.soft-image {
  border: 3px #000;
  border-radius: 10px;
  box-shadow: 8px 8px 16px #00000026;
}

.soft-image.sticky-iamge {
  margin-top: 66px;
  position: relative;
}

.soft-image.contac-timage {
  width: 300px;
}

.nav-link {
  text-transform: uppercase;
  border-bottom: 3px solid #97bd3c00;
  margin-top: 11px;
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cronos pro, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 3px;
  border-color: black black var(--highlgiht);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--highlgiht);
}

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

.container {
  padding-top: 18px;
  padding-bottom: 18px;
}

.brand {
  margin-top: 2px;
}

.navbar {
  background-color: #fff;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 26px -1px #00000057;
}

.body-container {
  background-color: var(--background);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-container.about-apge {
  padding-top: 25px;
  padding-bottom: 62px;
}

.body-container.what-to-expect {
  margin-top: 100px;
  padding-top: 27px;
  padding-bottom: 60px;
}

.body-container.contact {
  flex: 0 auto;
  margin-top: 80px;
}

.ajuga-hero {
  background-image: url('../images/Ajuga-flower.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.hero-content-container {
  background-color: var(--ivory-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.hero-title {
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 400;
}

.hero-title.subtitle {
  color: var(--highlgiht);
  letter-spacing: 4px;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 30px;
}

.hero-line {
  background-color: var(--ivory-2);
  width: 100%;
  height: 6px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.heading-4 {
  font-family: Maiandra gd, Times New Roman, sans-serif;
}

.seconday-nav {
  z-index: 999;
  background-color: var(--highlgiht);
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}

.seconday-nav-link {
  margin-left: 36px;
  margin-right: 36px;
}

.seconday-nav-link.w--current {
  color: #28dd56;
}

.secondary-nav-link-text {
  text-transform: uppercase;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 18px;
}

.secondary-nav-link-text.w--current {
  color: #fff;
}

.sticker {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sticker._2 {
  background-color: var(--highlgiht);
  width: 100px;
  position: absolute;
  inset: auto auto 0 0;
}

.unordered-list-2 {
  color: var(--cadet-blue);
  font-family: Cronos pro, sans-serif;
  font-size: 16px;
}

.blog-page {
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.blog-post {
  min-height: 200px;
  margin-bottom: 27px;
  display: flex;
}

.blog-post.post-page {
  margin-top: 80px;
}

.blog-link-block {
  width: 100%;
  height: 100%;
}

.category {
  background-color: var(--cadet-blue);
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  padding: 6px;
  display: flex;
}

.paragraph {
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
}

.paragraph.category {
  color: var(--ivory-2);
  margin-top: 0;
  margin-bottom: 0;
}

.blog-content-contianer {
  padding-top: 30px;
  padding-bottom: 60px;
}

.collection-item {
  flex: 1;
}

.blog-contact {
  padding-top: 48px;
  padding-bottom: 0;
}

.brand-2 {
  margin-top: 9px;
}

.flex-stretch {
  background-color: var(--background);
  flex-direction: row;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.button-text {
  font-size: 16px;
  font-weight: 600;
}

.contact-page-body {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 100px 0%;
  display: flex;
}

.footer-container {
  flex: 1;
  align-items: center;
  display: flex;
}

.loading-screen {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-page-icon {
  opacity: 0;
  display: none;
}

.testimonals {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.cover-photo {
  height: 300px;
}

.cover-photo.cover-photo-about-reflexolgoy {
  background-image: url('../images/ajuga-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 490px;
  margin-top: 54px;
}

.cover-photo.cover-photo-about-reflexolgoy.what-to-expeect-ocve-rpohoto {
  background-image: url('../images/sleep.jpg');
}

.location-image {
  max-width: 500px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.location-image.soft-image {
  margin: 18px;
  display: block;
}

.contact-image-padding {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 27px;
  display: block;
}

.paragraph-2 {
  min-height: 100px;
}

.margin-top {
  margin-top: 100px;
}

.collection-list {
  padding-top: 22px;
  padding-right: 25px;
}

.contact-hero {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-82 {
  padding: 25px;
}

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

.map-wrapper {
  margin-top: -20px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .button:active {
    background-color: var(--highlgiht);
    color: var(--dardfecd6);
  }

  .button:focus {
    background-color: var(--highlgiht);
  }

  .button.special.in-navigation {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .button.card-button:focus {
    background-color: var(--highlgiht);
    color: var(--dardfecd6);
  }

  .move-image {
    z-index: 0;
  }

  .tab-container {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-item.map {
    width: 100%;
  }

  .flex-item.icon {
    flex-direction: column;
    flex: 1;
  }

  .flex-item.text {
    width: 100%;
    padding-left: 59px;
    padding-right: 59px;
  }

  .flex-item.ajuga-card {
    margin-left: 7px;
    margin-right: 7px;
  }

  .flex-item.about-ajuga-health-refelxology {
    padding-left: 21px;
  }

  .flex-item.small.what-to-expect, .flex-item.small._2 {
    align-items: center;
  }

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

  .flex-container.about-ajuga-health-refelxology.what-toe-xpect-2 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .flex-container.what-to-expect, .flex-container.what-to-expect._2 {
    flex-direction: column-reverse;
  }

  .flex-container.what-to-expect.health-benefits {
    flex-direction: column;
  }

  .flex-container.what-to-expect.what-to-expect-flex {
    flex-flow: row-reverse wrap;
  }

  .flex-container.contact-page {
    flex-direction: column;
  }

  .footer, .footer.contact-page {
    position: static;
  }

  .soft-image {
    margin-bottom: 18px;
  }

  .nav-link {
    text-align: center;
  }

  .body-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-title {
    font-size: 40px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--silver);
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    padding-bottom: 13px;
    display: flex;
  }

  .contact-page-body {
    padding-bottom: 0;
  }

  .cover-photo.cover-photo-about-reflexolgoy {
    background-position: 50%;
  }

  .div-block-82 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .move-image {
    width: 48%;
  }

  .image {
    position: relative;
  }

  .card-container, .tabs._2 {
    flex-direction: column;
  }

  .card-wrap {
    flex: 1;
  }

  .tab-link {
    background-color: #86998b3d;
  }

  .white-block.flex-item.releif {
    margin-right: 30px;
  }

  .white-block.flex-item.releif.negative-margin {
    margin-right: 0;
  }

  .flex-item.small {
    align-items: center;
  }

  .flex-item.health-benefits {
    flex-direction: column;
    align-items: stretch;
  }

  .flex-item.blog.blog-image {
    display: flex;
  }

  .flex-item.post-page.blog-image {
    flex: 0 0 100%;
  }

  .flex-item.post-page.title-area {
    flex-direction: column;
    flex: 1;
    width: 100%;
  }

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

  .flex-container.ajuga.features, .flex-container.cards, .flex-container.about-ajuga-health-refelxology {
    flex-direction: column;
  }

  .flex-container.blog-conainer {
    flex-direction: row-reverse;
    flex: 0 auto;
    display: flex;
  }

  .card-image-container {
    min-height: 305px;
  }

  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .brand {
    margin-top: -11px;
  }

  .navbar {
    height: 60px;
  }

  .seconday-nav {
    top: 60px;
  }

  .secondary-nav-link-text {
    font-size: 12px;
  }

  .blog-post {
    flex-direction: column;
  }

  .blog-post.post-page {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .blog-link-block {
    min-height: 300px;
  }

  .blog-title-holder {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button.special.in-navigation {
    width: 100%;
    display: block;
  }

  .move-image {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .image-background-example {
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-block.flex-item.releif {
    margin-left: 0;
    margin-right: 29px;
  }

  .white-block.flex-item.releif.negative-margin {
    margin-left: 0;
  }

  .tab-container {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-item.icon {
    text-align: center;
  }

  .flex-item.text {
    padding: 10px 3px 52px;
  }

  .flex-item.small.what-to-expect {
    padding-left: 0;
  }

  .flex-item.health-benefits {
    flex-direction: column;
    align-items: center;
  }

  .flex-container.contact {
    flex-flow: column wrap;
  }

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

  .flex-container.what-to-expect._2 {
    align-items: center;
  }

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

  .brand {
    margin-top: 8px;
  }

  .navbar {
    height: 60px;
  }

  .body-container {
    width: 100%;
  }

  .hero-title {
    letter-spacing: 5px;
    font-size: 29px;
    font-weight: 500;
  }

  .hero-title.subtitle {
    font-size: 20px;
  }

  .seconday-nav {
    height: 50px;
    top: 60px;
  }

  .seconday-nav-link {
    margin-left: 25px;
    margin-right: 4px;
  }

  .location-image.soft-image {
    max-width: 100%;
  }

  .contact-hero {
    flex-wrap: wrap;
  }

  .div-block-82 {
    justify-content: center;
  }
}

#w-node-_1db83aef-3ea2-236b-084e-caa87cfd6dcd-feb7b88e {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Maiandra gd';
  src: url('../fonts/Maiandra-GD-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cronos pro';
  src: url('../fonts/Cronos-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}