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

.section {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.main-content {
  background-color: #fff;
}

.section.main-content.breakout {
  background-color: rgba(159, 208, 219, 0.8);
}

.section.main-content.transparent-bg {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.section.main-content.image-gallery {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.section.intro {
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(159, 208, 219, 0.7);
}

.section.brand-header {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section.contact {
  background-color: rgba(255, 255, 255, 0.9);
}

.section.footer {
  background-color: #9fd0db;
}

.section.social-media {
  background-color: #024179;
}

.brand-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 25px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(75, 75, 75, 0.6);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #024179;
}

.heading-1 {
  font-family: Arsenal, sans-serif;
  color: #4b4b4b;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Arsenal, sans-serif;
  color: #4b4b4b;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-2.left {
  margin-top: 0px;
  font-weight: 400;
  text-align: left;
}

.logo-container {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 25px;
  background-color: transparent;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  background-color: transparent;
}

.container.flex-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.grid {
  display: -ms-grid;
  display: grid;
  padding-top: 35px;
  padding-bottom: 35px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.privacy {
  max-width: 1100px;
}

.container.social-media {
  min-height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph {
  margin-bottom: 15px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.paragraph.bold {
  font-weight: 600;
}

.paragraph.privacy {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
}

.list-item {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #4b4b4b;
  font-size: 17px;
  line-height: 24px;
}

.flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #024179;
}

.flex-child.content {
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 66.6666%;
  -ms-flex: 0 66.6666%;
  flex: 0 66.6666%;
}

.flex-child.image-container {
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
}

.flex-child.test {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #4b4b4b;
}

.flex-child.header-link {
  padding: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  text-decoration: none;
}

.flex-child.header-link:hover {
  background-color: rgba(159, 208, 219, 0.3);
}

.section-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1000;
  background-image: url('../images/Money-counting-woodcut-s-desk.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.image {
  width: 100%;
  max-width: none;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
}

.image.logo {
  display: block;
  max-width: 400px;
  border-style: none;
}

.image.logo.mobile {
  display: none;
  max-width: 200px;
}

.field-label {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.button {
  width: auto;
  margin-top: 100px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9fd0db;
  border-radius: 20px;
  background-color: #024179;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border-color: #024179;
  background-color: #fff;
  color: #024179;
}

.button.contact {
  width: 25%;
  min-width: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #024179;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.contact:hover {
  border-color: #024179;
  background-color: #fff;
  color: #024179;
}

.form-block {
  margin-top: 10px;
}

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

.grid-column-container {
  padding-right: 0px;
}

.grid-column-container.contact {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.text-block-2 {
  margin-bottom: 0px;
  font-size: 15px;
}

.text-block-2:hover {
  color: #b89263;
}

.text-block-2.link {
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #ad3a6a;
  font-size: 20px;
  font-weight: 500;
}

.text-field {
  border-radius: 5px;
}

.paragraph-2 {
  overflow: visible;
  width: 90%;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-right: 20px;
  float: none;
  font-size: 15px;
  line-height: 21px;
  white-space: normal;
}

.paragraph-2.full-width {
  width: auto;
}

.paragraph-2.special-note {
  width: auto;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  font-style: italic;
}

.text-block-contact {
  margin-bottom: 15px;
  color: #4b4b4b;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.body {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.body.privacy {
  margin-top: 60px;
}

.link {
  color: #024179;
}

.link:hover {
  color: #fff;
}

.link.inline:hover {
  color: rgba(2, 65, 121, 0.7);
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Arsenal, sans-serif;
  color: #4b4b4b;
  font-weight: 400;
  text-align: center;
}

.heading-3.privacy {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #d8d8d8;
}

.text-block.footer {
  margin-bottom: 10px;
  color: #024179;
  text-align: center;
}

.text-block.footer.registered-details {
  color: #024179;
  font-size: 13px;
  line-height: 18px;
}

.text-block.header-icon-text {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.grid-element {
  width: 100%;
}

.tel-link {
  color: #024179;
  font-size: 18px;
  text-decoration: none;
}

.tel-link:hover {
  color: rgba(2, 65, 121, 0.6);
  text-decoration: underline;
}

.container-2 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #444;
  text-transform: none;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #d5af70;
}

.social-media-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  border-radius: 50%;
  background-color: #024179;
  background-image: url('../images/social-media-icon-email-set2.svg');
  background-position: 0px 50%;
  background-size: cover;
}

.social-media-icon:hover {
  background-position: 100% 50%;
}

.social-media-icon.w--current {
  width: 36px;
  height: 36px;
  background-image: url('../images/social-media-icon-email-set2.svg');
}

.social-media-icon.linked-in {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/social-media-icon-linkedin-set2.svg');
}

.social-media-icon.facebook {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/social-media-icon-facebook-set2.svg');
}

.social-media-icon.facebook.w--current {
  background-image: url('../images/social-media-icon-facebook-set2.svg');
}

.social-media-icon.telephone {
  width: 34px;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-image: url('../images/social-media-icon-telephone-set2.svg');
}

.social-media-icon.telephone.w--current {
  background-image: url('../images/social-media-icon-telephone-set2.svg');
}

.social-media-icon.tel {
  background-image: url('../images/social-media-icon-telephone-set2.svg');
}

.social-media-icon.hidden {
  display: none;
}

.body-text {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 0px;
  color: #444;
  font-size: 1.15em;
  line-height: 140%;
  font-style: normal;
  font-weight: 400;
}

.body-text.footer-text {
  margin: 12px 2% 8px;
  padding-right: 0px;
  padding-left: 0px;
  color: #f0e9db;
  font-size: 0.9em;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}

.footer-row {
  padding-top: 8px;
  border-top: 1px solid rgba(240, 233, 219, 0.47);
}

.footer-link {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 9px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  color: #f0e9db;
  text-align: center;
  text-decoration: none;
}

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

.section-2 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 5px;
  border-style: none;
  background-color: transparent;
  color: #ddd;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
}

.section-2.footer {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #024179;
  color: #3a998b;
}

.header-icon-container {
  background-color: #024179;
  background-image: url('../images/social-media-icon-telephone-set2.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link-2 {
  color: #fff;
  text-decoration: underline;
}

.footer-link-2:hover {
  color: #91df18;
}

.close-modal-bg {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  color: #000;
}

.model-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding: 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: transparent;
}

.close-modal {
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: #81bb27;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.close-modal:hover {
  background-color: #fff;
  color: #81bb27;
}

.body-text-2 {
  margin-bottom: 12px;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 140%;
  font-style: normal;
  font-weight: 400;
}

.body-text-2.modal-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.body-text-2.modal-text.centred {
  color: #fff;
}

.modal {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 4, 10, 0.75);
  color: #3b3b3b;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-heading {
  text-align: center;
}

.utility-div {
  margin-bottom: 21px;
}

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

.utility-link-box {
  padding-top: 10px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #024179;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.utility-link-box:hover {
  border-color: #024179;
  background-color: #fff;
  color: #024179;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  min-height: auto;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #2d3241 #2d3241 rgba(45, 50, 65, 0.25);
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .section.main-content.breakout {
    background-color: rgba(159, 208, 219, 0.85);
  }

  .section.intro {
    height: 650px;
    background-color: rgba(159, 208, 219, 0.7);
  }

  .brand-wrapper {
    height: 80px;
  }

  .heading-1 {
    color: #4b4b4b;
    font-size: 40px;
    text-align: center;
  }

  .heading-2 {
    color: #4b4b4b;
    font-size: 30px;
    text-align: center;
  }

  .heading-2.left {
    text-align: left;
  }

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

  .container {
    max-width: 1400px;
  }

  .container.flex-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.grid.min-height {
    min-height: 450px;
  }

  .paragraph {
    margin-bottom: 15px;
  }

  .paragraph.bold {
    font-weight: 600;
  }

  .section-background {
    background-image: url('../images/Money-counting-woodcut-2.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .image {
    display: block;
    max-width: none;
  }

  .image.logo {
    max-width: 450px;
  }

  .button:hover {
    border-color: #024179;
    background-color: #fff;
    color: #024179;
  }

  .button.contact {
    margin-bottom: 10px;
  }

  .button.contact:hover {
    border-color: #024179;
    color: #024179;
  }

  .grid-contact {
    margin-top: 25px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-column-container.contact {
    padding-left: 0px;
    background-color: transparent;
  }

  .text-block-2.link {
    margin-bottom: 5px;
  }

  .paragraph-2 {
    width: 70%;
    padding-right: 20px;
    line-height: 22px;
  }

  .paragraph-2.full-width {
    width: 100%;
  }

  .paragraph-2.special-note {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .text-block-contact {
    line-height: 26px;
  }

  .heading-3 {
    margin-bottom: 30px;
    color: #4b4b4b;
  }

  .text-block.footer {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .section.intro {
    height: 450px;
  }

  .brand-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .container.flex-hero {
    padding-top: 75px;
  }

  .container.grid {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

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

  .paragraph.privacy {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .list-block {
    padding-left: 20px;
  }

  .list-item {
    font-size: 15px;
    line-height: 20px;
  }

  .section-background {
    background-image: url('../images/Money-counting-woodcut-Tablet.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image.logo {
    max-width: 350px;
  }

  .field-label {
    font-size: 14px;
  }

  .button {
    padding-right: 29px;
    padding-left: 29px;
    font-size: 15px;
  }

  .button.contact {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 30px;
  }

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

  .grid-column-container {
    padding-right: 0px;
  }

  .grid-column-container.contact {
    margin-bottom: 0px;
  }

  .paragraph-2 {
    width: 95%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-contact {
    font-size: 19px;
  }

  .body.privacy {
    margin-top: 50px;
  }

  .heading-3 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 21px;
  }

  .text-block.header-icon-text {
    font-size: 15px;
  }

  .container-2 {
    display: block;
    width: 100%;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
  }

  .social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-icon {
    width: 30px;
    height: 30px;
    margin-right: 11px;
    margin-left: 11px;
  }

  .social-media-icon.telephone {
    width: 32px;
    height: 32px;
    margin-right: auto;
    margin-left: auto;
  }

  .body-text {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 1em;
    line-height: 19px;
  }

  .body-text.footer-text {
    margin-top: 6px;
  }

  .section-2 {
    display: block;
    margin: 0px auto;
  }

  .model-content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .close-modal {
    padding: 8px 20px;
    font-size: 15px;
  }

  .body-text-2 {
    margin-bottom: 15px;
    color: #525252;
    font-size: 1em;
  }

  .body-text-2.modal-text {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .body-text-2.modal-text.centred {
    text-align: center;
  }

  .modal {
    padding: 15px 15px 20px;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.intro {
    height: 350px;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 36px;
  }

  .container.flex-hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container.grid {
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .paragraph.privacy {
    font-size: 13px;
    line-height: 17px;
  }

  .section-background {
    background-image: url('../images/Money-counting-woodcut-Tablet.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image.logo {
    max-width: 320px;
  }

  .field-label {
    margin-bottom: 3px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .button.contact {
    width: auto;
    margin-top: 5px;
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

  .grid-contact {
    grid-column-gap: 12px;
  }

  .grid-column-container {
    padding-right: 0px;
  }

  .grid-column-container.contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-contact {
    margin-bottom: 10px;
    font-size: 17px;
  }

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

  .text-block.footer.registered-details {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block.header-icon-text {
    display: none;
  }

  .container-2 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 2%;
  }

  .social-media-icon {
    width: 28px;
    height: 28px;
  }

  .social-media-icon.linked-in {
    width: 30px;
    height: 30px;
  }

  .social-media-icon.facebook {
    width: 30px;
    height: 30px;
  }

  .social-media-icon.telephone {
    width: 30px;
    height: 30px;
  }

  .body-text {
    padding-right: 0px;
    font-size: 1em;
    line-height: 136%;
  }

  .body-text.footer-text {
    margin-right: 4%;
    margin-left: 4%;
  }

  .section-2 {
    margin-bottom: 10px;
  }

  .model-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .body-text-2 {
    margin-bottom: 10px;
    line-height: 130%;
  }

  .modal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .utility-page-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .utility-link-box {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section.intro {
    height: 380px;
  }

  .brand-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-1 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  .container.flex-hero {
    padding-top: 70px;
    padding-bottom: 40px;
  }

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

  .paragraph {
    line-height: 17px;
  }

  .paragraph.privacy {
    font-size: 13px;
    line-height: 16px;
  }

  .section-background {
    background-image: url('../images/Money-counting-woodcut-Mobile.png');
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .image.logo {
    display: none;
    max-width: 280px;
  }

  .image.logo.mobile {
    display: block;
    max-width: 120px;
  }

  .button {
    font-size: 13px;
  }

  .button.contact {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .grid-column-container.contact {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .paragraph-2.full-width {
    line-height: 15px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block.footer.registered-details {
    line-height: 15px;
  }

  .container-2 {
    margin-left: 0px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .social-media-icon {
    width: 26px;
    height: 26px;
  }

  .social-media-icon.linked-in {
    width: 28px;
    height: 28px;
  }

  .social-media-icon.facebook {
    width: 28px;
    height: 28px;
  }

  .social-media-icon.telephone {
    width: 28px;
    height: 28px;
  }

  .social-media-icon.tel {
    width: 26px;
    height: 26px;
  }

  .body-text {
    font-size: 0.95em;
    line-height: 125%;
  }

  .footer-link {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0px;
    text-align: center;
  }

  .model-content {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .close-modal {
    font-size: 14px;
  }

  .body-text-2 {
    color: #525252;
  }

  .body-text-2.modal-text.centred {
    font-size: 14px;
  }
}

#w-node-d8fc14ef-5442-3368-a6f2-dd666c1d9743-5b726b94 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d8fc14ef-5442-3368-a6f2-dd666c1d975a-5b726b94 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8442811e-8f62-fe04-4394-524b4118a7ac-5b726b94 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9fba4774-261d-7b06-c821-9eb6461f1e21-5b726b94 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8d10ac7c-70ff-b649-b4f0-20175a639d69-5b726b94 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a3557ffe-e3a8-ea68-d153-a2bb0d57a633-5b726b94 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_8d10ac7c-70ff-b649-b4f0-20175a639d86-5b726b94 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fdc0f2a0-9581-6a71-ad83-47be150d9c12-5b726b94 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fdc0f2a0-9581-6a71-ad83-47be150d9c2f-5b726b94 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-_6c05cbb6-d261-0e5d-8aea-ed9411bb8936-5b726b94 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-e3408ab7-8b40-9e6c-ccb4-b3c03629fb76-80960982 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e3408ab7-8b40-9e6c-ccb4-b3c03629fb95-80960982 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_8d10ac7c-70ff-b649-b4f0-20175a639d69-5b726b94 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a3557ffe-e3a8-ea68-d153-a2bb0d57a633-5b726b94 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fdc0f2a0-9581-6a71-ad83-47be150d9c12-5b726b94 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-fdc0f2a0-9581-6a71-ad83-47be150d9c2f-5b726b94 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }

  #w-node-_6c05cbb6-d261-0e5d-8aea-ed9411bb8936-5b726b94 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-e3408ab7-8b40-9e6c-ccb4-b3c03629fb76-80960982 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d8fc14ef-5442-3368-a6f2-dd666c1d975a-5b726b94 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fdc0f2a0-9581-6a71-ad83-47be150d9c2f-5b726b94 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c05cbb6-d261-0e5d-8aea-ed9411bb8936-5b726b94 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e3408ab7-8b40-9e6c-ccb4-b3c03629fb95-80960982 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d8fc14ef-5442-3368-a6f2-dd666c1d9743-5b726b94 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_8442811e-8f62-fe04-4394-524b4118a7ac-5b726b94 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9fba4774-261d-7b06-c821-9eb6461f1e21-5b726b94 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_8d10ac7c-70ff-b649-b4f0-20175a639d86-5b726b94 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-e3408ab7-8b40-9e6c-ccb4-b3c03629fb76-80960982 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8fc14ef-5442-3368-a6f2-dd666c1d9743-5b726b94 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d8fc14ef-5442-3368-a6f2-dd666c1d975a-5b726b94 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8442811e-8f62-fe04-4394-524b4118a7ac-5b726b94 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9fba4774-261d-7b06-c821-9eb6461f1e21-5b726b94 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a3557ffe-e3a8-ea68-d153-a2bb0d57a633-5b726b94 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_8d10ac7c-70ff-b649-b4f0-20175a639d86-5b726b94 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-fdc0f2a0-9581-6a71-ad83-47be150d9c2f-5b726b94 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6c05cbb6-d261-0e5d-8aea-ed9411bb8936-5b726b94 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e3408ab7-8b40-9e6c-ccb4-b3c03629fb76-80960982 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e3408ab7-8b40-9e6c-ccb4-b3c03629fb95-80960982 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

