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

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

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

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

.nav-contact-banner {
  background-color: #e0b558;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 94%;
  display: flex;
}

.lynx-text-nav-info {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.hero-background {
  background-image: linear-gradient(90deg, #000000b8, #fff0 66%), url('../images/pexels-olly-868757.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  height: 95vh;
  min-height: 640px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-content-hero {
  width: 55%;
  margin-top: 198px;
  margin-left: 40px;
}

.abby-text-logo {
  width: 280px;
}

.hero-heading {
  color: #fff;
  letter-spacing: -2px;
  text-shadow: 0 2px 2px #00000094;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.hero-heading.sub {
  letter-spacing: 0;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 62px;
  font-weight: 400;
}

.subhead-3 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  width: 80%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.cta {
  float: left;
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  background-image: linear-gradient(90deg, #f1cb67, #ecb52ad1 40% 60%, #f1cb67);
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 0;
  padding: 14px 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  box-shadow: 0 2px 5px #0003;
}

.cta:hover {
  background-color: #5eaa74;
}

.cta.nav {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(90deg, #f1cb67, #ecb52ad1 30% 70%, #f1cb67);
  margin-left: 20px;
  padding: 10px 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.container {
  background-color: #fff;
  min-width: 100%;
  height: auto;
}

.button {
  color: #e4dcdc;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0009;
  border: 1px solid #fff6;
  margin: 0 5px;
  padding: 11px 25px;
  font-size: 12px;
  font-weight: 200;
  transition: background-color .5s, border .5s, text-shadow .5s;
}

.button:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  box-shadow: 0 0 12px #fff;
}

.button.w--current {
  color: #fc1827;
  background-color: #0000;
  margin-top: 10px;
}

.button.navigation {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 10px;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button.navigation:hover {
  background-color: #0000;
  box-shadow: 0 0 12px #00000069;
}

.button.navigation.w--current:hover {
  background-color: #0000;
}

.button.navigation.mobile {
  display: none;
}

.button.footer {
  color: #fff;
  background-color: #0000;
  border-style: none;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.button.footer.w--current {
  color: #fff;
}

.logo-img {
  width: auto;
  max-width: none;
  height: 75px;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #24689f;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 5px 5%;
  display: flex;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10px;
  display: flex;
}

.cta-2 {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #009dde;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: 14px 40px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  box-shadow: 0 2px 5px #0003;
}

.cta-2:hover {
  background-color: #24689f78;
}

.cta-2.nav {
  text-transform: uppercase;
  background-color: #009dde;
  margin-left: 20px;
  margin-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 11px;
  font-weight: 400;
}

.logo-link {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.paragraph {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.section-body {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.section-body.normal {
  text-align: left;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.body-section.colour {
  background-color: #ff00dd08;
}

.body-section.feature {
  padding-top: 0;
}

.body-section.offer {
  background-image: radial-gradient(circle, #000000c2, #fff0 78%), linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-05-07-at-13.53.37.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.body-section.c {
  background-color: #fafafa;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.button-group.offer {
  justify-content: center;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #111249;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #1d6b7b;
}

.columns {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  display: flex;
}

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

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

.svg {
  color: #24689f;
}

.lynx-subtitle {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading {
  color: #1f2022;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.column-image {
  border: .2px solid #fff;
  border-radius: 9px;
  max-height: 500px;
  margin-left: 0;
  box-shadow: 0 3px 5px 1px #00000075;
}

.column-11 {
  background-color: #0000;
}

.column-11.img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.path {
  color: #dfc877;
}

.button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.text-block {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.column-12 {
  background-color: #0000;
}

.column-12.img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-column-div {
  float: right;
  width: 85%;
}

.text-block-3 {
  color: #24689f;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.fixed-image-scroller {
  background-image: linear-gradient(#00000045, #00000045), url('../images/pexels-n1ch01as-18087442.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 40vh;
}

.fixed-image-scroller._2 {
  background-image: linear-gradient(#0000, #0000), url('../images/pexels-elly-fairytale-3823151.jpg');
  background-position: 0 0, 50%;
}

.social-icons-container {
  justify-content: center;
  display: flex;
}

.social-icons-container.on-page {
  margin-bottom: 20px;
}

.services-container-link {
  grid-column-gap: 24px;
  grid-row-gap: 180px;
  background-image: linear-gradient(90deg, #fff 15%, #fffffff7 40%, #ffffffbf 70%, #ffffff6b), url('../images/Screenshot-2025-05-07-at-13.53.37.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 19px;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0000005c;
}

.services-container-link:hover {
  box-shadow: 0 2px 5px 2px #00000078;
}

.services-container-link.personal {
  grid-row-gap: 180px;
  background-image: linear-gradient(90deg, #fff 15%, #fffffff7 40%, #ffffffbf 70%, #ffffff6b), url('../images/pexels-shkrabaanthony-4662344.jpg');
  background-position: 0 0, 100%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.social-icon-img {
  width: 36px;
  margin-left: 5px;
  margin-right: 5px;
}

.button-link {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.h3-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 20px;
  font-family: Lato, sans-serif;
}

.content-block {
  padding-right: 80px;
}

.content-block.center {
  text-align: center;
  padding-right: 0;
}

.paragraph-2 {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-2.mobile-left {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-2.centre {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-2.centre.px-below {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.paragraph-2.centre.contact {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-2.centre.white {
  color: #fff;
}

.icon-x-small {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text-block-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.icon-link {
  color: #141414;
  background-color: #f1cb66;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.container-large {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-12 {
  color: #383d41;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
  display: inline-block;
}

.heading-12.normal.centre {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-12.normal.centre.white {
  color: #fff;
}

.heading-12.normal {
  color: #1d214c;
  text-align: left;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-12.normal {
  color: #1d214c;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-12.normal.centre {
  text-align: center;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w40-center.no-px-btm {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap.w40-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tagline {
  opacity: 1;
  color: #1d214c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
}

.tagline.white {
  color: #fff;
}

.tagline.white.hero {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image.footer-logo {
  background-color: #fff0;
  width: auto;
  max-width: none;
  max-height: 75px;
  margin-bottom: 20px;
  padding: 0;
}

.footerlinkholder {
  padding: 24px;
}

.mainfooter {
  background-color: #1d1d1d;
  border-top: 1px solid #3a3a3a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  display: flex;
}

.el-link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.footerhoover {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1.5s;
  display: flex;
}

.footerhoover:hover {
  opacity: 1;
}

.page-hero-section {
  background-image: linear-gradient(#00000024, #00000024), url('../images/pexels-olly-868757.jpg');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-color-grey {
  color: #a9a9a9;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.report_popup {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 20px #0003;
}

.heading_text {
  margin-bottom: .125rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.75rem;
}

.report_option-wrap {
  margin-top: 40px;
}

.report_wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section_hero {
  background-image: linear-gradient(#f1f1f1 9% 50%, #fff 50% 65%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-grey {
  color: #a9a9a9;
}

.tab_link {
  background-color: #ddd0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: .9rem;
  display: flex;
}

.tab_link.w--current {
  color: #fff;
  background-color: #2b58ca;
  border-radius: 8px;
}

.submit_button {
  background-color: #2b58ca;
  border: 2px solid #0000;
  border-radius: 8px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
  transition: all .5s;
}

.submit_button:hover {
  color: #2b58ca;
  background-color: #2b58ca00;
  border: 2px solid #2b58ca;
}

.cross_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.report_popup-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5vh;
  padding-left: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.request-form {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 20px #0003;
}

.success_message {
  text-align: left;
  background-color: #ddd0;
  overflow: hidden;
}

.main-wrapper.is-relative {
  position: relative;
}

.background {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.request_popup-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5vh;
  padding-left: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.option_image {
  width: 70px;
}

.option_text-wrap {
  flex-flow: column;
}

.tabs {
  margin-top: 20px;
}

.success_messgae-image {
  width: 88%;
  position: relative;
  bottom: 15px;
  left: 86px;
}

.tabs_menu {
  background-color: #f5f2f2;
  border-radius: 12px;
  padding: 4px;
  display: flex;
}

.contact_popup-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5vh;
  padding-left: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.cross_icon-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 4% 4% auto auto;
}

.cross_icon-wrap:hover {
  filter: saturate(200%);
  background-color: #2b58ca61;
}

.contact_popup {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 320px;
  height: 330.203px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.option_wrap {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 20px 30px;
  transition: all .5s;
  display: flex;
  box-shadow: 0 2px 20px #00000014;
}

.option_wrap:hover {
  border-width: 2px;
  border-color: #a7a7a7;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading_wrap {
  text-align: center;
  padding-left: 0;
}

.success-message {
  background-color: #dddddd1a;
  border-radius: 8px;
}

.input_field {
  color: #000;
  background-color: #f8f8f8;
  border: 2px solid #aaaaaa1c;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 150px;
  transition: all .4s;
}

.input_field:hover, .input_field:focus {
  border-color: #2b58ca;
}

.report_issue {
  margin-top: 20px;
}

.h3-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.h3-heading-2.services {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.h3-heading-2.services.black {
  color: #000;
  font-size: 20px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  font-family: Lato, sans-serif;
}

.grid-2.services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-2.services.yoga {
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-3 {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-3.centre {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-3.centre.px-below {
  margin-bottom: 20px;
}

.paragraph-3.no-px {
  margin-bottom: 0;
}

.paragraph-3.no-px.white {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}

.paragraph-3.no-px.white.mobile-left {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.paragraph-3.no-px.white.mobile-left.black {
  color: #000;
}

.services-container {
  text-align: center;
  background-color: #bebebe;
  background-image: linear-gradient(#fff1b1, #dfcc75 39%, #e0bf4d);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 2px 5px #0000005e;
}

.services-container.lighter {
  background-image: linear-gradient(#fff, #fff0ad 39%, #ffedb0);
  border-width: 2px;
  border-color: red;
}

.services-container.lighter.yellow {
  border-color: #ffea00;
}

.services-container.lighter.orange {
  border-color: #ffae00;
}

.services-container.lighter.pink {
  border-color: #f0d;
}

.services-container.blue {
  border-width: 2px;
  border-color: #0026ff;
}

.tagline-2 {
  opacity: 1;
  color: #1d214c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.mini-logo {
  width: 50px;
  margin-bottom: 10px;
  position: static;
  inset: 0% 0% auto 159px;
}

.bos-text-1 {
  color: #27006b;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.bos-text-1.centre {
  color: #000;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.bos-wrap-text {
  background-color: #7de6fb75;
  border-radius: 0 0 .5em .5em;
  flex-direction: column;
  flex: none;
  height: 294.367px;
  padding: 3em;
  display: flex;
}

.bos-wrap-text.benefits {
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  height: auto;
  padding: 2em 1em;
}

.bos-wrap-text.benefits._3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bos-wrap-wrap-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bos-wrap-wrap-1._4-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.in-text-mini-logo {
  background-color: #fff;
  border-radius: 60px;
  width: 75px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px 3px #ff00004d;
}

.in-text-mini-logo.mini {
  width: 50px;
  box-shadow: 0 2px 5px #0003;
}

.bos-container-1 {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bos-container-1.full-width {
  max-width: 100%;
}

.bos-wrap-1 {
  display: block;
}

.bos-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.paragraph-4 {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

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

.paragraph-4.centre.benefits {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-4.centre.benefits.no-px-btm {
  margin-top: 0;
  margin-bottom: 0;
}

.instagram-embed {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.spark-vertical-line {
  background-color: #f1cb66;
  width: 2px;
  height: 24px;
}

.spark-faq-expander {
  border: 1px solid #eece5e;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
}

.tagline-3 {
  opacity: 1;
  color: #242ea0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  background-color: #ffffff38;
  border-radius: 0;
  width: 100%;
  padding: 0 40px;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-faq-button {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  color: #333;
  background-color: #bb9a471f;
}

.spark-faq-button:focus {
  outline-offset: 0px;
  outline: 4px #5532fa;
}

.spark-faq-button.w--open {
  background-color: #ffffff38;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-offset: 0px;
  outline: 1.5px #5532fa;
}

.spark-faq-plus-to-x {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-horizontal-line {
  background-color: #f1cb66;
  width: 24px;
  height: 2px;
  position: absolute;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.divider-small {
  color: #d1d1d1;
  background-color: #f00a29;
  width: 30px;
  height: 1px;
  margin: 30px 0 20px;
}

.divider-small.c {
  color: #242ea0;
  background-color: #242ea0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.paragraph-5.centre {
  text-align: center;
}

.paragraph-5.centre.no-px-btm {
  margin-bottom: 20px;
}

.paragraph-5.faq {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.icon-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-section {
  padding-bottom: 0;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-bottom: 40px;
  display: flex;
}

.cta-3 {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #242ea0;
  border: .1px solid #fff;
  border-radius: 12px 2px;
  margin-top: 0;
  padding: 14px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  box-shadow: 0 2px 3px 2px #0000008f;
}

.cta-3:hover {
  background-color: #242ea099;
}

.contact-icon-div {
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.in-page-logo {
  width: 125px;
  margin-bottom: 0;
}

.in-page-logo.contact {
  width: 75px;
  margin-bottom: 20px;
}

.contact-icon-columns {
  width: 85%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-16 {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #111;
  font-weight: 300;
}

.text-16.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: #111;
  margin-bottom: 28px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-16.text-16-60.text-16__padding-bottom.test {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.paragraph-6 {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.paragraph-6.centre {
  text-align: center;
}

.paragraph-6.centre._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-container {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 14px 4px #0003;
}

.combine-icon_large-3 {
  color: #f1cb66;
  width: 3rem;
  height: 3rem;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.heading-13 {
  color: #1d214c;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  .lynx-nav-block {
    max-width: 96%;
  }

  .lynx-text-nav-info {
    font-size: 13px;
  }

  .div-content-hero {
    width: 50%;
    margin-top: 290px;
  }

  .hero-heading {
    font-size: 82px;
  }

  .hero-heading.sub {
    letter-spacing: 1px;
    font-size: 68px;
  }

  .subhead-3.home {
    color: #fff;
    width: 100%;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
  }

  .container {
    display: block;
  }

  .button.navigation {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .logo-img {
    height: 75px;
  }

  .nav-menu-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    position: relative;
    top: 7px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.3;
  }

  .section-body.normal {
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .body-section.colour {
    background-color: #f8f8f8;
  }

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

  .column-image {
    width: 100%;
    max-height: none;
  }

  .content-block {
    padding-right: 60px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-2.mobile-left {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .paragraph-2.centre.px-below {
    font-size: 18px;
  }

  .heading-12.normal {
    font-size: 46px;
    line-height: 1.1;
  }

  .wrap.w40-center {
    justify-content: space-around;
    padding-left: 100px;
    padding-right: 100px;
  }

  .tagline {
    font-size: 14px;
  }

  .tagline.white.hero {
    font-size: 16px;
  }

  .grid-2.services.yoga {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .tagline-2 {
    font-size: 14px;
  }

  .bos-wrap-text {
    height: 306.367px;
  }

  .bos-wrap-text.benefits {
    height: 383.297px;
  }

  .bos-wrap-text.benefits._3 {
    height: auto;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .tagline-3 {
    font-size: 14px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 1.2;
  }

  .form-holding-div {
    padding-bottom: 60px;
  }

  .in-page-logo {
    width: 175px;
  }

  .text-16.text-16-60.text-16__padding-bottom {
    font-size: 20px;
    line-height: 1.6;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .hero-background {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-hero {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    display: flex;
  }

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

  .subhead-3.home {
    text-align: center;
    width: 100%;
  }

  .cta {
    float: none;
    padding-left: 117px;
    padding-right: 117px;
    display: inline-block;
  }

  .cta.nav {
    display: none;
  }

  .button.navigation {
    color: #fff;
    width: 100%;
    min-width: 100%;
  }

  .button.navigation.mobile {
    display: block;
  }

  .button.footer {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-menu-2 {
    background-color: #c2a04a;
    box-shadow: 0 0 28px #000;
  }

  .icon {
    color: #f0c961;
  }

  .menu-button-2 {
    background-color: #0000;
    top: 10px;
  }

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

  .cta-2 {
    float: none;
    padding-left: 117px;
    padding-right: 117px;
    display: inline-block;
  }

  .cta-2.nav {
    display: none;
  }

  .paragraph {
    text-align: center;
  }

  .section-body {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .lynx-heading {
    font-size: 38px;
  }

  .right-column-div {
    display: none;
  }

  .content-block {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .paragraph-2, .heading-12.normal, .heading-12.normal, .heading-12.normal, .heading-12.normal {
    text-align: center;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w40-center {
    text-align: center;
    text-align: center;
    flex-direction: column;
  }

  .image {
    width: 120px;
  }

  .footerlinkholder {
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .mainfooter {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .bos-wrap-wrap-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

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

  .spark-container-3 {
    max-width: 100%;
  }

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

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

  .icon-col {
    margin-bottom: 20px;
  }

  .cta-3 {
    float: none;
    padding-left: 117px;
    padding-right: 117px;
    display: inline-block;
  }

  .contact-icon-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

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

  .contact-container {
    width: 70%;
    max-width: none;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-background {
    padding-left: 0;
    padding-right: 0;
  }

  .div-content-hero {
    text-align: center;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    margin-bottom: 10px;
    display: block;
  }

  .button.footer {
    margin-bottom: 0;
  }

  .column-8.reverse {
    padding-left: 0;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .right-column-div {
    width: 100%;
    display: none;
  }

  .h3-heading {
    font-size: 40px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading_text {
    font-size: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .grid-2.services, .bos-wrap-wrap-1 {
    grid-template-columns: 1fr 1fr;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .contact-container {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .nav-contact-banner {
    padding: 5px;
  }

  .lynx-nav-block.info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .lynx-text-nav-info {
    color: #fff;
    font-size: 9px;
    text-decoration: none;
  }

  .hero-background {
    background-image: linear-gradient(#000000ab, #00000080 49%, #fff0 89%), url('../images/pexels-olly-868757.jpg');
    background-position: 0 0, 70%;
    background-size: auto, 1400px;
  }

  .div-content-hero {
    margin-top: 181px;
  }

  .hero-heading {
    width: 95%;
    margin-top: 0;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.1;
  }

  .hero-heading.sub {
    font-size: 48px;
    line-height: 1;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    text-shadow: 0 1px 1px #00000070;
    width: 95%;
    font-size: 20px;
    line-height: 1.1;
  }

  .cta {
    margin-bottom: 10px;
    padding-left: 73px;
    padding-right: 73px;
  }

  .container {
    min-width: 95%;
  }

  .button.navigation {
    min-height: auto;
  }

  .logo-img {
    height: 60px;
  }

  .navbar {
    padding: 5px 0;
  }

  .nav-menu-2 {
    background-color: #c2a04a;
    justify-content: flex-start;
    padding-right: 20px;
  }

  .menu-button-2 {
    top: 0;
  }

  .cta-2 {
    margin-bottom: 10px;
    padding-left: 73px;
    padding-right: 73px;
  }

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .text-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
  }

  .columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .column-8.reverse {
    padding-left: 0;
  }

  .lynx-subtitle {
    margin-bottom: 5px;
  }

  .lynx-heading {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .column-image {
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .column-image.no-px-above-mobile {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .column-11.img {
    padding-left: 0;
    padding-right: 0;
  }

  .column-12 {
    text-align: center;
  }

  .column-12.img {
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-image-scroller {
    height: 25vh;
  }

  .services-container-link {
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-container-link.personal {
    grid-row-gap: 20px;
  }

  .wrap-v-regular {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .social-icon-img {
    width: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .h3-heading {
    font-size: 28px;
  }

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

  .content-block {
    margin-bottom: 20px;
  }

  .content-block.center {
    margin-bottom: 0;
  }

  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .paragraph-2.mobile-left {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-12 {
    font-size: 32px;
  }

  .heading-12.normal {
    line-height: 1.2;
  }

  .wrap.faq {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap.w40-center {
    width: 95%;
    padding: 0;
  }

  .tagline {
    text-align: center;
  }

  .page-hero-section {
    background-image: linear-gradient(#0000004a, #0000004a), url('../images/pexels-olly-868757.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .report_popup {
    max-width: 280px;
  }

  .heading_text {
    font-size: 1.35rem;
  }

  .report_popup-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
  }

  .request-form {
    max-width: 280px;
  }

  .request_popup-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
  }

  .option_image {
    width: 40px;
  }

  .tabs_menu {
    flex-flow: column;
  }

  .contact_popup-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
  }

  .contact_popup {
    max-width: 280px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .option_wrap {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
  }

  .heading_wrap {
    padding-left: 20px;
  }

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

  .grid-2.services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2.services.yoga {
    grid-template-columns: 1fr;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

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

  .bos-wrap-text.benefits._3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bos-wrap-wrap-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .bos-wrap-wrap-1._4-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .bos-container-1 {
    width: 95%;
  }

  .paragraph-4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .spark-vertical-line {
    width: 3px;
    height: 18px;
  }

  .spark-faq-expander {
    margin-bottom: 1rem;
  }

  .tagline-3 {
    text-align: center;
  }

  .spark-faq-dropdown.w--open {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-faq-button {
    padding: 10px 20px 10px 10px;
  }

  .spark-faq-plus-to-x {
    width: 40px;
  }

  .spark-horizontal-line {
    width: 18px;
    height: 3px;
  }

  .spark-container-3.faq {
    margin-top: 20px;
  }

  .faq-heading {
    box-sizing: border-box;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    max-width: 100%;
    font-size: 12px;
    overflow: visible;
  }

  .paragraph-5 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .paragraph-5.centre.no-px-btm {
    margin-bottom: 20px;
  }

  .paragraph-5.faq {
    text-align: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .cta-3 {
    margin-bottom: 10px;
    padding-left: 73px;
    padding-right: 73px;
  }

  .in-page-logo {
    width: 100px;
  }

  .text-16.text-16-60, .text-16.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .text-16.text-16-60.text-16__padding-bottom.test {
    line-height: 18px;
  }

  .paragraph-6 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .contact-container {
    width: 90%;
    padding: 20px 10px;
  }

  .heading-13 {
    font-size: 32px;
    line-height: 1.1;
  }
}

#w-node-_275146c8-a990-ce69-b8dc-cc1341c76b71-55775eca, #w-node-_275146c8-a990-ce69-b8dc-cc1341c76b78-55775eca, #w-node-_275146c8-a990-ce69-b8dc-cc1341c76b7f-55775eca, #w-node-_275146c8-a990-ce69-b8dc-cc1341c76b86-55775eca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
