:root {
  --_colours---cream: #e8e6e0;
  --_colours---green: #94937f;
  --_colours---orange: #c0a483;
  --_colours---brown: #69605e;
  --_colours---bluw: #a4b6c1;
  --gainsboro: #e1dfd7;
  --dark-slate-blue: #2f405e;
  --white-smoke: #f3f3f3;
  --tan: #a39065;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: var(--_colours---cream);
  flex: 0 auto;
  margin-left: 18px;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

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

.text-weight-normal {
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-family: montserrat, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: montserrat, sans-serif;
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-family: montserrat, sans-serif;
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-family: montserrat, sans-serif;
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: montserrat, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: montserrat, sans-serif;
}

.text-weight-bold {
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-family: montserrat, sans-serif;
  font-size: .875rem;
}

.heading-style-h4 {
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
  font-family: montserrat, sans-serif;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-family: montserrat, sans-serif;
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  color: var(--_colours---cream);
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  font-family: montserrat, sans-serif;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--_colours---cream);
  color: var(--_colours---green);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 400;
  transition: all .4s;
}

.button:hover {
  color: var(--_colours---green);
  background-color: #d1cec4;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
  border-bottom-color: #000;
  border-radius: 0;
  padding: .35rem 0;
}

.button.is-text.green {
  border-style: none none solid;
  border-color: var(--_colours---green);
  color: var(--_colours---green);
  margin-left: 36px;
  padding-top: .65rem;
  padding-bottom: .65rem;
  transition-property: none;
}

.button.is-text.green:hover {
  border-bottom-style: none;
  margin-bottom: 2px;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.hero {
  margin-top: 59px;
}

.button.nav {
  margin-left: 27px;
}

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

.button.nav.hide {
  display: inline-block;
}

.button.orange {
  background-color: var(--_colours---orange);
  color: var(--_colours---cream);
  transition: all .4s;
}

.button.orange:hover {
  background-color: #a88d6d;
}

.button.orange.contact {
  order: 1;
  align-self: flex-end;
  width: 100%;
  margin-top: 38px;
  padding-top: .95rem;
  padding-bottom: .95rem;
  font-size: 1.2rem;
}

.button.margin-top {
  margin-top: 45px;
}

.button.margin-top.w--current {
  margin-top: 35px;
}

.button.margin-top.hide {
  display: block;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-family: montserrat, sans-serif;
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.body {
  font-family: lato, sans-serif;
  overflow: visible;
}

.navbar {
  background-color: #0000;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  width: 100%;
  max-width: 1170px;
}

.heading {
  color: var(--_colours---cream);
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 5.8rem;
  font-weight: 300;
}

.heading.green {
  color: var(--_colours---green);
  width: 50%;
  margin-bottom: .7rem;
  font-size: 4rem;
}

.heading.green.contact {
  text-align: center;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: garamond-premier-pro-display, sans-serif;
  font-weight: 300;
}

.paragraph {
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

.paragraph.feature {
  color: var(--_colours---cream);
}

.paragraph.contact {
  color: var(--_colours---brown);
  text-align: center;
  text-decoration: none;
}

.paragraph.contact.text-weight-bold {
  text-align: left;
  font-weight: 700;
}

.paragraph.contact.address {
  text-align: left;
}

.paragraph.margin-top {
  margin-top: 8px;
}

.paragraph.white {
  color: var(--_colours---cream);
}

.link {
  font-family: lato, sans-serif;
}

.block-quote {
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

.list {
  font-family: montserrat, sans-serif;
}

.list-2 {
  font-family: lato, sans-serif;
}

.logo {
  float: left;
  width: 81px;
  height: 81px;
  padding-top: 9px;
  padding-left: 14px;
}

.text {
  float: left;
  border-left: 2px solid #0a2d9e;
  border-radius: 0;
  width: 50%;
  padding-left: 24px;
}

.image-home {
  justify-content: center;
  align-items: center;
  margin-top: 1.8rem;
  display: flex;
  overflow: hidden;
}

.links {
  font-size: 13px;
}

.text-block {
  color: #0a2d9e;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
}

.text-block-2 {
  color: #0a2d9e;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

.navbar-logo-left {
  width: 100%;
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--_colours---cream);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  border-bottom: 1px solid var(--_colours---cream);
  color: var(--_colours---cream);
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--_colours---cream);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  background-color: var(--_colours---cream);
  color: var(--_colours---green);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 71px;
  margin-left: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-left {
  z-index: 0;
  background-image: url('../images/header_bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 125% 140%;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin-top: 0;
  margin-bottom: -5rem;
  padding: 80px 30px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper-home {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.hero-split-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.services-home {
  z-index: 0;
  background-image: url('../images/footer-rough.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125% 100%;
  border: 1px #000;
  height: auto;
  margin-bottom: -93px;
  padding: 152px 30px 138px;
  position: relative;
}

.wrapper-list-education {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 58px;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  max-width: 46%;
  display: flex;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 0;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: auto;
  height: 70px;
}

.footer-dark {
  z-index: 10;
  background-image: url('../images/footer-rough.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 125% 125%;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -12rem;
  padding: 100px 30px 85px;
  position: relative;
  bottom: -71px;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: var(--_colours---cream);
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.footer-link {
  color: var(--_colours---cream);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

.footer-divider {
  background-color: var(--_colours---cream);
  width: 100%;
  max-width: 1140px;
  height: 1px;
  margin: 70px auto 15px;
}

.footer-copyright-center {
  color: var(--_colours---cream);
  text-align: center;
  max-width: 1140px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 16px;
}

.img-block {
  height: 600px;
  max-height: 600px;
}

.img-block.smile {
  z-index: -10;
  background-image: url('../images/bryyn-beach-sweater-sitting-wide.webp');
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125%;
  height: 75vh;
  max-height: 75vh;
  position: relative;
}

.img-block.couple {
  z-index: -3;
  background-color: var(--_colours---cream);
  background-image: url('../images/Healthy-Family-Picture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125%;
  height: 75vh;
  max-height: 75vh;
  position: relative;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: montserrat, sans-serif;
}

.heading-7 {
  color: var(--_colours---cream);
  font-family: garamond-premier-pro-display, sans-serif;
  font-weight: 300;
}

.text-span, .text-span-2 {
  font-style: italic;
}

.header-image {
  background-image: url('../images/logo-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1260px;
  height: 95%;
  margin-top: 134px;
  position: absolute;
  inset: 0% 0% auto 43.6vw;
}

.about-home {
  z-index: 1;
  background-image: url('../images/section_bg-lt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125% 80%;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 850px;
  margin-top: -8.3rem;
  margin-bottom: -150px;
  padding: 0 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-image {
  z-index: 10;
  transform-style: preserve-3d;
  background-image: url('../images/olive-branch.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 880px;
  height: 1230px;
  margin-top: 68px;
  position: absolute;
  inset: -24% auto auto 42%;
}

.text-span-3 {
  font-style: italic;
}

.subheading {
  color: var(--_colours---green);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.subheading.cream {
  color: var(--_colours---cream);
}

.subheading.feature {
  color: var(--_colours---cream);
  margin-bottom: 2.7rem;
  font-size: 1.3rem;
}

.margin-bottom-50px {
  color: var(--_colours---brown);
  margin-bottom: 50px;
}

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

.flex-left.margin-bottom-50px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 540px;
  display: flex;
}

.profile-pic {
  background-image: linear-gradient(80deg, var(--_colours---green), var(--_colours---bluw));
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin-right: 27px;
  display: flex;
}

.profile {
  background-color: var(--_colours---cream);
  background-image: url('../images/brynn-profile.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 115px;
  height: 115px;
}

.wrapper-about-home {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
  overflow: visible;
}

.about-split-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.wrapper-services-home {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.header-wrapper-services-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.services-icons {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.faqs-home {
  z-index: 1;
  background-image: url('../images/section_bg-lt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125% 100%;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -13.3rem;
  margin-bottom: 50px;
  padding: 292px 30px 132px;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrapper-feature-home {
  z-index: 5;
  text-align: center;
  background-image: url('../images/feature-blk-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 320px;
  margin-top: -232px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
  display: flex;
  position: relative;
}

.italic-text {
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
}

.wrapper-contact-home {
  border: 1px solid var(--_colours---green);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-top: 78px;
  padding: 41px;
  display: flex;
}

.text-span-4 {
  font-style: italic;
}

.image-2 {
  position: absolute;
}

.code-embed {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.map-wrapper-home {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 19px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.address-wrapper {
  background-color: var(--_colours---cream);
  opacity: .8;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 300px;
  margin-top: 50px;
  margin-left: 51px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.feature-home {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.header {
  z-index: 6;
  position: relative;
}

.main {
  overflow: hidden;
}

.faq-question {
  color: var(--_colours---green);
  letter-spacing: 0;
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 27px;
  font-family: montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.faq-answer {
  color: var(--_colours---green);
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 54px;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle {
  width: 100%;
}

.faq-item {
  border-top: 1px solid var(--_colours---green);
  border-bottom: 1px solid var(--_colours---green);
  color: #fff;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.faq-item.wi-mobile, .faq-item.hr-mgmt-mobile {
  display: none;
}

.icon-3 {
  float: right;
  color: var(--_colours---green);
  font-size: 1.5rem;
  position: static;
  transform: rotate(-90deg);
}

.wrapper-faq-home {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
  overflow: visible;
}

.faq-split-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 42px;
  display: flex;
}

.faq-block {
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-about-left {
  background-image: url('../images/bryn-beach-sweater.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 46%;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 40px 4px #0003;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-about {
  color: var(--_colours---cream);
  margin-bottom: 1.7rem;
  padding-right: 72px;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-about.green {
  color: var(--_colours---green);
  margin-bottom: .7rem;
  font-size: 4rem;
}

.heading-about.green.contact {
  text-align: center;
}

.text-span-5 {
  font-style: italic;
}

.about-copy {
  z-index: 1;
  background-image: url('../images/section_bg-lt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125% 80%;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 850px;
  margin-top: -9rem;
  margin-bottom: -150px;
  padding: 0 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-faq {
  color: var(--_colours---cream);
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 5.8rem;
  font-weight: 300;
}

.heading-faq.green {
  color: var(--_colours---green);
  margin-bottom: .7rem;
  font-size: 4rem;
}

.heading-faq.green.contact {
  text-align: center;
}

.heading-services {
  color: var(--_colours---cream);
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.about {
  z-index: 1;
  background-color: var(--_colours---cream);
  background-image: linear-gradient(0deg, #e8e6e000, var(--_colours---cream)), url('../images/mountains-comox.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  margin-top: -3rem;
  margin-bottom: -50px;
  padding: 0 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-heading-about {
  z-index: 0;
  background-image: url('../images/header_bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 125% 140%;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 0;
  margin-bottom: -3rem;
  padding: 80px 30px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-about {
  color: var(--_colours---brown);
  font-family: montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-about.feature {
  color: var(--_colours---cream);
}

.paragraph-about.contact {
  color: var(--_colours---brown);
  text-align: center;
  text-decoration: none;
}

.paragraph-about.contact.text-weight-bold {
  text-align: left;
  font-weight: 700;
}

.paragraph-about.contact.address {
  text-align: left;
}

.paragraph-about.margin-top {
  margin-top: 8px;
}

.paragraph-about.white {
  color: var(--_colours---cream);
}

.paragraph-main {
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-main.feature {
  color: var(--_colours---cream);
}

.paragraph-main.contact {
  color: var(--_colours---brown);
  text-align: center;
  text-decoration: none;
}

.paragraph-main.contact.text-weight-bold {
  text-align: left;
  font-weight: 700;
}

.paragraph-main.contact.address {
  text-align: left;
}

.paragraph-main.margin-top {
  margin-top: 8px;
}

.paragraph-main.white {
  color: var(--_colours---cream);
  font-size: 1.1rem;
  line-height: 1.6;
}

.text-span-6 {
  font-style: italic;
}

.image-section-about {
  margin-top: .5rem;
  margin-bottom: -3.8rem;
}

.sub-education-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.features-block {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 16px;
  padding-right: 0;
  display: flex;
}

.wrapper-features-home {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: 59px;
  margin-bottom: 38px;
  margin-left: 58px;
  display: flex;
}

.wrapper-badge-about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  margin-top: 73px;
  display: flex;
}

.badge.round {
  background-image: url('../images/Cand-Logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.paragraph-2 {
  padding-bottom: 0;
}

.subheading-about {
  color: var(--_colours---cream);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.subheading-about.cream {
  color: var(--_colours---cream);
  margin-bottom: 0;
}

.subheading-about.feature {
  color: var(--_colours---cream);
  margin-bottom: 2.7rem;
  font-size: 1.3rem;
}

.education {
  z-index: 2;
  background-image: url('../images/footer-rough.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500% 100%;
  border: 1px #000;
  height: auto;
  margin-bottom: 78px;
  padding: 152px 30px 106px;
  position: relative;
}

.hero-wrapper-about {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 700px;
  display: flex;
}

.wrapper-about {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
  overflow: visible;
}

.split-about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-education {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-list-header-education, .services-header-wrapper-home-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.header-about {
  z-index: 6;
  position: relative;
}

.wrapper-badge.badge-round {
  background-image: url('../images/Cand-Logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.wrapper-badge.round {
  width: 200px;
}

.badge-copy.round {
  background-image: url('../images/Cand-Logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.wrapper-list-columns-education {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-split-about-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.wrapper-services {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper-services {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.wrapper-features-services {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: 59px;
  margin-bottom: 38px;
  margin-left: 0;
  display: flex;
}

.features-block-services {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 0;
  display: flex;
}

.hero-heading-services {
  z-index: 0;
  background-image: url('../images/header_bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 125% 140%;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: -4.4rem;
  padding: 307px 30px 168px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services {
  z-index: 1;
  background-color: var(--_colours---cream);
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: url('../images/Naturopath-Picture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125%;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 740px;
  margin-top: -3rem;
  margin-bottom: -50px;
  padding: 0 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrapper-about-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
  overflow: visible;
}

.split-services {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-services {
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-services.feature {
  color: var(--_colours---cream);
}

.paragraph-services.contact {
  color: var(--_colours---brown);
  text-align: center;
  text-decoration: none;
}

.paragraph-services.contact.text-weight-bold {
  text-align: left;
  font-weight: 700;
}

.paragraph-services.contact.address {
  text-align: left;
}

.paragraph-services.margin-top {
  margin-top: 8px;
}

.paragraph-services.white {
  color: var(--_colours---cream);
  margin-top: 40px;
  margin-left: 80px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.list-services {
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

.list-services.feature {
  color: var(--_colours---cream);
}

.list-services.contact {
  color: var(--_colours---brown);
  text-align: center;
  text-decoration: none;
}

.list-services.contact.text-weight-bold {
  text-align: left;
  font-weight: 700;
}

.list-services.contact.address {
  text-align: left;
}

.list-services.margin-top {
  margin-top: 8px;
}

.list-services.white {
  color: var(--_colours---cream);
  margin-top: 24px;
  margin-left: 80px;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3 {
    margin-left: 19px;
    font-size: 1.8rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    padding-right: 241px;
  }

  .button.nav {
    background-color: var(--_colours---green);
    color: var(--_colours---cream);
    -webkit-text-stroke-color: var(--_colours---cream);
    margin-left: 17px;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .heading {
    font-size: 4.7rem;
  }

  .heading.green {
    text-align: left;
    width: 80%;
    padding-right: 41px;
    line-height: .9;
  }

  .heading.green.contact {
    text-align: center;
    padding-left: 81px;
    padding-right: 81px;
  }

  .paragraph.contact {
    text-align: center;
    padding-left: 69px;
    padding-right: 69px;
  }

  .paragraph.contact.margin-top.phone, .paragraph.contact.margin-top.email {
    margin-top: 4px;
  }

  .paragraph.contact.address {
    text-align: center;
  }

  .image-home {
    margin-bottom: -9.7rem;
  }

  .navbar-logo-left {
    z-index: 10;
    position: static;
  }

  .navbar-logo-left-container.shadow-three {
    position: static;
  }

  .container-2 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .navbar-wrapper {
    position: static;
    inset: auto 0% 0%;
  }

  .navbar-brand {
    position: static;
  }

  .nav-menu-wrapper {
    z-index: 20;
    background-color: #0000;
    width: 100%;
    height: 73.5938px;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav-menu-two {
    background-color: var(--_colours---cream);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 24px 14px;
    display: flex;
    box-shadow: 0 2px 16px 1px #0003;
  }

  .nav-link {
    color: var(--_colours---green);
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    flex: 0 auto;
  }

  .menu-button {
    padding: 12px;
    display: none;
    overflow: visible;
  }

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

  .hero-heading-left {
    z-index: -5;
    height: 70vh;
    margin-top: -140px;
  }

  .hero-wrapper-home {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom: -40px;
  }

  .hero-split-home {
    flex-flow: column;
    width: 60%;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 1rem;
    position: absolute;
  }

  .services-home {
    background-size: 300vw 100%;
    margin-bottom: -76px;
  }

  .wrapper-list-education {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    place-content: stretch flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .features-block-two {
    flex-flow: row;
    flex: auto;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .features-image {
    height: 69px;
  }

  .footer-dark {
    background-size: 340%;
    margin-top: -214px;
    padding-top: 40px;
    padding-bottom: 119px;
  }

  .footer-wrapper {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-left: 30px;
  }

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

  .img-block.smile {
    background-position: 72% 0;
    background-repeat: no-repeat;
    background-size: auto 125%;
    height: 70vh;
    max-height: 70vh;
  }

  .img-block.couple {
    background-position: 70%;
    background-size: auto 150%;
    height: 50vh;
    max-height: 50vh;
  }

  .header-image {
    height: 790px;
    margin-top: -174px;
    top: 34%;
    left: 28%;
  }

  .about-home {
    background-size: 125% 67%;
    height: 990px;
    margin-top: -197px;
    margin-bottom: -212px;
  }

  .about-image {
    position: absolute;
    inset: -9% auto auto 47%;
  }

  .wrapper-about-home {
    margin-top: 38px;
  }

  .about-split-home {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper-services-home {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2, .header-wrapper-services-home {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .services-icons {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .faqs-home {
    padding-top: 177px;
  }

  .wrapper-feature-home {
    height: 250px;
    margin-top: -66px;
  }

  .address-wrapper {
    align-items: center;
    width: 80%;
    height: 150px;
    margin-left: 0;
    inset: auto auto 8%;
  }

  .icon, .faq-item.wi-mobile, .faq-item.hr-mgmt-mobile {
    display: none;
  }

  .wrapper-faq-home {
    margin-top: 38px;
  }

  .faq-split-home {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-about-left {
    background-image: url('../images/bryn-beach-sweater.webp');
    background-position: 50%;
    background-size: cover;
    width: 40%;
    max-width: 40%;
    height: 80%;
    margin-bottom: 40px;
    margin-right: 29px;
  }

  .heading-about {
    padding-right: 0;
    font-size: 3.9rem;
  }

  .heading-about.green {
    text-align: left;
    padding-right: 41px;
    line-height: .9;
  }

  .heading-about.green.contact {
    text-align: center;
    padding-left: 81px;
    padding-right: 81px;
  }

  .about-copy {
    background-size: 125% 67%;
    height: 990px;
    margin-top: -197px;
    margin-bottom: -212px;
  }

  .heading-faq {
    font-size: 4.7rem;
  }

  .heading-faq.green {
    text-align: left;
    width: 80%;
    padding-right: 41px;
    line-height: .9;
  }

  .heading-faq.green.contact {
    text-align: center;
    padding-left: 81px;
    padding-right: 81px;
  }

  .heading-services {
    padding-right: 241px;
  }

  .about {
    height: 760px;
    margin-top: 7px;
    margin-bottom: -20px;
  }

  .hero-heading-about {
    z-index: -5;
    height: 60vh;
    margin-top: -140px;
  }

  .paragraph-about {
    font-size: 1rem;
    line-height: 1.5;
  }

  .paragraph-about.contact {
    text-align: center;
    padding-left: 69px;
    padding-right: 69px;
  }

  .paragraph-about.contact.margin-top.phone, .paragraph-about.contact.margin-top.email {
    margin-top: 4px;
  }

  .paragraph-about.contact.address {
    text-align: center;
  }

  .paragraph-about.white {
    margin-top: 1px;
  }

  .paragraph-main.contact {
    text-align: center;
    padding-left: 69px;
    padding-right: 69px;
  }

  .paragraph-main.contact.margin-top.phone, .paragraph-main.contact.margin-top.email {
    margin-top: 4px;
  }

  .paragraph-main.contact.address {
    text-align: center;
  }

  .image-section-about {
    margin-bottom: -9.7rem;
  }

  .features-block {
    flex-flow: row;
    flex: auto;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    padding-right: 0;
    display: flex;
  }

  .wrapper-features-home {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 19px;
    margin-left: 0;
  }

  .education {
    margin-bottom: 28px;
    padding-top: 99px;
    padding-bottom: 176px;
  }

  .hero-wrapper-about {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 480px;
    margin-bottom: -40px;
  }

  .wrapper-about {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .split-about {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .wrapper-education {
    max-width: 1140px;
  }

  .wrapper-list-header-education {
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .services-header-wrapper-home-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper-badge.badge-round {
    background-size: 119px;
    width: 0;
    min-width: 100px;
    max-width: 150px;
    height: 0;
    min-height: 100px;
    max-height: 150px;
  }

  .wrapper-badge.round {
    width: 20%;
  }

  .wrapper-list-columns-education {
    flex-flow: row;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .hero-split-about-right {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .wrapper-services {
    max-width: 728px;
  }

  .header-wrapper-services {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper-features-services {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    place-content: stretch flex-start;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 19px;
    margin-left: 0;
  }

  .features-block-services {
    flex-flow: column;
    flex: auto;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0;
    display: flex;
  }

  .hero-heading-services {
    z-index: -5;
    background-size: 250% 120%;
    height: auto;
    margin-top: -140px;
    padding-top: 250px;
  }

  .services {
    height: 570px;
    margin-top: -65px;
    margin-bottom: -20px;
  }

  .wrapper-about-copy {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .split-services {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .paragraph-services.contact {
    text-align: center;
    padding-left: 69px;
    padding-right: 69px;
  }

  .paragraph-services.contact.margin-top.phone, .paragraph-services.contact.margin-top.email {
    margin-top: 4px;
  }

  .paragraph-services.contact.address {
    text-align: center;
  }

  .paragraph-services.white {
    margin-top: 21px;
    margin-left: 55px;
  }

  .list-services.contact {
    text-align: center;
    padding-left: 69px;
    padding-right: 69px;
  }

  .list-services.contact.margin-top.phone, .list-services.contact.margin-top.email {
    margin-top: 4px;
  }

  .list-services.contact.address {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    flex: 0 auto;
    margin-left: 0;
    font-size: 1.5rem;
  }

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

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-text.green {
    margin-left: 20px;
  }

  .button.hero {
    margin-top: 29px;
  }

  .button.nav {
    border-radius: 50px;
    margin-left: 10px;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .button.nav:hover {
    background-color: #7e7d6f;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .heading {
    font-size: 4rem;
    line-height: 1;
  }

  .heading.green {
    width: 80%;
    padding-right: 63px;
    font-size: 2.4rem;
    line-height: 1;
  }

  .heading.green.contact, .paragraph.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.contact.address {
    font-size: .9rem;
  }

  .image-home {
    min-height: 500px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 10;
    position: relative;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: 66px;
  }

  .nav-menu-two {
    flex-flow: row;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link {
    margin-top: 11px;
    margin-left: 4px;
    margin-right: 4px;
    padding: .75rem 8px;
    display: inline-block;
  }

  .nav-link:hover {
    background-color: var(--_colours---green);
    border-radius: 8px;
    padding: .75rem 8px;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    height: 70vh;
    min-height: 500px;
    padding: 95px 30px 60px;
  }

  .hero-split-home {
    width: 60%;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .services-home {
    height: 712px;
    margin-bottom: -61px;
    padding: 97px 30px;
  }

  .wrapper-list-education {
    margin-left: 20px;
  }

  .features-left {
    width: 50%;
    padding-left: 0;
  }

  .features-right {
    width: 50%;
  }

  .features-block-two {
    margin-bottom: 16px;
  }

  .features-image {
    height: 69px;
  }

  .footer-dark {
    z-index: 5;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-content {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-self: center;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

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

  .title-small, .footer-link {
    align-self: flex-start;
  }

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

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

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

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

  .img-block.smile {
    background-size: cover;
    height: 50vh;
    min-height: 500px;
  }

  .img-block.couple {
    height: 50vh;
  }

  .header-image {
    width: 750px;
    height: 470px;
  }

  .about-home {
    height: 790px;
    padding: 60px 30px;
  }

  .about-image {
    background-size: 128%;
    width: 610px;
    height: 740px;
    margin-top: 52px;
    left: 45%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .subheading {
    margin-bottom: 1rem;
  }

  .subheading.cream {
    margin-left: 0;
  }

  .subheading.feature {
    margin-bottom: 1rem;
  }

  .flex-left {
    flex-flow: row;
  }

  .flex-left.margin-bottom-50px {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 410px;
  }

  .about-split-home {
    width: 100%;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .wrapper-services-home {
    margin-top: 28px;
  }

  .services-icons {
    width: 80px;
  }

  .faqs-home {
    margin-top: -12rem;
    padding: 60px 30px 137px;
  }

  .wrapper-contact-home {
    padding: 20px;
  }

  .faq-item.wi-mobile, .faq-item.hr-mgmt-mobile {
    display: none;
  }

  .wrapper-faq-home {
    margin-top: 156px;
  }

  .faq-split-home {
    width: 100%;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-split-about-left {
    background-image: url('../images/bryn-beach-sweater.webp');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    max-width: 180px;
    height: 390px;
    position: static;
    top: 126.559px;
  }

  .heading-about {
    margin-left: 187px;
    font-size: 4rem;
    line-height: 1;
  }

  .heading-about.green {
    width: 80%;
    padding-right: 63px;
    font-size: 2.4rem;
    line-height: 1;
  }

  .heading-about.green.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .about-copy {
    height: 790px;
    padding: 60px 15px;
  }

  .heading-faq {
    font-size: 4rem;
    line-height: 1;
  }

  .heading-faq.green {
    width: 80%;
    padding-right: 63px;
    font-size: 2.4rem;
    line-height: 1;
  }

  .heading-faq.green.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-services {
    font-size: 2rem;
  }

  .about {
    height: 790px;
    padding: 60px 30px;
  }

  .hero-heading-about {
    height: 750px;
    min-height: 500px;
    padding: 95px 30px 60px;
  }

  .paragraph-about.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-about.contact.address {
    font-size: .9rem;
  }

  .paragraph-main.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-main.contact.address {
    font-size: .9rem;
  }

  .image-section-about {
    min-height: 500px;
  }

  .features-block {
    margin-bottom: 1px;
  }

  .wrapper-features-home {
    margin-left: 20px;
  }

  .subheading-about, .subheading-about.feature {
    margin-bottom: 1rem;
  }

  .education {
    height: auto;
    margin-bottom: 57px;
    padding: 40px 30px 147px;
  }

  .hero-wrapper-about {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 600px;
    position: relative;
  }

  .split-about {
    width: 100%;
  }

  .wrapper-education {
    margin-top: 28px;
  }

  .wrapper-list-header-education {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper-badge.badge-round {
    width: 0;
    height: 0;
    min-height: 150px;
  }

  .hero-split-about-right {
    width: 60%;
    max-width: 100%;
  }

  .wrapper-services {
    margin-top: 28px;
  }

  .wrapper-features-services {
    margin-left: 0;
  }

  .features-block-services {
    margin-bottom: 1px;
  }

  .hero-heading-services {
    height: auto;
    min-height: 500px;
    padding: 130px 30px 60px;
  }

  .services {
    height: 490px;
    padding: 60px 30px;
  }

  .split-services {
    width: 100%;
  }

  .paragraph-services.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-services.contact.address {
    font-size: .9rem;
  }

  .paragraph-services.white {
    margin-left: 0;
  }

  .list-services.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .list-services.contact.address {
    font-size: .9rem;
  }

  .image-4 {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-bottom: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h2 {
    width: 100%;
    padding-right: 0;
  }

  .button {
    width: 300px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button.is-text.green {
    width: 220px;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .button.is-text.green:hover {
    margin-bottom: 18px;
  }

  .button.hero {
    width: 300px;
    margin-top: 49px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button.nav {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .button.nav.mobile {
    min-width: 125px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button.nav.hide {
    display: none;
  }

  .button.orange {
    letter-spacing: 0;
    order: 1;
    width: 222px;
    margin-top: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button.orange.contact {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: .9rem;
  }

  .button.margin-top.hide {
    display: none;
  }

  .heading {
    padding-right: 11px;
    font-size: 3.2rem;
  }

  .heading.green {
    width: 80%;
    padding-right: 0;
  }

  .paragraph.feature {
    margin-top: 26px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    display: block;
  }

  .paragraph.contact.margin-top {
    margin-top: 0;
  }

  .image-home {
    min-height: 500px;
    margin-top: 3.1rem;
  }

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

  .nav-menu-wrapper {
    align-self: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    transition: all .375s;
    inset: auto 0% 0%;
  }

  .nav-menu-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: center;
    padding-top: 16px;
    box-shadow: 0 -6px 15px 6px #0000001a;
  }

  .nav-link {
    text-align: center;
    letter-spacing: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: .8em;
  }

  .nav-link:hover {
    color: var(--_colours---green);
    background-color: #94937f00;
    padding-left: 4px;
    padding-right: 4px;
  }

  .mobile-margin-top-10 {
    flex: 10 0;
    width: 100%;
    margin-top: 0;
  }

  .hero-wrapper-home {
    justify-content: center;
  }

  .hero-split-home {
    z-index: 5;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 80vh;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

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

  .services-home {
    background-position: 50%;
    background-size: 500% 100%;
    height: 920px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-list-education {
    margin-left: 0;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    text-align: left;
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 19px;
  }

  .features-image {
    height: 54px;
    margin-bottom: 10px;
  }

  .footer-dark {
    background-size: 300vw 110%;
    padding: 60px 20px 180px;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    display: grid;
  }

  .footer-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .footer-link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-social-block {
    flex-flow: row;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 14px;
  }

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

  .img-block.smile {
    background-position: 71% 0;
    height: 90vh;
    min-height: 500px;
    max-height: 90vh;
  }

  .img-block.couple {
    background-size: auto 119%;
  }

  .header-image {
    height: 630px;
    margin-top: -61px;
    top: 17%;
    left: -5%;
  }

  .about-home {
    height: 1000px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .about-image {
    background-position: 63% 48%;
    background-size: 230%;
    width: 320px;
    margin-top: 146px;
    display: block;
    inset: 0% auto 0% 73%;
    overflow: visible;
  }

  .subheading.cream {
    margin-left: 0;
  }

  .subheading.feature {
    margin-bottom: 0;
  }

  .flex-left {
    flex-flow: column;
    order: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 222px;
  }

  .flex-left.margin-bottom-50px {
    align-items: center;
    width: 80%;
    padding-right: 0;
  }

  .profile-pic {
    width: 110px;
    height: 110px;
    margin-right: 19px;
  }

  .profile {
    width: 100px;
    height: 100px;
  }

  .wrapper-about-home {
    justify-content: space-between;
    margin-top: 0;
  }

  .about-split-home {
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .wrapper-services-home {
    max-width: none;
  }

  .services-icons {
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    margin-left: 0;
    margin-right: auto;
  }

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

  .faqs-home {
    margin-top: -234px;
    margin-bottom: -50px;
    padding: 261px 19px 190px;
  }

  .wrapper-feature-home {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .wrapper-contact-home {
    border-width: 1px;
    margin-bottom: 63px;
  }

  .footer {
    z-index: 5;
    position: relative;
  }

  .address-wrapper {
    width: 90%;
    padding: 10px;
  }

  .feature-home {
    justify-content: center;
    align-items: center;
    margin-top: -37px;
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .social {
    width: 20px;
  }

  .faq-question {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .faq-answer {
    padding-left: 13px;
    padding-right: 0;
    display: block;
  }

  .faq-item {
    border-top-width: 1px;
    border-bottom-width: 1px;
    width: 100%;
    margin-bottom: -1px;
    display: inline-block;
    overflow: visible;
  }

  .faq-item.wi-mobile, .faq-item.hr-mgmt-mobile {
    display: block;
  }

  .faq-item.wi, .faq-item.hr-mgmt {
    display: none;
  }

  .wrapper-faq-home {
    justify-content: space-between;
    margin-top: 0;
  }

  .faq-split-home {
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-block-4 {
    width: 80%;
  }

  .faq-text {
    padding-right: 33px;
    font-size: 1.1rem;
  }

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

  .hero-split-about-left {
    margin-bottom: 19px;
    display: none;
    position: static;
  }

  .heading-about {
    margin-left: 0;
    padding-right: 11px;
    font-size: 2.7rem;
  }

  .heading-about.green {
    width: 80%;
    padding-right: 0;
  }

  .about-copy {
    height: 1000px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-faq {
    padding-right: 11px;
    font-size: 3.2rem;
  }

  .heading-faq.green {
    width: 80%;
    padding-right: 0;
  }

  .heading-services {
    width: 100%;
    padding-right: 0;
    font-size: 2.9rem;
  }

  .about {
    height: auto;
    padding-left: 19px;
    padding-right: 19px;
  }

  .hero-heading-about {
    background-image: linear-gradient(180deg, var(--_colours---green) 2%, #fdfdfc00 25%, #fdfdfc00 41%, #141411d1 62%), url('../images/bryn-beach-sweater.webp'), url('../images/header_bg.svg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, 125% 140%;
    height: auto;
    padding-top: 135px;
    padding-bottom: 52px;
  }

  .paragraph-about.feature {
    margin-top: 26px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    display: block;
  }

  .paragraph-about.contact.margin-top {
    margin-top: 0;
  }

  .paragraph-main.feature {
    margin-top: 26px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    display: block;
  }

  .paragraph-main.contact.margin-top {
    margin-top: 0;
  }

  .paragraph-main.white {
    font-size: 1rem;
    line-height: 1.5;
  }

  .sub-education-text {
    font-size: .9rem;
    line-height: 1.1;
  }

  .features-block {
    text-align: left;
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 13px;
  }

  .wrapper-features-home {
    place-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .wrapper-badge-about {
    flex-flow: column;
    margin-top: 63px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .paragraph-2 {
    padding-bottom: 0;
  }

  .subheading-about.feature {
    margin-bottom: 0;
  }

  .education {
    height: auto;
    margin-top: -56px;
    margin-bottom: -10px;
    padding-bottom: 210px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper-about {
    justify-content: center;
    align-items: flex-end;
    height: 80vh;
    margin-bottom: 0;
  }

  .wrapper-about {
    justify-content: space-between;
    margin-top: 0;
  }

  .split-about {
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .wrapper-education {
    max-width: none;
  }

  .wrapper-badge.round {
    width: 50%;
  }

  .image-3 {
    max-width: 71%;
  }

  .wrapper-list-columns-education {
    flex-flow: column;
  }

  .hero-split-about-right {
    width: 100%;
  }

  .wrapper-services {
    max-width: none;
  }

  .wrapper-features-services {
    place-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .features-block-services {
    text-align: left;
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 13px;
  }

  .hero-heading-services {
    height: auto;
  }

  .services {
    height: 410px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .wrapper-about-copy {
    justify-content: space-between;
    margin-top: 0;
  }

  .split-services {
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .paragraph-services.feature {
    margin-top: 26px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    display: block;
  }

  .paragraph-services.contact.margin-top {
    margin-top: 0;
  }

  .paragraph-services.white {
    font-size: 1rem;
    line-height: 1.5;
  }

  .list-services.feature {
    margin-top: 26px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    display: block;
  }

  .list-services.contact.margin-top {
    margin-top: 0;
  }

  .list-services.white {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#w-node-_35b3e8bf-5828-05df-a65b-dcda7b0bb3b9-7b0bb3b4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_510eee3c-75b2-8cff-9990-d347aa2a84b8-7b0bb3b4, #w-node-_35b3e8bf-5828-05df-a65b-dcda7b0bb3c4-7b0bb3b4, #w-node-_35b3e8bf-5828-05df-a65b-dcda7b0bb3cd-7b0bb3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-89ea4ae6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-89ea4ae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-89ea4ae6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-89ea4ae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-89ea4ae6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-89ea4ae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-89ea4ae6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-89ea4ae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-89ea4ae6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-89ea4ae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-89ea4ae6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-89ea4ae6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-89ea4ae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-89ea4ae6 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_35b3e8bf-5828-05df-a65b-dcda7b0bb3b9-7b0bb3b4 {
    grid-column: span 5 / span 5;
  }

  #w-node-_510eee3c-75b2-8cff-9990-d347aa2a84b8-7b0bb3b4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_35b3e8bf-5828-05df-a65b-dcda7b0bb3c4-7b0bb3b4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35b3e8bf-5828-05df-a65b-dcda7b0bb3b4-7b0bb3b4, #w-node-_510eee3c-75b2-8cff-9990-d347aa2a84b8-7b0bb3b4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_35b3e8bf-5828-05df-a65b-dcda7b0bb3c4-7b0bb3b4 {
    grid-column: span 5 / span 5;
  }
}


