@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray-2: #4f4f4f;
  --medium-blue: #219ebc;
  --primary: #126782;
  --yellow: #ffb703;
  --gray-3: #828282;
  --salmon: #ed6a5a;
  --light-tan: #f5f0f0;
  --untitled-ui-gray200: #eaecf0;
  --tan: #e5dada;
  --gray-4: #bdbdbd;
  --black: #171a21;
  --success: #248232;
  --gray-1: #333;
  --gray-5: #e0e0e0;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-warning300: #fec84b;
  --waves-library-white: white;
  --waves-library-black: #131313;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
  --lighter-tan: transparent;
  --light-blue: #8ecae6;
  --orange: #fd9e02;
  --error: #e3170a;
  --waves-library-dark-elevation: #ede0d8;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray500: #667085;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.44em;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--gray-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.33em;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  color: var(--gray-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.22em;
  font-weight: 700;
  line-height: 150%;
}

h5 {
  color: var(--gray-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.67em;
  font-weight: 400;
  line-height: 150%;
}

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

p {
  color: var(--gray-2);
  text-align: left;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.25em;
  line-height: 150%;
}

a {
  color: var(--medium-blue);
  text-decoration: underline;
}

a:hover {
  color: var(--primary);
  font-weight: 400;
}

li {
  font-size: 16px;
  line-height: 150%;
}

blockquote {
  border-left: 5px solid var(--yellow);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 2.22em;
  line-height: 150%;
}

.heading-h1 {
  color: var(--gray-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  line-height: 130%;
  display: flex;
}

.heading-h1.resources {
  text-align: center;
  align-items: center;
}

.heading-h1.home {
  margin-top: 0;
  margin-bottom: 16px;
}

.heading-h1.about {
  text-align: left;
  width: 100%;
}

.heading-h1.about.team {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
}

.heading-h1.offerings {
  text-align: left;
  width: 100%;
}

.heading-h1.offerings.podcast-workbook {
  justify-content: center;
  align-items: center;
}

.heading-h1.offerings.podcast-workbook.resources {
  text-align: center;
}

.heading-h1.offerings.connect {
  justify-content: center;
  align-items: center;
  min-width: 99.994%;
  max-width: 99.9941%;
}

.styles-container {
  margin: 30px;
  font-family: Raleway, sans-serif;
}

.heading-h2 {
  color: var(--gray-2);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.33em;
  font-weight: 400;
  line-height: 130%;
}

.heading-h2.about {
  margin-bottom: 8px;
}

.heading-h2.mission, .heading-h2.chat {
  margin-bottom: 0;
}

.heading-h3 {
  color: var(--gray-2);
  text-align: left;
  padding-left: 0;
  padding-right: 24px;
  font-size: 2.78em;
  font-weight: 400;
  line-height: 130%;
}

.heading-h3.collection {
  text-align: center;
}

.heading-h4 {
  color: var(--gray-2);
  text-align: left;
  object-fit: fill;
  align-self: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.22em;
  font-weight: 500;
  line-height: 130%;
}

.heading-h4.connect {
  text-align: left;
  width: 80%;
}

.heading-h4.founder {
  width: 100%;
}

.heading-h4.demiphi {
  width: 25%;
  margin-right: 24px;
}

.heading-h4.bhp-promise {
  justify-content: flex-start;
  margin-bottom: 8px;
}

.heading-h4.bhp-promise.message {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 24px;
}

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

.heading-h4.dive {
  text-align: center;
}

.heading-h4.mission {
  margin-bottom: 40px;
}

.heading-h4.hero {
  background-image: none;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-h4.services {
  width: 100%;
}

.heading-h4.services.faqs {
  width: 90%;
  padding-left: 0;
}

.heading-h4.services.offering {
  width: 60%;
}

.heading-h4.why {
  width: 100%;
}

.heading-h5-hero {
  font-family: Playfair Display, sans-serif;
  font-size: 1.67em;
  font-weight: 400;
  line-height: 130%;
}

.heading-h6 {
  color: var(--gray-2);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.39em;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.heading-h6.collection-title {
  padding-left: 16px;
}

.heading-h6.home {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h6.offerings {
  padding-left: 16px;
}

.heading-h6.philosophy {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-h6.digital-resource {
  justify-content: center;
}

.heading-h6.blog {
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  text-decoration: none;
}

.heading-h6.blog:hover {
  color: var(--medium-blue);
}

.heading-h6.blog.home {
  text-align: center;
}

.heading-h6.services {
  color: var(--primary);
}

.heading-h6.workbook {
  text-align: center;
}

.paragraph {
  color: var(--gray-2);
  text-align: left;
  white-space: normal;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph.dive {
  width: 70%;
  font-size: 16px;
}

.paragraph.connect {
  text-align: center;
  width: 100%;
}

.paragraph.post-heading {
  color: var(--gray-3);
  text-align: center;
}

.paragraph.about {
  text-align: center;
  width: 60%;
  margin-top: 8px;
}

.paragraph.about.mission {
  text-align: left;
  width: 100%;
  font-size: 1.25em;
}

.paragraph.abdemi {
  text-align: left;
  width: 100%;
  font-size: 20px;
}

.paragraph.listdemi {
  width: 80%;
  padding-right: 77px;
}

.paragraph.our-mission {
  max-width: 100%;
  font-size: 24px;
}

.paragraph.our-mission.team {
  min-width: 100%;
  margin-bottom: 40px;
}

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

.paragraph.faq {
  margin-bottom: 16px;
}

.paragraph.herro {
  margin-bottom: 24px;
}

.paragraph.arrow {
  width: 63%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.arrow.about {
  text-align: left;
  width: 100%;
}

.paragraph.message-from-demi {
  text-align: left;
  width: 80%;
  margin-top: 0;
}

.paragraph.p-and-p {
  align-self: center;
  width: 100%;
  margin-top: 0;
  font-size: 24px;
  text-decoration: none;
}

.paragraph.p-and-p.to {
  font-weight: 700;
  text-decoration: underline;
}

.paragraph.services {
  margin-top: 8px;
  font-size: 1.25em;
  font-weight: 700;
}

.paragraph.services.special {
  margin-bottom: 16px;
}

.paragraph.services.special.sub {
  color: var(--gray-3);
  width: 100%;
  margin-bottom: 0;
}

.paragraph.service-item {
  margin-top: 0;
}

.paragraph.service-item.checklist {
  font-size: 14px;
}

.paragraph.list.p-p {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.paragraph.chat {
  text-align: center;
  margin-top: 0;
}

.paragraph.bhp-mission {
  flex-flow: row;
  width: 60%;
  min-width: 60%;
  max-width: 100%;
  font-size: 16px;
  display: block;
}

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

.paragraph.pricing {
  padding-left: 24px;
}

.paragraph.address {
  text-align: center;
  margin-bottom: 16px;
}

.paragraph.mental-performance {
  padding-left: 80px;
  padding-right: 80px;
  font-size: 24px;
}

.paragraph.why {
  margin-top: 0;
  font-size: 24px;
}

.link {
  color: #126782;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.25px;
  font-weight: 400;
}

.link:hover {
  color: var(--salmon);
  font-size: 18px;
}

.link {
  font-size: 18px;
}

.link-main {
  color: var(--primary);
  font-size: 1.24em;
}

.link-main:hover {
  font-size: 1.25em;
  font-weight: 800;
}

.link-nav {
  color: var(--gray-2);
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav:hover {
  font-weight: 800;
}

.link-nav.w--current {
  color: var(--primary);
  border: 1px #000;
  border-radius: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 800;
}

.link-nav.w--current:hover {
  font-weight: 700;
}

.link-nav.link-full-menu {
  color: var(--gray-2);
  vertical-align: baseline;
  object-fit: fill;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  display: block;
  position: static;
}

.link-nav.link-full-menu:hover {
  font-weight: 600;
}

.link-nav.link-full-menu.w--open {
  width: auto;
}

.button-primary {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 32px;
  max-width: 100%;
  margin-top: 24px;
  margin-left: 0;
  padding: 16px 24px;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
}

.button-primary:hover {
  color: var(--light-tan);
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 10px 20px #00000040;
}

.button-primary:active {
  display: inline-block;
}

.button-primary.nav {
  min-width: auto;
  margin-top: 0;
}

.button-primary.services {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.button-primary.bhp-package {
  width: 100%;
}

.button-primary.slider {
  margin-top: 0;
}

.button-primary.pod {
  max-width: 50%;
  display: block;
}

.button-primary.is-list-pagination-disabled {
  background-color: var(--gray-3);
  pointer-events: none;
  color: var(--untitled-ui-gray200);
}

.navbar {
  z-index: 999999;
  color: #0000;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-holder {
  text-align: center;
  flex-flow: column;
  place-content: center;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  display: flex;
}

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

.social-media {
  margin-bottom: 48px;
}

.link-block-2 {
  margin-right: 24px;
}

.email-address {
  margin-bottom: 24px;
}

.hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/home-hero.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero.about {
  background-image: url('../images/header-connect_1.svg');
  background-position: 0%;
  height: 730px;
}

.hero.about.team {
  height: 15%;
  padding-top: 100px;
}

.hero.offerings {
  background-image: url('../images/header-connect_1.svg');
  background-position: 0 29%;
  background-size: cover;
  justify-content: center;
  height: 560px;
  margin-bottom: 80px;
}

.hero.resources {
  background-image: url('../images/vector.png');
  height: 560px;
  margin-bottom: 0;
}

.hero.connect {
  background-image: url('../images/vector.png');
  background-position: 0 0;
  height: 48%;
  margin-bottom: 0;
}

.hero.home {
  background-image: url('../images/home-hero.jpg');
  background-position: 100%;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  height: 560px;
  margin-bottom: 0;
}

.hero.digital-resource {
  background-image: url('../images/about-blob.svg');
}

.hero.blog {
  margin-bottom: 80px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 92%;
  height: 100%;
  margin-left: 32px;
  display: block;
}

.hero-image.faw {
  width: 100%;
}

.body-4 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.header-caption {
  color: var(--medium-blue);
  text-align: left;
  justify-content: flex-start;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.header-caption.podcast-workbook, .header-caption.team {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.container-5 {
  z-index: 7;
  text-align: center;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.container-5.connect {
  max-width: 38.6078%;
}

.div-block {
  width: 75%;
}

.div-block.mission {
  width: 100%;
}

.mission-home {
  background-image: url('../images/header-connect_1.svg');
  background-position: 500px 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.mission-home.team {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.image-2 {
  width: auto;
  max-width: 81%;
  height: 310px;
  margin-right: 40px;
}

.column {
  padding-right: 0;
  display: flex;
}

.workshops-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 0;
  display: flex;
}

.workshops-title.home {
  flex-direction: row;
  align-items: center;
}

.workshops-title.philosophy {
  margin-bottom: 24px;
}

.image-3 {
  width: 32px;
  height: 24px;
  margin-right: 16px;
  padding-right: 0;
}

.image-3.philosophy {
  margin-right: 16px;
}

.serivices-div {
  outline-color: var(--tan);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 8px;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 24px;
  display: flex;
}

.serivices-div.philosophy {
  width: 65%;
  margin-bottom: 0;
}

.serivices-div.services {
  justify-content: space-between;
  width: 300px;
}

.serivices-div.services.private-sessions.new {
  outline-color: var(--tan);
  outline-offset: 0px;
  border-width: 0;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.serivices-div.services.private-sessions.new.one1 {
  width: 60%;
}

.div-block-4 {
  margin-bottom: 32px;
}

.image-4 {
  width: 100%;
  max-width: 40%;
  height: 40%;
  max-height: 40%;
}

.container-6 {
  display: block;
}

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

.div-block-5, .div-block-6 {
  margin-bottom: 24px;
}

.section {
  max-width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.section.services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/resources-header.png');
  background-position: 100%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}

.section-2 {
  background-image: url('../images/dive-blob-bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  margin-bottom: 48px;
  display: flex;
}

.section-2.dive {
  background-image: url('../images/what-we-do-header.png');
  background-position: 0 -140px;
  background-size: auto;
  align-items: center;
  margin-bottom: 0;
}

.section-2.dive.p-p {
  background-image: url('../images/header-connect_1.svg');
  background-position: 100%;
  background-size: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2.dive.p-p.second {
  background-position: 100% 100%;
  padding-left: 80px;
}

.section-2.what-is-dance {
  margin-top: 64px;
  margin-bottom: 64px;
}

.image-5 {
  width: 172px;
  height: 360px;
  margin-top: 32px;
  display: block;
}

.div-block-7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-7.dive {
  margin-bottom: 0;
}

.list, .list.frequency {
  padding-left: 72px;
}

.image-6 {
  padding-right: 16px;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

.image-7, .image-8 {
  margin-right: 16px;
}

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

.image-9 {
  max-width: 90%;
  height: 98%;
  max-height: 90%;
}

.div-block-13 {
  text-align: left;
}

.div-block-14 {
  text-align: left;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.container-8 {
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 48px;
  display: flex;
}

.div-block-15, .div-block-16, .div-block-17 {
  padding: 16px;
}

.section-3 {
  background-color: #fbf9f9;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-left: 32px;
  display: flex;
}

.div-block-18 {
  order: -1;
  justify-content: space-between;
  align-self: center;
  width: 50%;
  margin-left: 104px;
  padding-top: 0;
  display: block;
}

.image-10 {
  width: 40%;
  max-width: 40%;
  height: 40%;
}

.paragraph-4 {
  margin-bottom: 48px;
}

.resources-title {
  text-align: center;
  background-color: #fff;
  border-radius: 32px 32px 0 0;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 100%;
  padding: 64px;
  display: block;
  position: relative;
  top: 100px;
}

.header-caption-resources {
  color: var(--medium-blue);
  font-family: Raleway, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 130%;
}

.collection-list {
  float: none;
  clear: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 79.9991%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-11 {
  z-index: 1;
  float: right;
  clear: none;
  align-self: flex-end;
  width: auto;
  max-width: 25%;
  height: 32%;
  max-height: 10%;
  margin-top: -253px;
  margin-bottom: -81px;
  display: block;
  position: absolute;
  inset: -1% 0% -13% auto;
}

.section-5 {
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.collection-item {
  object-fit: fill;
  border-radius: 32px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.collection-item:hover {
  box-shadow: 1px 1px 10px #3333;
}

.collection-item.home {
  margin-right: 0;
}

.collection-item.home.resources {
  background-image: url('../images/pexels-mauro-savoca-7531292.jpeg');
}

.collection-item.offerings {
  margin-right: 0;
}

.collection-item.about {
  background-image: url('../images/img_1479.JPG');
  background-position: 50% 0;
  margin-right: 0;
}

.collection-list-wrapper {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.card-title {
  object-position: 100% 100%;
  background-color: #fff;
  width: 100%;
  max-width: 85%;
  height: 46%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-title:hover {
  border-bottom-right-radius: 28px;
}

.card-title.blog {
  height: 60%;
}

.button-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--gray-4);
  color: var(--black);
  background-color: #0000;
  width: 80%;
  margin-bottom: 24px;
}

.text-field:hover {
  border-bottom-color: var(--black);
}

.text-field:focus {
  border-width: 0 0 2px;
  border-color: var(--medium-blue);
  color: var(--primary);
}

.form-connect {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-yellow {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: black black black var(--yellow);
  color: var(--gray-2);
  font-size: 2.22em;
  line-height: 150%;
}

.content-tabs {
  justify-content: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-selector {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.tab-selector.w--current {
  border-bottom: 2px solid var(--medium-blue);
  text-align: center;
  background-color: #0000;
}

.tab-selector.w--current:hover {
  color: var(--primary);
}

.tab-content {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 1.67em;
  line-height: 150%;
}

.tab-content:hover {
  color: var(--primary);
}

.tab {
  z-index: 2;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-text-icon {
  align-items: center;
  padding-bottom: 8px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block {
  color: var(--primary);
  text-transform: uppercase;
  padding: 0 8px 0 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}

.image-12 {
  color: var(--primary);
}

.text-block-2 {
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.card-sub-header {
  color: var(--gray-3);
  padding-left: 16px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.newsletter {
  background-color: #f5f0f066;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding: 24px 0 24px 80px;
  display: flex;
}

.newsletter.connect {
  background-color: #0000;
  flex-flow: row;
  max-width: 100%;
  padding-left: 240px;
  padding-right: 240px;
}

.form-newsletter {
  width: 80%;
}

.success-message {
  border: 1px none var(--success);
  background-color: #24823233;
  border-radius: 8px;
  width: 100%;
  padding: 16px 16px 32px;
}

.text-block-3 {
  font-size: 18px;
}

.error-message {
  background-color: #e3170a33;
  border-radius: 8px;
  width: 40%;
}

.text-block-4 {
  padding: 8px;
  font-size: 18px;
}

.field-label, .field-label-2 {
  color: var(--gray-2);
  font-family: Raleway, sans-serif;
  font-size: 1.11em;
  font-weight: 500;
  line-height: 150%;
}

.image-13 {
  z-index: 1;
  align-self: flex-start;
  width: 30%;
  max-width: 30%;
  height: 50%;
  position: relative;
  top: 9px;
}

.form {
  z-index: 2;
  order: -1;
  width: 80%;
  margin-right: 0;
  position: static;
  left: 281px;
}

.form.connect {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-14 {
  max-width: 20%;
}

.image-14.mobile {
  border-radius: 8px;
  max-width: 40%;
}

.div-block-19 {
  width: 100%;
  margin-bottom: 32px;
}

.column-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 70%;
  display: flex;
}

.columns {
  background-color: #f5f0f066;
  flex-direction: row;
  align-items: center;
  margin-bottom: 48px;
  padding: 32px 256px 32px 304px;
  display: flex;
}

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

.column-4 {
  justify-content: flex-end;
  display: flex;
}

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

.field-label-3, .field-label-4 {
  font-size: 1.11em;
  font-weight: 500;
}

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

.radio-label {
  font-size: 1.11em;
  font-weight: 500;
  line-height: 150%;
}

.radio-button-field {
  align-items: center;
  font-size: 1.11em;
  line-height: 150%;
  display: flex;
}

.radio-button {
  border: 1px solid var(--gray-3);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.radio-button:hover {
  border-width: 1px;
  border-color: var(--gray-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--medium-blue);
  font-weight: 500;
}

.radio-button-label {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.form-field {
  margin-bottom: 32px;
}

.radio-button-2 {
  border: 1px solid #828282;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.radio-button-2:hover {
  border-color: #4f4f4f;
}

.radio-button-2.w--redirected-checked {
  border-width: 6px;
  border-color: #219ebc;
  font-weight: 500;
}

.checkbox-label {
  border: 1px none var(--gray-2);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.11em;
  font-weight: 400;
  line-height: 150%;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.checkbox {
  border-color: var(--gray-3);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox:hover {
  border-color: var(--gray-1);
}

.checkbox.w--redirected-checked {
  border-style: none;
  border-color: var(--primary);
  background-color: var(--medium-blue);
}

.div-block-22 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-15 {
  border-radius: 32px;
  align-self: flex-end;
  width: 60%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column-5 {
  margin-bottom: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  margin-bottom: 100px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.faq-video {
  margin-top: 40px;
}

.accordion_item-image {
  width: 40px;
}

.section-6 {
  background-image: url('../images/header-connect_1.svg');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 96px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.drp {
  line-height: 0;
  transition: all .2s;
  display: block;
}

.drop {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--gray-3) var(--gray-3) var(--gray-5);
  color: var(--primary);
  width: 500px;
  transition: all .2s;
  display: block;
}

.drop:hover {
  background-color: #219ebc1a;
}

.drop.w--open {
  color: #fff;
}

.text-block-5 {
  color: var(--gray-2);
  white-space: normal;
  object-fit: fill;
  font-family: Raleway, sans-serif;
  font-size: 1.11em;
  line-height: 150%;
}

.icon {
  color: var(--gray-2);
}

.drp-list {
  color: var(--gray-2);
  background-color: #fff;
  width: 500px;
  height: 0;
  line-height: 23px;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list.w--open {
  line-height: 23px;
  position: static;
  overflow: hidden;
}

.text-wrapper {
  width: 500px;
  padding: 30px 25px;
}

.accordion-item {
  max-width: 60%;
}

.accordion-item.resources {
  flex-flow: column;
  width: 100%;
  max-width: 90%;
}

.accordion-item.faq {
  min-width: 60%;
}

.accordion__title {
  border-bottom: 1px solid var(--gray-5);
  color: var(--gray-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.1em;
  line-height: 130%;
  display: flex;
}

.accordion__title.digital-resources {
  margin-bottom: 24px;
}

.accordion__plus-wrapper {
  color: var(--medium-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  background-color: var(--medium-blue);
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion__bar-hor {
  background-color: var(--medium-blue);
  width: 100%;
  height: 2px;
}

.accordion__content-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.accordion__content {
  flex: 1;
  margin: 15px 20px 20px;
  display: block;
}

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

.list-3 {
  list-style-type: decimal;
}

.collection-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: 400px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.collection-title-section {
  background-color: #fff;
  width: 240px;
  height: 192px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-5 {
  color: var(--gray-2);
  font-family: Playfair Display, sans-serif;
  font-size: 1.67em;
  font-weight: 400;
  line-height: 150%;
}

.heading-5.services-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab-list.paragraph {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.tab-list-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-content {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.numbers {
  z-index: 10;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.marquee-text {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
}

.marquee-text.alt {
  color: #dad4c9;
  font-style: italic;
}

.image-container {
  z-index: -1;
  align-items: flex-end;
  width: 100%;
  height: 87vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.track-horizontal-alt {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.accordion-label {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14vh;
  line-height: 120%;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 8vw;
}

.accordion-label.show-mvp {
  display: none;
}

.flex-fix {
  flex: 1;
}

.accordions {
  color: #fff;
  width: 80%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.section-7 {
  width: 100%;
  height: 100%;
}

.accordion-2 {
  color: #fff;
  background-color: #636060;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-2.active {
  background-color: #63606000;
  width: 70%;
}

.spacer {
  width: 100%;
  height: 100px;
}

.vertical-text {
  z-index: 10;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  position: relative;
}

.flex-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-header-2 {
  z-index: 10;
  opacity: 1;
  border-left: 1px solid #888585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.marquee-horizontal {
  z-index: 100;
  background-color: #636060;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-cover {
  opacity: 1;
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  max-height: 80vh;
}

.tabs-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 30%;
  margin-top: 20%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.title-large {
  z-index: 1;
  color: #005980;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 400;
  position: absolute;
  inset: 11% auto auto 6%;
}

.title-large.heading-h2 {
  color: var(--gray-2);
  letter-spacing: normal;
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5em;
  top: 4%;
}

.accordion-top-content {
  background-color: var(--tan);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  display: flex;
  box-shadow: 0 5px 20px #3333331a;
}

.accordion-top-content.blue {
  background-color: var(--tan);
}

.tabs-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80%;
  margin-bottom: 64px;
  display: grid;
  position: static;
}

.tab-pane {
  border-radius: 19px;
  width: 100%;
  height: 100%;
}

.hidden-text-wrap {
  padding: 0 10px;
  font-size: 1.25em;
  display: block;
  overflow: hidden;
}

.page-wrapper {
  margin-bottom: 0;
}

.tabs-link {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 1px auto;
  padding: 0;
  display: block;
  overflow: visible;
}

.tabs-link.w--current {
  background-color: #0000;
}

.tabs-image-wrap {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hidden-row-heading {
  color: var(--gray-2);
  font-family: Raleway, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 150%;
}

.row-heading-right {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 150%;
}

.section-8 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.row-heading-left {
  color: var(--gray-2);
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.tabs-content-wrap {
  width: 100%;
  height: 60%;
  right: 32px;
}

.hidden-row-paragraph {
  margin-bottom: 20px;
}

.hidden-row-paragraph.paragraph {
  text-align: left;
}

.content-wrap {
  width: 100vw;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
}

.bhp-mission-about {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
}

.bhp-mission-about.mission {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 80px;
}

.bhp-mission-about.message-demi {
  grid-template-columns: 4fr 3.75fr;
}

.bhp-promise {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.bhp-promise.message {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.demi-about {
  background-image: url('../images/header-connect.svg');
  background-position: 50% 0;
  background-size: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.image-16 {
  width: 40%;
  max-width: 100%;
  height: 40%;
  min-height: 40%;
  max-height: 80%;
  margin-right: 0;
  position: relative;
  inset: auto -14% 0% -17%;
}

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

.column-7 {
  padding-right: 40px;
}

.section-11 {
  display: block;
  position: relative;
  top: 0;
}

.div-block-24 {
  align-self: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 32px;
  padding-left: 281px;
  display: flex;
}

.image-17 {
  z-index: 2;
  float: left;
  align-self: flex-end;
  max-width: 70%;
  min-height: 60px;
  max-height: 500px;
  position: absolute;
  inset: 926px -32% 0% -5%;
}

.section-12 {
  background-image: url('../images/j-schiemann-z4sxy1_3wdy-unsplash.jpg');
  background-position: 50% 40%;
  background-size: cover;
  height: 220px;
  margin-top: 56px;
  margin-bottom: 32px;
  display: block;
  position: relative;
  top: 0;
}

.section-12.p-p {
  background-image: url('../images/pexels-jim-de-ramos-395808-1263349.jpg');
  background-position: 50% 38%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-12.p-p.one1 {
  background-image: url('../images/pexels-joe-calomeni-211258-718952.jpg');
  background-position: 50% 52%;
}

.columns-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: static;
}

.section-13 {
  padding-left: 159px;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0;
}

.section-13.why-mental {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  background-image: url('../images/resources-header.png');
  background-position: 0%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 104px;
  display: flex;
}

.section-13.what-sets-us {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: static;
}

.image-18 {
  float: right;
  width: 17%;
  height: 19%;
  position: relative;
  top: -128px;
}

.columns-3 {
  width: 70%;
  font-family: Raleway, sans-serif;
  font-size: .8em;
  line-height: 150%;
  display: flex;
}

.image-19 {
  padding-right: 64px;
}

.column-8 {
  font-family: Raleway, sans-serif;
  font-size: .8em;
  line-height: 150%;
}

.div-block-25 {
  background-color: #fff;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  width: 60%;
  padding: 32px;
}

.columns-4 {
  display: none;
}

.our-mission-points {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.our-mission-points.team {
  width: 80%;
}

.our-mission-image {
  width: 73%;
  max-width: 34%;
  height: 60%;
  margin-right: 0;
}

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

.container-9 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.link-block-3, .link-block-4 {
  margin-right: 48px;
}

.my-select-field {
  background-color: #0000;
  border-radius: 4px;
  width: 80%;
  height: 200%;
  max-height: 100%;
}

.my-select-field.multiple {
  height: 140px;
  max-height: 200%;
}

.bold-text {
  z-index: 1;
  font-size: 1.2em;
  position: relative;
}

.bold-text.paragraph {
  text-align: left;
  font-size: 16px;
}

.bold-text.paragraph.resources {
  text-align: center;
}

.section-14 {
  display: block;
}

.photo-caption {
  color: var(--gray-3);
  text-align: center;
  width: 50%;
  max-width: 100%;
  margin-left: 30px;
  font-family: Raleway, sans-serif;
  font-size: .9em;
  line-height: 130%;
}

.photo-caption.founder {
  align-self: center;
  margin-left: 0;
  padding-left: 90px;
  display: flex;
}

.photo-caption.offer {
  width: 100%;
  margin-left: 0;
}

.photo-caption.connect {
  margin-left: 0;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 40%;
  max-width: 30%;
  height: 100%;
  min-height: 20%;
  max-height: 60%;
  display: flex;
}

.div-block-27 {
  align-items: center;
  display: flex;
}

.image-20 {
  z-index: 2;
  width: 9.9998%;
  max-width: 5%;
  position: relative;
  top: -1px;
  bottom: -22px;
  left: -26px;
}

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

.div-block-29 {
  width: 100%;
}

.div-block-29.tean {
  min-width: 100%;
  max-width: 99.9999%;
}

.div-block-30 {
  width: 80%;
}

.div-block-30.connect {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-31 {
  width: 80%;
}

.container-10 {
  max-width: 60%;
}

.heading-h6-2 {
  color: #4f4f4f;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.39em;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.heading-h6-2.collection-title {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
}

.card-sub-header-2 {
  color: #828282;
  padding-left: 16px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.text-block-6 {
  color: #126782;
  text-transform: uppercase;
  padding: 0 8px 0 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}

.image-21 {
  color: #126782;
}

.empty-state {
  background-color: var(--light-tan);
  border-radius: 8px;
}

.image-22 {
  width: 300px;
  min-width: 300px;
  height: 360px;
}

.collection-item-2 {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 30%;
  min-width: 46%;
  max-width: 30%;
  height: 100%;
  min-height: 28%;
  max-height: 46%;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
}

.rich-text-block {
  max-width: 90%;
}

.form-digital-resource {
  width: 80%;
}

.collection-list-wrapper-2 {
  object-fit: fill;
  min-width: auto;
  min-height: auto;
}

.collection-list-3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 99.9999%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.collection-item-3 {
  object-fit: cover;
}

.image-23 {
  object-fit: cover;
  max-height: 71%;
}

.blog-title-collection {
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  align-items: center;
  width: 90%;
  height: 24%;
  padding: 16px 16px 16px 24px;
  display: flex;
  position: relative;
  top: -54px;
  box-shadow: 4px 4px 13px #0000001a;
}

.blog-title-collection.home {
  width: 90%;
}

.blog-title-collection.workbooks {
  height: 100px;
  max-height: 40%;
}

.blog-title-collection.workbooks.wordsonly {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-color: var(--yellow);
  outline-offset: 0px;
  text-align: left;
  background-image: url('../images/about-blob.svg');
  background-position: 0%;
  background-size: cover;
  border-radius: 32px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 16px;
  position: static;
  top: 0;
}

.collection-item-new {
  border-radius: 32px;
}

.resources-card {
  flex: 0 auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.resources-card.home {
  width: auto;
  min-width: auto;
  max-width: 25%;
}

.resources-card.featured {
  min-width: 50%;
  height: 100%;
  min-height: 100%;
}

.thumbnail {
  background-image: url('../images/pexels-mauro-savoca-7531292.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  width: 45%;
  min-width: 90%;
  max-width: 45%;
  height: 300px;
  min-height: 300px;
}

.thumbnail.home {
  background-image: url('../images/img_1479.JPG');
  background-position: 50% 0;
  background-size: cover;
  width: 390px;
}

.thumbnail.resources {
  background-image: url('../images/jon-tyson-h1zwfjssmvk-unsplash.jpg');
  background-position: 50%;
}

.thumbnail.offerings {
  background-image: url('../images/pexels-pixabay-159607.jpg');
  background-position: 50% 100%;
}

.thumbnail.offerings.home {
  background-position: 50%;
}

.thumbnail.featured {
  width: 80%;
}

.div-block-32 {
  background-color: #fff;
}

.collection-item-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item-4.blog {
  margin-right: 0;
  display: flex;
  position: static;
}

.collection-item-5 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.podcast-collection {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.podcast-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  min-width: 99.996%;
  max-width: 99.998%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.podcast-wrapper.swiper {
  flex-flow: column;
}

.blog-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-body {
  justify-content: center;
  margin-bottom: 104px;
  display: flex;
}

.rich-text-block-2 {
  font-family: Raleway, sans-serif;
}

.rich-text-block-3 {
  font-family: Raleway, sans-serif;
  font-size: 1.25em;
  line-height: 150%;
}

.resources {
  justify-content: space-between;
  display: flex;
}

.resources.home {
  max-width: 100%;
}

.div-block-33 {
  min-width: 100%;
  max-width: 80%;
  margin-bottom: 64px;
}

.columns-5 {
  max-width: 101%;
}

.list-4 {
  margin-bottom: 24px;
}

.div-block-34 {
  object-fit: fill;
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-34.offering {
  width: 60%;
  max-width: 60%;
}

.div-block-35 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-11 {
  text-align: center;
}

.bhp-mission {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 81%;
  min-width: 100%;
  max-width: 80%;
  display: flex;
}

.bhp-mission.about {
  flex-flow: column;
  align-items: center;
  min-width: 50%;
}

.uui-testimonial05_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.uui-button-icon {
  color: var(--gray-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial05_arrow {
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.uui-testimonial05_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial05_arrow.hide-mobile-landscape {
  border-color: var(--gray-5);
  color: #667085;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial05_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.uui-testimonial05_client-image-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.uui-heading-medium {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.uui-testimonial05_logo {
  max-height: 3rem;
}

.uui-testimonial05_logo-wrapper {
  margin-bottom: 2rem;
}

.uui-testimonial05_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial05_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-testimonial05_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge.p-p {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-padding-vertical-xhuge.p-p.home {
  padding-top: 0;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-small {
  color: var(--gray-3);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial14_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial14_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.uui-testimonial14_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-testimonial14_content {
  border: 1px solid var(--salmon);
  outline-color: var(--tan);
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 1rem;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.uui-testimonial14_component {
  column-count: 2;
  column-gap: 2rem;
  margin-top: 4rem;
}

.uui-testimonial14_component.home {
  display: block;
}

.uui-text-size-large {
  color: var(--gray-1);
  letter-spacing: normal;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

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

.button-secondary {
  border: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 32px;
  width: auto;
  padding: 16px 24px;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
}

.button-secondary:hover {
  background-color: var(--primary);
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  line-height: 100%;
  box-shadow: 0 10px 20px #00000040;
}

.button-secondary.services {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.button-secondary.community-member, .button-secondary.private-sessions, .button-secondary.private-sessions.new, .button-secondary.trial-workshop {
  width: 100%;
}

.checkmark {
  margin-right: 16px;
}

.div-block-37 {
  align-items: center;
  display: flex;
}

.services-title {
  color: var(--primary);
}

.div-block-38 {
  flex-direction: column;
  display: flex;
}

.service-features {
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.service-line-item {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.uui-testimonial08_logo {
  max-height: 3rem;
}

.uui-testimonial08_divider {
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial08_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial08_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial08_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial08_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial08_image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
}

.uui-testimonial08_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: scale-down;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 59.999%;
  max-width: 60%;
  display: grid;
  overflow: visible;
}

.uui-testimonial08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  text-align: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  background-color: #0000;
  background-image: url('../images/header-connect.svg');
  background-position: 100% 100%;
  background-size: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos01_logo {
  width: 99.9995%;
  height: 3%;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--gray-1);
  letter-spacing: normal;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-section_logos01 {
  background-color: #0000;
}

.image-24 {
  border-radius: 32px;
  width: 99.9999%;
  min-width: 100%;
  max-width: 90%;
  height: 99.9998%;
  min-height: 100%;
  max-height: 99.9999%;
}

.image-24.why {
  width: 60%;
  min-width: 40%;
  max-width: 50%;
  height: 60%;
  min-height: 100%;
  max-height: 70%;
}

.div-block-39 {
  max-width: 80%;
}

.instagram-feed {
  margin-bottom: 64px;
}

.post {
  width: 80%;
}

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

.div-block-40 {
  width: 60%;
}

.benefits {
  width: 50%;
  min-width: 70%;
}

.benefits.from-to {
  width: 60%;
  min-width: 100%;
}

.benefits._1on1 {
  width: 50%;
  min-width: 90%;
}

.html-embed {
  width: 80%;
}

.image-25 {
  border-radius: 32px;
}

.waves-success-mesaage {
  background-color: var(--waves-library-white);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library-black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-white {
  border: 1px solid var(--waves-library-black);
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library-black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library-black);
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library-black);
  color: var(--waves-library-black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--waves-library-white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-image-contact-2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 5px;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container {
  max-width: 1352px;
  margin-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: #126782;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--light-tan);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.efi-tsm-02 {
  background-color: #000;
  padding: 10% 5%;
}

.efi-tsm-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-02-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-tsm-02-title-wrapper {
  color: #fff;
}

.efi-tsm-02-testimonial {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 1.1em;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.efi-tsm-02-testimonial-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  display: flex;
}

.efi-tsm-02-icon {
  width: 20%;
}

.efi-tsm-02-testimonial-title {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  display: flex;
}

.efi-tsm-02-title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.efi-tsm-02-testimonials {
  flex-wrap: nowrap;
  display: flex;
}

.efi-tsm-02-div-1 {
  width: 33%;
  padding-right: 10px;
}

.efi-tsm-02-div-2 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.efi-tsm-02-div-3 {
  width: 33%;
  padding-left: 10px;
}

.efi-tsm-02-div-4 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.efi-tsm-02-div-5 {
  width: 33%;
  padding-left: 10px;
}

.efi-tsm-02-div-6 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.efi-tsm-02-div-7 {
  width: 33%;
  padding-left: 10px;
}

.efi-tsm-01 {
  padding: 10% 3%;
}

.efi-tsm-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-01-grid {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.efi-tsm-01-logos-wrapper {
  text-align: right;
}

.efi-tsm-01-logos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-tsm-01-logo-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 50%;
}

.image.link {
  max-width: 80%;
}

.link-block-5 {
  text-align: center;
}

.list-item, .list-item.why {
  font-size: 24px;
}

.dd-item {
  color: var(--gray-2);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.dd-item:hover {
  color: var(--primary);
}

.dropdown-link {
  object-fit: fill;
  background-color: #fff;
  width: 99.9999%;
  max-width: 100%;
  font-family: Raleway, sans-serif;
}

.icon-2 {
  box-sizing: border-box;
}

.dd-icon {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
  position: static;
}

.dd-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list {
  bottom: -121px;
}

.dropdown-list.w--open {
  object-fit: contain;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 20%;
  max-width: 40%;
  display: block;
  top: auto;
  box-shadow: 0 16px 16px 6px #0000001a;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-image-blog-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--waves-library-black);
  color: var(--waves-library-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves-circle-blog-1 {
  background-color: var(--waves-library-black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.podcast {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/header-connect_1.svg');
  background-position: 0 100%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.podcast.featured {
  background-image: url('../images/header-connect_1.svg');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection10_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--gray-2);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection10_arrow:hover {
  background-color: var(--light-tan);
}

.uui-blogsection10_arrow.left {
  color: var(--gray-2);
  right: 4rem;
}

.uui-blogsection10_slide-nav {
  color: var(--primary);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection10_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection10_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection10_slide {
  padding-right: 2rem;
}

.uui-blogsection10_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection10_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.uui-section_blogsection10 {
  overflow: hidden;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-2 {
  color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blogsection10_heading {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogsection10_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection10_image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection10_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection10_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection10_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection10_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection10_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection10_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection10_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection10_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection10_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-blogsection03_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection03_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection03_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection03_heading {
  flex: 1;
}

.uui-blogsection03_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.uui-blogsection03_component {
  flex-direction: column;
  align-items: center;
}

.uui-text-divider {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection03_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection03_image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection03_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection03_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection03_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection03_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection03_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection03_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection03_title-link {
  color: var(--untitled-ui-gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection03_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection03_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection03_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection03_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection03_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.podcast-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.podcast-title.podcasts {
  padding-top: 40px;
}

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

.offerings-title {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.list-item-2, .list-item-3 {
  font-size: 1.5em;
}

.div-block-42 {
  display: block;
}

.are-you {
  width: 80%;
  min-width: 60%;
  max-width: 70%;
}

.workbooks-slider {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.workbooks-slider_cms_wrapper.swiper {
  padding-left: calc(var(--site--gutter) * -.05);
  padding-right: calc(var(--site--gutter) * -.05);
  flex-flow: column;
  display: block;
}

.worbooks-slider-cms-list.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.workbooks-slider-cms-item.swiper-slide {
  padding-left: calc(var(--site--gutter) * .05);
  padding-right: calc(var(--site--gutter) * .05);
  flex-flow: column;
  flex: none;
  width: 33.3333%;
  display: flex;
}

.slider-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 64px;
  padding-right: 64px;
}

.team-slider_bullet_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: auto !important;
}

.team-slider_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.team-slider_draggable_handle {
  cursor: grab;
  background-color: currentColor;
  border-radius: 100vw;
  width: 30%;
  height: 100%;
}

.team-slider_btn_layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-slider_bullet_item {
  aspect-ratio: 1;
  background-color: #eee0;
  border-style: solid;
  border-width: .09rem;
  border-radius: 100vw;
  width: 1rem;
  min-width: 0;
  padding: 0;
}

.team-slider_bullet_item.is-active {
  background-color: currentColor;
}

.team-slider_draggable_wrap {
  border-style: solid;
  border-width: .09rem;
  border-radius: 100vw;
  width: 14rem;
  min-width: 0;
  max-width: 100%;
  height: 1rem;
}

.team-slider_btn_element.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}

.team-slider_cms_list.swiper-wrapper {
  display: flex;
}

.team-slider_cms_item.swiper-slide {
  padding-left: calc(var(--site--gutter) * .5);
  padding-right: calc(var(--site--gutter) * .5);
  flex: none;
  width: 33.3333%;
  height: auto;
}

.team-slider_component {
  container-type: inline-size;
}

.team-slider_cms_wrap.swiper {
  margin-left: calc(var(--site--gutter) * -.5);
  margin-right: calc(var(--site--gutter) * -.5);
  overflow: visible;
}

.container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 70rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 1.5rem;
  display: flex;
  position: relative;
}

.section-15 {
  overflow: clip;
}

.sara-about {
  background-image: url('../images/header-connect.svg');
  background-position: 50%;
  background-size: auto;
}

.kenzie-about {
  background-image: url('../images/header-connect.svg');
  background-position: 50% 100%;
  background-size: auto;
}

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

.mental-performance {
  padding-right: 80px;
}

.slider-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.workbook-no-image {
  margin-top: 24px;
}

.featured-podcasts {
  margin-bottom: 80px;
}

.featured-podcasts-empty-state {
  background-color: var(--lighter-tan);
  text-align: center;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.native-pagination-hidden {
  display: flex;
}

.pagination-2 {
  display: block;
}

.fs-list_pagination_next {
  background-color: var(--primary);
  color: var(--untitled-ui--white);
  border-style: none;
  border-radius: 32px;
}

.fs-list_pagination_next:hover {
  color: var(--untitled-ui--white);
  border-radius: 8px;
  box-shadow: 0 10px 20px #0003;
}

.fs-list_pagination_prev {
  background-color: var(--primary);
  color: var(--untitled-ui--white);
  border-style: none;
  border-radius: 32px;
}

.fs-list_pagination_prev:hover {
  color: var(--untitled-ui--white);
  border-radius: 8px;
  box-shadow: 0 10px 20px #00000040;
}

.page-count, .next, .previous {
  font-family: Raleway, sans-serif;
}

.pagination-3, .pagination-4 {
  margin-top: 32px;
}

@media screen and (min-width: 1440px) {
  .styles-container {
    margin: 30px;
  }

  .heading-h6.blog {
    overflow-wrap: normal;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.connect {
    max-width: 100%;
  }

  .paragraph.about {
    width: 40%;
  }

  .paragraph.our-mission {
    width: 100%;
  }

  .paragraph.schedule {
    margin-bottom: 32px;
  }

  .paragraph.arrow {
    margin-bottom: 16px;
  }

  .link {
    font-weight: 400;
  }

  .link:hover {
    color: var(--primary);
    font-weight: 700;
  }

  .link-main {
    color: var(--primary);
    font-size: 18px;
  }

  .link-main:hover {
    font-weight: 700;
  }

  .link-nav {
    color: var(--gray-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }

  .link-nav:hover {
    font-weight: 800;
  }

  .link-nav.link-full-menu {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .link-nav.link-full-menu.w--current {
    margin-left: 0;
  }

  .button-primary {
    margin-top: 0;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero {
    background-image: url('../images/what-we-do-header-resize.png');
  }

  .image-10 {
    max-width: 30%;
  }

  .collection-list {
    max-width: 90%;
    padding-left: 0;
  }

  .image-11 {
    width: auto;
    max-width: 70%;
    height: 68%;
    max-height: 10%;
  }

  .collection-item {
    min-width: 300px;
  }

  .card-title {
    max-width: 50%;
    height: 30%;
    right: 21%;
  }

  .tab {
    flex-wrap: wrap;
    width: 80%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
  }

  .image-13 {
    width: 15%;
    height: 20%;
  }

  .form {
    width: 60%;
    padding-left: 240px;
    left: 444px;
  }

  .form.connect {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .accordion-item.faq {
    min-width: 60%;
  }

  .accordion__content-wrap {
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .accordion__content {
    justify-content: space-between;
    display: block;
  }

  .tabs-menu {
    margin-top: 20%;
  }

  .tabs-wrap {
    margin-bottom: 64px;
  }

  .bhp-promise {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .image-17 {
    top: 510px;
  }

  .columns-3 {
    width: 50%;
  }

  .photo-caption {
    margin-left: -245px;
  }

  .photo-caption.founder {
    margin-left: -314px;
  }

  .blog-title-collection {
    width: 420px;
    height: 100px;
  }

  .blog-title-collection.home {
    width: 400px;
  }

  .resources-card.home {
    min-width: auto;
  }

  .thumbnail {
    width: 420px;
    min-width: 100%;
    max-width: 267%;
  }

  .thumbnail.home {
    width: 400px;
  }

  .thumbnail.resources.home {
    min-width: 400px;
  }

  .thumbnail.offerings {
    background-position: 50%;
  }

  .collection-item-4 {
    justify-content: center;
  }

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

  .podcast-collection {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: center;
    width: 1500px;
    min-width: 1500px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .podcast-collection.recent {
    flex-flow: wrap;
    display: block;
  }

  .podcast-wrapper {
    flex-flow: column;
    align-items: center;
    width: 1500px;
    min-width: 1500px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .resources.home {
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .uui-text-size-medium {
    color: var(--gray-3);
  }

  .uui-heading-tiny, .uui-heading-medium.text-weight-medium {
    color: var(--black);
  }

  .uui-text-size-small {
    color: var(--gray-2);
    font-family: Raleway, sans-serif;
  }

  .uui-testimonial14_client-heading {
    color: var(--black);
    font-family: Playfair Display, sans-serif;
  }

  .uui-heading-xxsmall.text-weight-medium {
    font-family: Raleway, sans-serif;
  }

  .uui-testimonial14_content {
    border-style: solid;
    border-color: var(--tan);
    background-color: #0000;
  }

  .uui-testimonial08_image {
    border-radius: 32px;
  }

  .dd-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--gray-2);
    object-fit: fill;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
    position: static;
  }

  .icon-2 {
    margin-right: 0;
    position: static;
  }

  .dd-icon {
    position: static;
  }

  .dd-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--gray-2);
    object-fit: fill;
    align-self: auto;
    align-items: center;
    padding: 12px 0 0;
    display: flex;
    position: static;
  }

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

  .podcast {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featured-podcast-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .heading-h1.resources, .heading-h1.home, .heading-h1.about {
    font-size: 3.33em;
  }

  .heading-h1.offerings {
    width: 100%;
    font-size: 3.33em;
  }

  .heading-h2 {
    font-size: 3.3em;
  }

  .heading-h4 {
    margin-bottom: 16px;
  }

  .heading-h4.demiphi {
    width: 34%;
    max-width: 40%;
  }

  .heading-h4.hero {
    padding-left: 0;
  }

  .heading-h4.services {
    text-align: center;
  }

  .heading-h4.services.offering {
    text-align: left;
  }

  .paragraph.dive {
    width: 100%;
  }

  .paragraph.connect {
    width: 90%;
  }

  .paragraph.p-and-p {
    width: 60%;
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
  }

  .paragraph.p-and-p.to {
    font-weight: 700;
    text-decoration: underline;
  }

  .paragraph.list.p-p.from-to {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-nav {
    text-align: center;
    margin-left: auto;
    position: static;
  }

  .link-nav.link-full-menu {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 32px;
    position: static;
  }

  .button-primary {
    text-align: center;
    margin-top: 24px;
    margin-left: 0;
    display: inline-block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .navbar {
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu {
    z-index: 99999;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    object-fit: fill;
    background-color: #f5f0f0fa;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

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

  .svg-icon {
    width: 24px;
    height: 24px;
  }

  .menu-button-container {
    margin-top: 24px;
  }

  .hero {
    mix-blend-mode: normal;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 24px;
    display: flex;
  }

  .hero.about {
    height: 600px;
  }

  .hero.home {
    background-position: 100%;
  }

  .hero-image {
    width: 100%;
    height: 80%;
    margin-left: 109px;
  }

  .container-5 {
    object-fit: fill;
    flex-wrap: nowrap;
    display: flex;
  }

  .div-block {
    justify-content: flex-end;
    align-items: flex-start;
    width: 48%;
    height: 60%;
    margin-left: 1px;
    display: flex;
  }

  .div-block.mission {
    flex-direction: column;
    width: 100%;
  }

  .mission-home.team {
    justify-content: flex-end;
    align-items: center;
  }

  .image-2 {
    width: 10%;
    height: 34%;
    margin-right: 16px;
  }

  .column {
    padding-right: 32px;
  }

  .serivices-div {
    width: 100%;
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .serivices-div.services {
    width: 100%;
    max-width: 80%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-4 {
    width: 103%;
    height: 80%;
  }

  .container-6 {
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    display: block;
  }

  .column-2 {
    display: block;
  }

  .image-5 {
    align-self: flex-end;
    width: 10%;
    max-width: 80%;
    height: 20%;
  }

  .div-block-7 {
    text-align: left;
    align-items: flex-start;
  }

  .image-9 {
    width: 15%;
    max-width: 80%;
    height: 15%;
    max-height: 100%;
  }

  .container-8 {
    display: block;
  }

  .div-block-18 {
    width: 70%;
    margin-bottom: 40px;
    margin-left: 56px;
    padding-top: 40px;
  }

  .image-10 {
    width: 30%;
  }

  .collection-list {
    padding-left: 0;
  }

  .image-11 {
    width: auto;
    max-width: 150px;
    height: 25%;
    top: 66%;
    right: 0%;
  }

  .section-5 {
    margin-top: 32px;
    position: static;
  }

  .collection-item {
    width: 138%;
    margin-right: 16px;
  }

  .card-title {
    right: 6%;
  }

  .text-field, .tab {
    width: 80%;
  }

  .newsletter {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .newsletter.connect {
    padding-left: 64px;
    padding-right: 64px;
  }

  .image-13 {
    z-index: 1;
    align-self: center;
    max-height: 100%;
    top: 0;
    right: 0;
  }

  .form {
    z-index: 2;
    left: 74px;
  }

  .image-14.mobile {
    max-width: 35%;
  }

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

  .columns {
    justify-content: space-between;
    padding-left: 88px;
    padding-right: 24px;
  }

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

  .image-15 {
    border-radius: 32px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-item.resources, .accordion-item.faq {
    max-width: 80%;
  }

  .accordion-label.show-mvp {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .accordions {
    display: none;
  }

  .tabs-menu {
    margin-top: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-large {
    top: 7%;
  }

  .title-large.heading-h2 {
    top: 1%;
  }

  .tabs-wrap {
    grid-template-columns: 1.25fr 1.25fr;
  }

  .page-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -320px;
    display: grid;
  }

  .tabs-image-wrap {
    align-items: center;
  }

  .row-heading-right {
    letter-spacing: 4px;
    font-size: 16px;
  }

  .tabs-content-wrap {
    right: 0;
  }

  .content-wrap {
    margin-bottom: 240px;
  }

  .image-16 {
    width: 80%;
    height: 90%;
    top: 35px;
    left: -7%;
  }

  .div-block-24 {
    align-items: flex-end;
    padding-left: 121px;
  }

  .image-17 {
    max-width: 50%;
    max-height: 490px;
    top: 446px;
  }

  .section-12.p-p.one1 {
    background-position: 50% 63%;
  }

  .columns-2 {
    position: relative;
  }

  .section-13 {
    margin-bottom: 49px;
    padding-left: 45px;
  }

  .section-13.why-mental {
    flex-wrap: wrap;
  }

  .section-13.what-sets-us {
    flex-flow: column;
  }

  .columns-3 {
    width: 83%;
  }

  .div-block-25 {
    width: 80%;
    position: relative;
    left: -33px;
  }

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

  .link-block-3, .link-block-4 {
    margin-right: 0;
  }

  .photo-caption {
    margin-left: 0;
    padding-top: 40px;
  }

  .photo-caption.founder {
    margin-left: -52px;
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-30 {
    width: 44%;
  }

  .div-block-31 {
    width: 40%;
  }

  .blog-title-collection {
    width: 260px;
    min-width: 70%;
    max-width: 90%;
  }

  .thumbnail {
    width: 260px;
  }

  .collection-item-4, .collection-item-4.blog {
    margin-right: 0;
  }

  .podcast-wrapper {
    flex-flow: wrap;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .list-4 {
    padding-left: 24px;
  }

  .div-block-34 {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    display: flex;
  }

  .div-block-35 {
    justify-content: space-around;
    align-items: flex-start;
    width: 124%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial14_component {
    column-count: 2;
    flex-flow: column;
    display: flex;
  }

  .uui-testimonial14_component.home {
    display: flex;
  }

  .button-secondary.private-sessions.new {
    width: 100%;
  }

  .uui-testimonial08_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .benefits {
    min-width: 70%;
  }

  .benefits.to, .benefits._1on1 {
    min-width: 100%;
  }

  .bold-text-2 {
    width: 98.7156%;
    font-size: 25px;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-tsm-02-grid {
    grid-template-columns: 1fr;
  }

  .efi-tsm-02-icon {
    width: 5.2em;
  }

  .efi-tsm-02-testimonials {
    flex-direction: column;
  }

  .efi-tsm-02-div-1 {
    width: 100%;
    padding-right: 0;
  }

  .efi-tsm-02-div-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-div-3 {
    width: 100%;
    padding-left: 0;
  }

  .efi-tsm-02-div-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-div-5 {
    width: 100%;
    padding-left: 0;
  }

  .efi-tsm-02-div-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-div-7 {
    width: 100%;
    padding-left: 0;
  }

  .efi-tsm-01-grid {
    grid-template-columns: 1fr;
  }

  .dd-item {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 32px;
    line-height: 100%;
    display: flex;
  }

  .dd-item:hover {
    color: var(--gray-2);
    font-weight: 600;
  }

  .dropdown-link {
    color: var(--gray-2);
    background-color: #f5f0f0;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    font-size: 24px;
    display: flex;
  }

  .dropdown-link:hover {
    color: var(--gray-2);
    font-weight: 600;
  }

  .dd-toggle {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .dd-toggle:hover {
    color: var(--gray-2);
    font-weight: 600;
  }

  .dd-toggle.w--open {
    position: relative;
  }

  .dropdown-list.w--open {
    text-align: left;
    background-color: #f5f0f0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .text-block-7 {
    color: var(--gray-2);
    font-size: 32px;
    line-height: 32px;
  }

  .waves-blog-grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-blogsection10_button-row {
    flex: none;
  }

  .uui-blogsection10_mask {
    width: 50%;
  }

  .uui-blogsection10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection10_heading {
    margin-right: 3rem;
  }

  .uui-blogsection10_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection03_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-blogsection03_button-row {
    flex: none;
  }

  .uui-blogsection03_heading {
    margin-right: 3rem;
  }

  .uui-blogsection03_list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-43 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-container {
    margin-top: 24px;
  }

  .hero {
    padding: 40px 20px;
  }

  .image-13 {
    width: 50%;
    max-width: 40%;
    right: -26px;
  }

  .form {
    left: 32px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-large {
    top: 10%;
  }

  .title-large.heading-h2 {
    font-size: 30px;
    top: 5%;
  }

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

  .content-wrap {
    height: auto;
  }

  .uui-testimonial05_arrow:hover {
    background-color: #fff;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial05_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial05_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial05_component {
    padding-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial14_component {
    column-count: 1;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-testimonial08_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial08_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial08_divider {
    display: none;
  }

  .uui-testimonial08_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial08_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial08_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-testimonial08_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .efi-tsm-01-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-blogsection10_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-blogsection10_arrow.left {
    right: 3.5rem;
  }

  .uui-blogsection10_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection10_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection10_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection10_mask {
    width: 80%;
  }

  .uui-blogsection10_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-blogsection10_heading {
    margin-right: 0;
  }

  .uui-blogsection10_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection10_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection10_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection10_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection10_meta-wrapper {
    font-size: .75rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogsection03_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection03_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection03_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection03_heading {
    margin-right: 0;
  }

  .uui-blogsection03_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-blogsection03_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection03_image-link:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  .heading-h1.home {
    font-size: 3.33em;
  }

  .heading-h1.about {
    min-width: 80%;
    max-width: 100%;
  }

  .heading-h1.offerings.connect {
    text-align: center;
  }

  .heading-h2.connected {
    margin-bottom: 32px;
  }

  .heading-h4 {
    white-space: normal;
    object-fit: fill;
    flex-wrap: wrap;
    display: flex;
  }

  .heading-h4.founder {
    white-space: normal;
  }

  .heading-h4.demiphi {
    width: 90%;
    max-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
  }

  .heading-h4.bhp-promise {
    align-items: flex-start;
    width: 100%;
  }

  .heading-h4.bhp-promise.message {
    white-space: normal;
    width: 100%;
  }

  .heading-h4.faq {
    text-align: center;
    white-space: normal;
    width: 80%;
    max-width: 80%;
  }

  .heading-h4.dive {
    text-align: left;
    white-space: normal;
  }

  .heading-h4.schedule {
    white-space: normal;
  }

  .heading-h4.hero {
    white-space: normal;
    object-fit: fill;
    flex-direction: row;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .heading-h4.services {
    text-align: center;
    white-space: normal;
    justify-content: center;
    padding-left: 0;
  }

  .heading-h4.team {
    width: 100%;
    min-width: 100%;
  }

  .paragraph {
    width: 100%;
    padding-left: 0;
  }

  .paragraph.dive, .paragraph.connect, .paragraph.about {
    width: 100%;
  }

  .paragraph.about.mission {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }

  .paragraph.abdemi {
    max-width: 100%;
  }

  .paragraph.listdemi {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.faq {
    max-width: 100%;
  }

  .paragraph.arrow, .paragraph.message-from-demi {
    width: 100%;
  }

  .paragraph.p-and-p {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph.list.p-p.from-to {
    padding-left: 24px;
  }

  .link {
    white-space: normal;
    font-size: 1.1em;
  }

  .link-nav.link-full-menu {
    box-sizing: border-box;
    width: 100%;
    min-width: 95%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 150%;
    display: block;
  }

  .button-primary {
    min-width: 59.715%;
  }

  .button-primary.team {
    min-width: 100%;
  }

  .navbar {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .brand {
    padding-left: 8px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .hero {
    background-image: url('../images/vector.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: flex-start;
    max-height: 400px;
    margin-bottom: 22px;
    padding-top: 0;
    display: flex;
    overflow: visible;
  }

  .hero.about {
    height: 800px;
    max-height: 800px;
  }

  .hero.connect {
    height: 100%;
    max-height: 100%;
  }

  .hero.home {
    background-position: 100%;
    background-size: cover;
    height: 800px;
    max-height: 700px;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-image {
    width: 149%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
  }

  .container-5 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .div-block {
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 0;
    display: flex;
  }

  .div-block.mission {
    flex-flow: column wrap;
    width: 100%;
  }

  .mission-home {
    flex-direction: column;
  }

  .image-2 {
    width: 0%;
  }

  .column {
    padding-right: 16px;
  }

  .serivices-div {
    width: 100%;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .serivices-div.philosophy {
    width: 100%;
    padding-left: 16px;
  }

  .serivices-div.services {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    margin-top: 32px;
  }

  .section.services {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-2.dive {
    width: 100%;
  }

  .section-2.dive.p-p.second.from-to {
    padding-left: 16px;
  }

  .image-5 {
    width: 0%;
    margin-top: 0;
  }

  .div-block-12 {
    width: 100%;
    margin-left: 16px;
  }

  .div-block-12.dance {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-9 {
    width: 0%;
  }

  .section-3 {
    margin-bottom: 32px;
    padding-left: 16px;
  }

  .div-block-18 {
    width: 96%;
    margin-left: 0;
  }

  .image-10 {
    width: 0%;
  }

  .resources-title {
    top: 40px;
  }

  .image-11 {
    max-width: 0;
    max-height: 0%;
  }

  .card-title {
    max-width: 85%;
    height: 46%;
    right: 5%;
  }

  .text-field {
    width: 100%;
  }

  .tab-selector, .tab-selector.w--current {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .newsletter {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter.connect {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-newsletter {
    width: 100%;
  }

  .image-13 {
    right: -100px;
  }

  .form {
    width: 100%;
  }

  .form.connect {
    width: 100%;
    margin-bottom: 32px;
  }

  .image-14.mobile {
    max-width: 80%;
  }

  .div-block-19 {
    width: 100%;
  }

  .columns {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .section-6 {
    margin-bottom: 32px;
  }

  .accordion-item {
    max-width: 90%;
  }

  .accordion-item.resources {
    width: 90%;
    max-width: 90%;
  }

  .accordion__plus-wrapper {
    margin-top: 15px;
    margin-left: 20px;
  }

  .accordion__content-wrap {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .accordion__content.faq {
    width: 90%;
    max-width: 95%;
  }

  .list-3.faq {
    width: 100%;
    max-width: 100%;
  }

  .heading-2.connect {
    white-space: normal;
    word-break: normal;
    flex-wrap: wrap;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .tabs-menu {
    margin-top: 16%;
  }

  .title-large {
    font-size: 30px;
    line-height: 30px;
    top: 5%;
  }

  .title-large.heading-h2 {
    margin-bottom: 0;
    top: 5px;
  }

  .page-wrapper {
    margin-bottom: -261px;
    display: inline-block;
  }

  .tabs-image-wrap {
    text-align: center;
    margin-bottom: 240px;
  }

  .content-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .bhp-mission-about {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bhp-promise {
    flex-direction: column;
  }

  .bhp-promise.message {
    flex-wrap: wrap;
  }

  .demi-about {
    margin-top: 64px;
  }

  .image-16 {
    margin-bottom: 40px;
  }

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

  .div-block-24 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 16px;
  }

  .section-12 {
    background-position: 20% 37%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 16px;
  }

  .columns-2 {
    padding-top: 0;
  }

  .section-13 {
    padding-left: 24px;
  }

  .image-18 {
    top: 387px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .image-19 {
    max-width: 10%;
    margin-right: 16px;
  }

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

  .div-block-25 {
    object-fit: fill;
    background-color: #fffc;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-left: -9px;
    padding: 24px;
    display: flex;
    left: 0;
  }

  .our-mission-points {
    width: 90%;
  }

  .our-mission-image {
    max-width: 56%;
    margin-left: -104px;
  }

  .link-block-3, .link-block-4 {
    margin-right: 0;
  }

  .photo-caption {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-29, .div-block-30, .div-block-31 {
    width: 100%;
  }

  .heading-h6-2.collection-title {
    padding-right: 16px;
  }

  .collection-item-2 {
    justify-content: center;
    min-width: 100%;
  }

  .form-digital-resource {
    width: 100%;
  }

  .blog-title-collection {
    min-width: 100%;
  }

  .blog-title-collection.workbooks.wordsonly {
    aspect-ratio: auto;
    min-height: 100%;
    margin-bottom: 16px;
  }

  .resources-card.home {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .thumbnail {
    width: 100%;
    min-width: 100%;
    max-width: 48%;
  }

  .thumbnail.home, .thumbnail.resources, .thumbnail.offerings {
    width: 100%;
  }

  .collection-item-4 {
    justify-content: center;
  }

  .collection-item-4.blog {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .podcast-collection {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: stretch;
  }

  .podcast-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-34 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .bhp-mission {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
  }

  .uui-page-padding {
    padding-top: 32px;
  }

  .uui-testimonial08_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial08_image-wrapper {
    max-width: 100%;
    margin-left: 0%;
  }

  .uui-testimonial08_component {
    grid-template-columns: 1fr;
  }

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-39 {
    max-width: 100%;
  }

  .div-block-40 {
    width: 90%;
  }

  .benefits {
    max-width: 90%;
    padding-left: 24px;
  }

  .benefits.from-to {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .bold-text-2 {
    white-space: normal;
    width: 100%;
  }

  .bold-text-2.team {
    min-width: 100%;
    max-width: 99.9999%;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .waves---section-medium {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .efi-tsm-02-testimonial-top {
    text-align: left;
    justify-content: center;
  }

  .dd-item {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .dd-toggle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    display: flex;
    position: static;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .podcast {
    padding-left: 16px;
    padding-right: 16px;
  }

  .uui-blogsection10_mask {
    width: 95%;
  }

  .workbooks-slider {
    flex-flow: row;
    min-width: 100%;
    max-width: 99.9999%;
    display: block;
  }

  .workbooks-slider_cms_wrapper.swiper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .worbooks-slider-cms-list.swiper-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .workbooks-slider-cms-item.swiper-slide {
    width: 100%;
  }

  .slider-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: static;
  }
}

#w-node-a4827c19-dd3a-d9b4-7f15-156a2da957ec-f34269d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0facd9bd-3eb7-9f2f-f454-1074d2ed013c-f34269d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0facd9bd-3eb7-9f2f-f454-1074d2ed0169-f34269d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06c9f330-9589-2423-a049-da038ce1cd3d-258c9916, #w-node-_06c9f330-9589-2423-a049-da038ce1cd3f-258c9916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c9f330-9589-2423-a049-da038ce1cd41-258c9916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_06c9f330-9589-2423-a049-da038ce1cd43-258c9916, #w-node-_06c9f330-9589-2423-a049-da038ce1cd45-258c9916, #w-node-_06c9f330-9589-2423-a049-da038ce1cd47-258c9916, #w-node-_06c9f330-9589-2423-a049-da038ce1cd49-258c9916, #w-node-_06c9f330-9589-2423-a049-da038ce1cd4b-258c9916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc3bf037-afd4-0fcb-99ce-8d453e51652c-28e430bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc3bf037-afd4-0fcb-99ce-8d453e516559-28e430bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_811bf518-3ac3-1a88-58ea-a5bf016ca5e5-b7da75c9, #w-node-_811bf518-3ac3-1a88-58ea-a5bf016ca5ec-b7da75c9, #w-node-_811bf518-3ac3-1a88-58ea-a5bf016ca5f3-b7da75c9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ec6-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ec8-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79eca-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ecc-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ece-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ed0-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ed2-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ed4-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ed6-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ed8-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79eda-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79edc-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ede-c7f557e9, #w-node-_809537a8-2a1b-4bfd-859c-261fc0a79ee0-c7f557e9, #w-node-_06c9f330-9589-2423-a049-da038ce1cd3d-4cdd1476, #w-node-_06c9f330-9589-2423-a049-da038ce1cd3f-4cdd1476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c9f330-9589-2423-a049-da038ce1cd41-4cdd1476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_06c9f330-9589-2423-a049-da038ce1cd43-4cdd1476, #w-node-_06c9f330-9589-2423-a049-da038ce1cd45-4cdd1476, #w-node-_06c9f330-9589-2423-a049-da038ce1cd47-4cdd1476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0facd9bd-3eb7-9f2f-f454-1074d2ed0169-f34269d3, #w-node-fc3bf037-afd4-0fcb-99ce-8d453e516559-28e430bf {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}