:root {
  --main-colours--theme-color: #ffb800;
  --main-colours--heading-dark: #1d1d1d;
  --main-colours--brown: #584837;
  --main-colours--white: white;
  --main-colours--button-background-dark: #131218;
  --main-colours--body-font-dark: #6d6d6d;
}

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

body {
  color: #333;
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  font-weight: 600;
  text-decoration: none;
}

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

.content-card-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.nav-card-image {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6b5843;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: var(--main-colours--theme-color);
}

.nav-dropdown-list-small {
  background-color: #0000;
}

.nav-dropdown-list-small.w--open {
  padding-top: 32px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--main-colours--theme-color);
  color: var(--main-colours--heading-dark);
  text-align: center;
  white-space: nowrap;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: var(--main-colours--brown);
  color: var(--main-colours--white);
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-links-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo {
  max-width: 220px;
}

.lottie-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-menu-button {
  border: 1px solid #ccc3a3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  overflow: hidden;
}

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

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.nav-link {
  color: #6b5843;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--main-colours--theme-color);
}

.nav-text-link-small {
  color: #6b5843;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

.nav-text-link-small:hover {
  color: #487f6a;
}

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

.nav-2-menu-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 496px;
  padding: 8px;
  display: grid;
}

.nav-brand {
  flex: none;
  padding-left: 0;
}

.nav-menu-left {
  width: 100%;
}

.hamburger-menu-animation {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation {
  background-color: #f8f7f2;
  padding: 24px 5%;
  overflow: visible;
}

.button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: var(--main-colours--brown);
  color: var(--main-colours--white);
}

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

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-2-menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.nav-dropdown {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.nav-link-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6b5843;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-card-text {
  color: #f6d551;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.header-card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 32px 64px;
  display: flex;
}

.h3-heading {
  color: #1e1e20;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.header-slider-section {
  height: 1000px;
  position: relative;
}

.divider {
  background-color: #ececee;
  width: 100%;
  height: 1px;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.header-slider {
  height: 100%;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.header-slider-card {
  color: #1e1e20;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 510px;
  text-decoration: none;
}

.hide {
  display: none;
}

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

.header-slide-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  inset: auto 5% 60px auto;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-weight-medium {
  font-weight: 500;
}

.header-card-bottom {
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 24px;
  display: flex;
}

.header-slide {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #d0011d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-flex;
}

.header-carousel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-carousel-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 690px;
  display: flex;
}

.header-carousel-title {
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 24px;
  right: 24px;
}

.header-carousel-item {
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 588px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.header-carousel-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.button-outline {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, color .2s;
  display: flex;
}

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

.button-outline:focus {
  border-color: #141414;
}

.h3-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

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

.header-carousel-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column-x-large.column-space-between {
  justify-content: space-between;
}

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

.section-large {
  padding: 120px 5%;
  position: relative;
}

.section-large.overlay {
  background-color: var(--main-colours--heading-dark);
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/slide-1_1slide-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.section-large.background-earth {
  background-color: var(--main-colours--heading-dark);
}

.section-large.background-brand, .section-large.background-secondary {
  background-color: var(--main-colours--theme-color);
}

.section-large.overflow-hidden {
  overflow: hidden;
}

.section-large.background-secondary {
  background-color: #f1efe5;
}

.paragraph-large-2 {
  color: var(--main-colours--white);
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.h1-heading {
  color: var(--main-colours--button-background-dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marck Script, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #3d3d3d;
}

.button-primary-2.is-yellow {
  background-color: var(--main-colours--theme-color);
  color: var(--main-colours--heading-dark);
}

.bold {
  font-weight: 700;
}

.content-radial {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #57483700 60%, var(--main-colours--heading-dark));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.paragraph-small {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small.colour-inverse {
  color: var(--main-colours--white);
}

.mentor-avatar {
  background-color: #ed775a;
  border-radius: 32px;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-large {
  color: #2f261d;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-large.text-color-inverse {
  color: #fff;
}

.subheading-large.text-color-brand-main {
  color: var(--main-colours--theme-color);
}

.paragraph-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular.text-color-inverse {
  color: #fff;
}

.h2-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marck Script, sans-serif;
  font-size: 70px;
  line-height: 60px;
}

.h2-heading.text-color-inverse {
  color: var(--main-colours--white);
}

.section-large-2 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large-2.background-earth {
  background-color: var(--main-colours--heading-dark);
}

.paragraph-x-large {
  color: #6b5843;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-x-large.text-color-inverse {
  color: #fff;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.content-column-small {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-accent-yellow {
  color: #f6d551;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: italic;
}

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

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-radial-image {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #2a5144;
}

.mentor-info-card {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  min-width: 240px;
  padding: 8px;
  display: flex;
  position: absolute;
  bottom: 64px;
}

.subheading-regular {
  color: #2f261d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-regular.text-weight-semibold {
  font-weight: 600;
}

.column {
  flex-flow: column;
  display: flex;
}

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

.divider-secondary {
  background-color: #ccc3a3;
  flex: none;
  width: 100%;
  height: 1px;
}

.divider-secondary.small {
  height: .5px;
}

.container-x-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-testimonial {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.section-testimonial.hidden {
  display: none;
}

.testimonial-slider {
  background-color: #fff0;
  height: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider-2 {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
}

.testimonial-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.testimonial-navigation-active {
  background-color: var(--main-colours--theme-color);
  border-radius: 8px;
  width: 100%;
  height: 2px;
}

.testimonial-slide-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dot-orange {
  background-color: var(--main-colours--theme-color);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.code-embed-2 {
  display: none;
}

.testimonial-navigation-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f9fa;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.testimonial-card:hover {
  background-color: #fff;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.divider-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.testimonial-slide {
  margin-right: 24px;
}

.h6-heading {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading.is-padded {
  margin-bottom: 20px;
}

.container-large-4 {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-navigation-inactive {
  background-color: #cfd2d6;
  border-radius: 8px;
  width: 100%;
  height: 1px;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-nav-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.subheading-regular-2 {
  color: #1e2022;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.caption-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-slider-button {
  color: #1e2022;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.testimonial-mask {
  overflow: visible;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-regular-2 {
  color: #36393f;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-avatar {
  background-color: #f3f3f5;
  border: 1px solid #cfd2d6;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--main-colours--theme-color);
}

.h5-heading {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.h5-heading.text-color-inverse {
  color: #fff;
}

.paragraph-small-2 {
  color: #454545;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-2.text-color-inverse {
  color: #fff;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #1843dc;
}

.blog-slider-nav {
  width: 100%;
  display: flex;
}

.blog-image-large {
  aspect-ratio: 3.66 / 3.64;
  border-radius: 12px 16px 12px 12px;
  max-height: 364px;
  position: relative;
  overflow: hidden;
}

.blog-mask {
  max-width: 80%;
  overflow: visible;
}

.title-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.blog-block-content {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-large-5 {
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular {
  background-color: var(--main-colours--theme-color);
  padding: 64px 3%;
  position: relative;
}

.section-regular.overflow-hidden {
  overflow: hidden;
}

.section-regular.background-gray {
  background-color: #f6f7f9;
}

.blog-slider-button {
  color: #454545;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  transition: color .3s, background-color .3s;
  display: flex;
}

.blog-slider-button:hover {
  color: #2b2b2b;
  background-color: #e7e7e7;
}

.blog-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.blog-badge {
  z-index: 2;
  color: #6d6d6d;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  padding: 4px 8px 8px 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: 0 0 auto auto;
}

.blog-author-image {
  background-color: #deac4f;
  border-radius: 12px;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.paragraph-x-small-2 {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-2.text-color-tertiary {
  color: #6d6d6d;
}

.blog-slider-nav-link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-slider-nav-link:hover {
  color: #000;
}

.blog-slider-nav-line {
  background-color: #d1d1d1;
  width: 100%;
  height: 1px;
  transition: background-color .3s;
}

.blog-slider-nav-line.active {
  background-color: var(--main-colours--heading-dark);
}

.blog-author-detail {
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.blog-slider {
  background-color: #0000;
  height: auto;
}

.blog-card-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #bf793b;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.blog-card-block.blog-olive {
  background-color: #3b413a;
}

.blog-card-block.block-gray {
  background-color: #f6f6f6;
}

.badge-outline {
  border: 1px solid var(--main-colours--heading-dark);
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.blog-card-slide {
  margin-right: 24px;
}

.max-width-large {
  width: 100%;
  max-width: 800px;
}

.button-wrapper {
  flex-flow: column;
  min-width: 180px;
  display: flex;
}

.blog-slider-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 48px;
  display: flex;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #1843dc;
}

.badge-substract {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -8px;
}

.badge-substract.bottom {
  inset: auto 0% -8px auto;
}

.blog-block-background {
  z-index: 0;
  opacity: .65;
  pointer-events: none;
  background-image: none, none;
  background-position: 0 0, 50%;
  background-size: 125px, 366px;
  position: absolute;
  inset: 0%;
}

.subheading-regular-3 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-regular-3.text-color-yellow {
  color: #eba00a;
}

.subheading-regular-3.text-color-brand {
  color: var(--main-colours--theme-color);
}

.subheading-regular-3.text-color-inverse {
  color: #fff;
}

.h1-heading-2 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.style-embed {
  display: none;
}

.paragraph-small-3 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.banner-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-cookie-script {
  display: none;
}

.banner-container {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-badge {
  color: #2f261d;
  background-color: #f0eee4;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.banner-pattern-left {
  position: absolute;
  left: -80px;
}

.banner-close {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.banner-close:hover {
  color: #ed775a;
}

.banner {
  background-color: #f8f7f2;
  justify-content: center;
  align-items: center;
  padding: 8px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner.background-brand {
  background-color: var(--main-colours--heading-dark);
  background-color: var(--main-colours--theme-color);
}

.banner-empty {
  flex: none;
  width: 24px;
}

.banner-pattern-right {
  position: absolute;
  right: -80px;
}

.banner-section {
  color: #fff;
  background-color: #000;
  padding: 10px 5%;
  position: relative;
}

.container-large-6 {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.banner-content-wide {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-badge-2 {
  background-color: #292929;
  border-radius: 8px;
  flex: none;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.75;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.banner-close-2 {
  color: #8f8f8f;
  flex: none;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.banner-close-2:hover {
  color: #fff9f5;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.cta-container-small {
  text-align: center;
  background-color: #f1efe5;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f8f7f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.paragraph-regular-4 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.h4-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.text-accent {
  color: var(--main-colours--theme-color);
  font-style: italic;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-small-4 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-4.text-color-tertiary {
  color: #6d6d6d;
}

.cta-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.cta-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  background-color: #f1efe5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
}

.paragraph-regular-5 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-5.text-color-tertiary {
  color: #6d6d6d;
}

.cta-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link-brand {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #487f6a;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.cta-02-pattern-left {
  z-index: 3;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 24%;
  max-width: 200px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-02-pattern-right {
  z-index: 3;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 24%;
  max-width: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-small-5 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-5.text-color-inverse {
  color: #fff;
}

.banner-badge-3 {
  color: #2f261d;
  background-color: #f0eee4;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.banner-close-3 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.banner-close-3:hover {
  color: #ed775a;
}

.footer-section {
  background-color: #f8f7f2;
  padding: 96px 5% 48px;
  position: relative;
}

.footer-section.background-secondary {
  background-color: #f1efe5;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 80px;
  display: grid;
}

.footer-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 288px;
  display: flex;
}

.paragraph-small-6 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-6.text-color-tertiary {
  color: #6d6d6d;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border: 1px solid #487f6a;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.footer-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #6b5843;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--main-colours--theme-color);
}

.legal-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.legal-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 392px;
  display: flex;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal-link {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  transition: color .3s;
}

.legal-link:hover {
  color: #2f261d;
}

.legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.text-color-red {
  color: #ed775a;
}

.scroll-button {
  color: #6b5843;
  background-color: #f8f7f2;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.video-title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  place-items: end stretch;
  margin-bottom: 64px;
  display: grid;
}

.paragraph-regular-6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-4.text-color-tertiary {
  color: #6d6d6d;
}

.paragraph-large-4.text-color-gray-950 {
  color: #1f1e1e;
}

.video-lightbox {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 512px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-button-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto;
}

.video-button-wrapper:hover {
  transform: scale(1.05);
}

.container-x-small {
  z-index: 2;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-regular-7 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.content-hero-image-wrapper {
  max-width: 392px;
  position: relative;
}

.content-hero-image {
  border-radius: 24px;
  overflow: hidden;
}

.content-pattern-left {
  mix-blend-mode: multiply;
  max-width: 54%;
  position: absolute;
  inset: 16px auto auto -26.5%;
}

.content-pattern-right {
  mix-blend-mode: multiply;
  max-width: 49%;
  position: absolute;
  inset: auto -25% 92px auto;
}

.container-large-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  place-items: end stretch;
  margin-bottom: 64px;
  display: grid;
}

.paragraph-regular-8 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.blog-card-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  border: .5px solid #f1efe5;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  transition: border-color .3s;
  display: flex;
}

.blog-card-light:hover {
  border-color: #ccc3a3;
}

.blog-image {
  border-radius: 16px;
  flex: none;
  width: 200px;
  overflow: hidden;
}

.blog-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  padding: 8px;
  display: flex;
}

.paragraph-small-7 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-7.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-7.text-color-gray-600 {
  color: #6d767e;
}

.press-link-block {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  text-decoration: none;
  display: flex;
}

.gallery-carousel-section {
  background-color: #f1efe5;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.gallery-title {
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-items: end stretch;
  margin-bottom: 64px;
  display: grid;
}

.paragraph-regular-9 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.max-width-x-small {
  width: 100%;
  max-width: 320px;
}

.carousel-horizontal {
  width: 100%;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-carousel-image {
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 24px;
  flex: none;
  width: 392px;
  overflow: hidden;
}

.gallery-carousel-image-small {
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 24px;
  flex: none;
  width: 285px;
  overflow: hidden;
}

.gallery-carousel-image-tall {
  border: 4px solid #fff;
  border-radius: 24px;
  flex: none;
  width: 288px;
  height: 480px;
  overflow: hidden;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-text {
  z-index: 1;
  position: relative;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.gallery-image-wrapper {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image {
  border-radius: 100px;
}

.image-2 {
  max-width: 150px;
}

.image-3 {
  max-width: 200px;
}

.cta-card-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 64px 5%;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h1-heading-3 {
  color: var(--main-colours--button-background-dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marck Script, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-highlight {
  background-color: var(--main-colours--theme-color);
  padding-left: 4px;
  padding-right: 4px;
}

.button-outline-large {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.button-outline-large:hover {
  color: #fff;
  background-color: #ff4b0e;
  border-color: #fff;
}

.contact-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.contact-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  min-width: 190px;
  text-decoration: none;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5b616e;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
  display: flex;
}

.button-link:hover {
  color: var(--main-colours--theme-color);
  text-decoration: none;
}

.form-block {
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.field-label {
  font-weight: 400;
}

.form-input {
  background-color: #f7f8f8;
  border: 1px solid #edeef1;
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 0;
  font-size: 16px;
}

.form-input.text-area {
  min-height: 160px;
}

.container-large-10 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-regular-10 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.header-6-section {
  background-color: #f0eee4;
  padding: 96px 5%;
  overflow: hidden;
}

.header-grid-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.header-content-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
  display: flex;
}

.h1-heading-4 {
  color: var(--main-colours--button-background-dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marck Script, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
}

.header-form-block {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-6-form-field {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px #000;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
}

.header-6-form-field:focus {
  border-style: solid;
  border-color: #ccc3a3;
}

.header-6-form-field::placeholder {
  color: #6b5843;
}

.avatar-regular {
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.paragraph-regular-11 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-11.text-weight-medium {
  font-weight: 500;
}

.header-graphic {
  position: relative;
}

.header-image {
  z-index: 1;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header-illustration {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto -25% 20% auto;
}

.header-illustration.left {
  color: #847adc;
  inset: auto auto 5% -15%;
}

.header-card {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e1dbc7;
  border-radius: 16px;
  flex-flow: column;
  max-width: 290px;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto -10% 10% auto;
  box-shadow: 0 4px 12px #00000008;
}

.header-card.left {
  max-width: 250px;
  inset: 40% auto auto -10%;
}

.header-card-accent {
  color: #f6d551;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: -16px -16px auto auto;
}

.h1-heading-5 {
  color: var(--main-colours--button-background-dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marck Script, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-small {
  width: 100%;
  max-width: 420px;
}

.paragraph-regular-12 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.contact-form-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
}

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.text-color-accent {
  color: #d74747;
}

.text-field {
  color: #000;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s;
}

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

.text-field:focus {
  border-color: #53a297;
}

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

.text-field.text-area {
  min-height: 160px;
}

.contact-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.contact-card-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-icon-wrapper {
  color: #4780d7;
  background-color: #eef3fb;
  border-radius: 100%;
  padding: 16px;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.contact-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  display: flex;
}

.vertical-divider {
  background-color: #cbd0c8;
  width: 1px;
  height: 16px;
}

.footer-social-link {
  color: #646e5e;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #45877e;
}

.contact-file-upload {
  color: #3c4238;
  text-align: center;
  background-color: #f7f6f2;
  border: 1px dashed #cbd0c8;
  border-radius: 8px;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .3s;
}

.contact-file-upload:hover {
  border-color: #45877e;
}

.success-message {
  color: #2a514c;
  background-color: #cbd0c8;
  border-radius: 8px;
  margin-bottom: 0;
}

.error-message {
  background-color: #fbeeee;
  border-radius: 12px;
  padding: 16px;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
  overflow: hidden;
}

.container-large-11 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.contact-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 384px;
  display: flex;
}

.h1-heading-6 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

.brand-review-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-review-divider {
  background-color: #eaedf0;
  width: 2px;
  height: 18px;
}

.div-block-5 {
  display: flex;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-card-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  max-width: 486px;
  padding: 48px;
  display: flex;
}

.paragraph-regular-13 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.form-block-large {
  margin-bottom: 0;
}

.form-grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.form-field-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.account-link {
  color: #e56161;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8px;
  text-decoration: none;
}

.form-text-field {
  letter-spacing: -.02em;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.form-text-field:focus {
  border-color: #6173e5;
}

.form-text-field::placeholder {
  color: #adb5bd;
}

.account-form-button {
  flex-direction: column;
  display: flex;
}

.button-dark-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #000;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-dark-large:hover {
  background-color: #353b41;
}

.account-sign-wrapper {
  text-align: center;
  margin-top: 12px;
}

.text-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.gradient-block-regular {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 238px;
  display: flex;
  position: absolute;
}

.gradient-blue-small {
  filter: blur(130px);
  background-color: #6173e5;
  border-radius: 1000px;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gradient-pink-small {
  filter: blur(50px);
  background-color: #e56161;
  border-radius: 100px;
  width: 73px;
  height: 73px;
  position: absolute;
  inset: auto 0% auto auto;
}

.gradient-yellow-small {
  filter: blur(70px);
  background-color: #e5cb61;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-regular-14 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-gray-50 {
  background-color: #f6f5f3;
}

.container-large-12 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.title-center-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--main-colours--theme-color);
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.testimonial-wrapper {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.badge {
  color: #ff443d;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff7f5;
  border: 1px solid #ffeae6;
  border-radius: 96px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.badge.purple {
  color: #9375ff;
  background-color: #fcfaff;
  border-color: #f2ebff;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-weight-medium {
  font-weight: 500;
}

.testimonial-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.column-tiny {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-page {
  background-color: #f1efe5;
  padding: 128px 5%;
  position: relative;
  overflow: hidden;
}

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

._404-svg-group {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

._404-text-illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-plant-group {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  display: flex;
  position: absolute;
  inset: auto auto 10% 10%;
}

._404-illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-illustration.small {
  height: .5px;
}

._404-star-illustration {
  position: absolute;
  inset: 0% 35% auto auto;
}

._404-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-background-strokes {
  width: 60vw;
  position: absolute;
  inset: auto -25% -50vh auto;
}

._404-background-strokes.left {
  color: #847adc;
  inset: auto auto 5% -15%;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list-small.w--open {
    padding-top: 0;
    position: static;
  }

  .nav-links-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 8px;
  }

  .nav-link {
    width: 100%;
  }

  .nav-2-menu-card {
    min-width: auto;
  }

  .nav-menu-left {
    background-color: #0000;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .section-large-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .column-large.hide-tablet {
    display: none;
  }

  .section-testimonial {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .blog-image-large {
    aspect-ratio: auto;
  }

  .blog-card-large {
    grid-template-columns: 1fr;
  }

  .banner-content {
    flex-flow: wrap;
  }

  .cta-container-small {
    flex-flow: column;
  }

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

  .legal-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legal-column {
    max-width: none;
  }

  .video-title-grid, .title-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1.25fr;
    margin-bottom: 48px;
  }

  .gallery-title-grid {
    grid-template-columns: 1.25fr;
  }

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

  .grid-three-column, .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .header-6-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .header-graphic {
    max-width: none;
    max-height: 450px;
  }

  .header-illustration {
    top: -25%;
    bottom: auto;
    right: -3%;
  }

  .header-illustration.left {
    top: -10%;
    bottom: auto;
    left: -3%;
  }

  .header-card {
    right: -3%;
  }

  .header-card.left {
    top: 25%;
    left: -3%;
  }

  .section-x-large {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .button-dark-large {
    display: flex;
  }

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

  ._404-background-strokes {
    bottom: -10vh;
  }

  ._404-background-strokes.left {
    top: -10%;
    bottom: auto;
    left: -3%;
  }
}

@media screen and (max-width: 767px) {
  .nav-card-image {
    max-height: 250px;
  }

  .nav-2-menu-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-2-menu-links {
    padding: 0 4px;
  }

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

  .header-carousel-item {
    max-width: 420px;
  }

  .header-carousel-wrapper {
    margin-top: 96px;
  }

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

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 60px;
  }

  .h2-heading {
    font-size: 48px;
  }

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

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

  .h1-heading-2 {
    font-size: 56px;
  }

  .banner-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-pattern-left, .banner-empty, .banner-pattern-right {
    display: none;
  }

  .cta-left {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .cta-container {
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

  .video-title-grid {
    margin-bottom: 32px;
  }

  .video-lightbox {
    height: 320px;
  }

  .title-grid {
    margin-bottom: 32px;
  }

  .blog-card-light {
    flex-flow: column;
  }

  .blog-image {
    width: 100%;
    height: 320px;
  }

  .blog-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .gallery-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .h1-heading-3, .h1-heading-4, .h1-heading-5 {
    font-size: 60px;
  }

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

  .contact-content {
    max-width: none;
  }

  .h1-heading-6 {
    font-size: 48px;
  }

  .contact-card {
    padding: 24px;
  }

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

@media screen and (max-width: 479px) {
  .content-card-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-buttons {
    display: none;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-outline, .button-primary-2 {
    width: 100%;
  }

  .mentor-info-card {
    bottom: 32px;
  }

  .button-primary-3 {
    width: 100%;
  }

  .blog-mask {
    max-width: none;
  }

  .blog-card-large {
    padding: 16px;
  }

  .button-wrapper {
    width: 100%;
  }

  .blog-slider-actions {
    flex-flow: column;
    margin-top: 24px;
  }

  .button-primary-large-2 {
    width: 100%;
  }

  .cta-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-container {
    padding: 48px 24px;
  }

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

  .scroll-button {
    margin-left: auto;
  }

  .content-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-hero-image-wrapper {
    max-width: none;
  }

  .gallery-carousel-image {
    width: 320px;
  }

  .gallery-carousel-image-small {
    width: 260px;
  }

  .gallery-carousel-image-tall {
    height: 400px;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .header-image {
    border-radius: 24px;
  }

  .header-card {
    display: none;
  }

  .contact-form-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .button-dark-large {
    width: 100%;
  }

  ._404-star-illustration {
    right: 15%;
  }
}

#w-node-_7bee94c0-cf90-96b8-cbb7-9d2e8a5c0ec5-d11a7007 {
  place-self: center;
}

#w-node-b8115ac0-4a0e-676d-ec24-c63bf1c5df61-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f6-45945e6a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8c233ef6-85e6-83fe-0fc8-c7d3c3cead4b-45945e6a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0841ff7b-93ec-c978-f537-8715801437cc-45945e6a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f4-45945e6a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_05ec986e-083c-608c-17b9-1121ef85474c-45945e6a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f8-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fa-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fc-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fe-45945e6a, #w-node-_1ebebfb8-b7c8-1906-72a9-39e4cb01702a-45945e6a, #w-node-_2165c381-eff6-aaa7-6785-553cdd88d167-45945e6a, #w-node-aa7bda6c-2428-0e75-17a5-6d4144906784-45945e6a, #w-node-_07c2a77d-e0f6-826d-3606-83d8effb4e3f-45945e6a, #w-node-_66d7ccdc-0704-3604-1cf6-29764a327e35-45945e6a, #w-node-_766898f9-db02-d320-2829-b070f70c3db6-45945e6a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cf83a884-073c-64ac-5e63-e0804c69f61c-18955e6c, #w-node-_3f6a31cb-c1af-ad36-2795-37d6acae0ff2-18955e6c, #w-node-_3f6a31cb-c1af-ad36-2795-37d6acae1006-18955e6c {
  place-self: center;
}

#w-node-_3f6a31cb-c1af-ad36-2795-37d6acae101c-18955e6c, #w-node-_3f6a31cb-c1af-ad36-2795-37d6acae1022-18955e6c, #w-node-_3f6a31cb-c1af-ad36-2795-37d6acae1028-18955e6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96c1f348-3ed5-b42b-f627-c91f3b625352-30e63e3d {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d13cdda5-92df-f017-3454-00795fecf138-99a3878d, #w-node-d13cdda5-92df-f017-3454-00795fecf155-99a3878d, #w-node-d13cdda5-92df-f017-3454-00795fecf172-99a3878d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8115ac0-4a0e-676d-ec24-c63bf1c5df61-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f6-45945e6a, #w-node-_8c233ef6-85e6-83fe-0fc8-c7d3c3cead4b-45945e6a, #w-node-_0841ff7b-93ec-c978-f537-8715801437cc-45945e6a {
    grid-column: span 2 / span 2;
  }

  #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f4-45945e6a {
    grid-column: span 4 / span 4;
  }

  #w-node-_05ec986e-083c-608c-17b9-1121ef85474c-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f8-45945e6a {
    grid-column: span 2 / span 2;
  }

  #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fa-45945e6a {
    grid-column: span 4 / span 4;
  }

  #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fc-45945e6a {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fe-45945e6a, #w-node-_1ebebfb8-b7c8-1906-72a9-39e4cb01702a-45945e6a, #w-node-_2165c381-eff6-aaa7-6785-553cdd88d167-45945e6a, #w-node-aa7bda6c-2428-0e75-17a5-6d4144906784-45945e6a, #w-node-_07c2a77d-e0f6-826d-3606-83d8effb4e3f-45945e6a, #w-node-_66d7ccdc-0704-3604-1cf6-29764a327e35-45945e6a, #w-node-_766898f9-db02-d320-2829-b070f70c3db6-45945e6a {
    grid-column: span 4 / span 4;
  }

  #w-node-b5813a18-6d26-1816-b439-12c817cac1ee-18955e6c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8115ac0-4a0e-676d-ec24-c63bf1c5df61-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f6-45945e6a, #w-node-_8c233ef6-85e6-83fe-0fc8-c7d3c3cead4b-45945e6a, #w-node-_0841ff7b-93ec-c978-f537-8715801437cc-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f4-45945e6a, #w-node-_05ec986e-083c-608c-17b9-1121ef85474c-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265f8-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fa-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fc-45945e6a, #w-node-_2b1e9ba7-2b81-8114-b5c7-6d9f544265fe-45945e6a, #w-node-_1ebebfb8-b7c8-1906-72a9-39e4cb01702a-45945e6a, #w-node-_2165c381-eff6-aaa7-6785-553cdd88d167-45945e6a, #w-node-aa7bda6c-2428-0e75-17a5-6d4144906784-45945e6a, #w-node-_07c2a77d-e0f6-826d-3606-83d8effb4e3f-45945e6a, #w-node-_66d7ccdc-0704-3604-1cf6-29764a327e35-45945e6a, #w-node-_766898f9-db02-d320-2829-b070f70c3db6-45945e6a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6272439a-2894-c4dd-9424-e988ee6495df-d11a7007, #w-node-_6272439a-2894-c4dd-9424-e988ee6495fd-d11a7007, #w-node-_6272439a-2894-c4dd-9424-e988ee64961b-d11a7007, #w-node-adb68e66-0643-e414-9eb7-a0857c7eab77-d11a7007, #w-node-_3f6a31cb-c1af-ad36-2795-37d6acae101c-18955e6c, #w-node-_3f6a31cb-c1af-ad36-2795-37d6acae1022-18955e6c, #w-node-_3f6a31cb-c1af-ad36-2795-37d6acae1028-18955e6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


