:root {
  --brand-colour: #00aff1;
  --white: white;
  --transparent: transparent;
  --text-grey: #e2e2e2;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@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: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.container-3 {
  max-width: 92vw;
}

.container {
  color: var(--brand-colour);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
}

.sub-heading {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-top: 0;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.button {
  border: 2px solid var(--brand-colour);
  background-color: var(--brand-colour);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 0;
  padding: 11px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .6s, color .6s, background-color .6s;
}

.button:hover {
  border-width: 2px;
  border-color: var(--brand-colour);
  color: var(--brand-colour);
  background-color: #0000;
}

.button.blue-to-yellow {
  border-width: 2px;
  border-color: var(--brand-colour);
  background-color: var(--brand-colour);
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 20px;
}

.button.blue-to-yellow:hover {
  border-width: 2px;
  border-color: var(--brand-colour);
  background-color: var(--transparent);
  color: var(--brand-colour);
}

.button.form {
  display: inline-block;
}

.text-span {
  color: #fff100;
}

.massive-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 75px;
  line-height: 70px;
}

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

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 23px;
  font-size: 16px;
  font-weight: 800;
  transition: color .6s;
}

.nav-link:hover {
  color: var(--brand-colour);
}

.nav-link.right {
  padding-right: 32px;
}

.hero-section {
  background-color: #005aaa;
  background-image: linear-gradient(#000000b3 100%, #fff), url('../images/brendan-home.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.image {
  margin-right: 0;
  padding-right: 0;
}

.navbar {
  background-color: #0000;
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 20px;
}

.text-span-2 {
  color: var(--brand-colour);
}

.image-6 {
  box-shadow: 0 0 8px 2px var(--brand-colour);
  border-radius: 4px;
  max-width: 80%;
}

.image-6._2 {
  max-width: 90%;
}

.text-span-3 {
  color: #b53034;
}

.container-2 {
  max-width: 80vw;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
}

.paragraph {
  color: var(--text-grey);
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
}

.paragraph._26 {
  margin-top: 0;
  padding-top: 16px;
}

.paragraph.contact {
  text-align: left;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 18px;
}

.cell-5 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.main-heading-1 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 50px;
  display: block;
}

.main-heading-1.abt {
  text-transform: uppercase;
  padding-bottom: 40px;
}

.button-2 {
  background-color: var(--black);
  border: 2px solid #b53034;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .5s, color .5s, background-color .5s;
}

.button-2:hover {
  color: #b53034;
  background-color: #0000;
  border-color: #b53034;
}

.link-3 {
  color: #b53034;
}

.section {
  background-color: var(--black);
  background-image: linear-gradient(94deg, black 47%, var(--brand-colour));
  padding-bottom: 60px;
}

.text-span-4 {
  font-size: 30px;
  font-weight: 600;
}

.text-span-5 {
  font-size: 30px;
  display: block;
}

.text-span-6 {
  color: var(--brand-colour);
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  text-decoration: none;
}

.text-span-7 {
  color: var(--brand-colour);
}

.container-4 {
  max-width: 80vw;
  padding-top: 70px;
}

.text-span-8 {
  color: var(--brand-colour);
}

.blue-shadow-box {
  box-shadow: 0 0 8px 2px var(--brand-colour);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 15px;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-2 {
  color: var(--text-grey);
  margin-bottom: 20px;
}

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

.quick-stack-2 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  padding: 0;
}

.main-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.main-heading.about {
  margin-bottom: 10px;
}

.main-heading.why-us {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-heading.test {
  padding-bottom: 20px;
}

.text-span-9 {
  color: var(--brand-colour);
}

.container-5 {
  max-width: 80vw;
  padding-top: 60px;
}

.quick-stack-3 {
  margin-top: 10px;
  padding: 0;
}

.cell-7 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.why-choose-us-cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.div-block-3 {
  border: 2px solid var(--brand-colour);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  display: flex;
}

.cell-9, .cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.gallery-wrapper {
  grid-row-gap: 10px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.gallery-grid-two {
  grid-column-gap: 10px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  position: relative;
}

.gallery-lightbox {
  z-index: 99;
  flex-direction: row;
  display: block;
  position: relative;
}

.gallery-image {
  object-fit: cover;
  min-width: 360px;
  height: 360px;
}

.body {
  background-color: var(--black);
}

.container-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-10 {
  color: var(--brand-colour);
}

.section-4 {
  background-color: #000;
  background-image: radial-gradient(circle at 0 0, #000 49%, #00aff1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-12 {
  background-color: var(--transparent);
  color: var(--brand-colour);
}

.interaction-cell {
  padding-right: 20px;
}

.image-3 {
  border: 2px solid var(--brand-colour);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.paragraph-4 {
  color: #d8d8d8;
  margin-top: 26px;
  margin-bottom: 30px;
  font-size: 16px;
}

.heading-13 {
  color: #fff;
  padding-left: 20px;
  font-size: 30px;
}

.div-block-9 {
  background-color: var(--brand-colour);
  width: 100%;
  height: 3px;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.main-heading-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 50px;
  display: block;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  display: flex;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.textarea {
  color: #000;
  border-radius: 5px;
  padding-bottom: 35px;
}

.field-label {
  color: #d8d8d8;
  font-size: 20px;
}

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

.success-message {
  color: #b53034;
  background-color: #000;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-2 {
  color: var(--brand-colour);
}

.text-field-2 {
  color: #000;
  border-radius: 5px;
}

.form {
  width: 60vw;
  margin-bottom: 60px;
}

.text-field {
  color: #000;
  background-color: #d8d8d8;
  border: 1px solid #000;
  border-radius: 5px;
}

.field-label-2 {
  color: #d8d8d8;
  margin-bottom: 5px;
  font-size: 20px;
}

.name-wrapper {
  margin-bottom: 25px;
}

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

.error-message {
  color: #b53034;
  background-color: #00aff142;
  border-radius: 5px;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}

.button-3 {
  background-color: #b53034;
  border: 2px solid #b53034;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .5s, color .5s, background-color .5s;
}

.button-3:hover {
  color: #b53034;
  background-color: #0000;
  border-color: #b53034;
}

.text-span-13, .link-4 {
  color: var(--brand-colour);
}

.container-8 {
  background-color: var(--brand-colour);
  width: 50vw;
  max-width: 80vw;
  height: 2px;
  max-height: 2px;
  padding-top: 0;
  transition: color .5s;
}

.div-block-12 {
  border: 1px solid var(--brand-colour);
  background-color: #00aff124;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
}

.image-4 {
  border-radius: 0%;
  width: 30px;
  height: 30px;
}

.div-block-13 {
  border: 2px solid var(--brand-colour);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.div-block-13:hover {
  background-color: #00aff126;
}

.heading-14 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 20px;
  transition: color .5s;
}

.heading-14:hover {
  color: var(--white);
}

.div-block-14 {
  justify-content: center;
  align-items: stretch;
  padding-top: 26px;
  padding-bottom: 40px;
  display: flex;
}

.heading-16 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.link {
  color: #d8d8d8;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s;
}

.link:hover {
  color: var(--brand-colour);
}

.cell-16 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-7 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.quick-stack-6 {
  margin-top: 35px;
  margin-bottom: 50px;
}

.cell-18 {
  justify-content: center;
  align-items: center;
}

.heading-17 {
  color: #d8d8d8;
  font-size: 20px;
  line-height: 24px;
  transition: color .5s;
}

.heading-17:hover {
  color: var(--brand-colour);
}

.heading-17.non-link {
  font-weight: 600;
}

.heading-17.non-link:hover {
  color: #d8d8d8;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.cell-19 {
  justify-content: center;
  align-items: center;
}

.cell-17 {
  justify-content: flex-start;
  align-items: center;
}

.image-5 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .5s;
}

.link-2:hover {
  color: var(--brand-colour);
}

.cell-15 {
  justify-content: flex-start;
  align-items: center;
}

.container-9 {
  max-width: 80vw;
}

@media screen and (max-width: 991px) {
  .icon {
    color: var(--brand-colour);
    font-size: 40px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .button {
    margin-left: 0;
  }

  .massive-heading {
    font-size: 70px;
  }

  .nav-menu {
    background-color: #0b4358f7;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .nav-link {
    text-align: center;
    padding: 40px;
    font-size: 18px;
  }

  .nav-link.right {
    padding-right: 30px;
  }

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

  .navbar {
    margin-top: 0;
  }

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

  .image-6 {
    display: block;
  }

  .cell-4 {
    padding-left: 0;
  }

  .paragraph {
    margin-top: 0;
  }

  .paragraph._26 {
    padding-top: 16px;
  }

  .paragraph.contact {
    width: 55%;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .main-heading-1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 48px;
    display: block;
  }

  .main-heading-1.about {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .quick-stack {
    padding: 0;
  }

  .heading-2 {
    font-size: 28px;
  }

  .main-heading.about {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .text-span-9 {
    color: var(--brand-colour);
  }

  .why-choose-us-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-image {
    min-width: 200px;
    height: 200px;
  }

  .section-4 {
    padding-bottom: 100px;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
  }

  .main-heading-2 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
    line-height: 48px;
    display: block;
  }

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

  .form {
    width: 80vw;
  }

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

  .container-8 {
    width: 80vw;
  }

  .div-block-13 {
    margin-top: 15px;
  }

  .div-block-14 {
    flex-flow: row;
    padding-top: 0;
  }

  .heading-16 {
    margin-top: 50px;
  }

  .quick-stack-7 {
    margin-top: 20px;
  }

  .link-2 {
    color: var(--brand-colour);
    transition-property: color;
  }

  .link-2:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    color: var(--brand-colour);
    font-size: 40px;
  }

  .sub-heading {
    width: 80%;
    padding-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .button {
    margin-top: 12px;
  }

  .button.blue-to-yellow {
    font-size: 14px;
  }

  .button.blue-to-yellow.small {
    padding: 10px 16px;
  }

  .button.form-sec {
    width: 100%;
  }

  .massive-heading {
    font-size: 55px;
    line-height: 60px;
  }

  .nav-menu {
    background-color: #0b4358f7;
    flex-flow: row;
    height: auto;
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .nav-link {
    text-align: center;
    padding: 40px;
    font-size: 18px;
  }

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

  .div-block {
    flex-flow: row;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    margin-top: 0;
    font-size: 14px;
  }

  .paragraph._26 {
    padding-top: 16px;
  }

  .paragraph.contact {
    width: 70%;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .main-heading-1 {
    margin-bottom: 0;
    font-size: 42px;
    display: block;
  }

  .heading {
    text-align: center;
  }

  .quick-stack-2 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .main-heading.why-us {
    font-size: 42px;
  }

  .gallery-wrapper {
    transform: none;
  }

  .gallery-grid-two {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-grid-two._2 {
    display: none;
  }

  .gallery-lightbox {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery-lightbox.hide {
    display: block;
  }

  .gallery-image {
    object-fit: cover;
    width: 400px;
    min-width: auto;
    max-width: 90%;
    height: 400px;
    display: inline-block;
    overflow: clip;
  }

  .interaction-cell {
    padding-right: 0;
  }

  .interaction-cell.bottom {
    padding-top: 45px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .heading-13 {
    font-size: 22px;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .div-block-10 {
    padding-top: 10px;
  }

  .main-heading-2 {
    margin-bottom: 0;
    font-size: 42px;
    display: block;
  }

  .text-block-2 {
    color: var(--brand-colour);
  }

  .error-message {
    background-color: #00aff152;
    margin-top: 20px;
  }

  .div-block-13 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
  }

  .heading-14 {
    font-size: 17px;
  }

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

  .heading-16 {
    margin-top: 40px;
  }

  .heading-18 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .link {
    font-size: 18px;
  }

  .quick-stack-6 {
    margin-bottom: 0;
  }

  .heading-17, .heading-17.non-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .sub-heading {
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .button {
    vertical-align: baseline;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 14px;
    display: inline-flex;
  }

  .button.blue-to-yellow {
    margin: 8px 20px;
    padding: 12px 17px;
    font-size: 14px;
  }

  .button.blue-to-yellow:hover {
    border-color: var(--brand-colour);
  }

  .button.form {
    margin-top: 0;
  }

  .button.form-sec {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    display: inline-flex;
  }

  .massive-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .nav-menu {
    height: auto;
    padding-top: 25px;
    padding-bottom: 41px;
  }

  .hero-section {
    background-image: linear-gradient(#000000b3 100%, #fff), url('../images/19.jpeg');
    background-position: 0 0, 50%;
  }

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

  .image-6 {
    width: 80%;
    max-width: none;
  }

  .image-6._2 {
    max-width: 80%;
  }

  .cell-4 {
    padding-left: 0;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph._26 {
    padding-top: 16px;
  }

  .paragraph.contact {
    width: 90%;
    margin-top: 5px;
  }

  .cell-5 {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .main-heading-1 {
    padding-bottom: 20px;
    font-size: 35px;
  }

  .main-heading-1.abt {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .main-heading-1.abt.services {
    font-size: 42px;
  }

  .link-3 {
    color: #b53034;
  }

  .text-span-5 {
    text-align: center;
    font-size: 22px;
  }

  .quick-stack {
    padding: 0;
  }

  .text-span-6 {
    color: var(--brand-colour);
  }

  .heading, .heading-2 {
    font-size: 26px;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .main-heading, .main-heading.about, .main-heading.why-us {
    font-size: 42px;
  }

  .main-heading.contact {
    padding-bottom: 20px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

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

  .gallery-image {
    width: 100%;
    min-width: auto;
    max-width: 322px;
    height: auto;
    min-height: 200px;
  }

  .container-6 {
    padding-bottom: 30px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .interaction-cell, .interaction-cell.bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-13 {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
  }

  .quick-stack-5 {
    padding: 0;
  }

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

  .main-heading-2 {
    padding-bottom: 20px;
    font-size: 35px;
  }

  .textarea {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 36px;
  }

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

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

  .form {
    width: 90vw;
  }

  .text-field {
    color: #000;
  }

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

  .text-span-13 {
    color: var(--brand-colour);
  }

  .container-8 {
    width: 80vw;
    max-width: 80vw;
  }

  .heading-16 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
  }

  .quick-stack-7 {
    padding: 0;
  }

  .heading-17, .heading-17.non-link {
    line-height: 24px;
  }
}

#w-node-e1b0cf8b-d8dc-6a13-f0d9-dbea21004249-7e3b8824 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b6b6c7d-fe83-e53d-e1ea-9fe8fb632aa5-7e3b8824 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2e559640-0343-5cda-0ecd-3bc615337d23-7e3b8824 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4718b26e-320f-e50c-8802-ba2f83615b07-7e3b8824 {
  grid-row: span 3 / span 3;
}

#w-node-_350ed021-4a1c-92dc-06ec-a95041de438d-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de438f-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de4391-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de4393-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de4395-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de4397-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de4399-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de439b-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de439d-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de439f-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43a2-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43a4-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43a6-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43a8-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43aa-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43ac-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43ae-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43b0-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43b2-7e3b8824, #w-node-_350ed021-4a1c-92dc-06ec-a95041de43b4-7e3b8824 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f70ae809-3861-8bf2-81f0-01b94e9ac863-7e3b8824 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68258257-797a-be7d-1e05-7d22e1b2a679-7e3b8824 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_68258257-797a-be7d-1e05-7d22e1b2a69c-7e3b8824 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e1b0cf8b-d8dc-6a13-f0d9-dbea21004249-7e3b8824 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b6b6c7d-fe83-e53d-e1ea-9fe8fb632aa5-7e3b8824 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2e559640-0343-5cda-0ecd-3bc615337d23-7e3b8824 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4718b26e-320f-e50c-8802-ba2f83615b07-7e3b8824 {
    grid-row: span 3 / span 3;
  }

  #w-node-_68258257-797a-be7d-1e05-7d22e1b2a679-7e3b8824 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1b0cf8b-d8dc-6a13-f0d9-dbea21004249-7e3b8824 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b6b6c7d-fe83-e53d-e1ea-9fe8fb632aa5-7e3b8824 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2e559640-0343-5cda-0ecd-3bc615337d23-7e3b8824 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4718b26e-320f-e50c-8802-ba2f83615b07-7e3b8824 {
    grid-row: span 3 / span 3;
  }

  #w-node-f70ae809-3861-8bf2-81f0-01b94e9ac863-7e3b8824, #w-node-_68258257-797a-be7d-1e05-7d22e1b2a69c-7e3b8824 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1b0cf8b-d8dc-6a13-f0d9-dbea21004249-7e3b8824 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


