@font-face {
  font-family: Haas Recast Medium;
  src: url('../fonts/HaasRecastDense_Md.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Bold;
  src: url('../fonts/HaasRecastDense_Bd.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Black;
  src: url('../fonts/HaasRecastDense_Blk.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Light;
  src: url('../fonts/HaasRecastDense_Lt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Regular;
  src: url('../fonts/HaasRecastDense_Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Thin;
  src: url('../fonts/HaasRecastDense_Th.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Extra Bold;
  src: url('../fonts/HaasRecastDense_XBd.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Sbd;
  src: url('../fonts/HaasRecastDense_SBd.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haas Recast Hair;
  src: url('../fonts/HaasRecastDense_Hair.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colours---charcoal-medium: #1a2123;
  --_colours---charcoal-dark: #000;
  --_colours---emerald-green-medium: #20443f;
  --_colours---purple-medium: #956893;
  --_colours---ox-medium: #883623;
  --_colours---charcoal-light: #2c3233;
  --_colours---emerald-green-dark: #1d2e2c;
  --_colours---emerald-green-light: #4c8e79;
  --_colours---purple-dark: #3a2639;
  --_colours---purple-light: #fed6fc;
  --_colours---ox-dark: #451307;
  --_colours---yellow: #f7a93b;
  --_colours---gray-dark: #dad4d2;
  --_colours---gray-light: #f1f1f1;
  --_colours---white: white;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: .9em;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: .9em;
}

li {
  margin-bottom: 5px;
}

.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%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  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: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.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 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 20px;
  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;
}

.footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: baseline;
  max-width: 940px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.text-block {
  flex: 1;
  min-width: 200px;
}

.text-block.footer-block {
  float: left;
  vertical-align: baseline;
  width: 200px;
  min-width: 0;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.text-block.footer-block.footer-last-block {
  box-sizing: border-box;
  float: right;
  flex: 1;
  max-width: 140px;
}

.text-block.footer-block.footer-middle-block {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2, .text-block-3 {
  flex: 1;
  min-width: 200px;
}

.body {
  color: var(--_colours---charcoal-medium);
  letter-spacing: .01em;
  text-indent: 0;
  background-color: #eee;
  font-family: Haas Recast Regular, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.3;
}

.container-3 {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: .75em;
  display: block;
}

.image {
  float: none;
  margin-right: 40px;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  position: static;
  bottom: 0;
}

.nav-item {
  text-transform: uppercase;
  margin-right: 40px;
  font-size: .82em;
  position: static;
}

.div-block {
  float: right;
  clear: none;
  text-align: left;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin-left: 40px;
}

.div-block-2 {
  float: left;
  clear: none;
}

.brand {
  min-width: 150px;
}

.logo {
  opacity: 1;
  text-overflow: clip;
  margin-top: 10px;
  text-decoration: underline;
}

.navbar {
  background-color: #fff0;
}

.section {
  background-color: #0000;
  margin-top: 100px;
  font-size: .7em;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 100px;
}

.container-4 {
  min-height: 100px;
}

.main-section {
  min-width: 0;
  max-width: 940px;
  min-height: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.main-container {
  background-color: #0000;
  max-width: none;
  height: auto;
  min-height: auto;
}

.intro {
  color: var(--_colours---charcoal-dark);
  margin-bottom: 20px;
  margin-right: 229px;
  font-family: Haas Recast Regular, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
}

.team-teaser-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start center;
  height: auto;
  margin-top: 40px;
  display: block;
}

.text-block-4 {
  display: block;
}

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

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

.margin-bottom-24px {
  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 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-5 {
  display: block;
}

.responsive-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  justify-content: stretch;
  width: 100%;
}

.div-block-3 {
  width: 10%;
  display: block;
}

.grid-image {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.teaser-text {
  column-count: auto;
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 24px;
}

.teaser-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start center;
  height: auto;
  margin-top: 60px;
  display: block;
}

.heading-2 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Haas Recast Medium, Arial, sans-serif;
  font-size: 30px;
}

.offering-grid {
  line-height: 1.8;
}

.offering-card {
  background-color: var(--_colours---emerald-green-medium);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
  font-size: .8em;
}

.offering-card.strategic {
  background-color: var(--_colours---purple-medium);
}

.offering-card.planning {
  background-color: var(--_colours---ox-medium);
}

.offering-card.heading {
  background-color: var(--_colours---charcoal-light);
}

.in-card {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}

.offering-list {
  padding-left: 0;
  font-size: .9em;
  list-style-type: none;
}

.div-block-4 {
  margin-top: 100px;
}

.container-7 {
  border-top: 1px solid var(--_colours---charcoal-medium);
  padding-top: 20px;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

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

.heading-3 {
  box-sizing: border-box;
  border-top: 0 #000;
  border-radius: 0;
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-weight: 400;
}

.heading-3.why {
  margin-top: 10px;
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9 {
  border-top: 1px solid #000;
}

.paragraph-3 {
  font-weight: 400;
}

.paragraph-3.whitebox {
  background-color: #fff;
  padding: 10px;
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-weight: 400;
}

.small {
  font-size: .8em;
}

.small.padding-left {
  height: 100px;
  padding-left: 10px;
}

.small.line-below {
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.teaser-container-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start center;
  height: auto;
  margin-top: 100px;
  display: block;
}

.whitebox {
  background-color: #fff;
  background-image: url('../images/Arrow-Right.png');
  background-position: 4% 6%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-attachment: scroll;
  padding: 15px 15px 15px 50px;
  font-family: Haas Recast Medium, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.3;
  display: block;
}

.heading-4 {
  margin-top: 10px;
}

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

.container-8.teaser-container {
  box-sizing: border-box;
  object-fit: fill;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-up {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-4-up.offeringsgrid {
  grid-template-rows: auto auto auto;
}

.line-above {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 25px;
  font-family: Haas Recast Medium, Arial, sans-serif;
  font-weight: 400;
}

.div-block-11 {
  text-align: left;
  width: 100%;
  display: block;
}

.heading-5 {
  outline-offset: 0px;
  outline: 3px #1a2123;
}

.bringusinfor-icon {
  flex: 0 auto;
  width: 60px;
  max-width: none;
  margin-top: 0;
  padding-right: 15px;
}

.heading-6 {
  margin-top: 20px;
}

.bringusin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Haas Recast Medium, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 23px;
}

.name {
  margin-bottom: 0;
  font-size: .8em;
}

.details {
  font-size: .8em;
}

.title {
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-size: .6em;
}

.contact {
  font-size: .6em;
}

.nicelink {
  box-sizing: border-box;
  float: none;
  clear: none;
  color: var(--_colours---ox-medium);
  font-family: Haas Recast Sbd, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.container-9 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 60px;
  padding-top: 20px;
}

.heading-7 {
  width: 75%;
  color: var(--_colours---ox-medium);
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 109%;
}

.paragraph-4 {
  letter-spacing: 0;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 25px;
}

.heading-8 {
  margin-top: 0;
  font-family: Haas Recast Sbd, Arial, sans-serif;
}

.div-block-12 {
  margin-bottom: 10px;
}

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

.container-10 {
  width: 100%;
  max-width: 940px;
  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-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;
}

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

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-5 {
  box-sizing: border-box;
  object-fit: fill;
  width: 50%;
  display: block;
}

.image-2 {
  float: right;
  text-overflow: clip;
  flex: 0 auto;
  width: 50%;
  height: 100%;
  margin-left: 16px;
  display: block;
}

.heading-9 {
  clear: none;
  width: 100%;
  display: block;
  position: static;
}

.section-2, .div-block-13 {
  clear: none;
}

.container-12 {
  margin-bottom: 50px;
}

.paragraph-6 {
  text-transform: none;
  white-space: normal;
  word-break: normal;
}

.paragraph-7 {
  clear: none;
  width: 100%;
  display: block;
}

.paragraph-8 {
  width: 100%;
}

.button {
  background-color: #20443f;
  border-radius: 10px;
  margin-top: 10px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 50px;
  display: block;
}

.team-slider {
  background-color: #eee;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: left;
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

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

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-3 {
  float: left;
  width: 50%;
  margin-right: 16px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

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

.text-block-6 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  font-size: .9em;
}

.text-block-7 {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: .9em;
}

.columns {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.column-3 {
  padding-left: 0;
}

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

.heading-10 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Haas Recast Medium, Arial, sans-serif;
}

.bold-text {
  font-family: Haas Recast Sbd, Arial, sans-serif;
}

.bold-text-2, .heading-11 {
  font-family: Haas Recast Sbd, Arial, sans-serif;
  font-weight: 400;
}

.column-5 {
  padding-left: 0;
}

.heading-12 {
  margin-top: 20px;
}

.text-block-8, .text-block-9, .text-block-10, .bold-text-3 {
  font-size: .9em;
}

.columns-2 {
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-bottom: 40px;
}

.paragraph-9 {
  margin-bottom: 0;
}

.paragraph-10 {
  box-sizing: border-box;
  margin-bottom: 0;
}

.columns-3 {
  box-sizing: border-box;
  margin-left: 0;
}

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

.columns-4 {
  margin-left: 0;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-11 {
  font-size: 1.1em;
}

.paragraph-12, .paragraph-13, .paragraph-14 {
  font-size: 1.2em;
}

.column-13 {
  padding-left: 0;
}

.section-3 {
  outline-offset: 0px;
  border: 1px #000;
  border-top-style: solid;
  outline: 1px #1a2123;
  padding-top: 25px;
  padding-bottom: 25px;
}

.columns-6 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

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

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

.heading-13 {
  margin-top: 0;
}

.heading-14 {
  margin-bottom: 0;
}

.image-4 {
  flex-flow: row;
  display: block;
}

.column-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-15 {
  margin-bottom: 40px;
}

.div-block-15 {
  height: 40px;
}

.trumpet {
  color: var(--_colours---charcoal-medium);
  letter-spacing: .2em;
  font-family: Haas Recast Regular, Arial, sans-serif;
  font-size: .7em;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

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

  .grid-image {
    box-sizing: border-box;
    object-fit: cover;
  }

  .grid-4-up {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .container-9 {
    margin-top: 20px;
  }

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

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

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

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

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary-4 {
    margin-top: 20px;
  }

  .text-block-11 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .main-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .intro {
    margin-right: 0;
  }

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

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

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

  .small.line-below {
    margin-bottom: 10px;
  }

  .whitebox {
    background-position: 4% 30%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    font-size: .9em;
  }

  .grid-4-up {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .grid-4-up.offeringsgrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .footer-container {
    justify-content: space-between;
  }

  .text-block.footer-block {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .text-block.footer-block.footer-last-block {
    justify-content: flex-end;
  }

  .section {
    background-color: #0000;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    line-height: 20px;
  }

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

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

  .intro {
    margin-right: 0;
    font-size: 1.1em;
    line-height: 24px;
  }

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

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

  .responsive-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    height: auto;
    font-size: 24px;
    line-height: 100%;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offering-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-7 {
    padding-left: 0;
    font-size: .7em;
    line-height: 20px;
  }

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

  .whitebox {
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.3;
  }

  .grid-4-up {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .line-above {
    font-size: 18px;
    line-height: 23px;
  }

  .container-9 {
    margin-top: 40px;
  }

  .heading-7 {
    font-size: 1.9em;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 26px;
  }

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

  .image-2 {
    clear: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
  }

  .paragraph-7 {
    float: none;
  }

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .image-3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-6 {
    padding-top: 10px;
    padding-left: 0;
  }

  .text-block-7 {
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-9 {
    margin-top: 20px;
    padding-left: 0;
  }

  .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

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

#w-node-_90908d8d-4c55-548d-e87f-65c756aaf78f-c23f6c5a, #w-node-_64376d11-5b00-b48d-b16d-73fffb8d9cf4-c23f6c5a, #w-node-abe86072-05df-8550-02e8-f841ee7d3eac-ee7d3e9f, #w-node-_64376d11-5b00-b48d-b16d-73fffb8d9cf4-77c1db9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Haas Recast Medium';
  src: url('../fonts/HaasRecastDense_Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Bold';
  src: url('../fonts/HaasRecastDense_Bd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Black';
  src: url('../fonts/HaasRecastDense_Blk.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Light';
  src: url('../fonts/HaasRecastDense_Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Regular';
  src: url('../fonts/HaasRecastDense_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Thin';
  src: url('../fonts/HaasRecastDense_Th.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Extra Bold';
  src: url('../fonts/HaasRecastDense_XBd.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Sbd';
  src: url('../fonts/HaasRecastDense_SBd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haas Recast Hair';
  src: url('../fonts/HaasRecastDense_Hair.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}