:root {
  --medium-sea-green: #edede5;
  --black: black;
  --bg-grey: #fafafa;
  --white: white;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: #edede587;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  background-color: #627f7b05;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: linear-gradient(7deg, var(--black), transparent 67%), url('../images/at-rest-under-pressure.png');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: -90px;
  padding: 297px 30px 300px;
  display: flex;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

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

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
}

.h1 {
  color: #d4e5e0;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 60px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #000;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.cc-gray {
  color: #999;
}

.paragraph.cc-gray.heytherepar {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.cc-gray.invpar {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  background-color: #474542;
  border-radius: 4px;
  margin-top: 0;
  padding: 15px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  color: #474542;
  background-color: #cec6bb;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

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

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 70px 30px;
  display: flex;
}

.features.socials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2 {
  color: #102935;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.h2.cc-center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
  line-height: 20px;
}

.h2.cc-2-rows.lastsection {
  color: #b1762a;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.secondh2 {
  margin-top: 20px;
  font-size: 20px;
}

.h2.findrelief {
  text-align: center;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.h2.testimonials {
  text-align: center;
  font-size: 50px;
}

.h2.what-to-expect {
  font-family: EB Garamond, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.h2.services-title {
  font-size: 25px;
}

.h2-container {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.h2-container.cc-center {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.h2-container.serv-cont {
  margin-bottom: 40px;
}

.text-span {
  color: #627f7b;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.text-span.testimonials {
  outline-offset: 0px;
  outline: 3px #102935;
}

.text-span.services-title {
  font-size: 50px;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.h3.cc-cta {
  color: #b1762a;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 49px;
}

.h3.cc-cta.servicesclone {
  color: #e0e0e0;
}

.h3.cc-header {
  color: #8baba8;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.h3.concerns {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-size: 25px;
}

.h3.cc-header-copy {
  color: #8baba8;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
  text-decoration: none;
}

.slider-section {
  background-color: #eaf0f1;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/pexels-ron-lach-9146383.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/pexels-anete-lusina-5723264.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/pexels-yan-krukau-5793887.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #cec6bb;
  background-image: url('../images/bg-5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: #b1762a;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: color .2s;
}

.link:hover {
  color: #5781ab;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  flex-direction: column;
  justify-content: center;
  margin-right: 100px;
  display: flex;
}

._2-row-text {
  max-width: 450px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

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

.row.thirdrow {
  margin-top: 90px;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

._2-row-action-text.ready-to-go {
  text-align: left;
  margin-top: 40px;
}

.cta {
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: #b1762a;
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  color: #484643;
  background-color: #cec6bb;
}

.cta-line.servicesclone {
  background-color: #e0e0e0;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-left: 20px;
  display: flex;
}

.cta-column.secondcta {
  margin-left: 20px;
  padding-top: 100px;
}

.cta-left-top {
  color: #102935;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.cta-left-top.services-title {
  color: #b1762a;
  font-family: Open Sans, sans-serif;
}

.footer {
  background-color: #627f7b;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #cbcbcb;
  align-self: flex-start;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: #627f7b;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  color: #627f7b;
  align-items: center;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.pricing-block-separator {
  background-color: #627f7b;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #627f7b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.button-pricing:hover {
  color: #484643;
  text-transform: uppercase;
  background-color: #d4e5e0;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-link {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div1 {
  background-color: #fff;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px #4b4b4b33;
}

.div-block {
  text-align: left;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.paragraph-2 {
  text-align: justify;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

.paragraph-4 {
  color: #102935;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-2, .div-block-2.div-serv {
  margin-top: 40px;
}

.bold-text {
  color: #ffebcc;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text._60d {
  font-size: 23px;
}

.bold-text-2 {
  color: #ffebcc;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-2._60d {
  font-size: 23px;
}

.bold-text-3 {
  color: #ffebcc;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-3._60d {
  font-size: 23px;
}

.div-block-3 {
  background-color: #d9d9d9;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.paragraph-5 {
  color: #474542;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section {
  margin-left: 0%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-4 {
  margin: 0 3%;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 3% 60px;
}

.heading {
  justify-content: center;
  display: flex;
}

.button-2 {
  text-align: center;
  flex-direction: row;
  display: block;
}

.fright {
  justify-content: center;
  align-items: center;
  padding: 60px 30px 120px;
  display: flex;
}

.fright.socials {
  padding-top: 60px;
}

.div-block-5 {
  background-color: #102935;
  padding: 60px 3%;
}

.heading-2 {
  color: #eaf0f1;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.paragraph-6 {
  color: #eaf0f1;
  text-align: center;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-6 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.heading-3 {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.heading-4, .heading-5 {
  font-family: Open Sans, sans-serif;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  color: #102935;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-6 {
  color: #474542;
  text-align: left;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-10 {
  color: #474542;
  text-align: left;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  background-color: #627f7b;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 15px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-3:hover {
  color: #62757b;
  background-color: #d4e5e0;
}

.paragraph-11 {
  color: #102935;
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-7 {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.heading-8 {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.paragraph-12 {
  color: #102935;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-4 {
  text-align: center;
  background-color: #102935;
  font-family: Open Sans, sans-serif;
}

.button-4:hover {
  background-color: #5781ab;
}

.button-5 {
  text-align: center;
  background-color: #102935;
  font-family: Open Sans, sans-serif;
}

.button-5:hover {
  background-color: #5781ab;
}

.button-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #62757b;
  padding: 15px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-6:hover {
  color: #62757b;
  background-color: #d4e5e0;
}

.button-6.button {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
}

.heading-9 {
  color: #102935;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.div-block-7 {
  justify-content: center;
  display: flex;
}

.premium-copy {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-copy.cc-background {
  background-color: #0000;
}

.premium-copy.heythere {
  background-color: #edede5;
  background-image: url('../images/blue-background.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.heythere {
  color: #b1762a;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.heythere.cc-white-text {
  color: #fff;
}

.heythere.about-title {
  color: #474542;
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
}

.link-copy {
  color: #f1e9e0;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: color .2s;
}

.link-copy:hover {
  color: #f1e9e0;
}

.div-block-8 {
  margin-top: 40px;
}

.div-block-9, .div-block-10 {
  text-align: center;
}

.button-7 {
  background-color: #102935;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.button-7:hover {
  background-color: #b1762a;
}

.button-8 {
  background-color: #102935;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-8:hover {
  background-color: #b1762a;
}

.image-3, .div-block-11 {
  text-align: center;
}

.heading-10 {
  color: #474542;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.div-block-12 {
  height: 450px;
  box-shadow: 3px 5px 5px 4px #0003;
}

.lastsection {
  color: #b1762a;
  font-size: 30px;
}

.bold-text-4 {
  color: #b1762a;
}

.services {
  background-color: #e2e2e2;
  background-image: url('../images/bg-4.png');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.services.socials {
  padding-top: 60px;
}

.bold-text-4-copy {
  color: #b1762a;
}

.italic-text {
  color: #e8fff3;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.image-4, .image-mobile {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.div-block-13 {
  margin-top: 60px;
}

.paragraph-13 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.features-copy {
  background-color: #d4e5e0;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section--hyperbaric {
  background-color: #627f7b;
  background-image: url('../images/the-chamber.jpg');
  background-position: 50% 60%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 0;
  padding: 180px 30px 90px;
  display: flex;
}

.section--hyperbaric.cc-header-extra {
  padding-bottom: 210px;
}

.section--hyperbaric.pr {
  background-image: url('../images/Prepare-visit.jpg');
  background-position: 50%;
}

.section--hyperbaric.faqs {
  background-image: url('../images/faq.jpg');
  background-position: 50%;
}

.section--hyperbaric.lettersand-articles {
  background-image: url('../images/articleslectures.png');
  background-position: 50%;
}

.paragraph-14 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-15 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.paragraph-16 {
  margin-top: 20px;
}

.div-block-14 {
  margin-top: 0;
}

.list-item {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.list-item-2 {
  font-family: Open Sans, sans-serif;
}

.list-item-2.list-item {
  font-family: proxima-nova, sans-serif;
}

.list-item-3 {
  font-family: Open Sans, sans-serif;
}

.list-item-3.list-item {
  font-family: proxima-nova, sans-serif;
}

.list-item-4 {
  font-family: Open Sans, sans-serif;
}

.list-item-4.list-item {
  font-family: proxima-nova, sans-serif;
}

.list-item-5 {
  font-family: Open Sans, sans-serif;
}

.list-item-5.list-item {
  font-family: proxima-nova, sans-serif;
}

.dropdown-toggle {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.text-block-2 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  display: block;
}

.icon-3 {
  color: #fff;
}

.dropdown {
  margin-left: 0;
}

.dropdown-link {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.footer-column---left {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-column---left.cc-footer {
  flex-direction: column;
}

.text-block-3, .text-block-4 {
  font-family: proxima-nova, sans-serif;
}

.dropdown-toggle-2 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.dropdown-toggle-2:active {
  color: #484643;
}

.dropdown-toggle-2:lang(en) {
  color: #474542;
}

.dropdown-toggle-3, .dropdown-toggle-4 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.paragraph-14--the-chamber {
  color: #474542;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.grid-3 {
  grid-template-rows: auto;
}

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

.paragraph-17 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.pr---header {
  width: 57%;
}

.inner-category--pr {
  color: #627f7b;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.h1--pr {
  color: #627f7b;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.h1--pr.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h3--pr {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.h3--pr.cc-cta {
  color: #b1762a;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 49px;
}

.h3--pr.cc-cta.servicesclone {
  color: #e0e0e0;
}

.h3--pr.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3--pr.cc-pricing {
  width: 100%;
}

.h3--pr.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3--pr.cc-latest-posts {
  margin-bottom: 40px;
}

.h3--pr.concerns {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-size: 25px;
}

.h3--pr.cc-header-pr {
  color: #cec6bb;
  margin-bottom: 0;
  text-decoration: none;
}

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

.paragraph-18 {
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-16-copy, .div-block-16-copy-copy {
  margin-top: 40px;
}

.features-copy {
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.features-copy.socials {
  padding-top: 60px;
}

.div-block-16-faq {
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
}

.features--faqs {
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.features--faqs.socials {
  padding-top: 60px;
}

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

.paragraph-19 {
  text-align: left;
  letter-spacing: 2px;
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

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

.grid-4 {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding: 0;
}

.paragraph-20 {
  color: #fff9f9;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.div-block-18 {
  background-color: #627f7b;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-21 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.paragraph-22 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.div-block-19 {
  background-color: #cec6bb;
  padding: 20px;
}

.bold-text-5 {
  color: #322a2a;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.div---lectures {
  margin-top: 60px;
}

.section-3 {
  padding: 0 30px 120px;
}

.list-home {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.features---testimonials {
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.features---testimonials.socials {
  padding-top: 60px;
}

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

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

.button-9 {
  padding: 15px 20px;
  font-family: proxima-nova, sans-serif;
}

.div-block-21 {
  align-self: auto;
  margin-bottom: 40px;
}

.section-4 {
  background-image: url('../images/pexels-olly-774866.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.h2-copy {
  color: #102935;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.h2-copy.cc-center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}

.h2-copy.cc-2-rows {
  margin-bottom: 25px;
}

.h2-copy.cc-2-rows.lastsection {
  color: #b1762a;
}

.h2-copy.cc-white-text {
  color: #fff;
}

.h2-copy.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-copy.secondh2 {
  margin-top: 20px;
  font-size: 20px;
}

.h2-copy.findrelief {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.h2-copy.testimonials {
  text-align: center;
  font-size: 50px;
}

.h2-copy.what-to-expect, .h2-copy.services-title {
  font-size: 25px;
}

.h2-copy.testimonials-copy {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
}

.grid-5 {
  grid-column-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.div-block-22 {
  background-color: #cec6bb;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.paragraph-23 {
  color: #474542;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 50px;
  line-height: 40px;
}

.div-block-23 {
  background-color: #47454229;
  padding: 20px 15px;
}

.paragraph-24 {
  color: #474542;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.div-block-24 {
  margin-bottom: 20px;
}

.text-block-5 {
  font-family: proxima-nova, sans-serif;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div1-copy {
  background-color: #fff;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px #4b4b4b33;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
  font-family: EB Garamond, sans-serif;
  font-size: 60px;
}

.helpfulsection {
  background-color: #627f7b;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.helpfulsection.socials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-copy {
  color: #627f7b;
  font-family: EB Garamond, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.text-span-copy.cc-white-text {
  color: #fff;
}

.text-span-copy.testimonials {
  outline-offset: 0px;
  outline: 3px #102935;
}

.text-span-copy.services-title {
  font-size: 50px;
}

.helpful-header {
  color: #fff;
}

.paragraph-4-copy {
  color: #ededed;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-26 {
  margin-bottom: 60px;
}

.paragraph-25 {
  text-align: center;
  letter-spacing: 2px;
  font-family: EB Garamond, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-27, .div-block-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-29 {
  margin-top: 40px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.lastsection-copy {
  color: #b1762a;
  font-size: 30px;
}

.bold-text-6 {
  font-size: 20px;
}

.bold-text-7 {
  font-size: 20px;
  line-height: 20px;
}

.heading-11 {
  margin-top: 0;
  line-height: 20px;
}

.bold-text-8 {
  font-size: 20px;
  line-height: 20px;
}

.heading-12 {
  margin-top: 0;
  line-height: 20px;
}

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

.you-reexhausted {
  color: #627f7b;
  font-family: EB Garamond, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.you-reexhausted.cc-white-text {
  color: #fff;
}

.you-reexhausted.testimonials {
  outline-offset: 0px;
  outline: 3px #102935;
}

.you-reexhausted.services-title {
  font-size: 50px;
}

.underheader {
  color: #fff;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 25px;
}

.underheader.cc-gray {
  color: #999;
}

.underheader.cc-gray.heytherepar {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.underheader.cc-gray.invpar {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.dropdown-link-2 {
  color: #474542;
  background-color: #edede5;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: #627f7b;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #edede5;
}

.dropdown-link-3 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  color: #627f7b;
}

.dropdown-link-4 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-4:hover, .dropdown-link-4.w--current {
  color: #627f7b;
}

.dropdown-link-5 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-5:hover {
  color: #627f7b;
}

.dropdown-link-6 {
  color: #484643;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-6:hover {
  color: #627f7b;
}

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

.dropdown-link-6.w--current:hover {
  color: #627f7b;
}

.dropdown-link-7 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-7:hover, .dropdown-link-7.w--current, .dropdown-link-7.w--current:hover {
  color: #627f7b;
}

.dropdown-link-8 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-8:hover {
  color: #62757b;
}

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

.dropdown-link-8.w--current:hover {
  color: #627f7b;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #edede5;
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  background-color: #edede5;
}

.dropdown-link-9 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-9:hover {
  color: #627f7b;
}

.dropdown-link-9:active {
  color: #484643;
}

.dropdown-link-9.w--current {
  color: #627f7b;
}

.dropdown-link-10 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-10:hover {
  color: #627f7b;
}

.dropdown-link-10:active {
  color: #484643;
}

.dropdown-link-10.w--current {
  color: #627f7b;
}

.dropdown-link-11 {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.dropdown-link-11:hover {
  color: #627f7b;
}

.dropdown-link-11:active {
  color: #484643;
}

.dropdown-link-11.w--current {
  color: #627f7b;
}

.hyperbaricmain-text {
  color: #627f7b;
  margin-top: 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
}

.list {
  font-family: proxima-nova, sans-serif;
}

.h1-about-hyperbaric {
  color: #d4e5e0;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
}

.h1-about-hyperbaric.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.container-thechamber {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

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

.container-thechamber.cc-cta {
  display: flex;
}

.container-thechamber.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.container-thechamber.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-thechamber.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-thechamber.cc-contact {
  display: flex;
}

.container-aboutmelanie {
  z-index: 1;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

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

.container-aboutmelanie.cc-cta {
  display: flex;
}

.container-aboutmelanie.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.container-aboutmelanie.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-aboutmelanie.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-aboutmelanie.cc-contact {
  display: flex;
}

.conthelp {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.conthelp.cc-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conthelp.cc-cta {
  display: flex;
}

.conthelp.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.conthelp.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.conthelp.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.conthelp.cc-contact {
  display: flex;
}

.contchamber {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.contchamber.cc-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contchamber.cc-cta {
  display: flex;
}

.contchamber.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.contchamber.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contchamber.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.contchamber.cc-contact {
  display: flex;
}

.conthbot {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.conthbot.cc-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conthbot.cc-cta {
  display: flex;
}

.conthbot.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.conthbot.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.conthbot.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.conthbot.cc-contact {
  display: flex;
}

.contaboutme {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.contaboutme.cc-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contaboutme.cc-cta {
  display: flex;
}

.contaboutme.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.contaboutme.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contaboutme.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.contaboutme.cc-contact {
  display: flex;
}

.div-block-31 {
  align-self: stretch;
  margin-top: 20px;
}

.slider-2 {
  max-width: 1000px;
  height: 450px;
}

.header-inner-copy {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 220px 30px 140px;
  display: flex;
}

.header-inner-copy.cc-header-extra {
  padding-bottom: 210px;
}

.h1---contact {
  color: #627f7b;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 60px;
}

.h1---contact.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.inner-category-copy {
  color: #627f7b;
  align-items: center;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  line-height: 60px;
  display: flex;
}

.dropdown-toggle-copy {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.h3-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.h3-copy.cc-cta {
  color: #b1762a;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 49px;
}

.h3-copy.cc-cta.servicesclone {
  color: #e0e0e0;
}

.h3-copy.cc-header {
  color: #8baba8;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
  text-decoration: none;
}

.h3-copy.cc-pricing {
  width: 100%;
}

.h3-copy.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3-copy.cc-latest-posts {
  margin-bottom: 40px;
}

.h3-copy.concerns {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-size: 25px;
}

.h3-copy.cc-header-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
  text-decoration: none;
}

.paragraph-copy {
  color: #fff;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-copy.cc-gray {
  color: #999;
}

.paragraph-copy.cc-gray.heytherepar {
  color: #474542;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-copy.cc-gray.invpar {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.container-pricing-copy {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.bold-text-9 {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

.bold-text-10 {
  font-weight: 500;
}

.pricing--header-text {
  width: 80%;
}

.container-copy {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

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

.container-copy.cc-cta {
  display: flex;
}

.container-copy.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.container-copy.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-copy.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-copy.cc-contact {
  display: flex;
}

.heading-13 {
  color: #484643;
  font-family: EB Garamond, sans-serif;
}

.cont--book {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.cont--book.cc-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cont--book.cc-cta {
  display: flex;
}

.cont--book.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.cont--book.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cont--book.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.cont--book.cc-contact {
  display: flex;
}

.paragraph-26 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-26-copy {
  color: #627f7b;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.section-5 {
  background-image: url('../images/shutterstock_1177330360-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.header-inner--pricing {
  background-color: #627f7b;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 100px 30px 90px;
  display: flex;
}

.header-inner--pricing.cc-header-extra {
  padding-bottom: 210px;
}

.par26--a {
  margin-top: 60px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

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

.bold-text-11 {
  color: #484643;
  font-style: normal;
  text-decoration: none;
}

.bold-text-12 {
  color: #484643;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: proxima-nova, sans-serif;
}

.heading-14 {
  color: #627f7b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h1---meet-melanie {
  color: #484643;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 60px;
}

.h1---meet-melanie.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.header-inner-contentmeet-melanie {
  width: 57%;
  margin-bottom: 40px;
  line-height: 50px;
}

.inner-category-meet-melanie {
  color: #627f7b;
  align-items: center;
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.paragraph-15-copy {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.div-block-14-copy, .list-5, .list-6 {
  margin-top: 30px;
}

.section-6 {
  background-image: url('../images/hyperbaric.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding: 180px 30px;
  display: flex;
}

.conthbotabout-hyperbaric {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.conthbotabout-hyperbaric.cc-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conthbotabout-hyperbaric.cc-cta {
  display: flex;
}

.conthbotabout-hyperbaric.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.conthbotabout-hyperbaric.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.conthbotabout-hyperbaric.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.conthbotabout-hyperbaric.cc-contact {
  display: flex;
}

.section-3---photo {
  padding: 0 30px 120px;
}

.photo-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3, .link-4 {
  color: #627f7b;
}

.container---contact {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

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

.container---contact.cc-cta {
  display: flex;
}

.container---contact.cc-footer {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.container---contact.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container---contact.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container---contact.cc-contact {
  display: flex;
}

.image-5 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2.cc-2-rows {
    margin-top: 28px;
    margin-bottom: 0;
  }

  .h2.findrelief {
    font-size: 22px;
  }

  .h2.what-to-expect, .h2.services-title {
    font-size: 20px;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .text-span.testimonials {
    font-size: 30px;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .row {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    color: #b6b6b6;
    background-color: #edede5;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    color: #627f7b;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #627f7b;
    font-size: 32px;
  }

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

  .menu-button:active {
    background-color: var(--medium-sea-green);
  }

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

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .dropdown-toggle-2, .dropdown-toggle-3, .dropdown-toggle-4 {
    color: #627f7b;
  }

  .pr---header {
    width: 80%;
  }

  .h2-copy.findrelief {
    font-size: 22px;
  }

  .h2-copy.what-to-expect, .h2-copy.services-title {
    font-size: 20px;
  }

  .testimonials-header {
    font-size: 40px;
  }

  .text-span-copy.testimonials, .you-reexhausted.testimonials {
    font-size: 30px;
  }

  .container-thechamber {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .container-thechamber.cc-contact {
    flex-wrap: wrap;
  }

  .container-aboutmelanie {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .container-aboutmelanie.cc-contact {
    flex-wrap: wrap;
  }

  .conthelp {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .conthelp.cc-contact {
    flex-wrap: wrap;
  }

  .contchamber {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .contchamber.cc-contact {
    flex-wrap: wrap;
  }

  .conthbot {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .conthbot.cc-contact {
    flex-wrap: wrap;
  }

  .contaboutme {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .contaboutme.cc-contact {
    flex-wrap: wrap;
  }

  .container-pricing-copy {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing--header-text {
    width: 80%;
  }

  .container-copy {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .container-copy.cc-contact {
    flex-wrap: wrap;
  }

  .cont--book {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .cont--book.cc-contact {
    flex-wrap: wrap;
  }

  .header-inner-contentmeet-melanie {
    width: 80%;
  }

  .conthbotabout-hyperbaric {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .conthbotabout-hyperbaric.cc-contact {
    flex-wrap: wrap;
  }

  .container---contact {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .container---contact.cc-contact {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .paragraph, .paragraph.cc-gray.invpar {
    font-size: 14px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2, .h2.secondh2 {
    font-size: 16px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .text-span.services-title {
    color: #627f7b;
    font-size: 40px;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

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

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

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .paragraph-2, .paragraph-4 {
    font-size: 16px;
  }

  .paragraph-5 {
    font-size: 10px;
  }

  .fright {
    padding-top: 60px;
  }

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

  .premium-copy {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .heading-10 {
    font-size: 10px;
  }

  .lastsection {
    font-size: 20px;
  }

  .services {
    padding-top: 60px;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grid-copy {
    flex-direction: column;
    display: flex;
  }

  .section--hyperbaric {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section--hyperbaric.cc-header-extra {
    padding-bottom: 180px;
  }

  .footer-column---left {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column---left.cc-footer {
    width: 100%;
  }

  .grid-3 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .pr---header {
    width: 100%;
  }

  .h1--pr {
    font-size: 48px;
    line-height: 54px;
  }

  .h1--pr.cc-black {
    margin-bottom: 50px;
  }

  .features-copy, .features--faqs, .features---testimonials {
    padding-top: 60px;
  }

  .h2-copy, .h2-copy.secondh2 {
    font-size: 16px;
  }

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

  .helpfulsection {
    padding-top: 60px;
  }

  .text-span-copy.services-title {
    color: #b1762a;
    font-size: 25px;
  }

  .helpful-header {
    font-size: 40px;
  }

  .paragraph-4-copy {
    font-size: 14px;
  }

  .paragraph-25 {
    font-size: 40px;
  }

  .lastsection-copy {
    font-size: 20px;
  }

  .you-reexhausted.services-title {
    color: #b1762a;
    font-size: 25px;
  }

  .underheader.cc-gray.invpar {
    font-size: 14px;
  }

  .h1-about-hyperbaric {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-about-hyperbaric.cc-black {
    margin-bottom: 50px;
  }

  .container-thechamber.cc-cta, .container-thechamber.cc-footer, .container-aboutmelanie.cc-cta, .container-aboutmelanie.cc-footer, .conthelp.cc-cta, .conthelp.cc-footer, .contchamber.cc-cta, .contchamber.cc-footer, .conthbot.cc-cta, .conthbot.cc-footer, .contaboutme.cc-cta, .contaboutme.cc-footer {
    flex-wrap: wrap;
  }

  .header-inner-copy {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-copy.cc-header-extra {
    padding-bottom: 180px;
  }

  .h1---contact {
    font-size: 48px;
    line-height: 54px;
  }

  .h1---contact.cc-black {
    margin-bottom: 50px;
  }

  .container-copy.cc-cta, .container-copy.cc-footer, .container-copy.cc-cta, .container-copy.cc-footer, .container-copy.cc-cta, .container-copy.cc-footer {
    flex-wrap: wrap;
  }

  .paragraph-copy, .paragraph-copy.cc-gray.invpar {
    font-size: 14px;
  }

  .pricing--header-text {
    width: 100%;
  }

  .container-copy.cc-cta, .container-copy.cc-footer, .cont--book.cc-cta, .cont--book.cc-footer {
    flex-wrap: wrap;
  }

  .header-inner--pricing {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner--pricing.cc-header-extra {
    padding-bottom: 180px;
  }

  .h1---meet-melanie {
    font-size: 48px;
    line-height: 54px;
  }

  .h1---meet-melanie.cc-black {
    margin-bottom: 50px;
  }

  .header-inner-contentmeet-melanie {
    width: 100%;
  }

  .conthbotabout-hyperbaric.cc-cta, .conthbotabout-hyperbaric.cc-footer, .container---contact.cc-cta, .container---contact.cc-footer {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    margin-top: 0;
    padding-top: 0;
  }

  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .navigation-logo {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .navigation-logo.w--current {
    align-self: center;
  }

  .h1 {
    color: #fff;
    letter-spacing: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph, .paragraph.cc-gray.heytherepar, .paragraph.cc-gray.invpar {
    font-size: 16px;
  }

  .button {
    text-align: center;
    font-size: 13px;
  }

  .features {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .features.socials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2 {
    font-size: 13px;
    line-height: 30px;
  }

  .h2.cc-2-rows {
    font-size: 18px;
  }

  .h2.secondh2 {
    font-size: 13px;
  }

  .h2.findrelief {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .h2.testimonials {
    font-size: 12px;
  }

  .h2.what-to-expect, .h2.services-title {
    font-size: 14px;
  }

  .h2-container {
    margin-bottom: 0;
  }

  .text-span.testimonials {
    font-size: 20px;
  }

  .text-span.services-title {
    font-size: 30px;
  }

  .h3.cc-cta {
    font-size: 25px;
  }

  .h3.cc-header {
    font-size: 35px;
  }

  .h3.concerns {
    font-size: 20px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .about {
    padding-left: 40px;
    padding-right: 40px;
  }

  .premium {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  ._2-row-action-text {
    margin-top: 10px;
  }

  .cta-column.secondcta {
    padding-top: 0;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .text-footer-credits {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .footer-links-list {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .link-footer {
    font-size: 13px;
  }

  .footer-social {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding: 60px 40px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
  }

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

  .bold-text._60d, .bold-text-2._60d, .bold-text-3._60d {
    font-size: 18px;
  }

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

  .paragraph-5 {
    font-size: 8px;
    line-height: 10px;
  }

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

  .button-6 {
    font-size: 15px;
  }

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

  .premium-copy.heythere {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heythere.about-title {
    font-size: 30px;
  }

  .services {
    padding-bottom: 60px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .section--hyperbaric {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: 250px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section--hyperbaric.cc-header-extra {
    padding-bottom: 150px;
  }

  .paragraph-14 {
    text-align: left;
    font-size: 16px;
  }

  .list-item {
    font-size: 16px;
  }

  .dropdown-toggle {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 36px;
    padding-right: 40px;
    display: flex;
  }

  .dropdown {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-column---left {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-3, .dropdown-toggle-4 {
    color: #505151;
  }

  .paragraph-14--the-chamber {
    font-size: 16px;
  }

  .paragraph-17 {
    margin-bottom: 20px;
  }

  .h1--pr {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h3--pr.cc-cta {
    font-size: 25px;
  }

  .h3--pr.concerns {
    font-size: 20px;
  }

  .h3--pr.cc-header-pr {
    font-size: 14px;
  }

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

  .features--faqs {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .grid-4 {
    grid-auto-flow: row;
    display: block;
  }

  .paragraph-20 {
    font-size: 50px;
  }

  .section-3 {
    padding-bottom: 40px;
  }

  .container-2 {
    position: relative;
    top: -43px;
  }

  .h2-copy {
    font-size: 13px;
    line-height: 30px;
  }

  .h2-copy.secondh2 {
    font-size: 13px;
  }

  .h2-copy.testimonials {
    font-size: 12px;
  }

  .h2-copy.what-to-expect, .h2-copy.services-title {
    font-size: 14px;
  }

  .h2-copy.testimonials-copy {
    font-size: 12px;
  }

  .helpfulsection {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-span-copy.testimonials, .helpful-header {
    font-size: 20px;
  }

  .paragraph-4-copy {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-25 {
    font-size: 35px;
  }

  .grid-8 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 18px;
  }

  .you-reexhausted {
    font-size: 20px;
    line-height: 20px;
  }

  .you-reexhausted.testimonials {
    font-size: 20px;
  }

  .underheader {
    font-size: 24px;
  }

  .underheader.cc-gray.heytherepar {
    font-size: 16px;
  }

  .list {
    padding-left: 20px;
    font-size: 16px;
  }

  .h1-about-hyperbaric {
    letter-spacing: 0;
    font-size: 35px;
    line-height: 42px;
  }

  .div-block-31 {
    margin-top: 40px;
  }

  .slider-2 {
    max-width: 300px;
  }

  .header-inner-copy {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-copy.cc-header-extra {
    padding-bottom: 150px;
  }

  .h1---contact {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .dropdown-toggle-copy {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
  }

  .h3-copy.cc-cta {
    font-size: 25px;
  }

  .h3-copy.concerns {
    font-size: 20px;
  }

  .paragraph-copy, .paragraph-copy.cc-gray.heytherepar, .paragraph-copy.cc-gray.invpar {
    font-size: 16px;
  }

  .container-copy {
    flex-flow: column;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-26-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .header-inner--pricing {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner--pricing.cc-header-extra {
    padding-bottom: 150px;
  }

  .list-2, .list-3, .list-4 {
    padding-left: 20px;
  }

  .italic-text-3 {
    font-size: 8px;
  }

  .bold-text-17 {
    font-size: 18px;
  }

  .heading-14 {
    font-size: 40px;
  }

  .h1---meet-melanie {
    letter-spacing: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .list-5, .list-6, .list-7 {
    padding-left: 15px;
  }

  .section-3---photo {
    padding-bottom: 40px;
  }
}

#w-node-_74df24b0-b44d-4cce-eaa6-2238c1759ae2-7ccc238c, #w-node-_74df24b0-b44d-4cce-eaa6-2238c1759ae8-7ccc238c, #w-node-_770b89da-54fd-9a51-fd98-bef209b69555-7ccc238c, #w-node-_770b89da-54fd-9a51-fd98-bef209b6955d-7ccc238c, #w-node-_770b89da-54fd-9a51-fd98-bef209b69565-7ccc238c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13b91a37-ed40-7ded-4bd9-3270c072692b-7ccc238c {
  justify-self: center;
}

#w-node-ed956b18-7c55-5f4f-b4bb-e7a40f1cc1fe-7ccc238c, #w-node-_36dc6462-2851-57ce-4bdd-6e1f1f90b1b8-7ccc238c, #w-node-_9fa4765d-e386-2798-25db-5b66ccb3c858-7ccc238c, #w-node-e8f50f2e-a73a-89ca-a652-51f88770d27c-7ccc238c, #w-node-_3cd489ca-0ac3-a5ca-21c1-4d8b2769c8a7-7ccc238c, #w-node-d32233c0-751d-9f38-7652-919e71ba25e5-7ccc238c, #w-node-d672075b-884c-2357-065e-46676111a84a-7ccc238c, #w-node-_475a0fec-3ed2-9987-5702-34dbe86ce019-7ccc238c {
  align-self: auto;
}

#w-node-e1fd1cc6-0c3d-d921-2603-d3227e44479e-784a4496, #w-node-e3c4fe85-e603-bb89-b952-59f86b61819b-784a4496 {
  align-self: center;
}

#w-node-_594cbb76-f501-ce12-0466-88f68deb29df-b860ffd1 {
  place-self: auto;
}

#w-node-ac54f0c5-405d-69fc-112a-70e34b2bcd47-b860ffd1 {
  align-self: center;
}

#w-node-e069a992-1b35-0854-1559-d21cc27d7fba-b860ffd1 {
  place-self: auto;
}

#w-node-e069a992-1b35-0854-1559-d21cc27d7fbd-b860ffd1 {
  align-self: center;
}

#w-node-c10501fc-9a96-013f-8e37-a592ca845699-b860ffd1 {
  place-self: auto;
}

#w-node-c10501fc-9a96-013f-8e37-a592ca84569c-b860ffd1 {
  align-self: center;
}

#w-node-_4616189b-363d-b425-4101-bf33c2606ece-b860ffd1 {
  place-self: auto;
}

#w-node-_4616189b-363d-b425-4101-bf33c2606ed1-b860ffd1 {
  align-self: center;
}

#w-node-_4616189b-363d-b425-4101-bf33c2606eda-b860ffd1 {
  place-self: auto;
}

#w-node-_4616189b-363d-b425-4101-bf33c2606edd-b860ffd1 {
  align-self: center;
}

#w-node-_4616189b-363d-b425-4101-bf33c2606ee6-b860ffd1 {
  place-self: auto;
}

#w-node-_4616189b-363d-b425-4101-bf33c2606ee9-b860ffd1 {
  align-self: center;
}

#w-node-ff1ff34f-1783-6486-3726-923c2c69ec27-b860ffd1 {
  place-self: auto;
}

#w-node-ff1ff34f-1783-6486-3726-923c2c69ec2a-b860ffd1 {
  align-self: center;
}

#w-node-_5123f92c-8314-56c3-fc43-7e31068fbf1e-b860ffd1 {
  place-self: auto;
}

#w-node-_5123f92c-8314-56c3-fc43-7e31068fbf21-b860ffd1 {
  align-self: center;
}


