:root {
  --shoosmith-bronze: #b9896a;
  --para-colour: #59595f;
  --shoosmith-navy: #2d364b;
  --body: #f5f5f6;
}

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 55px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--shoosmith-bronze);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--para-colour);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 29px;
}

a {
  color: var(--shoosmith-bronze);
  font-size: 16px;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

blockquote {
  border-left: 5px solid var(--shoosmith-bronze);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}

.smallest-icon {
  width: 1em;
  height: 1em;
}

.color-item-fill {
  background-color: #000;
  width: 100%;
  height: 15em;
  margin-bottom: 1em;
}

.color-item-fill.brand-2 {
  background-color: #d8c300;
}

.color-item-fill.brand-1 {
  background-color: #f7df00;
}

.color-item-fill.b3-black3 {
  background-color: #b9896a;
}

.color-item-fill.brand-5 {
  background-color: #bbb79d;
}

.color-item-fill.brand-6 {
  background-color: #f6f4e6;
}

.color-item-fill.brand-3 {
  background-color: #3a56ee;
}

.color-item-fill.w2-white2 {
  background-color: #ebebeb;
}

.color-item-fill.brand-4 {
  background-color: #c3beff;
}

.color-item-fill.w1-white1 {
  background-color: #fff;
}

.color-item-fill.w3-white3 {
  background-color: #adadad;
}

.color-item-fill.b2-black-2 {
  background-color: #2d364b;
}

.logo-image {
  height: 3em;
}

.top-nav-item {
  align-items: center;
}

.checkbox-button {
  margin-top: 0;
  margin-left: 0;
}

.styleguide-type-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.accordian-label {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.textarea {
  color: #707070;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

.textarea.large {
  padding-bottom: 4em;
}

.top-nav-socials {
  grid-column-gap: 1em;
  align-items: center;
  display: flex;
}

.small-icon {
  width: 1.5em;
  height: 1.5em;
}

.primary-button {
  grid-column-gap: 1em;
  background-color: var(--shoosmith-navy);
  color: #fff;
  border-radius: 4px;
  align-items: center;
  padding: 1em 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--shoosmith-bronze);
  position: static;
  top: -.2em;
  transform: translate(0, -7px);
}

.primary-button.small {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1em;
}

.primary-button.small.light.no-hover {
  width: 25%;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.125rem;
  transition-property: background-color;
}

.primary-button.small.light.no-hover:hover {
  transform: none;
}

.primary-button.navbar-button {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.primary-button.light {
  background-color: var(--shoosmith-bronze);
}

.primary-button.light:hover {
  background-color: var(--shoosmith-navy);
}

.secondary-button {
  border: 2px solid var(--shoosmith-bronze);
  color: var(--shoosmith-navy);
  border-radius: 7px;
  padding: 1em 2em;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.813, .129, .25, 1);
  display: flex;
}

.secondary-button:hover {
  position: static;
  top: -.2em;
  transform: translate(0, -7px);
}

.secondary-button.small {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1em;
}

.secondary-button.dark {
  border-color: var(--shoosmith-navy);
}

.accordian-p-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: -1em;
  padding-bottom: 2em;
  display: none;
  overflow: hidden;
}

.allcaps {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

.styleguide-container {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  padding: 4em 8em 0;
  display: flex;
}

.styleguide-icons-item {
  background-color: #141414;
  border: 1px solid #707070;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.color-hex {
  font-size: .9em;
}

.radio-button-field {
  grid-column-gap: .5em;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.styleguide-color-item {
  border: 1px solid #707070;
  flex-direction: column;
  padding: 0 0 2em;
  display: flex;
}

.select-dropdown {
  color: #333;
  background-color: #ebebeb;
  height: auto;
  margin-bottom: 0;
  padding: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

.styleguide-color-text-container {
  grid-column-gap: 0em;
  grid-row-gap: .5em;
  flex-direction: column;
  padding-left: 1em;
  font-size: 1.4em;
  display: flex;
}

.large-p {
  font-size: 1.4em;
  line-height: 1.4;
}

.accordian-container {
  border-bottom: .2em solid #adadad;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.typography-label {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
}

.nav-links-container {
  grid-column-gap: .5em;
  align-items: center;
  display: flex;
}

.top-nav-location-hours-container {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  align-items: center;
  display: flex;
}

.medium-icon {
  width: 2em;
  height: 2em;
}

.accordian-text-and-icon-container {
  justify-content: space-between;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.bold {
  font-weight: 700;
}

.navbar-container {
  width: 1560px;
  max-width: 100%;
  padding-left: 5em;
  padding-right: 5em;
}

.reg-nav-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-link {
  padding: 1em .5em;
  display: inline-block;
}

.styleguide-icons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.type-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .1em solid #adadad;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: grid;
}

.type-item.last {
  border-bottom: .1em solid #adadad;
}

.large-icon {
  width: 8em;
  height: 8em;
}

.radio-label {
  font-size: 16px;
  font-weight: 500;
}

.top-nav-container {
  border-bottom: .15em solid #707070;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.buttons-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.styleguide-colors {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-nav-icon-text-container {
  grid-column-gap: .5em;
  display: flex;
}

.form-block {
  width: 100%;
}

.hero_avatar {
  background-color: #f5f5f6;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-left: -1rem;
  padding: .25rem;
}

.heading-style-h6 {
  letter-spacing: -.03125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h6.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h1 {
  color: var(--shoosmith-navy);
  letter-spacing: -.1125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h1.h-s-title {
  color: var(--shoosmith-navy);
}

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

.avatar_image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--shoosmith-bronze);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .625rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.button.left-margin-10px {
  border-radius: 5px;
  margin-left: 10px;
}

.button.invert {
  background-color: #b9896a00;
  border-color: #fff;
}

.button.invert._10px-left {
  margin-left: 10px;
}

.button.invert._10px-left.dark {
  border-color: var(--shoosmith-navy);
  color: var(--shoosmith-navy);
}

.column-xlarge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.max-width-2x-small {
  width: 100%;
  max-width: 16rem;
}

.overline-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-color-brand {
  color: #b9896a;
}

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

.text-size-medium.text-color-tertiary {
  color: #59595f;
}

.container-large {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero_footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.column-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hero8_section {
  color: #fff;
  background-image: radial-gradient(circle at 100%, #0000 30%, #00000080 69%, #262b36), url('../images/Team.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 90vh;
  padding: 12.5rem 10% 4rem;
  display: flex;
  position: relative;
}

.text-size-xlarge {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-xlarge.text-color-tertiary {
  color: #59595f;
}

.text-size-xlarge.white {
  color: var(--body);
}

.icon-xsmall {
  color: #666;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hero_avatars {
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.overline-medium {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.row-small.row-wrap {
  flex-flow: wrap;
}

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

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

.navigation_right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation_line {
  background-color: #f5f5f6;
  width: 100%;
  height: 1px;
}

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

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

.row.row-top {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.dropdown_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navigation_seperator {
  align-self: stretch;
  padding: .5rem;
}

.navigation_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation_squares-left {
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.navigation_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation_wrapper {
  z-index: 2147483647;
  position: sticky;
  top: .5px;
}

.navigation_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation_brand-divider {
  background-color: #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 1.5rem;
}

.icon-medium {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--shoosmith-bronze);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-medium.white {
  color: var(--body);
}

.navigation_squares-right {
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon_inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .625rem;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.navigation_link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color .3s;
}

.navigation_link:hover {
  color: var(--shoosmith-bronze);
}

.navigation_feature-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.text-size-xsmall {
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  line-height: 1.5;
}

.icon_wrapper {
  color: #000;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: .25rem;
}

.image_cover {
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
}

.image_cover.fit-position-bottom {
  object-position: 50% 100%;
}

.banner {
  background-color: var(--shoosmith-bronze);
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.navigation_dropdown {
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.navigation_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  min-width: 56rem;
  padding: .5rem;
}

.navigation_dropdown-toggle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color .3s;
  display: flex;
}

.navigation_dropdown-toggle:hover {
  color: var(--shoosmith-bronze);
}

.navigation {
  z-index: 999;
  background-color: var(--shoosmith-navy);
  border-bottom: 1px solid #e6e6e7;
  padding: 1rem 10%;
}

.navigation_feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation_image {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  position: relative;
  overflow: hidden;
}

.navigation_heading {
  padding: .5rem;
}

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

.text-size-small.text-color-tertiary {
  color: #59595f;
}

.banner_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.banner_link.hide-mobile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.subheading-small {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.navigation_text-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #59595f;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.navigation_text-link:hover {
  color: #252527;
  background-color: #f5f5f6;
}

.navigation_caption {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem;
  display: flex;
}

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

.button-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--shoosmith-bronze);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.button-small.is-ghost-2 {
  color: #fff;
  background-color: #fff0;
}

.button-small.is-ghost-2.hide-on-mobile {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.button-small.is-secondary-3 {
  background-color: var(--shoosmith-bronze);
}

.button-small.is-secondary-3.hide-on-mobile {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.button-small.is-ghost {
  color: #000;
  background-color: #fff0;
}

.button-small.is-secondary-2 {
  background-color: #000;
}

.navigation_divider {
  width: 100%;
  padding: .5rem;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--shoosmith-bronze);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.button-2.is-secondary-2 {
  background-color: #000;
}

.navigation_column {
  flex-flow: column;
  width: 30%;
  min-width: 12.5rem;
  display: flex;
}

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

.navigation_dropdown-list {
  background-color: #0000;
}

.navigation_dropdown-list.w--open {
  padding-top: 32px;
  display: flex;
  left: -125px;
}

.navigation_dropdown-list.is-nav01 {
  left: -10rem;
}

.profile-card {
  border: 1px solid #d0d0d2;
  flex: none;
  width: 17.875rem;
  position: relative;
  overflow: hidden;
}

.heading-style-h2 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.project_article-image-small {
  width: 100%;
  max-width: 30rem;
}

.feature_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subheading-large {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.profile-content {
  z-index: 2;
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
}

.project_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.feature_card-white {
  z-index: 2;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
}

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

.section {
  position: relative;
}

.column-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.feature_card-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  cursor: pointer;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.heading-style-h3 {
  color: var(--shoosmith-navy);
  letter-spacing: -.0875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4 {
  letter-spacing: -.075rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.project_header-image {
  border: 1px solid #e6e6e7;
  height: 35rem;
}

.project_detail-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  margin-bottom: 5rem;
  display: flex;
}

.project_testimonial-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

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

.row-medium.row-wrap {
  flex-flow: wrap;
}

.feature_card-arrow {
  background-color: var(--shoosmith-bronze);
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

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

.profile_squares {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.row-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile_overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#f5f5f600 50%, #f5f5f6cc 70%, #f5f5f6 80%);
  position: absolute;
  inset: 0%;
}

.golden-highlight {
  color: var(--shoosmith-bronze);
}

.section-small {
  background-color: #f5f5f6;
  padding: 64px 10%;
  position: relative;
}

.project_gallery-image {
  width: 100%;
  height: 100%;
}

.feature_card-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  background-color: #fff;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.feature_card-small:hover {
  background-color: #f5f5f6;
}

.column-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.icon-xlarge {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.feature_wrapper-outline {
  border: 1px #000;
}

.project_image {
  aspect-ratio: 6 / 3;
  object-fit: cover;
  overflow: hidden;
}

.column-2x-large {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.column-2x-large.column-left {
  justify-content: center;
  align-items: flex-start;
}

.feature_accent-top-r {
  max-width: none;
  height: 10.5rem;
  transform-style: preserve-3d;
  position: absolute;
  top: -3.062rem;
  right: -1.375rem;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.subheading-xsmall {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-xsmall.text-color-secondary {
  color: #434347;
}

.project_article-content {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 36.75rem;
  display: flex;
}

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

.project_post-image {
  aspect-ratio: 9.96 / 4.86;
  object-fit: cover;
  overflow: hidden;
}

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

.heading-style-h5 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.project_numbers-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 30rem;
  display: grid;
}

.feature_image {
  border: .5px #e6e6e7;
  height: 15rem;
  position: relative;
  overflow: visible;
}

.feature_image.overflow-cut {
  overflow: hidden;
}

.content_number-cell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-wrap: balance;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.profile_right-squares {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% -2px 0% auto;
}

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

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

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

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

.row-large.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.feature_accent-bottom-r {
  max-width: none;
  height: 15.625rem;
  position: absolute;
  bottom: -6.562rem;
  right: -1.25rem;
  transform: rotate(15deg);
}

.feature_accent-bottom-r.boiler {
  height: 16rem;
  inset: 2.5% auto auto -4%;
  transform: rotate(0);
}

.profile_left-squares {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -2px;
}

.project_card {
  background-color: #fff;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.subheading-medium {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-medium.text-color-primary {
  color: #000;
}

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

.project_detail-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.saturatred-image {
  object-fit: cover;
  object-position: 20% 50%;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large.text-color-secondary {
  color: #434347;
}

.text-size-large.text-color-tertiary {
  color: #59595f;
}

.profile-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.subheading-xlarge {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.logo-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.locale_flag-image {
  width: 1rem;
  height: 1rem;
}

.locale_flag-wrapper {
  background-color: #f6f6f6;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.grass-texture {
  z-index: 0;
  pointer-events: none;
  filter: url('../images/');
  background-image: none, linear-gradient(#389154, #389154);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subheading-large-2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.footer_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer_link:hover {
  color: var(--shoosmith-bronze);
}

.heading-style-h2-2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.15;
}

.banner-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem 6rem;
  display: flex;
  position: relative;
}

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

.row-bottom {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.locale_list-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.locale_dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

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

.row-small-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small-2.row-top {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.row-small-2.row-wrap {
  flex-flow: wrap;
}

.footer_links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-left: 70px;
  padding-top: .5rem;
  display: flex;
}

.footer_main {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 60rem;
  display: grid;
}

.footer_main.is-large {
  grid-template-columns: 2fr 1fr 1fr;
  max-width: 100%;
}

.footer_links-two {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_social-button {
  color: #5d5d5d;
  background-color: #f6f6f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.footer_social-button:hover {
  color: #000;
}

.banner-lines {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 1.5rem 0% auto;
}

.footer-section {
  background-color: #f5f5f6;
  padding: 5rem 10% 0;
  position: relative;
}

.footer_logo-link {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  display: flex;
}

.text-size-medium-2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium-2.text-color-tertiary {
  color: #5d5d5d;
}

.footer_legal-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer_banner {
  background-color: #8acb9a;
  border: .25rem solid #8acb9a;
  border-radius: 99rem;
  max-width: 12.5rem;
  padding: .5rem;
  position: relative;
  overflow: hidden;
}

.footer_banner.is-centered {
  border-top-left-radius: 16rem;
  border-top-right-radius: 16rem;
  top: -2.5rem;
}

.divider-dashed {
  color: #ffcf7b;
  border-top: 1px solid #000;
}

.divider-dashed.text-color-200 {
  border-top: 1px dashed var(--shoosmith-bronze);
  -webkit-text-stroke-color: var(--shoosmith-bronze);
}

.footer_overlay {
  background-image: radial-gradient(circle, #0000, #000);
  position: absolute;
  inset: 0%;
}

.heading-style-h6-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.footer_details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.padding-2x-small {
  padding: .25rem;
}

.footer_block {
  z-index: 1;
  background-color: var(--shoosmith-navy);
  color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  position: relative;
}

.locale_list {
  justify-content: center;
  align-items: center;
  inset: 0% auto auto 0%;
}

.locale_list.w--open {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
  top: 2rem;
}

.background {
  z-index: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-size-small-2 {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

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

.grass-texture-filter {
  display: none;
}

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

.text-size-xsmall-2 {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.text-size-xsmall-2.text-color-tertiary {
  color: #5d5d5d;
  text-align: center;
}

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

.text-weight-semibold.text-underline {
  color: var(--shoosmith-navy);
}

.footer_legal-copyright {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  transition: color .3s;
}

.footer_legal-link:hover {
  color: var(--shoosmith-bronze);
}

.banner-flowers {
  position: absolute;
  inset: auto 0% 0%;
  -webkit-mask-image: linear-gradient(#000 0%, #0000 100%);
  mask-image: linear-gradient(#000 0%, #0000 100%);
}

.footer_icon-wrapper {
  color: #3d3d3d;
  background-color: #f6f6f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.image {
  width: 100%;
  min-width: 200px;
}

.div-block {
  display: flex;
}

.gold-highlight {
  color: var(--shoosmith-bronze);
}

.code-embed-2 {
  color: #fff;
  text-align: left;
  margin-top: 45px;
}

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

.link {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.cta-component {
  border-radius: 1rem;
  padding: 8rem 4rem;
  position: relative;
}

.cta-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-content {
  flex: 1;
}

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

.margin-top.margin-medium {
  padding-bottom: 2px;
}

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

.margin-bottom.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.cta-image-wrapper {
  z-index: -1;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
}

.cta-image-overlay {
  z-index: 1;
  background-color: #274f4ae6;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
}

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

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

.section-cta {
  position: relative;
}

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

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

.button-3 {
  color: #000;
  text-align: center;
  background-color: #d9998a;
  border: .125rem solid #d9998a;
  border-radius: 10rem;
  padding: .6rem 2rem;
  font-weight: 500;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.button-3:hover {
  color: #fff;
  background-color: #274f4a;
  border-color: #274f4a;
}

.button-3.is-white:hover {
  color: #274f4a;
  background-color: #fff;
  border-color: #fff;
}

.button-3.is-secondary {
  border-color: var(--shoosmith-navy);
  color: var(--shoosmith-navy);
  background-color: #0000;
}

.button-3.is-secondary:hover {
  background-color: var(--shoosmith-navy);
  color: #fff;
}

.body {
  background-color: var(--body);
  font-family: Montserrat, sans-serif;
}

.logo-title {
  max-width: 20rem;
}

.logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.logo-image-2 {
  max-width: 100px;
  transition: all .35s;
}

.logo-image-2:hover {
  transform: translate(0, -5px);
}

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

.logo-item {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.text-size-medium-3.text-weight-medium {
  color: var(--shoosmith-navy);
  font-family: Droid Serif, serif;
}

.logo-component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.container-large-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-2 {
  padding-left: 10%;
  padding-right: 10%;
}

.title-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 36.75rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link-dark {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: underline;
  display: flex;
}

.contact_map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 24rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto .75rem .75rem;
}

.section-medium {
  background-color: #f5f5f6;
  padding: 4rem 10%;
  position: relative;
}

.contact_map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 1.5rem;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.contact_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-flow: row;
}

.contact_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #252527;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  transition: background-color .3s;
  display: flex;
}

.contact_card:hover {
  background-color: #f5f5f6;
}

.contact_card.curve-right {
  border-top-right-radius: 1.5rem;
}

.contact_card.curve-left {
  border-top-left-radius: 1.5rem;
}

.contact_map {
  z-index: 0;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.container-large-6 {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  position: relative;
}

.contact_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.icon-xsmall-2 {
  width: 1rem;
  height: 1rem;
  color: var(--shoosmith-navy);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-small-3 {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-3.text-color-tertiary {
  color: #59595f;
}

.contact_map-large {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 30rem;
  display: flex;
  position: relative;
}

.contact_map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 2rem;
  position: absolute;
}

.heading-style-h1-2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

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

.gallery_bento-image {
  filter: grayscale();
  border-radius: .75rem;
  height: 15vw;
  transition: filter .5s;
  overflow: hidden;
}

.gallery_bento-image:hover {
  filter: grayscale(0%);
}

.gallery_bento-image.is-tall {
  height: auto;
}

.text-size-xlarge-2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

.text-size-xlarge-2.text-weight-medium {
  font-weight: 500;
}

.gallery_bento {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  height: 450px;
  margin-bottom: -5vw;
  margin-right: -20vw;
  display: grid;
  position: relative;
}

.gallery_bento-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.5fr;
  display: grid;
}

.gallery_bento-grid.is-bottom {
  grid-template-columns: 1fr 1.5fr 1.25fr;
}

.section-card {
  padding: 0%;
}

.text-size-medium-4 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.text-size-medium-4.white {
  color: var(--body);
}

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

.gallery_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--shoosmith-navy);
  color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  padding-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.page-padding {
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.title-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-2 {
  z-index: 0;
  opacity: .08;
  width: 500px;
  position: absolute;
  inset: -17% auto auto -7%;
}

.button4 {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 3.5em;
  margin-top: 10px;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button4_circle-2 {
  z-index: 1;
  background-color: var(--shoosmith-bronze);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.button2_icon {
  width: 50%;
}

.button4_text {
  z-index: 1;
  color: #c0997f;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.button4_bg {
  z-index: 0;
  background-color: var(--shoosmith-navy);
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.highlight {
  background-color: #f5e4e0;
  border-radius: .5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.faq-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-accordion {
  background-color: #f4f4f4;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 63px;
  margin-bottom: 63px;
  display: grid;
}

.heading-style-h5-2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.faq-question-wrap {
  max-height: 450px;
  overflow: scroll;
}

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

.image-3 {
  border-radius: 9px;
  width: 100%;
}

.paragraph-large {
  font-size: 24px;
  line-height: 36px;
}

.testimonial-ticker {
  flex-direction: row;
  width: 106%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.display-3 {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
}

.title {
  font-size: 16px;
}

.ticker-inner {
  grid-column-gap: 40px;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.testimonial-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.section-2 {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
}

.block-quote-simple {
  text-align: left;
  background-image: none;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
}

.name {
  font-weight: 500;
}

.grid-item {
  flex-direction: column;
  display: flex;
  position: relative;
}

.source {
  margin-top: auto;
}

.container {
  width: 100%;
  max-width: 1290px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .2s, color .2s;
  position: relative;
}

.grid-12-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.spacer-l {
  height: 200px;
}

.step {
  grid-column-gap: 70px;
  display: flex;
}

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

.step-title {
  flex: none;
  max-width: 180px;
}

.sticky {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 30px;
}

.about-section-title-wrapper {
  max-width: 300px;
}

.rounded {
  border-radius: 10px;
}

.quote-icon {
  color: #12181a;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.ticker-wrapper {
  z-index: 0;
  backface-visibility: hidden;
  flex: none;
  width: auto;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1px);
}

.margin-bottom-none {
  margin-bottom: 0;
}

.table-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.table-row:first-child {
  padding-top: 0;
}

.table-row:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.table-row.cc-first {
  padding-top: 0;
}

.table-row.cc-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.testimonial {
  width: 380px;
  min-width: 380px;
  height: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
  display: grid;
}

.display-2 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
}

.svg {
  display: flex;
}

.rl-container-large-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.rl_header5_content-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.rl-padding-global-5 {
  border-radius: 1px;
  padding-left: 10%;
  padding-right: 10%;
}

.rl_heading1_spacing-block-1-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_section_header5-2 {
  background-image: url('../images/6708d0935859b09b284cd594_Image-Path-1.png'), linear-gradient(90deg, var(--shoosmith-navy), #fff0), url('../images/elegant-radiator-against-a-grey-wall-in-room-2026-03-16-00-40-39-utc-1.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 18%, auto, cover;
  position: relative;
}

.rl-button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-text-style-medium-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-5.is-white {
  color: #fff;
}

.rl-heading-style-h1-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-3.is-white {
  color: #fff;
}

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

.rl-button-secondary-alternate-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.header5_component-2 {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl_heading1_spacing-block-2-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rt-heading-six-3 {
  color: #150438;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-3.rt-margin-top-thirty.rt-margin-bottom-ten-2 {
  color: var(--para-colour);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.rt-home-two-our-approach-right-2 {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rt-counter-heading-text-2 {
  color: #fff;
  letter-spacing: -.03rem;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.rt-component-section-5 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 10%;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-two-our-approach-block-2 {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
}

.rt-create-planning-flex-2 {
  grid-column-gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-home-two-appproch-paragraph-2 {
  max-width: 55ch;
}

.rt-home-two-new-approch-heading-2 {
  max-width: 20ch;
}

.rt-category-cards-text-4 {
  color: #150438;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-text-white-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.rt-home-two-our-approach-left-2 {
  color: #6d6d6d;
  flex: 1;
  max-width: 40%;
}

.rt-component-container-5 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rt-home-two-red-bg-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--shoosmith-navy);
  text-align: center;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 51px 15px 20px;
  display: flex;
}

.rt-home-two-approach-right-2 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rt-autofit-10 {
  object-fit: cover;
}

.rt-autofit-10.rt-mobile-full-width.rt-border-radious, .rt-autofit-10.rt-border-radious-ten {
  border-radius: 10px;
}

.small-para {
  color: var(--para-colour);
}

.heading {
  color: var(--shoosmith-navy);
  line-height: 44px;
}

.text-span, .text-span-2 {
  color: var(--shoosmith-bronze);
}

.out-story-heading, .paragraph {
  margin-bottom: 20px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-128 {
  margin-bottom: 60px;
}

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

.f-sub-heading-large {
  color: var(--shoosmith-navy);
  text-align: center;
  letter-spacing: -.02em;
  font-family: Droid Serif, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-sub-heading-large.core-value-heading {
  margin-top: 0;
}

.f-h3-heading {
  color: var(--shoosmith-navy);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: var(--shoosmith-navy);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-section-large {
  padding: 92px 10%;
  position: relative;
}

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

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

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

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: center;
  line-height: 28px;
}

.icon-2, .icon-3, .icon-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-3 {
  color: var(--shoosmith-bronze);
}

.team_social-link {
  color: #67707e;
  background-color: #fff0;
  border-radius: .5rem;
  flex: none;
  padding: .5rem;
  transition: color .3s, background-color .3s;
}

.team_social-link:hover {
  color: #25272c;
  background-color: #fff;
}

.divider-secondary {
  border-top: 2px dashed #d8dbdf;
  width: 100%;
}

.column-xsmall-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h1-3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.row-xsmall-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px dashed var(--shoosmith-bronze);
  background-color: #fff;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

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

.icon-xsmall-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-size-medium-5 {
  letter-spacing: -.12px;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium-5.text-color-tertiary {
  color: #67707e;
}

.section-medium-2 {
  background-color: var(--body);
  padding: 5rem 10%;
  position: relative;
}

.text-color-brand-2 {
  color: #154ee0;
}

.subheading-large-3 {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  font-weight: 500;
}

.title-center-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #49505b;
  border: 2px dashed #d8dbdf;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

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

.team_image {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.text-span-4 {
  color: var(--shoosmith-bronze);
}

.heading-2, .h5---team {
  color: var(--shoosmith-navy);
}

.div-block-7 {
  background-image: url('../images/Robbie.jpg');
  background-position: 40% 18%;
  background-size: cover;
  width: 100%;
  height: 45vh;
}

.div-block-7.diff {
  background-image: linear-gradient(#000, #fff), url('../images/Robbie.jpg');
  background-position: 0 0, 40% 18%;
  background-size: auto, cover;
}

.div-block-7.neil {
  background-image: url('../images/Neil.jpg');
}

.div-block-7.sadiah {
  background-image: url('../images/Sadiah.jpg');
  background-position: 0%;
}

.div-block-7.andrew {
  background-image: url('../images/Andrew.jpg');
}

.div-block-7.robert {
  background-image: url('../images/Robert.jpg');
}

.div-block-7.oscar {
  background-image: url('../images/Oscar.jpg');
}

.div-block-7.sam {
  background-image: url('../images/Sam.jpg');
}

.f-section-large-2 {
  border-style: none;
  border-width: 20px 1px 1px;
  border-color: var(--shoosmith-bronze) black black;
  background-color: var(--shoosmith-navy);
  background-image: linear-gradient(180deg, var(--shoosmith-navy) 25%, #596171 100%, white);
  margin-top: 5%;
  padding: 100px 10% 0;
  position: relative;
}

.f-container-regular-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center start;
  display: flex;
}

.f-feature-card-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.f-feature-icon-wrapper-2 {
  background-color: #f7f9fd;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-margin-bottom-129 {
  margin-bottom: 8px;
}

.f-sub-heading-large-2 {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-paragraph-small-2 {
  color: var(--body);
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.heading-3, .heading-4 {
  color: var(--body);
}

.heading-5 {
  color: #fff;
  text-align: left;
}

.rt-home-three-award-appere-section {
  width: 100%;
  position: relative;
}

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

.rt-home-three-award-dot {
  background-color: var(--shoosmith-bronze);
  color: #333;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.rt-container-11 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-container-11.rt-home-three-award-appere-container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.rt-container-11.rt-home-three-award-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-home-three-award-item {
  z-index: 1;
  position: relative;
}

.rt-home-three-award-sticky-box {
  width: 100%;
  margin-bottom: 10%;
}

.rt-home-three-award-content {
  color: #6d6d6d;
  max-width: 181px;
}

.rt-home-three-award-main-dot {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.rt-home-three-award-description {
  color: #6d6d6d;
  padding-top: 24px;
  padding-bottom: 43px;
}

.rt-home-three-award-appere-line {
  transform-origin: 0%;
  background-color: #ececec;
  width: auto;
  height: 1px;
  margin-top: 15px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
  position: absolute;
  inset: 72px 0% auto;
}

.text-span-5 {
  color: var(--shoosmith-bronze);
}

.heading-6 {
  color: var(--shoosmith-navy);
  margin-bottom: 35px;
}

.heading-7 {
  color: var(--body);
}

.blog-featured-collection-item {
  background-color: #f4f4f4;
  border-radius: 1rem;
  margin-bottom: 4rem;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-featured-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  display: flex;
}

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

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

.arrow-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: grid;
}

.arrow-link:hover {
  color: #000;
}

.arrow-link.with-icon {
  grid-column-gap: .5rem;
}

.blog-featured-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

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

.blog-category {
  background-color: #f5e4e0;
  border-radius: 10rem;
  padding: .125rem .75rem;
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
}

.blog-category:hover {
  color: #fff;
  background-color: #d9998a;
}

.blog-featured-title {
  margin-bottom: 1rem;
  text-decoration: none;
}

.blog-featured-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.blog-featured-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-item {
  background-color: #f4f4f4;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.blog-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 1.5rem 20px;
  display: flex;
}

.blog-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.blog-image-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}

.heading-style-h4-2 {
  color: var(--shoosmith-navy);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.blog-image {
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: 100%;
}

.section-3 {
  margin-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.button-4 {
  background-color: var(--shoosmith-bronze);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 45%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.heading-8 {
  font-weight: 400;
}

.case-study-h {
  color: var(--shoosmith-navy);
  line-height: 44px;
}

.text-block-4 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.icon-5 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 5%;
  display: flex;
}

.icon-6 {
  width: 8%;
  height: auto;
  color: var(--shoosmith-bronze);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-8.margain {
  margin-top: 30px;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.section-4 {
  margin-top: 0;
  padding-bottom: 65px;
  padding-left: 10%;
  padding-right: 10%;
}

.section-5 {
  background-image: linear-gradient(270deg, #0000, #fff 77%), url('../images/ChatGPT-Image-Jun-2-2026-03_44_20-PM.png');
  background-position: 0 0, 0 0;
  padding-bottom: 220px;
  padding-left: 0%;
  padding-right: 0%;
}

.section-5.bg-img {
  background-image: linear-gradient(270deg, #0000, #fff 77%), url('../images/li-zhang-F6prk5NIYfY-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

.button4_circle-3 {
  z-index: 1;
  background-color: #b7a585;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-848 {
  z-index: 2;
  height: 100%;
  margin-top: 60px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.text-block-180 {
  color: #b7a585;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.text-block-180.left {
  color: var(--shoosmith-bronze);
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.button4_bg-2 {
  z-index: 0;
  background-color: #132d3e;
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button2_icon-2 {
  width: 50%;
}

.about-left-content {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 50%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

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

.button4-2 {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  border-radius: 99px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  height: 3.5em;
  margin-top: 20px;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5 {
  background-color: var(--shoosmith-bronze);
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-849 {
  margin-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
}

.icon-10 {
  width: 3%;
  height: 5%;
  color: var(--shoosmith-navy);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-10:hover {
  color: var(--shoosmith-bronze);
}

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

.banner-2 {
  background-color: #132d3e;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.link-block {
  width: 20%;
}

.collection-list-wrapper-5 {
  background-color: #fff;
  margin-top: 36px;
  overflow: visible;
}

.nav-hover-styles {
  display: none;
}

.text-size-xsmall-3 {
  font-size: .75rem;
  line-height: 1.5;
}

.image-7 {
  display: block;
}

.div-block-537 {
  z-index: -10;
  background-color: #fff9f0;
  border-bottom: 10px #000;
  width: 100%;
  height: 75vh;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-text {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.nav-text.dark {
  color: #132d3e;
}

.div-block-149 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: 450px;
  overflow: clip;
}

.nav-container-large {
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 3% 10% 8px;
  display: flex;
}

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

.lightbox-link {
  border-radius: 20px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.nav-dropdown-list, .nav-dropdown-list.w--open {
  background-color: #0000;
}

.section-29 {
  width: 80%;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}

.nav-link-2 {
  color: #3f3f46;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.nav-link-2:hover {
  color: #18181b;
  background-color: #f4f4f500;
}

.nav-link-2.w--current {
  color: #000;
}

.nav-link-2.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  background-color: #f4f4f500;
  justify-content: flex-start;
  align-items: center;
  padding-right: 6px;
  display: flex;
}

.nav-link-2.dropdown-toggle:hover {
  color: #fff;
}

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

.collection-item-7 {
  border-radius: 20px;
  width: 150px;
  height: 150px;
  margin-right: 18px;
}

.multi-img {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
  overflow: scroll;
}

.nav-dropdown-slot {
  min-width: 300px;
  min-height: 150px;
  padding-top: 12px;
}

.nav-dropdown-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

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

.heading-303 {
  color: #132d3e;
  background-color: #132d3e00;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.empty-state {
  background-color: #ddd0;
  height: 0;
}

.text-block-166 {
  color: var(--shoosmith-navy);
  font-family: Montserrat, sans-serif;
}

.text-block-166:hover {
  color: var(--shoosmith-bronze);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-179 {
  color: #fff;
  padding-left: 8px;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #122d3e;
  border-radius: 20px;
  flex: none;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 8px;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: block;
  box-shadow: 0 2px 8px #00000008;
}

.button-6:hover {
  text-align: center;
  background-color: #b7a585;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-6:active {
  text-align: center;
  background-color: #b7a585;
  border-radius: 20px;
}

.button-6.outline {
  color: #fff;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #b7a585;
}

.button-6.outline:hover {
  box-shadow: none;
  color: #fff;
  background-color: #b7a585;
  border: 1px #000;
}

.button-6.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.button-6.outline.smaller-button {
  background-color: #b7a585;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  transition: all .4s;
}

.button-6.outline.smaller-button:hover {
  transform: translate(0, -5px);
}

.button-6.outline.smaller-button.dark, .button-6.outline.smaller-button.dark:hover {
  color: #fff;
}

.div-block-521 {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-536 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #132d3e;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.div-block-536:hover {
  color: #b7a585;
}

.nav-dropdown-arrow {
  color: #b7a585;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
}

.hero-home {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/LV-Construction-37.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
}

.hero-home.img-chnage {
  z-index: 10;
  background-image: linear-gradient(#000000bf, #000000bf);
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.hero-home.img-chnage.colour-change {
  background-color: #201e1f;
  background-image: none;
  background-position: 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0%;
}

.hero-home.img-chnage.colour-change.vh {
  background-color: #a1688500;
  background-image: none;
  height: auto;
  padding-bottom: 41px;
}

.navbar-2 {
  background-color: #ddd0;
  margin-top: 0%;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.nav-dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #18181b;
  border-radius: 8px;
  padding: 8px 24px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  background-color: #fafafa;
}

.nav-dropdown-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.clean-white-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.clean-white-link:hover {
  text-decoration: underline;
}

.heading-273 {
  color: #132d3e;
  margin-top: 0;
  margin-bottom: 0;
}

.cs-section {
  width: auto;
  margin: 8% 10%;
  display: block;
}

.cs-section.no-arg {
  margin-top: 5%;
  margin-bottom: 10%;
}

.div-block-400 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  margin-right: 59px;
  display: flex;
}

.paragraph-155 {
  color: var(--shoosmith-navy);
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

.cs-stats {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.paragraph-154 {
  color: var(--para-colour);
  padding-bottom: 0;
  font-size: 1.1rem;
}

.text-block-167 {
  color: var(--shoosmith-navy);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.icon-11 {
  width: 5%;
  height: 100%;
  color: var(--shoosmith-bronze);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-168 {
  color: var(--shoosmith-navy);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.stat-text {
  color: var(--para-colour);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.div-block-366 {
  border: 1px solid var(--shoosmith-navy);
  background-color: #132d3e00;
  border-radius: 11px;
  margin-top: 40px;
  padding: 40px;
}

.div-block-150 {
  border-bottom: 2px dotted var(--shoosmith-bronze);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0%;
  margin-bottom: 3%;
  padding-bottom: 2%;
  display: block;
}

.div-block-823 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.case-study-heading {
  color: var(--shoosmith-navy);
}

.div-block-850 {
  margin-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
}

.is-txt-small {
  color: #0a227d;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4;
}

.timeline_dot {
  z-index: 1;
  background-color: #ea4537;
  border: 4px solid #0a227d;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress {
  z-index: 1;
  background-color: #ea4537;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.is-h2 {
  color: #94bac7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.timeline_track {
  background-color: #94bac7;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.is-h4 {
  color: #0a227d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.timeline_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_progress-overlay-bottom {
  background-image: linear-gradient(#0a227d00, #0a227d);
  width: 6px;
  height: 4em;
  position: absolute;
  inset: auto 0% 0 47%;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_inner {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.timeline_progress-overlay-top {
  z-index: 0;
  background-image: linear-gradient(#0a227d, #0a227d00);
  width: 6px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_item {
  grid-row-gap: 1em;
  background-color: #94bac7;
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 2em;
  display: flex;
  box-shadow: 6px 6px #ea4537;
}

.timeline_heading-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border: 1px solid var(--shoosmith-navy);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.timeline10_item.is-alternate {
  background-color: #f85d3a;
  box-shadow: 0 2px 5px #0003;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  position: relative;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--shoosmith-navy);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.timeline-heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 20vh;
  position: absolute;
  top: -1vh;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: var(--shoosmith-bronze);
  width: 3px;
  height: 50vh;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

.heading-style-h6-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.timeline-div {
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
}

.tl---heading {
  color: var(--shoosmith-navy);
  margin-bottom: 20px;
}

.paragraph-156 {
  margin-bottom: 100px;
}

.paragraph-156.tl-para {
  width: 50%;
  color: var(--shoosmith-navy);
  margin-bottom: 60px;
}

.text-span-6 {
  color: var(--shoosmith-bronze);
}

.paragraph-157 {
  font-size: 1.1rem;
}

._2000-para {
  line-height: 29px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--shoosmith-navy);
}

.core-values-para {
  line-height: 29px;
}

.core-values-small-descs {
  text-align: center;
  line-height: 29px;
}

._2009-para, ._2014-para, ._2020-para, ._2021-para, ._2022-para, ._2024-para, .today-para {
  line-height: 29px;
}

.paragraph-158 {
  text-align: left;
  line-height: 29px;
}

.team-h2 {
  margin-top: 0;
}

.cv-h2 {
  margin-top: 10px;
}

.h2-our-story {
  color: var(--shoosmith-navy);
  margin-top: 10px;
  line-height: 55px;
}

.tl-header {
  width: 100%;
  margin-bottom: 60px;
}

.paragraph-159 {
  line-height: 29px;
}

.our-story-para {
  color: #fff;
  line-height: 29px;
}

.case-study-text {
  color: var(--body);
}

.text-span-7, .text-span-8, .text-span-9 {
  color: var(--shoosmith-bronze);
}

.h-s-header {
  background-image: linear-gradient(90deg, var(--body), #f7f7f7d9 43%, #fff0), url('../images/george-ciobra-vbWm5njYAgI-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.h-s-hero {
  color: var(--shoosmith-navy);
}

.text-span-10 {
  color: var(--shoosmith-bronze);
}

.section-30 {
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
}

.body-2 {
  margin-top: 0;
}

.div-block-851 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
  display: flex;
}

.div-block-852 {
  width: 55%;
}

.image-289 {
  border-radius: 20px;
  max-width: 40%;
}

.text-span-11 {
  color: var(--shoosmith-bronze);
}

.image-290 {
  max-width: 5%;
}

.div-block-853 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bullet-point---h-s {
  margin-bottom: 0;
}

.accred-section {
  opacity: 1;
  background-color: #f5f5f600;
  background-image: linear-gradient(#f5f5f66b, #f5f5f66b), url('../images/pipes-copperr.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 15%;
  padding: 0 0%;
  position: relative;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fbfbfc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center end;
  width: auto;
}

.f-feature-card-outlined {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

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

.f-paragraph-large-2.f-text-weight-bold {
  font-weight: 700;
}

.text-span-12 {
  color: var(--shoosmith-bronze);
}

.accred-heading {
  margin-bottom: 10px;
}

.heading-div---accreds {
  width: 50%;
  margin-top: 0;
  padding-top: 40px;
}

.div-block-854 {
  opacity: 1;
  margin-left: 0%;
  padding: 0 10% 60px;
}

.section-31 {
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}

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

.small-accred {
  max-width: 25%;
}

.small-accred.padding {
  padding-top: 25px;
  padding-bottom: 20px;
}

.small-accred.size {
  max-width: 37%;
}

.small-accred.size.padding-accred {
  padding-top: 18px;
  padding-bottom: 10px;
}

.accred-desc {
  margin-top: 20px;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: var(--shoosmith-bronze);
}

.f-team-name-wrapper {
  margin-bottom: 16px;
}

.f-team-sidebar-sticky {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 60px;
}

.f-team-image-small {
  border-radius: 8px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.f-team-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-3.f-text-color-gray-500 {
  color: #6b7094;
}

.f-margin-bottom-130 {
  margin-bottom: 8px;
}

.f-team-sidebar {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-team-social-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

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

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-team-grid-large {
  grid-column-gap: 72px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.f-team-social-row-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.f-team-content-wrapper {
  color: #160042;
  margin-top: 24px;
}

.f-team-card-medium {
  border-bottom: 1px #f3f5fb;
  padding-bottom: 60px;
}

.f-team-icon-link {
  color: #160042;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: color .3s;
  display: flex;
}

.f-team-icon-link:hover {
  color: #642eff;
}

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

.f-section-large-3 {
  padding: 92px 10%;
  position: relative;
}

.testimonal-section {
  margin: 5% 10%;
}

.section-32 {
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
}

.image-291 {
  width: 100%;
  height: 90.7737%;
}

.div-block-856 {
  border-bottom: 15px solid var(--shoosmith-bronze);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  height: 50vh;
}

.body-rich-text {
  margin-top: 40px;
}

.padding {
  margin-top: 5%;
}

.text-span-17 {
  color: var(--shoosmith-bronze);
}

.section-33 {
  border: 1px none var(--shoosmith-navy);
  background-image: url('../images/Director-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 54vh;
  margin: 5% 10%;
  display: flex;
}

.image-292 {
  max-width: 50%;
  position: relative;
  bottom: 10px;
}

.div-block-857 {
  width: 55%;
  margin-top: 100px;
  margin-left: 40px;
}

.div-block-857.quote-director {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 140px;
  font-style: italic;
  display: flex;
}

.heading-1086 {
  color: #fff;
  font-weight: 400;
  line-height: 40px;
}

.quote-name {
  color: #fff;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
}

.icon-12, .icon-13, .icon-14 {
  width: 45px;
  height: 45px;
  color: var(--shoosmith-bronze);
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rounded {
    flex: none;
  }

  .testimonial {
    width: 430px;
  }

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

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    justify-content: flex-start;
  }

  .text-block-180 {
    letter-spacing: 2px;
    font-weight: 400;
  }

  .about-left-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1440px) {
  .gallery_bento {
    height: 550px;
  }

  .button4_circle-2 {
    background-color: var(--shoosmith-bronze);
  }

  .div-block-848 {
    height: 80%;
  }

  .about-left-content {
    padding-top: 90px;
  }

  .button-6.outline.smaller-button {
    background-color: #b7a585;
  }

  .cs-section {
    margin-top: 8%;
    margin-bottom: 8%;
    display: block;
  }

  .div-block-366 {
    background-color: #201e1f;
    border-radius: 13px;
    padding: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-counter-heading-text-2 {
    margin-bottom: 10px;
  }

  .rt-home-two-our-approach-block-2 {
    grid-column-gap: 100px;
  }

  .rt-create-planning-flex-2 {
    grid-column-gap: 35px;
  }

  .rt-home-two-our-approach-left-2 {
    max-width: 45%;
  }

  .rt-home-two-red-bg-2 {
    padding-top: 55px;
    padding-bottom: 47px;
  }

  .section-29, .cs-section.no-arg {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-366 {
    background-color: #0f406e;
  }
}

@media screen and (max-width: 991px) {
  .hero8_section {
    padding-top: 9.375rem;
  }

  .menu-button {
    background-color: var(--shoosmith-navy);
    color: #fff;
    border-radius: 7px;
    padding: .5rem;
  }

  .menu-button.w--open {
    background-color: var(--shoosmith-bronze);
  }

  .navigation_container {
    position: static;
  }

  .navigation_menu {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e7;
    padding: .5rem 5% 1rem;
  }

  .navigation_brand-divider {
    display: none;
  }

  .navigation_link {
    color: var(--shoosmith-navy);
  }

  .image_cover {
    border-radius: 20px;
    max-height: 400px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation_dropdown {
    width: 100%;
    position: relative;
  }

  .navigation_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .navigation_dropdown-toggle {
    color: var(--shoosmith-navy);
  }

  .navigation_image {
    height: 19.875rem;
  }

  .button-small.is-ghost-2.hide-on-mobile, .button-small.is-secondary-3.hide-on-mobile {
    display: none;
  }

  .navigation_dropdown-list {
    position: relative;
    top: 0;
    left: auto;
  }

  .navigation_dropdown-list.w--open {
    padding-top: 0;
    position: static;
    top: 0;
  }

  .navigation_dropdown-list.is-nav01 {
    left: auto;
  }

  .project_article-image-small {
    max-width: none;
  }

  .project_header-image {
    height: 30rem;
  }

  .section-small {
    padding: 3rem 5%;
  }

  .feature_card-small:hover {
    background-color: #fff;
  }

  .project_article-content, .project_numbers-small {
    max-width: none;
  }

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

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

  .footer_main, .footer_main.is-large {
    grid-template-columns: 1fr;
  }

  .footer_links-two {
    max-width: none;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer_banner {
    display: none;
  }

  .cta-component {
    padding: 5rem 3rem;
  }

  .cta-content {
    margin-right: 3rem;
  }

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

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

  .logo-title {
    max-width: 16rem;
  }

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

  .logo-image-2 {
    max-width: 70px;
  }

  .logo-component {
    grid-column-gap: 3rem;
    place-items: center stretch;
  }

  .padding-global-2, .section-medium {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact_map-button-inner {
    padding: 1rem;
  }

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

  .contact_card:hover {
    background-color: #fff;
  }

  .contact_map-large {
    height: 37.5rem;
  }

  .contact_map-button {
    padding: 1.5rem;
  }

  .gallery_bento-image {
    height: 25vw;
  }

  .gallery_bento {
    height: 350px;
  }

  .faq-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .paragraph-large {
    margin-bottom: 30px;
  }

  .about-section-description {
    margin-bottom: -40px;
  }

  .grid-12-columns {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .spacer-l {
    height: 110px;
  }

  .grid-2-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .about-section-title-wrapper {
    max-width: none;
  }

  .rounded {
    width: auto;
    height: 100%;
  }

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

  .display-2 {
    font-size: 50px;
    line-height: 60px;
  }

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

  .rt-home-two-our-approach-right-2 {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-counter-heading-text-2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .rt-component-section-5 {
    padding-top: 40px;
  }

  .rt-home-two-our-approach-block-2 {
    display: block;
  }

  .rt-create-planning-flex-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-category-cards-text-4.rt-text-white-4 {
    max-width: none;
  }

  .rt-home-two-our-approach-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-home-two-red-bg-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .f-sub-heading-large.core-value-heading {
    margin-top: 0;
  }

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

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

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

  .title-center-2 {
    justify-content: center;
    align-items: center;
  }

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

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-home-three-award-sticky-box {
    position: static;
  }

  .rt-home-three-award-description {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .rt-home-three-award-appere-line {
    display: block;
  }

  .blog-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-featured-content-wrapper {
    padding: 2rem;
  }

  .about-left-content {
    width: auto;
  }

  .div-block-849 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .banner-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-block {
    width: 30%;
  }

  .image-7 {
    width: 100%;
  }

  .nav-text {
    color: #132d3e;
  }

  .nav-container-large {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-dropdown-list {
    position: static;
  }

  .nav-dropdown-list.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
    position: static;
  }

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

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

  .nav-link-2.dropdown-toggle {
    color: #132d3e;
  }

  .nav-dropdown-slot {
    padding-top: 0;
  }

  .nav-dropdown-card {
    box-shadow: none;
    background-color: #0000;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 24px;
    flex-flow: column;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    position: absolute;
    left: 5%;
    right: 5%;
  }

  .button-6 {
    position: relative;
  }

  .button-6.outline.smaller-button {
    color: #fff;
    background-color: #132d3e;
    width: 35%;
  }

  .div-block-536 {
    margin-top: 40px;
  }

  .hero-home {
    background-image: linear-gradient(to bottom, null, null);
    height: 600px;
  }

  .hero-home.img-chnage {
    background-image: linear-gradient(#000000ba, #000000ba), url('../images/Builders-site-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-home.img-chnage.colour-change.vh {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cs-section {
    margin: 15% 5%;
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_item.is-alternate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline-heading, .timeline-heading.text-color-586174 {
    font-size: 1rem;
  }

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

  .div-block-17 {
    flex-flow: column;
  }

  .paragraph-156.tl-para {
    width: 60%;
  }

  .core-values-para {
    margin-top: 20px;
  }

  .core-values-small-descs {
    text-align: center;
  }

  .div-block-851 {
    flex-flow: row;
  }

  .f-grid-two-column, .f-team-grid-large {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h1 {
    font-size: 3rem;
  }

  .row.row-top {
    flex-flow: column;
  }

  .navigation_seperator {
    width: 100%;
    height: auto;
  }

  .navigation_buttons {
    display: none;
  }

  .icon_inner {
    padding: .5rem;
  }

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

  .navigation_column {
    width: 100%;
  }

  .navigation_line-divider {
    width: 100%;
    height: 1px;
  }

  .profile-card {
    width: auto;
  }

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

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

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

  .project_header-image {
    height: 25rem;
  }

  .project_detail-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .feature_card-arrow {
    display: none;
  }

  .project_post-image {
    aspect-ratio: 12 / 7.2;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

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

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

  .feature_accent-bottom-r.boiler {
    height: 14rem;
    top: 14.5%;
  }

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

  .footer-section {
    padding-top: 14rem;
  }

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

  .cta-component {
    padding: 4rem 2rem;
  }

  .cta-content {
    margin-right: 0;
  }

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

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

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

  .logo-title {
    max-width: none;
  }

  .logo-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    place-items: center stretch;
    padding-top: 0;
  }

  .logo-image-2 {
    max-height: 3rem;
  }

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

  .logo-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium-3 {
    font-size: 1.125rem;
  }

  .text-size-medium-3.text-weight-medium {
    display: none;
  }

  .logo-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .text-size-xlarge-2 {
    font-size: 18px;
  }

  .gallery_bento {
    height: 300px;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .display-3 {
    font-size: 36px;
    line-height: 46px;
  }

  .ticker-inner {
    grid-column-gap: 30px;
    padding-right: 30px;
  }

  .grid-12-columns {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .spacer-l {
    height: 140px;
  }

  .step {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .step-title {
    max-width: none;
  }

  .table-row {
    padding-bottom: 40px;
  }

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

  .display-2 {
    font-size: 42px;
    line-height: 52px;
  }

  .rl_heading1_spacing-block-1-3 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_heading1_spacing-block-2-3 {
    padding-bottom: 1.5rem;
  }

  .rt-create-planning-flex-2 {
    grid-column-gap: 15px;
  }

  .rt-home-two-approach-right-2 {
    display: none;
  }

  .rt-autofit-10 {
    height: auto;
  }

  .rt-autofit-10.rt-mobile-full-width {
    width: 100%;
  }

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

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

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

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

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

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

  .f-feature-card-centre {
    justify-content: center;
    align-items: center;
  }

  .heading-5 {
    text-align: center;
    font-weight: 400;
    line-height: 25px;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-home-three-award-content {
    max-width: 100%;
  }

  .rt-home-three-award-appere-line {
    display: none;
  }

  .blog-featured-collection-item {
    margin-bottom: 3.5rem;
  }

  .blog-featured-content-wrapper {
    padding: 1.5rem;
  }

  .blog-featured-image-wrapper {
    padding-top: 50%;
  }

  .blog-featured-item {
    grid-template-columns: 1fr;
  }

  .blog-featured-image {
    max-width: 100%;
    height: 100%;
  }

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

  .button-4 {
    width: 100%;
  }

  .text-block-4 {
    font-size: 1.1rem;
  }

  .text-block-5 {
    font-size: .9rem;
  }

  .section-5 {
    background-image: linear-gradient(270deg, #0000, #fff 77%), url('../images/li-zhang-F6prk5NIYfY-unsplash.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .about-left-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .banner-2 {
    display: none;
  }

  .link-block {
    width: 35%;
  }

  .button-6.outline.smaller-button {
    width: 40%;
  }

  .hero-home {
    background-image: linear-gradient(#000000b5, #000000b5), url('../images/Builders-site-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .hero-home.img-chnage {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 45vh;
  }

  .hero-home.img-chnage.colour-change.vh {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_progress {
    inset: 0% auto auto 2.5em;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_grid {
    grid-template-columns: 5em 1fr;
  }

  .timeline_progress-overlay-bottom {
    background-image: linear-gradient(#0a227d00, #0a227d 59%);
    height: 4em;
  }

  .timeline_progress-overlay-top {
    background-image: linear-gradient(#0a227d 18%, #0a227d00);
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

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

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline-heading {
    font-size: 1rem;
  }

  .timeline10_progress {
    left: 0;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

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

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

  .f-feature-card-outlined {
    padding: 32px;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .button {
    width: 60%;
  }

  .button.invert._10px-left {
    margin-left: 0;
  }

  .hero8_section {
    background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle at 100%, #0000 30%, #00000080 69%, #262b36), url('../images/Team.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .text-size-xlarge {
    font-size: 1.15rem;
  }

  .feature_card-white, .feature_card-large {
    padding: 1rem;
  }

  .project_header-image {
    height: 20rem;
  }

  .project_testimonial-content {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature_card-small {
    padding: 1rem;
  }

  .project_image {
    aspect-ratio: 5.88 / 4.2;
  }

  .feature_image {
    height: 12.5rem;
  }

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

  .feature_accent-bottom-r.boiler {
    height: 10rem;
    top: auto;
    bottom: -9%;
    right: auto;
  }

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

  .footer-section {
    padding-top: 10rem;
  }

  .footer_block {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .cta-component {
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding: 2rem 1.5rem;
  }

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

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

  .logo-list {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .logo-item {
    justify-content: center;
    align-items: flex-start;
  }

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

  .title-center {
    margin-bottom: 3.5rem;
  }

  .contact_map-detail {
    width: auto;
    max-width: none;
    right: .75rem;
  }

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

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

  .gallery_bento {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 200px;
  }

  .gallery_bento-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .highlight {
    margin-bottom: -.25rem;
    margin-left: -.25rem;
    margin-right: -.25rem;
    padding-bottom: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

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

  .display-3 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .testimonial {
    width: 300px;
    min-width: 300px;
    margin-right: 0%;
  }

  .display-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .rt-create-planning-flex-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-title-wrapper-center {
    justify-content: center;
    align-items: flex-start;
  }

  .f-paragraph-large {
    text-align: left;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: left;
  }

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

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

  .title-center-2 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .heading-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 48px;
  }

  .f-grid-four-column {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .f-feature-card-centre {
    justify-content: center;
    align-items: center;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .rt-home-three-award-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-home-three-award-content {
    text-align: center;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-featured-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-5 {
    background-image: linear-gradient(270deg, #0000, #fff 77%), url('../images/li-zhang-F6prk5NIYfY-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-bottom: 0;
  }

  .button4_circle-3 {
    width: 3.2em;
  }

  .div-block-848 {
    height: 80%;
    margin-top: 40px;
  }

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

  .text-block-180.left {
    text-align: left;
  }

  .button2_icon-2 {
    width: 35%;
  }

  .about-left-content {
    width: 90%;
  }

  .button4-2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .button-5 {
    width: auto;
  }

  .link-block {
    width: 50%;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-149 {
    height: 350px;
  }

  .nav-container-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-links {
    justify-content: center;
    align-items: center;
  }

  .heading-303 {
    text-align: left;
  }

  .nav-menu {
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }

  .button-6 {
    width: 100%;
    font-size: 16px;
  }

  .button-6.outline.smaller-button {
    width: auto;
    margin-top: 0;
  }

  .hero-home {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/Builders-site-min.jpg');
    background-position: 0 0, 100%;
    height: 700px;
  }

  .hero-home.img-chnage {
    height: 40vh;
  }

  .cs-section {
    margin-right: 5%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }

  .div-block-400 {
    margin-right: 0;
  }

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

  .cs-stats {
    margin-bottom: 20px;
  }

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

  .div-block-150 {
    flex-flow: column;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress {
    left: 2em;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline-heading {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-17 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .team-h2 {
    text-align: left;
  }
}

#w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be72-402d4831 {
  justify-self: end;
}

#w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be77-402d4831, #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be83-402d4831 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_485639d6-6013-fa60-6539-254364e0bc80-64e0bc5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_485639d6-6013-fa60-6539-254364e0bca9-64e0bc5f {
  place-self: end;
}

#w-node-_485639d6-6013-fa60-6539-254364e0bcae-64e0bc5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5a0f0c8-c1d8-2d2a-5bb8-71abd464c0a5-d464c08e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f5a0f0c8-c1d8-2d2a-5bb8-71abd464c0a7-d464c08e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66268105-5af0-266a-29bf-46cc840c507e-840c5075, #w-node-_66268105-5af0-266a-29bf-46cc840c5080-840c5075, #w-node-_66268105-5af0-266a-29bf-46cc840c5082-840c5075, #w-node-_66268105-5af0-266a-29bf-46cc840c5084-840c5075 {
  justify-self: center;
}

#w-node-_73d15317-4e1d-fdac-0478-dd6f8a4863d9-8a4863bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4739938d-b813-c6f4-d955-c4c7d47ef492-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef499-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef4a0-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef515-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef522-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef52f-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef534-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef563-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef576-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef58f-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef590-ca2ff8b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8049c6ba-0a92-c78e-0bf6-f50a97ad7754-ca2ff8b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8049c6ba-0a92-c78e-0bf6-f50a97ad7755-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef597-ca2ff8b4, #w-node-_4739938d-b813-c6f4-d955-c4c7d47ef598-ca2ff8b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5d331e7-6c7d-2772-b8f1-b19ca2faebdc-ca2ff8b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5d331e7-6c7d-2772-b8f1-b19ca2faebdd-ca2ff8b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e73426b-c4c1-b2d1-6e51-f7832ebbe2e8-73a3d117 {
  place-self: auto;
}

#w-node-_80d68258-d431-3a84-6c3b-8e6092c3c3b6-73a3d117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dad9251-1f5f-fa0e-2023-8c15b16473b5-9bb5a585 {
  justify-self: center;
}

#w-node-_62e2fb45-ab27-1529-fa35-7ddf483cd72e-8835568d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62e2fb45-ab27-1529-fa35-7ddf483cd71f-8835568d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be72-402d4831 {
    justify-self: auto;
  }

  #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be77-402d4831, #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be83-402d4831 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be8f-402d4831, #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be98-402d4831 {
    grid-column: span 1 / span 1;
  }

  #w-node-_485639d6-6013-fa60-6539-254364e0bc64-64e0bc5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be77-402d4831, #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be83-402d4831 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246be8f-402d4831 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246bea1-402d4831, #w-node-_0f9d7c0d-380c-64f6-31c8-ea7e1246beaa-402d4831 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_485639d6-6013-fa60-6539-254364e0bca9-64e0bc5f {
    order: -9999;
    justify-self: start;
  }

  #w-node-_80d68258-d431-3a84-6c3b-8e6092c3c3ce-73a3d117, #w-node-_80d68258-d431-3a84-6c3b-8e6092c3c3e8-73a3d117, #w-node-a94df291-3e33-eb99-3bc4-95775450c370-73a3d117, #w-node-_6cf0dd46-c732-9565-68e3-510836ab7b55-73a3d117 {
    order: -9999;
  }
}


