@font-face {
  font-family: Trajan pro;
  src: url('../fonts/Trajan-Pro.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Trajanpro;
  src: url('../fonts/TrajanPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #26317b;
  --white: white;
  --light-blue: #82a3ea;
  --red: #c2262a;
  --cobalt: #2c60a0;
  --smoke: #e6e6e6;
  --rockdoor-purple: #80388d;
  --black: black;
  --font: #333;
  --silver: #a5a5a5;
  --silver-2: #c5c5c5;
}

.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(--midnight-blue);
  flex-direction: column;
  align-items: center;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

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

.master-header-section {
  z-index: 20;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 79px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 40px #000000b3;
}

.main-header-group {
  align-items: center;
  width: 98%;
  display: flex;
}

.menu-div {
  z-index: 0;
  align-items: center;
  width: 34%;
  height: 113px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.company-logo {
  width: 100%;
}

.navbar {
  background-color: #0000;
  width: 100%;
}

.nav-menu {
  background-color: #ffffffe6;
  padding: 40px;
}

.menu-button {
  text-align: right;
  width: 100%;
}

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

.icon {
  color: #0000;
  background-image: url('../images/burgermenu-purple.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 26px;
}

.nav-link {
  color: var(--midnight-blue);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--light-blue);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--red);
  text-decoration: underline;
}

.nav-menu-sub-div {
  border-left: 1px solid var(--midnight-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.banner-slider {
  z-index: -1;
  background-color: #0000;
  height: auto;
}

.mask {
  height: 550px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_231298740_1AdobeStock_231298740.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_125127418_1AdobeStock_125127418.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-overlay {
  z-index: 15;
  position: absolute;
  inset: 0%;
}

.overlay-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 26px;
  display: flex;
}

.contact-group {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 96px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 90px auto auto;
}

.header-contact-info {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: capitalize;
  padding-top: 5px;
  font-weight: 500;
}

.header-contact-info.centre {
  color: var(--midnight-blue);
  text-align: center;
}

.divider {
  background-color: var(--white);
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.divider.gold {
  background-color: #b46634;
}

.link-white {
  color: var(--white);
  text-transform: none;
  line-height: 40px;
  text-decoration: none;
}

.banner-info-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.logo-icon {
  width: 200px;
}

.banner-heading {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.arrow-icon {
  width: 60px;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-section.top {
  background-color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section.home-large-image {
  background-color: var(--cobalt);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.content-section.home-large-image.tint {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_53576942_1AdobeStock_53576942.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.content-section.home-large-image.garage {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/garageconversions-bottom.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content-section.home-large-image.bathrooms {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bathroom-bottom.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.content-section.home-large-image.kitchens {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/kitchen-bottom.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 60px;
  padding-top: 0;
}

.content-section.home-large-image.refurb {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/refurb-bottom.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 60px;
  padding-top: 0;
}

.content-section.home-large-image.renovations {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/renovations-bottom.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.content-section.home-large-image.building-services {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/buildingservices-bottom.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.content-section._4 {
  background-color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 60px;
}

.content-section.smoke {
  background-color: var(--smoke);
  background-image: none;
  margin-top: 0;
}

.content-section.home {
  background-color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.content-section.bathrooms {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/bathroom-top.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section.kitchens {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/kitchen-top.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section.garage-conversions {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/garageconversions-top.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section.refurbishments {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/refurb-top.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section.renovations {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/renovations-top.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section.contractual {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/contractural-projects.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section._1 {
  margin-top: 0;
}

.content-section._3 {
  margin-top: 0;
  margin-bottom: 0;
}

.content-section.building-services {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/buildingservices-top.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
}

.content-section.blue {
  background-color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.content-section.rockdoor {
  background-color: var(--rockdoor-purple);
  border-radius: 0;
  align-items: center;
  margin-top: 110px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.content-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.content-div._1 {
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.content-div.centre {
  display: flex;
}

.content-div.area {
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h1-group {
  border-bottom: 1px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

.p {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  line-height: 26px;
}

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

.p._2 {
  padding-bottom: 30px;
}

.p._1 {
  padding-top: 30px;
}

.p.black {
  color: var(--black);
}

.discover-more-link {
  border: 2px solid var(--white);
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  padding: 9px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.discover-more-link:hover {
  background-color: var(--red);
  color: var(--white);
  text-decoration: underline;
}

.link-text {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.h2 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
}

.h2.white {
  border-bottom-color: var(--white);
  color: var(--white);
  margin-bottom: 0;
}

.h2.test {
  font-size: 22px;
}

.h2.black {
  border-bottom-color: var(--black);
  color: var(--black);
  font-size: 22px;
  line-height: 36px;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

._2x1.footer {
  width: 100%;
  padding-top: 50px;
}

.arrow-icon-right {
  height: 30px;
}

.list-group {
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

.list-group.vertical {
  flex-direction: column;
}

.slide-nav {
  z-index: 500;
  justify-content: center;
  display: none;
}

.list {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list.black {
  color: var(--black);
}

.list-item {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}

.list-item._1 {
  padding-right: 40px;
}

.list-item.fixed-width {
  text-align: center;
  justify-content: center;
  width: 150px;
}

.list-item.fixed-width._1 {
  width: 110px;
  padding-right: 0;
}

.list-item._2 {
  width: 150px;
}

.grid-content.overlay {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.grid-content.overlay._1 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-content.h3-section {
  background-color: var(--cobalt);
  border-bottom-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.half-banner-overlay {
  background-color: var(--cobalt);
  padding: 50px;
}

.half-banner-overlay.building-work {
  background-color: var(--cobalt);
}

.half-banner-overlay.carpentry {
  align-items: center;
  display: flex;
}

.h3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-grid.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-grid._90 {
  width: 95%;
}

.footer-heading {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}

.footer-heading.centre {
  color: var(--black);
  text-align: center;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.footer-heading.centre._1 {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  width: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}

.footer-heading.mobile {
  display: none;
}

.footer-info {
  line-height: 30px;
}

.footer-info._1 {
  padding-top: 20px;
}

.footer-grid-div {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  display: flex;
}

.footer-grid-div._1 {
  align-items: flex-start;
}

.footerlinks {
  color: var(--font);
  text-align: center;
  text-decoration: none;
}

.footerlinks._1 {
  padding-top: 60px;
}

.footer-section {
  background-image: url('../images/AdobeStock_221509408_1AdobeStock_221509408.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-image {
  background-image: url('../images/body-10.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 30px;
  min-height: 500px;
}

.grid-image._2 {
  background-image: url('../images/london-kitchen-2jpg.jpg');
}

.grid-image._3 {
  background-image: url('../images/AdobeStock_294096561.jpeg');
  min-height: 300px;
}

.grid-image._4 {
  background-image: url('../images/IMG-20180717-WA0027-420x280.jpg');
  background-position: 50%;
}

.grid-image.home {
  background-image: url('../images/body-23_1body (23).webp');
}

.grid-image.building-work {
  background-image: url('../images/AdobeStock_86281957.jpeg');
  background-position: 50%;
  min-height: auto;
}

.grid-image.small {
  background-image: url('../images/facebook-1.jpg');
  min-height: 450px;
}

.grid-image.small._2 {
  background-image: url('../images/AdobeStock_129616422.jpeg');
}

.grid-image.small._3 {
  background-image: url('../images/AdobeStock_80976827.jpeg');
}

.grid-image.small._4 {
  background-image: url('../images/Image-3-_1Image 3 .webp');
}

.grid-image.small._5 {
  background-image: url('../images/Image-4-_1Image 4 .webp');
}

.grid-image.small._6 {
  background-image: url('../images/gallery-19.jpg');
}

.grid-image.small._8 {
  background-image: url('../images/gallery-8.jpg');
}

.grid-image.carpentry {
  background-image: url('../images/body-9.jpg');
  background-position: 50% 100%;
  min-height: 550px;
}

.grid-image.kitchens {
  background-image: url('../images/AdobeStock_99450417.jpeg');
  background-position: 50%;
  min-height: auto;
}

.grid-image.roofing {
  background-image: url('../images/body-7.jpg');
  min-height: auto;
}

.grid-image.lofts {
  background-image: url('../images/AdobeStock_209211996.jpeg');
  min-height: auto;
}

.grid-image._5 {
  background-image: url('../images/AdobeStock_291183720.jpeg');
}

.grid-image._6 {
  background-image: url('../images/Banner-replacing-2-images_1Banner replacing 2 images.webp');
  border-bottom-right-radius: 0;
  min-height: 200px;
}

.grid-image._7 {
  background-image: url('../images/Image-2-_1Image 2 .webp');
}

.grid-image._8 {
  background-image: url('../images/IMG-20190814-WA0029-002.jpg');
  border-bottom-right-radius: 0;
}

.grid-image.building-services {
  background-image: url('../images/body-19.jpg');
  min-height: auto;
}

.grid-image.rockdoor {
  background-image: url('../images/Laura-Sutcliffe.webp');
  background-position: 50% 40%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  min-height: auto;
}

.int-link {
  color: var(--black);
}

.int-link.white {
  color: var(--white);
}

.area-list {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.area-list-group {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.map-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.map-html {
  width: 100%;
  position: relative;
}

.map-html.mobile {
  display: none;
}

.form-html {
  width: 100%;
}

.footer-group-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.insta-html {
  margin-bottom: 0;
}

.media-icon {
  width: 50px;
}

.media-link {
  margin-left: 10px;
  margin-right: 10px;
}

.association-group {
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.association-logo {
  opacity: .4;
  width: 20%;
  margin-left: 10px;
  margin-right: 10px;
}

.association-logo.kent {
  max-width: 70px;
}

.association-logo.fsb {
  max-width: 130px;
}

.banner-section {
  margin-top: 111px;
  position: relative;
}

.anchor-point {
  height: 10px;
}

.link-black {
  color: var(--font);
  text-decoration: none;
}

.h4 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.h4.left {
  text-align: left;
  border-bottom-width: 0;
  padding-bottom: 0;
  font-size: 40px;
}

.h4.sans-serif {
  border-bottom-color: var(--white);
  color: var(--white);
  text-align: left;
  font-weight: 300;
}

.h3-section-button {
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  margin-top: 20px;
  padding: 15px 35px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.h3-section-button:hover {
  background-color: var(--light-blue);
}

.small-arrow-icon {
  height: 17px;
}

.h3-2x1 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.browser-width-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.browser-width-grid.home {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.test-mask {
  height: 400px;
}

.test-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.map-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project-section {
  background-color: var(--smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.project-section.purple {
  background-color: var(--midnight-blue);
}

.logo-group-div {
  z-index: 1;
  width: 44%;
  position: relative;
}

.contact-subgroup {
  z-index: 1;
  border-left: 1px solid var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.header-button {
  z-index: 1;
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.header-button:hover {
  background-color: var(--red);
}

.menu-link {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bathrooms-page-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.menu-link:hover {
  color: var(--light-blue);
}

.menu-link._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/homepage-kitchens-service-box.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-link._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gallery-14_1gallery (14).webp');
}

.menu-link._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/body-12_1body (12).webp');
  border-bottom-right-radius: 30px;
}

.menu-link._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-1-_1Image 1 .webp');
  border-bottom-right-radius: 30px;
}

.menu-link._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gallery-12_1gallery (12).webp');
  border-bottom-right-radius: 30px;
}

.menu-link._7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Laura-Sutcliffe.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-link-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu-link-label {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
}

.contact-details-group {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-details-group.vtl {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-left: 0;
}

.menu-link-section {
  background-color: var(--cobalt);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.menu-link-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
}

.menu-link-description {
  width: 90%;
}

.half-banner-overlay-home {
  background-color: var(--cobalt);
  padding: 50px 30px;
}

.footer-grid-map-html {
  width: 100%;
  position: relative;
}

.footer-grid-map-html.mobile {
  display: none;
}

._2x1-100 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  padding-top: 0;
  padding-left: 2%;
  padding-right: 2%;
}

.image-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-blue-div {
  background-color: #82a3eacc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.banner-title-section {
  background-image: linear-gradient(#0b1833b3, #0b1833b3), url('../images/Banner-replacing-2-images_1Banner replacing 2 images.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.banner-title-section.home {
  background-image: linear-gradient(#26317bcc, #26317bcc), url('../images/AdobeStock_64480513_1AdobeStock_64480513.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 40px;
  position: relative;
}

.footer-group-div-100 {
  background-color: #82a3ea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-group-div-100.tint {
  background-color: #ffffffe6;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.midway-banner {
  background-image: url('../images/Extensions-image_1Extensions image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
}

.midway-banner._2 {
  background-image: url('../images/AdobeStock_133612744.jpeg');
}

.midway-banner._3 {
  background-image: url('../images/AdobeStock_133612557.jpeg');
  min-height: 300px;
}

.midway-banner._4 {
  background-image: url('../images/AdobeStock_19385431_1AdobeStock_19385431.webp');
  background-position: 50%;
  justify-content: center;
  align-items: flex-end;
  min-height: 300px;
  display: flex;
}

.midway-banner._5 {
  background-image: url('../images/AdobeStock_167197742.jpeg');
  min-height: 300px;
}

.link-block {
  margin-bottom: 40px;
}

.texture-footer-group {
  background-image: linear-gradient(#82a3eacc, #82a3eacc), url('../images/AdobeStock_228680721.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.company-link {
  width: 160px;
}

.sticky-menu {
  z-index: 20;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 40px #000000b3;
}

.sticky-navbar {
  background-color: #0000;
  width: 100%;
}

.sticky-menu-div {
  z-index: 0;
  align-items: center;
  width: 40%;
  height: 89px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-header {
  color: var(--midnight-blue);
  text-transform: none;
  text-decoration: none;
}

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

.thumbnail {
  border-radius: 4px;
  width: 100%;
}

.testimonials-slider {
  background-color: var(--cobalt);
  height: auto;
}

.testimonials-slider.home {
  background-color: var(--light-blue);
}

.test-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.test-arrow {
  width: 50px;
  font-size: 26px;
  transition: all .2s;
}

.test-arrow:hover {
  background-color: #82a3ea66;
}

.test-arrow.black {
  color: var(--black);
}

.test-arrow.black:hover {
  background-color: #2c60a066;
}

.page-anchor {
  z-index: 10;
  width: 100px;
  height: 1px;
  position: absolute;
  top: -120px;
}

.h1-subtext, .top-style {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.rockdoor-section {
  background-color: var(--rockdoor-purple);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
}

.rockdoor-button {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  margin-top: 20px;
  padding: 9px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.rockdoor-button:hover {
  background-color: var(--font);
  color: var(--white);
  text-decoration: underline;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.split-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-12 {
  border-top: 1px #ffd03e;
  border-bottom: 2px solid var(--smoke);
  background-color: var(--red);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

.div-block-12:hover {
  background-color: var(--cobalt);
}

.txt-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: #fff;
}

.image-9 {
  width: 100%;
  display: block;
}

.image-9:hover {
  outline-color: var(--red);
  outline-offset: -20px;
  outline-width: .5px;
  outline-style: solid;
}

.nav-link-2, .nav {
  background-color: var(--white);
}

.nav:hover {
  border-bottom: 3px solid var(--midnight-blue);
}

.dropdown-link {
  background-color: var(--white);
}

.drop {
  border-bottom: 1px none var(--midnight-blue);
  border-left: 3px solid var(--cobalt);
  background-color: var(--white);
}

.drop:hover {
  background-color: var(--light-blue);
}

@media screen and (max-width: 991px) {
  .main-header-group {
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
  }

  .menu-div {
    z-index: 0;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .navbar {
    justify-content: flex-end;
    align-items: center;
    height: 135px;
    display: flex;
  }

  .menu-button {
    align-items: center;
    width: 85px;
  }

  .contact-group {
    z-index: 1;
    padding-top: 0;
    position: static;
  }

  .header-contact-info {
    text-align: left;
    font-size: 14px;
  }

  .header-contact-info.centre {
    padding-top: 0;
  }

  .banner-heading {
    font-size: 34px;
  }

  .content-section {
    padding-bottom: 30px;
  }

  .content-section.top, .content-section.bathrooms, .content-section.kitchens, .content-section.garage-conversions, .content-section.refurbishments, .content-section.renovations {
    padding-top: 150px;
  }

  .content-section.contractual {
    padding-top: 100px;
  }

  .content-section.building-services {
    padding-top: 150px;
  }

  .content-section.rockdoor {
    margin-top: 135px;
  }

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

  .h2 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .list-item {
    text-align: left;
  }

  .list-item._1 {
    text-align: left;
    padding-right: 0;
  }

  .grid-content.overlay {
    padding-left: 0;
  }

  .grid-content.h3-section {
    padding: 30px;
  }

  .half-banner-overlay {
    padding-left: 30px;
    display: none;
  }

  .half-banner-overlay.building-work {
    background-image: linear-gradient(#2c60a0cc, #2c60a0cc), url('../images/AdobeStock_86281957.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-right: 30px;
    display: block;
  }

  .half-banner-overlay.carpentry {
    background-image: linear-gradient(#2c60a0cc, #2c60a0cc), url('../images/body-9.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-right: 30px;
    display: block;
  }

  .half-banner-overlay.kitchens {
    background-image: linear-gradient(#2c60a0cc, #2c60a0cc), url('../images/AdobeStock_99450417.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-right: 30px;
    display: block;
  }

  .half-banner-overlay.roofing {
    background-image: linear-gradient(#2c60a0cc, #2c60a0cc), url('../images/body-7.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-right: 30px;
    display: block;
  }

  .half-banner-overlay.lofts {
    background-image: linear-gradient(#2c60a0cc, #2c60a0cc), url('../images/body-19.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-right: 30px;
    display: block;
  }

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

  .footer-grid._90 {
    width: 90%;
  }

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

  .footer-heading.centre._1 {
    display: block;
  }

  .footer-heading._1 {
    text-align: center;
    display: none;
  }

  .footer-grid-div {
    align-items: stretch;
  }

  .grid-image {
    min-height: 300px;
  }

  .grid-image.home {
    background-image: linear-gradient(#e6e6e6e6, #e6e6e6e6), url('../images/good-quality-6.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: none;
  }

  .grid-image.building-work {
    background-image: linear-gradient(#e6e6e6e6, #e6e6e6e6), url('../images/IMG_3314.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid-image.small {
    min-height: 250px;
  }

  .grid-image.carpentry {
    display: none;
  }

  .grid-image.kitchens {
    background-image: linear-gradient(#e6e6e6e6, #e6e6e6e6), url('../images/AdobeStock_99450417.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid-image.roofing {
    background-image: linear-gradient(#e6e6e6e6, #e6e6e6e6), url('../images/AdobeStock_220501565.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid-image.lofts {
    background-image: linear-gradient(#e6e6e6e6, #e6e6e6e6), url('../images/23.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid-image.building-services {
    background-image: linear-gradient(#e6e6e6e6, #e6e6e6e6), url('../images/body-19.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid-image.rockdoor {
    background-image: linear-gradient(#e6e6e6e6, #e6e6e6e6), url('../images/good-quality-6.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: none;
  }

  .area-list {
    flex-direction: column;
  }

  .area-list-group {
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 20px;
  }

  .insta-html {
    width: 100%;
    height: auto;
  }

  .association-logo {
    width: 20%;
  }

  .banner-section {
    margin-top: 75px;
  }

  .h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .h3-2x1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .logo-group-div {
    z-index: 1;
    width: 56%;
    display: flex;
    position: relative;
  }

  .header-button {
    letter-spacing: 2px;
  }

  .menu-link {
    min-height: 200px;
  }

  .menu-link-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-link-label {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-details-group {
    z-index: 1;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
    position: relative;
  }

  .menu-link-div {
    width: 94%;
  }

  .menu-link-description {
    font-size: 14px;
    line-height: 16px;
  }

  .half-banner-overlay-home {
    background-image: linear-gradient(#2c60a0cc, #2c60a0cc), url('../images/Image-3-_1Image 3 .webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-grid-map-html {
    width: 100%;
  }

  ._2x1-100 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .banner-title-section.home {
    margin-top: 0;
  }

  .footer-group-div-100.tint {
    padding-top: 0;
    padding-bottom: 0;
  }

  .midway-banner {
    min-height: 300px;
  }

  .midway-banner._4 {
    background-position: 50%;
  }

  .sticky-navbar {
    justify-content: flex-end;
    align-items: center;
    height: 77px;
    display: flex;
  }

  .sticky-menu-div {
    z-index: 0;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .h1-subtext, .top-style {
    font-size: 30px;
    line-height: 36px;
  }

  .rockdoor-section {
    background-image: linear-gradient(#80388dcc, #80388dcc), url('../images/Laura-Sutcliffe.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .image-9 {
    height: 300px;
  }

  .nav {
    width: 100%;
  }

  .menu-button-2 {
    background-color: var(--white);
    width: 100%;
  }

  .menu-button-2.w--open {
    background-color: var(--midnight-blue);
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar-2, .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .master-header-section {
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .main-header-group {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .menu-div {
    display: none;
    top: 76px;
  }

  .menu-button {
    justify-content: center;
    width: 100%;
  }

  .icon {
    color: var(--white);
    text-align: center;
    background-position: 50%;
  }

  .contact-group {
    margin-right: 0;
    padding-top: 20px;
  }

  .content-section.top, .content-section._4 {
    padding-top: 60px;
  }

  .content-section.rockdoor {
    margin-top: 0;
  }

  .content-div._1 {
    padding-top: 0;
  }

  .content-div.area {
    align-items: flex-start;
    padding-top: 0;
  }

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

  .list-group {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .list {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .list-item.fixed-width, .list-item.fixed-width._1, .list-item._2 {
    width: auto;
  }

  .grid-content.overlay {
    align-items: center;
  }

  .grid-image {
    min-height: 250px;
  }

  .area-list {
    align-items: flex-start;
  }

  .area-list-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-html {
    display: none;
  }

  .map-html.mobile {
    height: 400px;
    display: block;
  }

  .banner-section {
    margin-top: 0;
  }

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

  .test-mask {
    height: 660px;
  }

  .logo-group-div {
    width: auto;
  }

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

  .footer-grid-map-html {
    display: none;
  }

  .footer-grid-map-html.mobile {
    display: block;
  }

  ._2x1-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .midway-banner._4 {
    min-height: 200px;
  }

  .sticky-menu {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: sticky;
  }

  .sticky-navbar {
    justify-content: center;
    height: auto;
  }

  .sticky-menu-div {
    position: static;
    top: 76px;
  }

  .page-anchor {
    top: -60px;
  }

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

@media screen and (max-width: 479px) {
  .master-header-section {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .main-header-group {
    padding-left: 0;
  }

  .contact-group {
    flex-direction: column;
    height: 48px;
    padding-top: 0;
  }

  .banner-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .content-section.bathrooms, .content-section.kitchens, .content-section.garage-conversions, .content-section.refurbishments, .content-section.renovations, .content-section.building-services {
    padding-top: 60px;
  }

  .content-section.rockdoor {
    margin-top: 0;
  }

  .p._2 {
    padding-bottom: 20px;
  }

  .p._1 {
    padding-top: 20px;
  }

  .list-group {
    flex-direction: column;
    padding-right: 0;
  }

  .list {
    padding-left: 20px;
  }

  .list-item {
    text-align: left;
  }

  .list-item.fixed-width, .list-item.fixed-width._1 {
    width: auto;
  }

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

  .footer-heading {
    display: none;
  }

  .footer-heading.mobile {
    display: block;
  }

  .footer-grid-div._1.mobile {
    display: none;
  }

  .grid-image {
    min-height: 200px;
  }

  .association-logo {
    width: 30%;
  }

  .test-mask {
    height: 700px;
  }

  .test-main {
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-group-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .contact-subgroup {
    border-left-width: 0;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

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

  .contact-details-group {
    flex-direction: column;
    padding-left: 0;
  }

  .half-banner-overlay-home {
    padding: 20px;
  }

  ._2x1-100 {
    grid-template-rows: auto auto;
  }

  .banner-title-section.home {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .midway-banner._4 {
    min-height: 150px;
  }

  .company-link {
    width: 200px;
  }

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

  .rockdoor-section {
    padding: 30px 20px;
  }

  .image-9 {
    height: 250px;
  }

  .menu-button-2 {
    background-color: var(--cobalt);
    color: var(--white);
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

#w-node-e202436e-6387-7bd2-4538-941cb38990fc-7e194960 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7be77579-6d35-c291-88b6-09cfdacaf321-7e194960 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8db672c6-39f1-0c81-1211-f855577cce88-7e194960 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81b20884-4cd1-0af6-9cae-2ff621ec8c02-7e194960 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_7706ac50-1b05-7781-ffdc-987ce002f1f1-0a02317b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f08f71f-d08d-dea6-7008-15ceb72ea417-fbd2ff89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d76b33ce-88da-edb2-e31c-6bd95dde8a14-7e194966 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d76b33ce-88da-edb2-e31c-6bd95dde8a20-7e194966 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_29563523-71e5-4f89-03bf-ffbb36afad92-7e194967 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_29563523-71e5-4f89-03bf-ffbb36afad93-7e194967, #w-node-c16edad2-4aa2-9d1e-b8ce-859429788d20-7e194967 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c16edad2-4aa2-9d1e-b8ce-859429788d2c-7e194967 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_447796c3-480f-9cf6-a943-8567f5e1eba5-7e194968 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_447796c3-480f-9cf6-a943-8567f5e1eba6-7e194968, #w-node-c651bc73-f039-314e-d98a-98cef436c961-7e194968 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c651bc73-f039-314e-d98a-98cef436c96d-7e194968 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_7cf79949-c8cb-eb2d-7de8-7ad64b29c1c6-7e19496a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7cf79949-c8cb-eb2d-7de8-7ad64b29c1c7-7e19496a, #w-node-_7e8fd7c7-3062-ad11-6d7f-16c4a71cdb45-7e19496a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e8fd7c7-3062-ad11-6d7f-16c4a71cdb51-7e19496a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_52a956c8-05b4-ee11-c71c-6a33b4c614a3-7e19496b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52a956c8-05b4-ee11-c71c-6a33b4c614a4-7e19496b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_126897d7-e627-b244-a0af-09a35676673d-7e19496b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_126897d7-e627-b244-a0af-09a356766749-7e19496b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_526f7475-96da-1c46-69f2-89aff1fca798-7e19496c, #w-node-_526f7475-96da-1c46-69f2-89aff1fca799-7e19496c, #w-node-_526f7475-96da-1c46-69f2-89aff1fca79d-7e19496c, #w-node-_526f7475-96da-1c46-69f2-89aff1fca79e-7e19496c, #w-node-_526f7475-96da-1c46-69f2-89aff1fca7a2-7e19496c, #w-node-_526f7475-96da-1c46-69f2-89aff1fca7a3-7e19496c, #w-node-_526f7475-96da-1c46-69f2-89aff1fca7a7-7e19496c, #w-node-_526f7475-96da-1c46-69f2-89aff1fca7a8-7e19496c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1da4f49-57d0-1915-0683-3955e51edbb3-7e19496e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b1da4f49-57d0-1915-0683-3955e51edbb4-7e19496e, #w-node-_6b20a2ca-b1bf-e0dc-ce9c-795d4cc49db9-7e19496e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b20a2ca-b1bf-e0dc-ce9c-795d4cc49dc5-7e19496e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_447796c3-480f-9cf6-a943-8567f5e1eba5-7e19496f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_447796c3-480f-9cf6-a943-8567f5e1eba6-7e19496f, #w-node-c651bc73-f039-314e-d98a-98cef436c961-7e19496f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c651bc73-f039-314e-d98a-98cef436c96d-7e19496f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_24fab1a8-35e6-011e-4bc3-1096fa21575f-7e194970 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_24fab1a8-35e6-011e-4bc3-1096fa21575e-7e194970 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-acc559b3-416e-a6b4-f87a-fd2029c6b1f7-7e194970, #w-node-a6aab709-95ad-d2e0-72c9-40775cb41428-7e194974 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6aab709-95ad-d2e0-72c9-40775cb41434-7e194974 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e202436e-6387-7bd2-4538-941cb38990fc-7e194960 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7be77579-6d35-c291-88b6-09cfdacaf321-7e194960 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_81b20884-4cd1-0af6-9cae-2ff621ec8c02-7e194960 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_3fd49d1f-2516-c860-c1a8-e477b0e6504e-0a02317b, #w-node-_78277b8e-3506-a807-acae-d9ca0a0231bb-0a02317b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d76b33ce-88da-edb2-e31c-6bd95dde8a20-7e194966 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_29563523-71e5-4f89-03bf-ffbb36afad92-7e194967 {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_29563523-71e5-4f89-03bf-ffbb36afad93-7e194967 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c16edad2-4aa2-9d1e-b8ce-859429788d2c-7e194967 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_447796c3-480f-9cf6-a943-8567f5e1eba5-7e194968 {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_447796c3-480f-9cf6-a943-8567f5e1eba6-7e194968 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c651bc73-f039-314e-d98a-98cef436c96d-7e194968 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_7cf79949-c8cb-eb2d-7de8-7ad64b29c1c6-7e19496a {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_7cf79949-c8cb-eb2d-7de8-7ad64b29c1c7-7e19496a {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_52a956c8-05b4-ee11-c71c-6a33b4c614a3-7e19496b {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_52a956c8-05b4-ee11-c71c-6a33b4c614a4-7e19496b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-b1da4f49-57d0-1915-0683-3955e51edbb3-7e19496e {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-b1da4f49-57d0-1915-0683-3955e51edbb4-7e19496e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_447796c3-480f-9cf6-a943-8567f5e1eba5-7e19496f {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_447796c3-480f-9cf6-a943-8567f5e1eba6-7e19496f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c651bc73-f039-314e-d98a-98cef436c96d-7e19496f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_24fab1a8-35e6-011e-4bc3-1096fa21575f-7e194970 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_24fab1a8-35e6-011e-4bc3-1096fa21575e-7e194970, #w-node-acc559b3-416e-a6b4-f87a-fd2029c6b1a5-7e194970, #w-node-acc559b3-416e-a6b4-f87a-fd2029c6b1eb-7e194970 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6aab709-95ad-d2e0-72c9-40775cb41434-7e194974 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8db672c6-39f1-0c81-1211-f855577cce88-7e194960 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_81b20884-4cd1-0af6-9cae-2ff621ec8c02-7e194960 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-d76b33ce-88da-edb2-e31c-6bd95dde8a14-7e194966 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d76b33ce-88da-edb2-e31c-6bd95dde8a20-7e194966 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c16edad2-4aa2-9d1e-b8ce-859429788d20-7e194967 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c16edad2-4aa2-9d1e-b8ce-859429788d2c-7e194967 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c651bc73-f039-314e-d98a-98cef436c961-7e194968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c651bc73-f039-314e-d98a-98cef436c96d-7e194968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7e8fd7c7-3062-ad11-6d7f-16c4a71cdb45-7e19496a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e8fd7c7-3062-ad11-6d7f-16c4a71cdb51-7e19496a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_126897d7-e627-b244-a0af-09a35676673d-7e19496b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_126897d7-e627-b244-a0af-09a356766749-7e19496b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6b20a2ca-b1bf-e0dc-ce9c-795d4cc49db9-7e19496e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b20a2ca-b1bf-e0dc-ce9c-795d4cc49dc5-7e19496e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c651bc73-f039-314e-d98a-98cef436c961-7e19496f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c651bc73-f039-314e-d98a-98cef436c96d-7e19496f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a6aab709-95ad-d2e0-72c9-40775cb41428-7e194974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6aab709-95ad-d2e0-72c9-40775cb41434-7e194974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3fd49d1f-2516-c860-c1a8-e477b0e64ff0-0a02317b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_78277b8e-3506-a807-acae-d9ca0a0231bb-0a02317b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_280c10f9-9bdb-7548-72b1-a34a4e444ab9-7e194967, #w-node-_280c10f9-9bdb-7548-72b1-a34a4e444aba-7e194967, #w-node-_12b4334c-ed42-ef98-b8fb-5a5c48ab8de3-7e194968, #w-node-_12b4334c-ed42-ef98-b8fb-5a5c48ab8de4-7e194968, #w-node-_5f02dc83-2486-103c-3539-5f9990adc21d-7e19496a, #w-node-_5f02dc83-2486-103c-3539-5f9990adc21e-7e19496a, #w-node-_12b4334c-ed42-ef98-b8fb-5a5c48ab8de3-7e19496f, #w-node-_12b4334c-ed42-ef98-b8fb-5a5c48ab8de4-7e19496f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acc559b3-416e-a6b4-f87a-fd2029c6b19d-7e194970 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-acc559b3-416e-a6b4-f87a-fd2029c6b1eb-7e194970 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Trajan pro';
  src: url('../fonts/Trajan-Pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro';
  src: url('../fonts/TrajanPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro';
  src: url('../fonts/TrajanPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}