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

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

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

@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: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  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/hero.png');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -150px;
  padding: 337px 30px 380px;
  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: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

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

.paragraph {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
}

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

.paragraph.cc-gray.heytherepar {
  color: #eaf0f1;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.button {
  color: #597660;
  background-color: #0000;
  border: 2px solid #597660;
  border-radius: 4px;
  margin-top: 0;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
}

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

.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;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container.cc-center {
  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 {
  background-color: #4f4f4f00;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

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

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

.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;
  font-size: 30px;
}

.h2.testimonials {
  color: #597660;
  text-align: center;
  -webkit-text-stroke-color: #597660;
  border-bottom: 1px solid #597660;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.h2.what-to-expect {
  color: #597660;
  font-size: 25px;
}

.h2.services-title {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

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

.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: #1e512a;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
}

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

.text-span.testimonials {
  outline-offset: 0px;
  color: #4f4f4f;
  outline: 3px #102935;
  font-style: normal;
  font-weight: 600;
}

.text-span.services-title {
  color: #597660;
  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: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

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

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

.slider-section {
  background-color: #4f4f4f00;
  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/1.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/2.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.about {
  background-color: #eaf0f1;
  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: 0;
}

._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: 110px;
}

._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 {
  background-color: #fff;
}

.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: #0a0e1a;
  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: #666;
  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: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  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: var(--medium-sea-green);
  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 {
  align-items: center;
  margin-bottom: 30px;
  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: Libre Franklin, 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: IBM Plex Mono, 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: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.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: #102935;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.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 1fr;
}

.div1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #4b4b4b33;
}

.div-block {
  text-align: left;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 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: 23px;
}

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

.paragraph-4 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

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

.bold-text {
  color: #5781ab;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bold-text._60d {
  color: #434343;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-2 {
  color: #5781ab;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-2._60d {
  color: #434343;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-3 {
  color: #5781ab;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-3._60d {
  color: #434343;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}

.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: #ffcebda6;
  padding: 70px 3% 90px;
}

.heading-2 {
  color: #597660;
  text-align: center;
  border-bottom: 1px solid #fb2156;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-6 {
  color: #4f4f4f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-6 {
  justify-content: center;
  margin-top: 40px;
  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 {
  color: #597660;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

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

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

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

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

.heading-7, .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 {
  background-color: #b1762a;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.button-6:hover {
  background-color: #cd8b40;
}

.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 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 30px;
  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: #597660;
}

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

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

.heythere.about-title {
  font-size: 30px;
}

.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: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

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

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

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

.services {
  background-color: #fff;
  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: #40775b;
  text-decoration: none;
}

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

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

.button-9 {
  margin-right: 20px;
}

.button-10 {
  margin-left: 20px;
}

.buttons {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.buttons:hover {
  color: #597660;
  background-color: #ffcebd;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
}

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

.paragraph-13 {
  color: #fff;
  flex-wrap: wrap;
  align-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 38px;
  grid-template-rows: auto;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  margin-bottom: 20px;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  margin-top: 50px;
}

.div-block-14 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  display: flex;
}

.video {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

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

.div-block-15 {
  margin-bottom: 0;
}

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

.div-block-17 {
  padding-left: 20px;
  padding-right: 0;
}

.slider-2 {
  height: 700px;
}

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

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

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

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

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

.link-3 {
  color: #4f4f4f;
  text-decoration: none;
}

.list {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

.div-block-18, .div-block-19 {
  margin-top: 20px;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.recommend-page {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.recommend-page.socials {
  padding-top: 60px;
}

.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: 30px;
}

.h2-copy.testimonials {
  color: #597660;
  text-align: center;
  -webkit-text-stroke-color: #597660;
  border-bottom: 1px solid #597660;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.h2-copy.what-to-expect {
  color: #597660;
  font-size: 25px;
}

.h2-copy.services-title {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.h2-copy.testimonials-copy {
  color: #597660;
  text-align: center;
  -webkit-text-stroke-color: #597660;
  border-bottom: 1px solid #597660;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
}

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

.video-2 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

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

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

.footer-dark {
  background-color: #597660;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: snow;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #dcdcdc;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #a9a9a9;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.heading-13:hover, .heading-13:active, .heading-13:focus, .image-5 {
  text-decoration: none;
}

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

.heading-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.link-5 {
  color: #a6a6a6;
}

.link-5:hover {
  color: #ffcebd;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-4 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-3 {
  position: relative;
}

.navbar-2 {
  background-color: #0000;
}

.container-5 {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.footer-link-copy {
  color: #dcdcdc;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-copy:hover {
  color: #ffcebd;
}

.heading-15 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

.paragraph-14-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.link-6 {
  color: #ffcebd;
  text-decoration: none;
}

.link-7 {
  color: #ffcebd;
  font-size: 14px;
  text-decoration: none;
}

.container-recommend {
  z-index: 1;
  width: 100%;
  max-width: 900px;
  position: relative;
}

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

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

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

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

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

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

.container-testimonials {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

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

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

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

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

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

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

.paragraph-6-copy {
  color: #4f4f4f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.container-birth-stories {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container-birth-stories.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.container-services {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

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

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

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

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

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

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

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

.paragraph-15 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

@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 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

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

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

  .h2.services-title {
    text-align: center;
    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;
  }

  .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: #102935;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

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

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

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

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

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

  .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 18px;
  }

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

  .paragraph-6 {
    padding-left: 20px;
  }

  .grid-2, .grid-4 {
    flex-direction: column;
    display: flex;
  }

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

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

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

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu-2 {
    background-color: #597660;
  }

  .container-recommend {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .menu-button-2 {
    color: #a7a7a7;
    background-color: #0000;
    align-self: flex-end;
    top: -57px;
  }

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

  .icon-3 {
    color: #ffcebd;
  }

  .container-testimonials {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .paragraph-6-copy {
    padding-left: 0;
  }

  .container-birth-stories {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .container-services {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-services.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.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 {
    font-size: 20px;
  }

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

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

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

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

  .slider {
    max-width: 500px;
    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: row;
    display: flex;
  }

  .paragraph-2, .paragraph-4, .bold-text._60d, .bold-text-3._60d {
    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;
  }

  .heading-11 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-13 {
    font-size: 16px;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .recommend-page {
    padding-top: 60px;
  }

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

  .h2-copy.testimonials-copy {
    font-size: 30px;
  }

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

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

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

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .heading-13, .heading-14 {
    text-align: center;
  }

  .footer-link-copy:hover {
    color: #1a1b1fbf;
  }

  .paragraph-14-copy {
    text-align: center;
  }

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

  .container-birth-stories {
    align-items: center;
  }

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

  .heading-16 {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-17 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

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

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

  .navigation-container {
    height: 60px;
  }

  .header {
    background-position: 0 0, 80%;
    background-size: auto, cover;
    height: 100vh;
    margin-top: -130px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-content {
    flex-direction: column;
    display: flex;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .paragraph {
    font-size: 20px;
  }

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

  .button {
    font-size: 15px;
  }

  .container {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-links-list {
    width: 50%;
  }

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

  .footer-social {
    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-top: 90px;
    padding-bottom: 60px;
  }

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

  .grid {
    flex-direction: column;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    font-size: 14px;
  }

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

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

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

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

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 15px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 18px;
  }

  .paragraph-6 {
    padding-left: 0;
    font-size: 15px;
  }

  .button-6 {
    font-size: 9px;
  }

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

  .heading-11 {
    font-size: 15px;
    line-height: 25px;
  }

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

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

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

  .div-block-14, .div-block-17 {
    padding-left: 0;
  }

  .link-3 {
    text-decoration: underline;
  }

  .div-block-19 {
    font-size: 15px;
    line-height: 18px;
  }

  .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: 20px;
  }

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

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

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

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

  .heading-13, .heading-14, .paragraph-14-copy {
    text-align: center;
  }

  .menu-button-2 {
    top: -48px;
    left: 8px;
  }

  .paragraph-6-copy, .heading-16, .heading-17 {
    font-size: 15px;
  }

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

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

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

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

  .image-6 {
    position: relative;
    left: -29px;
  }
}

#w-node-_20cdd5aa-6911-3eb4-b773-05dfce0e0d92-9ba2e5aa, #w-node-_867ad654-ff2b-23c4-5f5d-9f2b518b7604-9ba2e5aa, #w-node-f5b36250-fa8d-3a3b-e539-0284a0bb18c3-9ba2e5aa, #w-node-_21dd7032-23b7-bf69-38a6-47b77a85b160-9ba2e5aa, #w-node-a72c5d45-dd34-66a0-1925-0033dcbbb4d1-9ba2e5aa, #w-node-ae362e45-ee88-933d-96b2-ffb175576da2-9ba2e5aa, #w-node-_4f6c6c0f-16e4-9d56-6e51-04f1fcd54c14-9ba2e5aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd245c81-86b3-516a-dc11-afc463b8ee77-9ba2e5aa {
  justify-self: auto;
}

#w-node-c1dab9eb-97e5-55d0-ef79-e6c2b1ca1324-9ba2e5aa, #w-node-_4023240b-f6e8-3f23-bdce-70ca6df93258-9ba2e5aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4023240b-f6e8-3f23-bdce-70ca6df93256-9ba2e5aa {
  justify-self: auto;
}

#w-node-d5c79e8c-91a7-36f0-dd00-cabe60ec0bd5-9ba2e5aa, #w-node-ebed4d15-801d-6051-58b9-8ea452242bfc-9ba2e5aa, #w-node-_7ab0edef-40ff-a2c8-acd3-6bbb21bc4b07-9ba2e5aa, #w-node-_27b58323-669d-60f7-edfe-8179a3411260-9ba2e5aa, #w-node-_1e5f8112-e228-35a2-d1e6-3e4d3db96144-9ba2e5aa, #w-node-_1e5f8112-e228-35a2-d1e6-3e4d3db96146-9ba2e5aa, #w-node-_1e5f8112-e228-35a2-d1e6-3e4d3db96148-9ba2e5aa, #w-node-b0dabb62-b7bd-4ff4-350b-4a1b746ed4af-9ba2e5aa, #w-node-b0dabb62-b7bd-4ff4-350b-4a1b746ed4ba-9ba2e5aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


