@font-face {
  font-family: Opensans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-colour: white;
  --secondary-colour: #f5f0ea;
  --primary-colour: #146775;
  --primary-colour-bright: #187e8f;
}

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

.body {
  background-color: var(--bg-colour);
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
}

.section {
  z-index: 2;
  background-color: var(--bg-colour);
  padding: 60px 80px;
  position: relative;
}

.section.tan1 {
  background-color: var(--secondary-colour);
  padding-top: 20px;
  padding-bottom: 40px;
}

.section.tan2, .section.tan3 {
  background-color: var(--secondary-colour);
}

.section.cta {
  background-color: var(--primary-colour);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.cta.extra-padding {
  padding-bottom: 60px;
}

.section.tan4 {
  background-color: var(--secondary-colour);
}

.section.logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.services {
  background-color: var(--primary-colour);
  background-image: linear-gradient(#146775d9, #146775d9), url('../images/IMG_2580-1-1.png');
  background-position: 0 0, 45% 0;
  background-size: auto, auto;
  height: 50vh;
}

.section.tan5 {
  background-color: var(--secondary-colour);
}

.section.less-padding {
  height: 80vh;
}

.style-guide-whole-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.h1.white {
  color: var(--bg-colour);
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.h2.white {
  color: #fff;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.h3.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.large-text {
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.small-text {
  color: #000;
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: margin .2s;
}

.small-text:hover {
  margin-bottom: 0;
}

.small-text.white {
  color: #fff;
  width: auto;
}

.small-text.white.centered {
  text-align: center;
  width: auto;
}

.small-text.white.centered.set-width {
  width: 45%;
}

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

.small-text.grey {
  color: #333;
  margin-right: 0;
}

.small-text.grey:hover {
  margin-bottom: 0;
}

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

.button {
  background-color: var(--primary-colour);
  border-radius: 100px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: box-shadow .2s, background-color .2s, margin .2s;
}

.button:hover {
  background-color: var(--primary-colour-bright);
  margin-top: 0;
  margin-bottom: 4px;
  box-shadow: -2px 2px 10px #0003;
}

.button.nav {
  margin-left: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.button.white {
  background-color: var(--bg-colour);
  color: #000;
}

.button.submit {
  width: 100%;
}

._4px-spacer {
  width: 4px;
  height: 4px;
}

._8px-spacer {
  width: 8px;
  height: 8px;
}

._12px-spacer {
  width: 12px;
  height: 12px;
}

._16px-spacer {
  width: 16px;
  height: 16px;
}

._20px-spacer {
  width: 20px;
  height: 20px;
}

._28-px-spacer {
  width: 28px;
  height: 28px;
}

._40px-spacer {
  width: 40px;
  height: 40px;
}

.nav-bar {
  background-color: #fff;
  height: 2rem;
}

.image {
  height: 30px;
}

.brand {
  flex-flow: column;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.nav-link-2 {
  color: #404040;
}

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

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

.nav-link-2.small-text {
  color: #323232;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}

.nav-link-2.small-text:hover {
  color: #000;
}

.nav-link-3 {
  color: #404040;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #000;
}

.nav-link-3.small-text {
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}

.nav-link-3.small-text.w--current {
  color: #333;
}

.nav-link-3.small-text.w--current:hover {
  color: #000;
}

.navbar {
  z-index: 99;
  background-color: var(--bg-colour);
  padding-left: 80px;
  padding-right: 80px;
  position: sticky;
  top: 0;
}

.navbar.contact-colour, .navbar.contact {
  background-color: var(--secondary-colour);
}

.brand-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 65px;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  position: static;
}

.image-2 {
  width: auto;
  height: 24px;
}

.button-2 {
  background-color: #cc3c32;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 500;
  transition: all .2s, background-color .2s;
}

.button-2:hover {
  background-color: #e62f22;
  margin-top: 2px;
  margin-bottom: 6px;
  box-shadow: 0 2px 10px #00000040;
}

.button-2.left-button-margin {
  margin-left: 20px;
}

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

.nav-link-4 {
  display: none;
}

.container {
  width: auto;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-link {
  color: #404040;
}

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

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

.nav-link.small-text {
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}

.nav-link.small-text.w--current {
  color: #323232;
}

.hero-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.image-3 {
  position: relative;
}

.blue-circle {
  z-index: 1;
  background-color: var(--primary-colour);
  border: 5px solid #fff;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto 22% 8% auto;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

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

.image-4 {
  border-radius: 12px;
  position: static;
}

.div-block {
  position: absolute;
}

.blue-circle-2 {
  z-index: 1;
  background-color: var(--primary-colour);
  border: 5px solid #f5f0ea;
  border-radius: 9rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8.5rem;
  height: 8.5rem;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto auto -3% -6%;
}

.div-block-2 {
  position: relative;
}

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

.logo-wrappers, .testimonial-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  width: 100%;
}

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

.small-testimonial-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.how-can-i-help-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  border-radius: 12px;
}

.servicees-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.service-block {
  background-color: var(--bg-colour);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 19rem;
  padding: 12px;
  display: flex;
  box-shadow: -2px 2px 10px #24242433;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-6 {
  width: 40px;
  height: 40px;
}

.price-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block {
  color: #000;
}

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

.cta-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.qualification-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qual-header-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-7 {
  width: 60px;
  height: 60px;
}

.qualification-grid-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 50%;
}

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

.image-8 {
  width: 24px;
  height: 24px;
}

.footer-dark {
  background-color: #f5f0ea;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.none {
  display: none;
}

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

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.footer-link.w--current {
  font-size: 16px;
  line-height: 26px;
}

.footer-link.small-text {
  margin-bottom: 0;
}

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

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-9 {
  width: 100%;
  height: 60px;
  margin-top: -1px;
  padding-top: 0;
}

.image-10 {
  min-width: 100%;
  height: 50px;
  margin-bottom: -1px;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.small-text-2 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.accordion_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 80%;
  max-width: 1900px;
  display: flex;
}

._28px-spacer {
  width: 28px;
  height: 28px;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.accordion {
  background-color: var(--bg-colour);
  border: 1px #c2c2c2;
  border-radius: 0;
}

.h2-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.accordion_panel {
  background-color: var(--bg-colour);
  border-radius: 4px;
  margin-top: -4px;
  padding: .5rem 1.5rem 1.5rem;
  display: none;
  box-shadow: -2px 6px 10px #00000026;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--bg-colour);
  cursor: pointer;
  border: 0 #000;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  box-shadow: -2px 2px 10px #26262633;
}

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-11 {
  width: 60px;
  height: 60px;
}

.div-block-5 {
  z-index: -1;
  background-color: var(--bg-colour);
  background-image: url('../images/Group-45-2.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 42vh;
  margin-top: -1px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

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

.contact-text-sub-wrapper {
  width: 100%;
  margin-right: 0;
}

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

.image-12 {
  width: 28px;
  height: 28px;
}

.div-block-6 {
  background-color: var(--bg-colour);
  border-radius: 8px;
  padding: 12px;
  box-shadow: -2px 2px 10px #27272733;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  color: #000;
  background-color: #f0f0f0;
  border: 1px #000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
}

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

.text-field-2 {
  background-color: #f0f0f0;
  border: 1px #000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
}

.text-field-2::placeholder {
  color: #000;
}

.text-field-3 {
  background-color: #f0f0f0;
  border: 1px #000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
}

.text-field-3::placeholder {
  color: #000;
}

.text-field-3.message {
  padding-bottom: 80px;
  font-size: 16px;
}

.body-2 {
  font-family: Opensans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image-13 {
  width: 100%;
  margin-bottom: -1px;
}

.image-14 {
  display: none;
}

.image-15 {
  width: 100%;
}

.image-16 {
  min-width: 100%;
}

.image-17, .image-18, .image-19 {
  width: auto;
  height: 4rem;
}

.image-20 {
  width: 100%;
  height: 25px;
}

.image-21 {
  width: 100%;
  min-width: 100%;
  height: 50px;
}

.image-22, .image-23 {
  min-width: 100%;
  height: 50px;
}

.image-24 {
  min-width: 100%;
  height: 25px;
}

.image-25 {
  width: 100%;
  min-width: 100%;
}

.image-26, .image-27 {
  min-width: 100%;
}

@media screen and (min-width: 1280px) {
  .section.cta.extra-padding {
    padding-bottom: 60px;
  }

  .section.logo {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.less-padding {
    height: 80vh;
  }

  .h1 {
    font-size: 52px;
    line-height: 56px;
  }

  .h2 {
    font-size: 44px;
    line-height: 48px;
  }

  .h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .h4 {
    font-size: 32px;
    line-height: 38px;
  }

  .large-text {
    color: #000;
    font-size: 22px;
    line-height: 32px;
  }

  .small-text {
    font-size: 20px;
    line-height: 30px;
  }

  .button {
    padding: 11px 24px;
    font-size: 18px;
    line-height: 24px;
  }

  ._8px-spacer {
    width: 12px;
    height: 12px;
  }

  ._12px-spacer {
    width: 16px;
    height: 16px;
  }

  ._16px-spacer {
    width: 20px;
    height: 20px;
  }

  ._20px-spacer {
    width: 24px;
    height: 24px;
  }

  ._28-px-spacer {
    width: 32px;
    height: 32px;
  }

  ._40px-spacer {
    width: 44px;
    height: 44px;
  }

  .brand-2 {
    height: 70px;
  }

  .image-2 {
    height: 28px;
  }

  .container {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .blue-circle {
    border-width: 6px;
    width: 11rem;
    height: 11rem;
    bottom: 11%;
  }

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

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

  .image-4 {
    width: 100%;
  }

  .blue-circle-2 {
    border-width: 6px;
    width: 10rem;
    height: 10rem;
    bottom: -4%;
    left: -10%;
  }

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

  .service-block {
    border-radius: 12px;
    height: 20rem;
  }

  .image-7 {
    width: 70px;
    height: 70px;
  }

  .footer-link.small-text.w--current {
    font-size: 20px;
    line-height: 30px;
  }

  .image-10 {
    height: 60px;
  }

  .small-text-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion_wrapper {
    width: 80%;
  }

  .paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }

  .h2-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .accordion_header {
    border-radius: 8px;
  }

  .image-11 {
    width: 75px;
    height: 75px;
  }

  .div-block-5 {
    height: 46vh;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-3.message {
    font-size: 20px;
  }

  .body-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-13, .image-15 {
    height: 50px;
  }

  .image-16 {
    height: 60px;
  }

  .image-17, .image-18, .image-19 {
    width: auto;
    height: 5rem;
  }

  .image-20 {
    height: 40px;
  }

  .image-21, .image-22, .image-23 {
    height: 60px;
  }

  .image-24 {
    height: 40px;
  }

  .image-26, .image-27 {
    height: 60px;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .section.less-padding {
    height: 75vh;
  }

  .h1 {
    font-size: 64px;
    line-height: 70px;
  }

  .h2 {
    color: #000;
    font-size: 54px;
    line-height: 58px;
  }

  .h3 {
    font-size: 44px;
    line-height: 52px;
  }

  .h4 {
    font-size: 36px;
    line-height: 44px;
  }

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

  .small-text, .button {
    font-size: 22px;
    line-height: 32px;
  }

  .button.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-2 {
    height: 36px;
  }

  .button-2 {
    padding: 12px 20px;
  }

  .blue-circle {
    border-width: 6px;
    width: 12.5rem;
    height: 12.5rem;
  }

  .about-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .blue-circle-2 {
    border-width: 6px;
    width: 11rem;
    height: 11rem;
    bottom: -3%;
    left: -10%;
  }

  .grid-4 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr .75fr;
  }

  .service-block {
    border-radius: 16px;
    height: 24.5rem;
    padding: 20px;
  }

  .image-6 {
    width: 55px;
    height: 55px;
  }

  .image-7 {
    width: 80px;
    height: 80px;
  }

  .small-text-2 {
    font-size: 24px;
    line-height: 38px;
  }

  .accordion_wrapper {
    width: 80%;
  }

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

  .h2-2 {
    font-size: 60px;
    line-height: 65px;
  }

  .accordion_header {
    padding: 16px 20px;
  }

  .image-11 {
    width: 85px;
    height: 85px;
  }

  .div-block-5 {
    height: 45vh;
  }

  .grid-7 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .div-block-6 {
    padding: 16px;
  }

  .text-field, .text-field-2, .text-field-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .text-field-3.message {
    padding-top: 10px;
    font-size: 22px;
  }

  .image-17, .image-18, .image-19 {
    width: auto;
    height: 6rem;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding: 100px 180px;
  }

  .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.logo {
    padding-bottom: 40px;
  }

  .section.hero {
    padding-left: 180px;
    padding-right: 180px;
  }

  .h1 {
    font-size: 76px;
    line-height: 82px;
  }

  .h2 {
    font-size: 64px;
    line-height: 70px;
  }

  .h3 {
    font-size: 50px;
    line-height: 56px;
  }

  .h4 {
    color: #000;
    font-size: 44px;
    line-height: 50px;
  }

  .large-text {
    font-size: 30px;
    line-height: 44px;
  }

  .small-text {
    font-size: 28px;
    line-height: 42px;
  }

  .button {
    padding: 14px 28px;
    font-size: 28px;
    line-height: 42px;
  }

  ._8px-spacer {
    width: 20px;
    height: 20px;
  }

  ._12px-spacer {
    width: 24px;
    height: 24px;
  }

  ._16px-spacer {
    width: 28px;
    height: 28px;
  }

  ._20px-spacer {
    width: 32px;
    height: 32px;
  }

  ._28-px-spacer {
    width: 40px;
    height: 40px;
  }

  ._40px-spacer {
    width: 52px;
    height: 52px;
  }

  .nav-link-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-link-2.small-text {
    color: #323232;
    font-size: 28px;
    line-height: 32px;
  }

  .nav-link-2.small-text.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-link-3.small-text {
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .nav-link-3.small-text.w--current {
    color: #333;
    font-size: 28px;
    line-height: 32px;
  }

  .navbar {
    padding: 20px 180px;
  }

  .image-2 {
    width: auto;
    height: 50px;
  }

  .button-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .nav-link {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-link.small-text {
    font-size: 28px;
    line-height: 32px;
  }

  .nav-link.small-text.w--current {
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .blue-circle {
    border-width: 8px;
    width: 16rem;
    height: 16rem;
  }

  .about-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: .75fr 1.25fr;
  }

  .image-4 {
    width: 100%;
  }

  .blue-circle-2 {
    border-width: 8px;
    width: 15rem;
    height: 15rem;
  }

  .grid-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr .5fr;
  }

  .grid-5 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .service-block {
    height: 33rem;
    padding: 28px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-6 {
    width: 75px;
    height: 75px;
  }

  .qual-header-wrapper {
    height: 100px;
  }

  .image-7 {
    width: 100px;
    height: 100px;
  }

  .qualification-grid-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-8 {
    width: 40px;
    height: 40px;
  }

  .image-9 {
    height: 100px;
  }

  .small-text-2 {
    font-size: 34px;
    line-height: 48px;
  }

  .accordion_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 80%;
    max-width: none;
  }

  ._28px-spacer {
    width: 32px;
    height: 32px;
  }

  .paragraph-text {
    font-size: 26px;
    line-height: 36px;
  }

  .h2-2 {
    font-size: 80px;
    line-height: 85px;
  }

  .accordion_header {
    padding: 20px;
  }

  .image-11 {
    width: 105px;
    height: 105px;
  }

  .div-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-field, .text-field-2 {
    padding-left: 20px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-field-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-field-3.message {
    font-size: 28px;
  }

  .image-17, .image-18, .image-19 {
    height: 7rem;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 40px;
  }

  .section.tan3 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.tan4 {
    padding-bottom: 20px;
  }

  .section.logo {
    padding-top: 28px;
    padding-bottom: 39px;
  }

  .section.less-padding {
    height: 80vh;
  }

  .h1 {
    font-size: 36px;
    line-height: 39.6px;
  }

  .h2 {
    color: #000;
    font-size: 28px;
    line-height: 30px;
  }

  .h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .large-text {
    font-size: 16px;
    line-height: 26px;
  }

  .small-text {
    font-size: 14px;
    line-height: 24px;
  }

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

  .nav-link-2, .nav-link-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .container {
    max-width: 2000px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .blue-circle {
    width: 8rem;
    height: 8rem;
    bottom: 6%;
    right: 20%;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-link.small-text {
    margin-bottom: 0;
  }

  .accordion_wrapper {
    width: 100%;
  }

  .paragraph-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .accordion_header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-5 {
    height: 45vh;
    margin-top: -1px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section.less-padding {
    height: auto;
  }

  .small-text.white.centered.set-width {
    width: auto;
  }

  .button.nav {
    display: none;
  }

  .nav-link-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .nav-link-2.small-text {
    color: #000;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 30%;
    font-size: 20px;
    line-height: 20px;
  }

  .nav-link-2.small-text:focus {
    color: #000;
  }

  .nav-link-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .nav-link-3.small-text {
    color: #000;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 30%;
    font-size: 20px;
    line-height: 20px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon {
    color: #000;
  }

  .menu-button {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .menu-button.tan, .menu-button.contact {
    background-color: var(--secondary-colour);
  }

  .menu-button.secondary-colour {
    background-color: #f5f0ea;
  }

  .menu-button.secondary-colour.w--open {
    color: #000;
  }

  .button-2.left-button-margin {
    margin-bottom: 20px;
    margin-left: 0;
    display: none;
  }

  .nav-menu {
    color: #000;
    background-color: #f4f4f4;
    border-radius: 8px;
    margin: 16px;
    box-shadow: -2px 2px 10px #00000040;
  }

  .nav-link-4 {
    color: #000;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30%;
    font-size: 20px;
    line-height: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
  }

  .nav-link-4:active, .nav-link-4:focus, .nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible], .nav-link-4:visited {
    color: #000;
  }

  .nav-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .nav-link.small-text {
    color: #000;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 30%;
    font-size: 20px;
    line-height: 20px;
  }

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

  .blue-circle {
    bottom: 5%;
    right: 42%;
  }

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

  .image-4 {
    width: 75%;
  }

  .blue-circle-2 {
    bottom: -4%;
    left: 2%;
  }

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

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .image-5 {
    width: 75%;
  }

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

  .service-block {
    height: auto;
    padding: 16px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-link.small-text {
    margin-bottom: 0;
  }

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

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

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

  .image-10 {
    height: 25px;
  }

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

  .div-block-5 {
    height: 30rem;
  }

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

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

  .div-block-9 {
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-14 {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: block;
  }

  .image-17, .image-18, .image-19 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 60px 15px;
  }

  .section.hero {
    padding-top: 18px;
  }

  .section.less-padding {
    padding-top: 28px;
  }

  .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .h2 {
    line-height: 34px;
  }

  .h2.white.centered, .large-text.centered {
    text-align: center;
  }

  .small-text {
    line-height: 22px;
  }

  .small-text.less-text-hight {
    font-size: 12px;
    line-height: 22px;
  }

  .nav-link-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .nav-link-2.small-text {
    background-color: #fff;
    font-size: 20px;
  }

  .nav-link-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .nav-link-3.small-text {
    background-color: #fff;
    padding-right: 30%;
    font-size: 20px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #fff;
    padding: 20px 15px;
  }

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

  .menu-button.contact-colour {
    background-color: #f5f0ea;
  }

  .menu-button.tan {
    background-color: var(--secondary-colour);
  }

  .image-2 {
    width: auto;
    height: 20px;
  }

  .button-2 {
    font-size: 10px;
    line-height: 16px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 8px;
    margin: 12px;
    box-shadow: -2px 2px 10px #28282833;
  }

  .nav-link-4 {
    background-color: #fff;
  }

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

  .nav-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .nav-link.small-text {
    background-color: #fff;
    padding-right: 30%;
    font-size: 20px;
  }

  .hero-section-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .blue-circle-2 {
    width: 7.7rem;
    height: 7.7rem;
  }

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

  .image-5 {
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-7 {
    width: 48px;
    height: 48px;
  }

  .qualification-grid-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    width: 100%;
  }

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

  .footer-link.small-text {
    margin-bottom: 0;
  }

  .image-9 {
    height: 30px;
  }

  .image-10 {
    height: 25px;
  }

  .small-text-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .h2-2 {
    z-index: 1;
    font-size: 30px;
    line-height: 38px;
    position: relative;
  }

  .accordion_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-5 {
    height: 90vh;
  }

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

  .image-12 {
    width: 20px;
    height: 20px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .image-13 {
    height: 22px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-15 {
    margin-bottom: -2px;
  }

  .image-16 {
    margin-top: -6px;
  }

  .image-17, .image-18 {
    width: 75%;
    height: auto;
  }

  .image-19 {
    width: 65%;
    height: auto;
  }

  .image-20 {
    margin-top: -7px;
  }

  .image-21 {
    height: 25px;
  }

  .image-23, .image-24 {
    height: 30px;
  }
}

#w-node-_79e6ced6-ebc2-825f-2f20-dc0ad520fc2f-15f4a178, #w-node-_79e6ced6-ebc2-825f-2f20-dc0ad520fc3a-15f4a178, #w-node-_4962339c-bba0-291d-d45f-8069616c0874-83025754, #w-node-_4962339c-bba0-291d-d45f-8069616c087d-83025754, #w-node-d711d129-2a98-bff6-bca1-7d4b3d2fe5c7-0597e552, #w-node-d711d129-2a98-bff6-bca1-7d4b3d2fe5d0-0597e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6839123a-c861-a434-49af-8fb9535145e6-15f4a178 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}