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

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

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

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

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.navbar9_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar9_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar9_menu-dropdown {
  position: static;
}

.navbar9_menu-button {
  padding: 0;
}

.navbar9_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar9_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar9_dropdown-toggle {
  grid-column-gap: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar9_icon-wrapper {
  flex: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar9_dropdown-link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar9_dropdown-content {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.navbar9_bottom-bar-content {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

.navbar9_dropdown-list.w--open {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.text-size-small {
  font-size: .875rem;
}

.navbar9_link {
  padding: 1.5rem 1rem;
}

.navbar9_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar9_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.navbar9_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.text-weight-semibold {
  font-family: Varela Round, sans-serif;
  font-weight: 600;
}

.navbar9_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar9_bottom-bar-background-layer {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.header111_content-right {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.text-size-medium {
  color: #383838;
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium.white {
  color: #fff;
}

.text-size-medium.middle {
  text-align: center;
}

.heading-style-h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_header111 {
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-10-15-at-12.40.07.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.header111_content-left {
  flex-direction: column;
  display: flex;
}

.header111_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.header111_component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.header111_content-wrapper {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.header111_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.content17_content-left {
  text-align: left;
}

.content17_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.white {
  color: #fff;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_content19 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.content19_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.content19_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content19_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.layout482_image3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout482_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout482_image1 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout482_image-wrapper1 {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.layout482_image-wrapper3 {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 25%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_layout482 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout482_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.layout482_image-wrapper2 {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 25%;
  position: absolute;
  inset: auto auto 20% 0%;
  overflow: hidden;
}

.testimonial8_client-image-wrapper {
  margin-bottom: 10px;
}

.testimonial8_mask {
  width: 50%;
  overflow: visible;
}

.section_testimonial8 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-centre-next, .slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.testimonial8_logo {
  max-height: 3.5rem;
}

.testimonial8_content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial8_slide {
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-style-h6 {
  color: #323e46;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial8_client-image {
  object-fit: cover;
  border-radius: 0%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

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

.testimonial8_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  height: auto;
  margin-top: 40px;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_component {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

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

.divider-horizontal {
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  width: 100%;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.body {
  font-family: Bitter, serif;
}

.button-1 {
  background-color: #3e5970;
}

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

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-navbar-border {
  background-color: #0000;
  border-bottom: 1px #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.lynx-navbar-group {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  height: auto;
  display: flex;
}

.lynx-nav-link {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: none;
  padding: 15px 12px;
  font-family: Bitter, serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: #d2247c;
}

.lynx-nav-link.w--current {
  color: #d2247c;
  display: inline-block;
}

.lynx-nav-link.contact, .lynx-nav-link.contact.w--current {
  display: none;
}

.lynx-logo {
  width: auto;
  height: 70px;
}

.lynx-nav-info {
  background-color: #f187be;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

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

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

.button-primary {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: none;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #ff6dc6, #f187be 50%, #ff6dc6);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 30px;
  font-family: Bitter, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.button-primary:hover {
  background-color: #50b4cd;
}

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

.div-block.left {
  align-items: flex-start;
  padding-left: 20px;
}

.features-title {
  color: #17394c;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.features-title.left {
  color: #485863;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.features-icon {
  width: 60px;
  margin-bottom: 10px;
  margin-right: 0;
}

.features-icon._2 {
  width: 30px;
  margin-bottom: 5px;
}

.features-icon.mini {
  max-width: 30px;
  margin-bottom: 0;
}

.features-wrapper {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper._2.x {
  width: 100%;
  margin-top: 0;
}

.features-wrapper._2.x.px {
  margin-bottom: 30px;
}

.features-wrapper.in-block {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}

.upper-head {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

.upper-head.green {
  color: #d2247c;
  font-family: Bitter, serif;
  font-weight: 400;
}

.collage-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.collage-section.feature {
  background-color: #ff3ed4;
}

.collage-section.colour {
  background-color: #e95ba30f;
}

.section-title {
  color: #18394c;
  text-align: center;
  max-width: 900px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lynx-block-center-hero.normal {
  margin-bottom: 100px;
}

.lynx-block-center-hero.normal.x {
  margin-bottom: 0;
}

.lynx-image-lightbox-shaped {
  object-fit: cover;
  border-radius: 270px 30px;
  width: 100%;
  height: 500px;
  box-shadow: 0 2px 5px #000000c2;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 118%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.features-content-2 {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.features-content-2.mini {
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.section-subhead {
  color: #3d3d3d;
  text-align: center;
  margin-top: 10px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.section-subhead.px-below {
  text-align: center;
  margin-bottom: 40px;
}

.section-subhead.px-below.less {
  margin-bottom: 20px;
}

.section-subhead.px-below.contact {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-subhead.content17_content-left, .section-subhead.left {
  text-align: left;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image.smaller {
  border-radius: 4px;
  min-width: 100%;
  height: 400px;
  min-height: 400px;
}

.lynx-block-left {
  padding-right: 10%;
}

.lynx-block-image {
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-right {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
}

.div-content-hero {
  width: 65%;
}

.div-content-hero._60 {
  width: 50%;
}

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 82px;
}

.headline-2.non-responsive {
  font-family: Bitter, serif;
  font-size: 52px;
  line-height: 1.2;
}

.hero-section-2 {
  background-image: linear-gradient(to right, #050c14ad, #fff0), url('../images/partnerimg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-2.spaced {
  background-image: linear-gradient(90deg, #050c14b3 38%, #fff0 62%), url('../images/WhatsApp-Image-2025-10-17-at-11.16.46-5.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 84vh;
  margin-left: 0;
  margin-right: 0;
  padding: 200px 5% 220px;
}

.hero-section-2.inner {
  text-align: center;
  background-image: linear-gradient(#050c14b3, #000000a3 44%, #0f0e1b2e), url('../images/pexels-jimmy-chan-2310483.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-section-2.inner.about {
  background-image: url('../images/Red-and-Yellow-Bold-Typographic-Youtube-Thumbnail--1700-x-1080-px.png');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-2.colour5.bigger {
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-2.colour5.bigger:hover {
  background-color: #0cb86d;
}

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

.subhead-3.home {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Bitter, serif;
  font-size: 22px;
  line-height: 28px;
}

.pink {
  color: #ff6ec6;
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Bitter, serif;
  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;
}

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

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

.svg {
  color: #000;
}

.section-subhead-2 {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead-2.px-below {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.section-subhead-2.px-below.no-px {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.collage-section-2 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px;
}

.collage-section-2.mid {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title-2 {
  color: #18394c;
  text-align: center;
  text-transform: uppercase;
  max-width: 900px;
  margin: 10px auto 15px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.upper-head-2 {
  color: #990d30;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-block-left-2 {
  flex-flow: column;
  align-items: center;
  padding-left: 10%;
  padding-right: 0;
  display: flex;
}

.lynx-image-2 {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-2.smaller {
  border-radius: 12px;
  min-height: 400px;
  box-shadow: 0 2px 5px #00000073;
}

.lynx-grid-image-right-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
}

.lynx-grid-image-right-2.left {
  grid-template-columns: 1fr 1.2fr;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.caption-link {
  color: #060902;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.inner-hero-element {
  z-index: 1;
  filter: hue-rotate(318deg);
  position: absolute;
  inset: 4% -6% 0% auto;
}

.inner-hero {
  background-color: #ff9af1;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: inline-flex;
}

.caption-icon {
  color: #ff6dc6;
}

.caption-text {
  color: #ff6ec5;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.inner-hero-main-title {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0000005c;
  font-size: 112px;
  line-height: 1;
  position: relative;
}

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

.process-card-left-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.process-card-divder {
  background-color: #4b4841;
  width: 1px;
  height: 120px;
}

.process-card-divder.process-card-divder-hide {
  display: none;
}

.process-items-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.process-image {
  border-radius: 4px;
  width: 100%;
}

.process-caption {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}

.process-text {
  color: #4b4841;
  width: 460px;
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 26px;
}

.process-image-wrap {
  position: sticky;
  top: 100px;
}

.process-card-number-wrap {
  background-color: #fe6fc7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 80px;
  display: flex;
}

.process {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.process.colour {
  background-color: #fdf4f7;
}

.process-card-number {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.process-card-title {
  color: #060902;
  margin-bottom: 12px;
  font-family: Bitter, serif;
}

.process-title {
  color: #060902;
  text-align: center;
}

.process-single-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.spark-faq-expander {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  font-family: Bitter, serif;
}

.paragraph {
  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.faq {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bitter, serif;
}

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

.faq-heading {
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 400;
}

.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: #ffd5f4;
}

.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-horizontal-line {
  background-color: #d1247d;
  width: 24px;
  height: 2px;
  position: absolute;
}

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

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

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

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

.code-embed {
  margin-top: 40px;
}

.card-contact-link {
  background-color: #3a3a3a;
  border-radius: 100rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 10px;
  padding: 11px;
  transition: transform .3s;
}

.card-contact-link:hover {
  transform: scale(1.1);
}

.card-3 {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f1f1f1;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  overflow: hidden;
  transform: perspective(1800px);
}

.team-member-shot {
  background-image: url('../images/Untitled-design-100-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.flex-col {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.flex-row {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.expand-card-wrap {
  perspective: 1800px;
  max-width: 300px;
  margin: 10px;
  transition: transform .2s;
  box-shadow: 2px 2px 4px #00000070;
}

.expand-card-wrap:hover {
  transform: scale(1.03);
}

.no-margin-top {
  color: #1f1f1f;
  text-align: left;
  margin-top: 0;
  font-family: Bitter, serif;
  font-weight: 400;
}

.card-1 {
  z-index: 999;
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 11px;
  display: flex;
  position: relative;
}

.card-2 {
  backface-visibility: hidden;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  text-align: left;
  transform-style: preserve-3d;
  background-color: #ffdffc;
  padding-left: 15px;
  padding-right: 15px;
  overflow: scroll;
  transform: perspective(1800px);
}

.team-card-paragraph {
  color: #1f1f1f;
  height: 304.625px;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: .85rem;
  line-height: 1.4;
  overflow: scroll;
}

.card-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.no-margin-bottom {
  color: #1f1f1f;
  text-align: left;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 1.2rem;
  line-height: 1.1;
}

.image {
  width: 50px;
}

.tour-date-row {
  background-color: #252b5b21;
  border-top: 1px #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  justify-content: flex-start;
  align-items: center;
  width: 102%;
  margin: 10px 0;
  padding: 10px;
  display: flex;
}

.paragraph-2 {
  color: #4b535a;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 39px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

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

.buttonx {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #252b5b;
  border-radius: 2px;
  margin-top: 30px;
  padding: 14px 60px;
  font-size: 15px;
  font-weight: 500;
}

.buttonx:hover {
  background-color: #b73316;
}

.buttonx.mini {
  margin-top: 0;
  font-size: 12px;
}

.buttonx._2 {
  margin-top: 0;
}

.schedule-date {
  text-align: left;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-weight: 700;
}

.schedule-name {
  margin-bottom: 0;
  font-family: Bitter, serif;
}

.schedule-cnt {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.schedule-column {
  padding-left: 0;
  padding-right: 0;
}

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

.footerhoover:hover {
  opacity: 1;
}

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

.link {
  color: #f5f5f552;
}

.button-2 {
  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-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  box-shadow: 0 0 12px #fff;
}

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

.button-2.footer {
  letter-spacing: 1px;
  text-transform: none;
  background-color: #0000;
  border-style: none;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Bitter, serif;
  font-size: 12px;
  text-decoration: none;
}

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

.footerlinkholder {
  padding: 20px 24px;
}

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

.social-icon-img.x {
  background-color: #fff;
}

.image-4.footer-logo {
  width: 80px;
  margin-bottom: 20px;
}

.text-block-3 {
  color: #e4dcdcd6;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Bitter, serif;
}

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

.paragraph-3 {
  color: #4b535a;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 39px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.paragraph-3.centred {
  text-align: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

.contact-icon-columns {
  width: 80%;
  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;
}

.text-block-5 {
  color: #e4dcdcd6;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block-5.in-text {
  color: #00000087;
}

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

@media screen and (min-width: 1280px) {
  .expand-card-wrap {
    max-width: 360px;
  }
}

@media screen and (min-width: 1440px) {
  .lynx-navbar-border {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lynx-navbar-group {
    justify-content: center;
    height: auto;
    display: block;
  }

  .lynx-nav-link {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .lynx-nav-link.w--current {
    font-size: 16px;
  }

  .lynx-logo {
    width: auto;
    height: 80px;
  }

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

  .button-primary {
    padding: 15px 40px;
    font-size: 15px;
  }

  .features-title {
    font-size: 16px;
  }

  .features-icon {
    width: 75px;
  }

  .features-wrapper._2 {
    width: 100%;
  }

  .features-wrapper._2.x {
    width: 90%;
  }

  .upper-head.green {
    font-size: 14px;
  }

  .section-title {
    font-size: 42px;
    line-height: 1;
  }

  .lynx-image-lightbox-shaped {
    height: 600px;
  }

  .features-content-2._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-subhead, .section-subhead.px-below {
    font-size: 20px;
    line-height: 1.5;
  }

  .section-subhead.px-below.less {
    font-size: 20px;
  }

  .lynx-image {
    min-height: 650px;
  }

  .headline-2.non-responsive {
    margin-bottom: 25px;
    font-size: 72px;
    line-height: 1.2;
  }

  .hero-section-2.spaced {
    height: 85vh;
    padding-top: 160px;
  }

  .hero-section-2.inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hero-section-2.inner.about {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .cta-2.colour5.bigger {
    padding: 24px 40px;
    font-size: 16px;
  }

  .subhead-3.home {
    font-size: 26px;
    line-height: 1.2;
  }

  .section-subhead-2, .section-subhead-2.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .section-subhead-2.px-below.no-px {
    font-size: 20px;
  }

  .collage-section-2.mid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-title-2 {
    font-size: 38px;
    line-height: 1;
  }

  .upper-head-2 {
    color: #990d30;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .team-card-paragraph {
    font-size: 15px;
  }

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar9_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar9_menu-dropdown {
    width: 100%;
  }

  .navbar9_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar9_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar9_dropdown-content {
    flex-direction: column;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar9_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar9_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .navbar9_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .content17_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .content19_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .testimonial8_mask {
    width: 100%;
  }

  .testimonial8_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .testimonial8_slider {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-nav-link {
    min-width: 100%;
  }

  .lynx-nav-link.contact {
    display: none;
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-menu-button {
    color: #fff;
    background-color: #d2247c;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-nav-info {
    display: flex;
  }

  .collage-section {
    padding-top: 100px;
  }

  .lynx-image-lightbox-shaped {
    height: 400px;
  }

  .features-content-2 {
    padding-right: 0;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-content-hero, .div-content-hero._60 {
    width: 100%;
  }

  .headline-2 {
    font-size: 52px;
    line-height: 1;
  }

  .hero-section-2.spaced {
    margin-left: 0;
    margin-right: 0;
    padding: 200px 5% 150px;
  }

  .hero-section-2.inner, .hero-section-2.inner.about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subhead-3.home {
    width: 90%;
  }

  .collage-section-2 {
    padding-top: 100px;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .inner-hero-element {
    display: none;
  }

  .inner-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .process-top-wrapper {
    margin-bottom: 32px;
  }

  .process-card-divder {
    display: none;
  }

  .process-image-wrap {
    position: static;
  }

  .process {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .paragraph {
    text-align: center;
  }

  .faq-heading {
    white-space: normal;
  }

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

  .wrap {
    width: 645px;
  }

  .tour-date-row {
    width: 100%;
  }

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

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

  .buttonx.mini.form {
    padding: 10px 20px;
  }

  .buttonx._2 {
    padding-left: 73px;
    padding-right: 73px;
  }

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

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

  .image-4 {
    width: 120px;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .navbar9_component {
    min-height: 4rem;
  }

  .navbar9_dropdown-link-list {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .navbar9_dropdown-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9_menu {
    padding-bottom: 6rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header111_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

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

  .content17_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

  .content19_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout482_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .testimonial8_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .testimonial8_slider {
    padding-bottom: 3rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .lynx-nav-link {
    min-width: 100%;
  }

  .features-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .section-title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1;
  }

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
    height: 340px;
  }

  .features-content-2 {
    padding-bottom: 30px;
    padding-left: 0;
  }

  .section-subhead {
    text-align: center;
  }

  .section-subhead.px-below {
    margin-bottom: 40px;
  }

  .lynx-block-left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2.non-responsive {
    display: block;
  }

  .hero-section-2.spaced {
    padding: 180px 2% 120px;
  }

  .hero-section-2.inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .subhead-3 {
    width: 85%;
  }

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

  .section-subhead-2 {
    text-align: center;
  }

  .section-subhead-2.px-below {
    margin-bottom: 40px;
  }

  .section-title-2 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1;
  }

  .lynx-block-left-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-image-2.smaller {
    order: 0;
  }

  .lynx-grid-image-right-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-grid-image-right-2.left {
    order: 0;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-self: auto;
  }

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

  .inner-hero-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .process-text {
    width: 100%;
  }

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

  .process-single-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .faq-heading {
    white-space: normal;
    overflow-wrap: normal;
  }

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

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

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

  .tour-date-row {
    text-align: center;
  }

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

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

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

  .contact-container {
    width: 80%;
  }

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

  .combine-icon_large-3 {
    width: 2rem;
    height: 2rem;
  }

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

@media screen and (max-width: 479px) {
  .navbar9_dropdown-link {
    padding-left: 0;
  }

  .navbar9_bottom-bar-content {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .layout482_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-icon-menu {
    color: #fff;
  }

  .lynx-navbar-border {
    padding-top: 5px;
  }

  .lynx-navbar-group {
    height: auto;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .lynx-nav-link {
    text-align: left;
    width: 100%;
  }

  .lynx-nav-link.contact, .lynx-nav-link.contact.w--current {
    display: block;
  }

  .lynx-nav-menu {
    background-color: #ffb9dc;
  }

  .lynx-logo {
    width: 75px;
    height: auto;
    padding: 0;
  }

  .lynx-menu-button {
    background-color: #d2247c;
  }

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

  .lynx-nav-info {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .features-title {
    margin-bottom: 5px;
  }

  .features-icon {
    max-width: 30px;
    margin-bottom: 0;
  }

  .features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 75%;
    margin-top: 20px;
  }

  .features-wrapper._2 {
    width: 90%;
  }

  .features-wrapper._2.x {
    margin-bottom: 20px;
  }

  .upper-head.green {
    margin-bottom: 0;
  }

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

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .lynx-block-center-hero.normal {
    width: auto;
    margin-bottom: 40px;
  }

  .lynx-block-center-hero.normal.x {
    width: 92%;
  }

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 240px;
  }

  .features-content-2 {
    border-radius: 10px;
    padding: 0;
  }

  .features-content-2._2 {
    padding: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .section-subhead.px-below {
    margin-bottom: 20px;
  }

  .lynx-image, .lynx-image.smaller {
    border-radius: 12px;
    min-height: 250px;
  }

  .lynx-block-image {
    border-radius: 12px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 20px;
  }

  .headline-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .headline-2.non-responsive {
    font-size: 42px;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(#0000009c, #0000009c), url('../images/WhatsApp-Image-2025-10-17-at-11.16.46-5.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .hero-section-2.inner {
    padding: 145px 3% 140px;
  }

  .hero-section-2.inner.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    font-size: 14px;
    font-weight: 700;
  }

  .pink {
    line-height: 1.6;
  }

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

  .text-button {
    justify-content: center;
  }

  .collage-section-2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-title-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .lynx-image-2 {
    min-height: 300px;
  }

  .lynx-grid-image-right-2 {
    grid-row-gap: 20px;
  }

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

  .caption-link {
    font-size: 14px;
    line-height: 20px;
  }

  .inner-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-caption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .caption-text {
    font-size: 14px;
    line-height: 20px;
  }

  .inner-hero-main-title {
    text-align: center;
    font-size: 48px;
  }

  .inner-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-top-wrapper {
    margin-bottom: 24px;
  }

  .process-items-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .process-caption {
    margin-bottom: 12px;
  }

  .process-text {
    font-size: 16px;
    line-height: 24px;
  }

  .process-card-number-wrap {
    width: 48px;
    height: 60px;
  }

  .process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-card-number {
    font-size: 20px;
    line-height: 30px;
  }

  .process-card-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.1;
  }

  .process-single-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .process-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .spark-faq-expander {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

  .team-member-shot {
    background-position: 50%;
    background-size: cover;
    align-self: stretch;
    height: auto;
  }

  .flex-row {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .expand-card-wrap {
    max-width: 300px;
  }

  .card-1 {
    align-items: center;
  }

  .card-2 {
    padding-left: 11px;
    padding-right: 5px;
  }

  .team-card-paragraph {
    height: 315px;
    min-height: 315px;
  }

  .tour-date-row {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .date {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-2.schedue {
    font-size: 14px;
    line-height: 1.1;
  }

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

  .buttonx.mini.form {
    margin-bottom: 0;
  }

  .buttonx._2 {
    margin-top: 20px;
  }

  .schedule-date {
    max-width: 40%;
    font-size: 14px;
  }

  .footerhoover {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .heading {
    font-size: 32px;
  }

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

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

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

  .form-holding-div {
    margin-top: -90px;
  }

  .contact-icon-columns {
    flex-flow: row;
    width: 100%;
  }

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

  .icon-col {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 20px;
  }
}

#w-node-_3c6e308c-1495-c6c3-d335-9cb5d0a8b71e-6af717ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3c6e308c-1495-c6c3-d335-9cb5d0a8b73a-6af717ed, #w-node-f0c7133e-1af5-efe1-9485-8a1bcb3856d8-6af717ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c7133e-1af5-efe1-9485-8a1bcb3856da-6af717ed, #w-node-_3dae6e8f-c8ca-93bb-2696-321804789bd2-6af717ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3dae6e8f-c8ca-93bb-2696-321804789be1-6af717ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e53ad32-a6f7-00ad-0ef4-579bbc3493f3-2ea5965a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9e53ad32-a6f7-00ad-0ef4-579bbc349402-2ea5965a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e53ad32-a6f7-00ad-0ef4-579bbc3493f3-73f976a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b6c15362-ed00-cc9c-3f49-ec58a11bb8a9-73f976a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6c15362-ed00-cc9c-3f49-ec58a11bb8ab-73f976a8, #w-node-_9e53ad32-a6f7-00ad-0ef4-579bbc3493f3-fd74b35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9e53ad32-a6f7-00ad-0ef4-579bbc349402-fd74b35b, #w-node-b6c15362-ed00-cc9c-3f49-ec58a11bb8a9-fd74b35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6c15362-ed00-cc9c-3f49-ec58a11bb8ab-fd74b35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-f0c7133e-1af5-efe1-9485-8a1bcb3856d8-6af717ed, #w-node-b6c15362-ed00-cc9c-3f49-ec58a11bb8a9-73f976a8, #w-node-b6c15362-ed00-cc9c-3f49-ec58a11bb8a9-fd74b35b {
    order: 9999;
  }
}


