@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: #fff;
  --primary: #ad4a4b;
  --silver\<deleted\|variable-fb6de219\>: #b7b5b5;
  --transparent\<deleted\|variable-c064cd00-e3c7-6638-5b50-ca1ad309a90e\>: #fff0;
  --secondary: #b0b0b0;
  --third\<deleted\|variable-f6673cf0\>: #400;
  --pale-grey\<deleted\|variable-a52c51f2\>: #000;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.banner-header {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/Asset-1right-hand.svg'), url('../images/Asset-2left-hand.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 300px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.p {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.p.small {
  text-align: center;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
}

.button-outline {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.body-section {
  background-image: url('../images/layer.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.body-section.white {
  border-top: 1px solid var(--silver\<deleted\|variable-fb6de219\>);
  background-size: auto 80px;
}

.body-section.form-section {
  background-image: url('../images/layer.webp'), linear-gradient(#00000080, #00000080), url('../images/colorkit.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.form-section.non {
  background-image: url('../images/layer.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container._60t {
  margin-top: 60px;
}

.container.mid {
  justify-content: center;
  align-items: flex-start;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, #0000009c, var(--transparent\<deleted\|variable-c064cd00-e3c7-6638-5b50-ca1ad309a90e\>)), url('../images/picture-for-top-of-homepage-.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 1050px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
  position: sticky;
}

.left-section {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s ease-in-out;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
}

.service-div {
  border-bottom: 1px solid var(--white);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/3_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/FOUNDATIONS.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/10_1.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._1 {
  background-image: url('../images/Home-1.webp');
}

.service-number {
  color: var(--primary);
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-light-text {
  background-color: var(--primary);
  color: var(--white);
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: var(--white);
}

.service-link {
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.para {
  color: var(--white);
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.img-div {
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  display: flex;
  position: static;
}

.inner-img.under-1 {
  background-image: url('../images/wood-to-pinpoint-cement.webp');
}

.inner-img.foundation-1 {
  background-image: url('../images/large-foundation-extension.webp');
}

.inner-img.basement-1 {
  background-image: url('../images/adding-initial-cemet.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-img.service-1 {
  background-image: url('../images/Small-beams.webp');
}

.inner-img.google {
  background-image: none;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-side._w---100 {
  width: 100%;
}

.instagram-live-feed {
  background-color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.footer-col.large {
  margin-right: 60px;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-copy-text {
  color: var(--secondary);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--primary);
}

.footer-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.8em;
}

.footer-section {
  border-top: 1px solid #e0e0e080;
  padding-top: 20px;
}

.footer-div {
  grid-column-gap: 2px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.header-social-media {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-social-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 28px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--white);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--primary);
  background-color: #0000;
}

.header-social-icon.margin-right-none.l {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  font-size: 1.3em;
}

.header-social-icon.margin-right-none.l:hover {
  color: var(--white);
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(to right, #000000cf, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.para-img.home-2 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #000000cf, #fff0), url('../images/signage.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.under-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/temporary-steps.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.para-img.piling {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #000000cf, #fff0), url('../images/Piling-3.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.foundation-2 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #000000cf, #fff0), url('../images/extension-foundation-1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.basement-2 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #000000cf, #fff0), url('../images/layer-to-add-cement.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.service-2 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #000000cf, #fff0), url('../images/orange-pipe.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.black {
  background-color: var(--black);
  background-image: none;
}

.full-width-image-section.para-img.black._0b {
  padding-bottom: 0;
}

.full-width-image-section.para-img.black._0b.flex-don {
  flex-flow: column;
}

.div-full-width {
  color: var(--white);
  flex: 0 auto;
}

.nav-cta-wrapper {
  align-items: center;
  display: flex;
}

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 400px;
  margin-left: -5px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16px;
  transition: all .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--primary);
}

.contact-div {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-bottom: 10px;
  display: flex;
}

.contact-div.centre {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  background-color: var(--black);
  color: var(--primary);
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-4 {
  margin-left: auto;
  margin-right: auto;
}

.banner-red {
  color: var(--primary);
  margin-left: 0;
  font-size: 1.6em;
}

.banner-red._0 {
  font-size: 60px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/Asset-1right-hand.svg'), url('../images/Asset-2left-hand.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 200px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 18px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.h1-red {
  color: var(--primary);
}

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--white);
  background-image: url('../images/machine.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.white-section {
  background-color: var(--black);
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.white-section._100 {
  background-image: url('../images/layer.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-bottom: 60px;
}

.white-section.grey {
  background-color: var(--secondary);
  padding-bottom: 100px;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('../images/Man-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--white);
  background-image: url('../images/This-needs-to-replace-foundationneeds-to-read-reinforced-piled-raftfoundation-002.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/Asset-1right-hand.svg'), url('../images/Asset-2left-hand.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 200px;
  width: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 14px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 300;
  display: inline-flex;
}

.h2._0 {
  margin-bottom: 0;
}

.h2._0._2 {
  font-size: 20px;
}

.image {
  width: auto;
  height: 80px;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.list-head.bullet-font-icon-2.a {
  width: 10px;
  height: 10px;
}

.list-head.bold {
  margin-bottom: 3px;
  font-weight: 700;
}

.bullet-font-icon-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.arrow {
  margin-top: 5px;
}

.form {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.form._20t {
  margin-top: 0;
  margin-bottom: 0;
}

.top-links {
  color: var(--white);
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.top-links:hover {
  color: var(--white);
}

.top-links.padd {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.top-links.padd.right {
  justify-content: flex-end;
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.font-awsome {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  display: flex;
}

.font-awsome.email {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email.lef {
  margin-left: 8px;
  margin-right: 0;
}

.top-div {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start;
  width: 100%;
  display: grid;
}

.background-image {
  background-image: linear-gradient(#00000059, #00000059), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

.background-image.under {
  background-image: linear-gradient(#0000, #0000), url('../images/inside-foundation.webp');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.background-image.foundation-3 {
  background-image: linear-gradient(#0000, #0000), url('../images/Fullsite-shuttered.webp');
}

.background-image.basement-3 {
  background-image: linear-gradient(#0000, #0000), url('../images/rsj.webp');
  background-attachment: scroll, fixed;
}

.background-image.service-3 {
  background-image: linear-gradient(#0000, #0000), url('../images/beams-within-foundation.webp');
  background-attachment: scroll, fixed;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--primary);
  color: var(--white);
}

.hyperlink:visited {
  color: var(--white);
}

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

.content-section.orange {
  background-color: #b0b0b069;
}

.bold-text {
  color: var(--white);
  text-transform: uppercase;
}

.h3 {
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.h3.m-bottom-20 {
  color: #005cb9;
  margin-bottom: 20px;
}

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

.h3-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/logo-with-icon-white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 450dvh;
  min-height: 120px;
  margin-bottom: 20px;
  display: block;
}

.h3-logo.w--current {
  background-image: url('../images/logo-with-icon-white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  min-height: 100px;
  margin-bottom: 20px;
}

.service-nav {
  z-index: 100;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/van.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 560px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.font-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  margin-top: 25px;
  font-size: 15px;
}

.contact-div-block {
  background-color: var(--primary);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  text-decoration: none;
  display: flex;
}

.phone-icon {
  border: 2px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.phone-icon._6l {
  padding-left: 6px;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.form-new {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  transition: color .45s ease-in-out;
}

.nav-link-text:hover {
  color: var(--primary);
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.list._3-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  display: grid;
}

.list._2-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list._2-row._1 {
  margin-bottom: 40px;
}

.list-item {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.list-item.a {
  justify-content: flex-start;
  align-items: center;
}

.bullet-font-icon-4 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.buttons {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: all .4s;
}

.buttons:hover {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.buttons.dark {
  border-style: none;
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.dark:hover {
  border-style: none;
  border-color: var(--white);
  background-color: var(--secondary);
  transform: translate(0, -6px);
}

.buttons.dark.w--current:hover {
  background-color: var(--black);
}

.buttons.dark.light {
  background-color: var(--white);
  color: var(--primary);
}

.buttons.dark.small {
  text-align: center;
  width: 20%;
}

.buttons._2 {
  border-style: solid;
  border-color: var(--primary);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.buttons._2:hover {
  border-style: solid;
  border-color: var(--pale-grey\<deleted\|variable-a52c51f2\>);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.buttons._2.dark {
  background-color: var(--primary);
  margin-top: 10px;
  margin-left: 0;
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  line-height: 20px;
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta.big {
  background-image: linear-gradient(90deg, var(--black) 26%, #fff0 57%), url('../images/Piling-Rig.webp');
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.cta {
  background-image: linear-gradient(90deg, var(--black) 26%, #fff0 57%), url('../images/new-build-garage.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sticky_btn_call {
  z-index: 1000;
  color: #f0f6f8;
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 80px;
  font-size: 1.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 80px;
  left: -14px;
}

.sticky_btn_call:hover {
  transform: scale(.9);
}

.lottie-animation {
  color: var(--white);
  width: auto;
  height: auto;
  font-size: 4em;
}

.btn-group {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.gallery {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.dropdown-toggle {
  color: var(--white);
  padding-left: 12px;
  padding-right: 32px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.button {
  border: 1px solid var(--white);
  background-color: var(--secondary);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  transform: translate(0, -5px);
}

.button.email {
  border-color: var(--primary);
  background-color: var(--transparent\<deleted\|variable-c064cd00-e3c7-6638-5b50-ca1ad309a90e\>);
  color: var(--white);
  margin-left: 20px;
}

.button.email:hover {
  border-color: var(--white);
}

.button.dark {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.button.dark:hover {
  border-color: var(--white);
  background-color: var(--black);
}

.live-chat-top-text {
  color: var(--primary);
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  color: var(--black);
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.chat-section {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--primary);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--secondary);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--black);
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0000004d;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--primary);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #24031b4d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #f5f5f5;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.cta-text-2 {
  color: var(--primary);
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.contact-span-2 {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.map {
  background-image: url('../images/google-maps.webp');
  background-position: 2% 0;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
  display: block;
}

.icon-6 {
  margin-right: 12px;
}

._5-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footerlinks {
  color: var(--white);
  text-decoration: none;
}

.heading-3 {
  text-transform: uppercase;
  background-image: url('../images/Asset-1right-hand.svg'), url('../images/Asset-2left-hand.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
}

.heading-3-div {
  margin-bottom: 20px;
}

.lottie-animation-2 {
  height: 150px;
  display: inline-flex;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: var(--primary);
  font-family: Fa6 solid, sans-serif;
}

.widget-block {
  z-index: 1000;
  background-color: #151623;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 34% auto;
  box-shadow: 1px 1px 3px #0000002e;
}

.pop-head {
  color: #fff;
  text-align: right;
  text-transform: none;
  background-color: #ad4a4b94;
  background-image: url('../images/Asset-1right-hand.svg'), url('../images/Asset-2left-hand.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 150px;
  margin-top: 10px;
  padding: 24px;
  font-size: 11px;
  font-weight: 400;
  line-height: 22px;
}

.pop-head.red {
  background-color: #ad4a4b;
  font-size: 13px;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.popup {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  height: 80px;
  display: block;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.h2-div.flex {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.light-text-line {
  background-color: var(--white);
  width: 40px;
  height: 2px;
}

.h2-title {
  color: #000;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.white {
  color: #fff;
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 14px;
  display: none;
}

.h2-title.white.smaller.black {
  background-color: var(--primary);
  color: var(--white);
  margin-right: 0;
  font-weight: 700;
}

.h2-title.white.smaller.hide.edit, .h2-title.white.smaller.shoe {
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
}

.div-block-9 {
  background-image: url('../images/Piling-4.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
}

.div-block-9._2 {
  background-image: url('../images/screw2_1.webp');
  height: 380px;
}

.div-block-9._3 {
  background-image: url('../images/screw1_1.webp');
  height: 380px;
}

.test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 60px;
  display: grid;
}

.test-div {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.stars {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.text-blcok {
  color: var(--white);
  padding: 20px;
}

.image-3 {
  height: 60px;
  margin-bottom: 20px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.mask {
  position: static;
  overflow: visible;
}

.button-2 {
  color: #072f33;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover {
  background-color: #17959e;
}

.button-2.blue {
  background-color: var(--primary);
  color: #fff;
  padding: 15px 10px;
}

.slider-right-arrow, .slider-left-arrow {
  color: #072f33;
}

.slider-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.circle {
  border: 3px solid #fff;
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.slide {
  padding-left: 3px;
  padding-right: 3px;
}

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

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

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-wrapper.slide-4 {
  background-image: url('../images/C-3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper.slide-3 {
  background-image: url('../images/C-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper.slide-0 {
  background-image: url('../images/C-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-content-wrapper.slide-5 {
  background-image: url('../images/C-4.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper._5-1 {
  background-image: url('../images/C-5.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper._5-2 {
  background-image: url('../images/C-6.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper._5-3 {
  background-image: url('../images/C-7.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-content-wrapper._5-4 {
  background-image: url('../images/C-8.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-content-wrapper._5-7 {
  background-image: url('../images/C-9.webp');
  background-position: 50%;
  background-size: cover;
}

.projects-01 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.slider-icon {
  color: var(--primary);
}

.slide-nav {
  color: var(--primary);
  bottom: -46px;
}

.banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

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

.hw {
  background-color: var(--white);
  background-image: url('../images/Full-Logo-01-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 47px;
  margin-bottom: 0;
}

.link-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 160px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.hr-andrews-div {
  display: flex;
}

.image-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-sponsor {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.image-sponsor._1 {
  background-image: url('../images/photo-2024-09-24-14-36-15-2-66f563014868b.webp');
}

.image-sponsor._2 {
  background-image: url('../images/Corner-Fight_1.webp');
  background-position: 50% 0;
}

.image-sponsor._4 {
  background-image: url('../images/photo-2024-09-24-14-36-16-1-66f56309dfd2c.webp');
  background-position: 50% 0;
}

.image-sponsor._6-1 {
  background-image: url('../images/11.webp');
}

.image-sponsor.f-1 {
  background-image: url('../images/New-Fight.webp');
}

.image-sponsor.f-3 {
  background-image: url('../images/Corner-Stone.webp');
}

.image-sponsor.f-54 {
  background-image: url('../images/Cropped.webp');
  background-size: contain;
}

.b-a {
  width: 100%;
}

.img-12 {
  width: 100%;
  height: auto;
}

.img-12.image-grid {
  display: none;
}

.grid-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: none;
}

.hlaf-half {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
  position: relative;
  left: 100px;
}

.text-block-4 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.image-6 {
  height: auto;
  display: block;
}

.team-block {
  z-index: 3;
  background-color: var(--primary);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.team-image.smaller {
  height: 550px;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.lightbox-link-3 {
  width: 100%;
  height: 650px;
  position: relative;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  border-bottom: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.p-5.price-text.bold {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
}

.div-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  display: grid;
}

.div-image.lady-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.dib-para {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

._2-row-list-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-row-list-div.z {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.instagram-feed {
  width: 100%;
}

.danielle-img {
  object-fit: cover;
  width: 400px;
  height: 100%;
}

.danielle-img._2 {
  width: 400px;
  display: inline-flex;
}

.danielle-img._1, .danielle-link {
  width: 400px;
}

.video-div {
  width: 400px;
  display: inline-block;
}

._2-col-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

._55-div {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: auto;
  padding: 10px;
  display: inline-block;
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

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

.code-embed {
  width: 100%;
}

.team-block-2 {
  z-index: 3;
  background-color: var(--primary);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 40px;
  display: grid;
}

.team-grid-2.grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.team-text {
  margin-top: 32px;
  margin-bottom: 20px;
}

.lightbox-link-4 {
  width: 100%;
  position: relative;
}

.lightbox-link-4.smaller {
  height: 550px;
}

.team-name-2 {
  color: var(--primary);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 800;
  line-height: 32px;
}

.p-6 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-6.price-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.div-block-15 {
  background-color: var(--primary);
  margin-top: 60px;
  padding: 20px;
  position: relative;
}

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

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-16._2 {
  width: 100%;
}

.boxing {
  width: 150px;
  margin-bottom: 20px;
}

.boxing.preven {
  margin-left: 10px;
}

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

.div-block-17._100 {
  width: 100%;
}

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

.div-block-18 {
  width: auto;
}

.instagram {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.asd {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.asd._100 {
  width: 100%;
}

.aasfgf {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aasfgf._2 {
  width: 100%;
}

.div-block-19 {
  width: 100%;
  display: flex;
}

.logos-div {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.dani {
  width: 100%;
}

.hp-video {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.hp-video-form {
  margin-bottom: 10px;
}

.widget-block-2 {
  z-index: 1000;
  background-color: var(--black);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon-2 {
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-family: Fa6 solid, sans-serif;
  font-size: 14px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon-2:hover {
  background-color: var(--secondary);
}

.popup-logo {
  margin-bottom: 40px;
}

.pop-head-2 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-6 {
  margin-top: 25px;
  font-size: 20px;
  line-height: 28px;
}

.pop-bbutton-div {
  margin-top: 30px;
}

.pop-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #fbd05b;
  border: 2px solid #fbd05b;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.pop-button:hover {
  color: #fff;
  background-color: #fbd05b;
  border-color: #fbd05b;
  transform: scale(.9);
}

.pop-button._2 {
  margin-left: 20px;
}

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

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.grid-5.smaller {
  height: 550px;
}

.text-span {
  font-size: 25px;
}

.sponsor-div {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 20px;
  position: relative;
}

.sponsor-div.no {
  margin-top: 20px;
}

.fight {
  float: left;
  width: 50%;
  min-width: 250px;
  max-width: 50%;
  margin-bottom: 10px;
  margin-right: 20px;
}

.fight-text {
  text-align: left;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  width: 100%;
  display: grid;
}

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

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    padding: 18px;
    font-size: 45px;
    line-height: 55px;
  }

  .p.small {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .body-section, .body-section.form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    height: auto;
  }

  .container._60t {
    margin-top: 50px;
  }

  .hero-bg-grad {
    height: auto;
    padding-bottom: 0;
  }

  .left-section {
    width: 100%;
    margin-top: 0;
  }

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

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .para {
    width: 100%;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
    margin-bottom: 40px;
  }

  .inner-img {
    margin-top: 0;
  }

  .inner-img.google {
    height: auto;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .right-side, .right-side.content, .right-side._w---100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .footer-div {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    padding-bottom: 100px;
    display: flex;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .full-width-image-section.para-img.black._0b {
    padding-top: 60px;
  }

  .div-full-width {
    width: 100%;
  }

  .nav-cta-wrapper.margin-left-auto {
    justify-content: flex-end;
    align-items: center;
  }

  .co-logo {
    width: 100%;
    margin-left: 0;
  }

  .navbar-4 {
    justify-content: flex-end;
    width: 90%;
    margin-left: auto;
  }

  .logo-link {
    height: auto;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 5px;
    display: grid;
  }

  .contact-div.centre {
    grid-template-columns: 1fr;
    place-items: start stretch;
    width: 100%;
    max-width: 350px;
  }

  .nav-link {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

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

  .banner-red {
    font-size: 45px;
  }

  .banner-red._0 {
    font-size: 50px;
  }

  .menu-button {
    background-color: #0000;
    margin-left: auto;
  }

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

  .h1 {
    font-size: 50px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

  ._3x1-gallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .project2 {
    margin-bottom: 10px;
  }

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .top-container-black {
    display: none;
  }

  .font-awsome.email {
    display: flex;
  }

  .top-div {
    width: 95%;
  }

  .contact-top {
    display: none;
  }

  .content-section.orange {
    background-color: var(--third\<deleted\|variable-f6673cf0\>);
  }

  .service-banner {
    height: 400px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .google-maps {
    width: 100%;
    margin-top: 0;
  }

  .contact-div-block {
    padding: 30px 10px;
  }

  .phone-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    font-size: 20px;
    line-height: 20px;
  }

  .phone-icon._6l {
    padding-left: 8px;
  }

  .text-block {
    margin-top: 10px;
    font-size: 16px;
  }

  .contact-page-link {
    font-size: 16px;
  }

  .nav-link-text {
    text-align: left;
  }

  .list._2-row._1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .buttons.dark.light {
    width: 100%;
  }

  .buttons.dark.small {
    width: auto;
  }

  .buttons.banner {
    display: none;
  }

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

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

  .section.cta {
    padding: 60px 20px;
  }

  .lottie-animation {
    filter: drop-shadow(0 1px 3px #000000b3);
  }

  .btn-group {
    margin-bottom: 50px;
  }

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .text-block-2 {
    text-align: right;
  }

  .cta-text-2 {
    width: 100%;
  }

  .map {
    background-position: 50%;
  }

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

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div.flex {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-9 {
    height: auto;
  }

  .test-div {
    justify-content: space-between;
    align-items: center;
  }

  .button-2 {
    width: 40%;
  }

  .hw {
    width: 120px;
  }

  .link-block-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
  }

  .hr-andrews-div {
    flex-flow: column;
  }

  .image-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .div-block-14 {
    place-items: center;
    margin-left: 0;
    left: 0;
  }

  .div-image {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: end start;
  }

  .video-div {
    width: 60%;
  }

  ._2-col-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._55-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .team-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-15, .div-block-16 {
    width: 100%;
  }

  .boxing {
    width: 100px;
    display: block;
  }

  .div-block-18 {
    width: 100%;
  }

  .instagram, .aasfgf {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-19 {
    width: auto;
  }

  .logos-div {
    width: 100%;
  }

  .grid-5.smaller {
    height: auto;
  }

  .sponsor-div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 30px;
    font-size: 35px;
    line-height: 45px;
  }

  .p {
    font-size: 15.5px;
  }

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

  .body-section, .body-section.form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container._60t {
    margin-top: 40px;
  }

  .hero-bg-grad {
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .left-section {
    width: 100%;
    padding-right: 0;
  }

  .inner-img {
    margin-top: 40px;
  }

  .inner-img.google {
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-col {
    text-align: center;
    width: 100%;
  }

  .footer-copy-text {
    text-align: left;
  }

  .footer-wrapper {
    text-align: left;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .footer-section {
    padding-top: 40px;
  }

  .header-social-media {
    justify-content: center;
  }

  .full-width-image-section, .full-width-image-section.para-img.home-2, .full-width-image-section.para-img.black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-image-section.para-img.black._0b {
    padding-top: 40px;
  }

  .navbar-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .dropdown-link {
    font-size: 15px;
  }

  .contact-div {
    flex-flow: column;
    justify-content: space-between;
    place-items: center stretch;
    width: 100%;
    display: flex;
  }

  .contact-section {
    height: auto;
    padding-bottom: 0;
  }

  .nav-link {
    font-size: 15px;
  }

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

  .banner-red {
    margin-left: 0;
    font-size: 34px;
  }

  .banner-red._0 {
    font-size: 34px;
  }

  .menu-button {
    width: 100%;
  }

  .h1 {
    font-size: 34px;
    line-height: 50px;
  }

  .white-section {
    padding-top: 40px;
  }

  .footer-logo-link.w--current {
    margin-bottom: 0;
  }

  .top-links {
    font-size: 15px;
  }

  .top-links.padd {
    justify-content: center;
    align-items: center;
  }

  .top-container-black {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: none;
  }

  .contact-top {
    display: none;
  }

  .service-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .google-maps {
    margin-top: 0;
  }

  .contact-div-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block, .contact-page-link {
    font-size: 18px;
  }

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

  .list._2-row._1 {
    margin-bottom: 30px;
  }

  .buttons {
    text-align: center;
  }

  .buttons.dark {
    margin-top: 20px;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta.big {
    background-image: linear-gradient(90deg, var(--black), #fff0), url('../images/new-build-garage.webp');
    padding-top: 40px;
  }

  .section.cta {
    background-image: linear-gradient(to right, #dbdbdb 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-group {
    margin-bottom: 40px;
  }

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

  .lb-img {
    height: 150px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

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

  .widget-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head {
    line-height: 32px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    display: none;
  }

  .h2-title {
    font-size: 34px;
  }

  .h2-title.white.smaller.shoe {
    background-color: var(--primary);
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid-4 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    height: auto;
  }

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

  .button-2 {
    width: 60%;
  }

  .button-2.blue {
    width: 35%;
  }

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

  .hr-andrews-div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .lightbox-link-3 {
    height: 400px;
  }

  .div-image {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .video-div {
    width: 80%;
  }

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

  .team-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

  .div-block-17 {
    flex-flow: column;
    width: 100%;
  }

  .asd {
    flex-flow: column;
  }

  .widget-block-2 {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .sponsor-div {
    display: flex;
  }

  .fight {
    float: none;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.3;
  }

  .p {
    font-size: 14.5px;
    line-height: 25px;
  }

  .button-outline {
    font-size: 14.5px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section.form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-section.form-section.non {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    width: 90%;
  }

  .container._60t {
    margin-top: 30px;
  }

  .hero-bg-grad {
    padding-top: 0;
  }

  .left-section {
    width: 100%;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-number {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

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

  .service-paragraph {
    margin-left: 0;
  }

  .service-light-text {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1rem;
    line-height: 1.9rem;
  }

  .para {
    font-size: 15px;
    line-height: 24px;
  }

  .img-div {
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .img-div.home-1 {
    margin-top: 10px;
  }

  .inner-img {
    height: 250px;
    min-height: 250px;
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title.white {
    font-size: 1.6em;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-div {
    align-items: center;
    width: 100%;
    padding-bottom: 140px;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.l {
    margin-left: 0;
  }

  .full-width-image-section.para-img, .full-width-image-section.para-img.home-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 90%;
  }

  .navbar-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .icon-4 {
    color: var(--white);
    font-size: 32px;
  }

  .banner-red {
    margin-left: 0;
    font-size: 27px;
  }

  .banner-red._0 {
    font-size: 30px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .gallery-hover {
    padding-bottom: 20px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 250px;
  }

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-head {
    font-size: 22px;
  }

  ._3x1-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .white-section._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-section.grey {
    padding-bottom: 40px;
  }

  .project2, .project3 {
    height: 250px;
  }

  .h2.b-30 {
    font-size: 25px;
    font-weight: 300;
    line-height: 42px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    text-align: left;
    font-size: 14.5px;
    line-height: 25px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .form {
    margin-top: 20px;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

  .top-links.padd {
    flex-flow: column;
  }

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

  .font-awsome {
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 14px;
  }

  .font-awsome.email {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .background-image {
    min-height: 400px;
  }

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

  .content-section.orange {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

  .service-nav {
    padding-top: 12px;
  }

  .service-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-ban-head {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .areas-list.areas-grid {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .areas-list-item.areas-list-flex {
    padding-top: 0;
    font-size: 14.5px;
  }

  .text-block, .contact-page-link {
    font-size: 16.5px;
  }

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

  .list._3-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

  .list-item {
    margin-bottom: 0;
  }

  .bullet-font-icon-4 {
    flex: none;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .buttons.dark.small, .buttons.dark.small.w--current {
    width: 100%;
  }

  .buttons._2 {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
  }

  .buttons._2.dark {
    width: 160px;
    padding: 10px 20px;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .section.cta.big {
    background-image: linear-gradient(90deg, var(--black), #fff0), url('../images/Piling-Rig.webp');
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.cta {
    background-image: linear-gradient(to right, #fff 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 30px 10px;
  }

  .sticky_btn_call {
    width: 70px;
    height: auto;
    bottom: 10%;
    left: 0;
    right: 1%;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .lb-img {
    height: 120px;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

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

  .button.email {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .cta-text-2 {
    width: 100%;
  }

  .map {
    height: 350px;
  }

  .heading-3 {
    font-size: 23px;
  }

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    inset: auto 0% 0% auto;
  }

  .pop-head {
    padding-bottom: 0;
    line-height: 28px;
    display: none;
  }

  .h2-div {
    margin-bottom: 0;
  }

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

  .light-text-line {
    margin-right: 5px;
  }

  .h2-title {
    font-size: 26px;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    background-color: var(--primary);
    text-align: center;
    display: block;
  }

  .h2-title.white.smaller.black {
    width: 160px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .h2-title.white.smaller.hide {
    display: none;
  }

  .h2-title.white.smaller.hide.edit {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
  }

  .div-block-9 {
    height: auto;
  }

  .test {
    padding: 10px;
  }

  .slider {
    width: 300px;
    height: 300px;
  }

  .button-2.blue {
    width: 100%;
  }

  .hw {
    margin-top: 5px;
  }

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

  .hr-andrews-div {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .image-sponsor._1, .image-sponsor._2, .image-sponsor._4 {
    height: 250px;
  }

  .image-sponsor._6-1 {
    background-position: 50% 35%;
    height: 250px;
  }

  .image-sponsor.f-1, .image-sponsor.f-3 {
    height: 250px;
  }

  .grid-img, .div-block-14 {
    grid-template-columns: 1fr;
  }

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

  .team-image.smaller, .lightbox-link-3 {
    height: 250px;
  }

  .p-5.price-text {
    margin-top: 10px;
    line-height: 1.8;
  }

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

  .video-div {
    width: 100%;
  }

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

  .team-block-2 {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .team-grid-2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-right: 0;
  }

  .team-grid-2.grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .lightbox-link-4.smaller {
    height: 250px;
  }

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

  .div-block-16 {
    width: 100%;
  }

  .boxing {
    width: 50px;
    margin-bottom: 0;
  }

  .boxing.preven {
    width: 50px;
    margin-top: 5px;
    margin-left: 0;
  }

  .div-block-17, .div-block-18, .asd, .aasfgf {
    width: 100%;
  }

  .logos-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 10px;
  }

  .widget-block-2 {
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    right: 10px;
  }

  .close-icon-2 {
    top: 23px;
    right: 22px;
  }

  .popup-logo {
    width: 225px;
  }

  .pop-head-2 {
    text-align: left;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
  }

  .text-block-6 {
    font-size: 15.5px;
  }

  .pop-button {
    padding: 10px 17px;
    font-size: 14.5px;
  }

  .pop-button._2 {
    margin-left: 5px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
  }

  .sponsor-div.no {
    margin-top: 10px;
  }

  .fight {
    min-width: 50%;
    max-width: 350px;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-8414c372, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-8414c372, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-8414c372, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-8414c372, #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-8414c372, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-8414c372, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-8414c372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
  place-self: center;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c660-3d76c62f {
  place-self: start;
}

#w-node-c1e4ab42-e91c-2676-0d2f-c6c87ba730a1-8414c384, #w-node-b7cdb589-6124-3667-2e20-880f02ab0a54-8414c385, #w-node-e5c9d302-a559-cb8d-122f-7b80d8a42f22-8414c385, #w-node-b153a930-bd89-3b5e-0e87-265fab5c98ec-8414c385, #w-node-b0b8f46c-144c-f8cb-6e8a-70c289d43a7c-8414c385, #w-node-db08828d-89d6-c897-bd2d-536b3a24a0b1-8414c385, #w-node-_576ff06f-661b-4f88-68ba-65ba36b11771-8414c385, #w-node-_8531b53d-a8e0-1c22-354e-a94071560b79-8414c385, #w-node-e8b485a8-bd5d-b5bd-980d-a9fcc6fce26a-8414c385, #w-node-_94582209-729b-5e22-c7d7-e0b81ec958d2-8414c385, #w-node-ec1a1098-b50e-2de7-5538-b7930a8001da-8414c385, #w-node-f3d8a6e6-3371-5204-10c1-550198b28633-8414c385, #w-node-c2db9420-1921-bfc4-a8a6-477a54b616cf-8414c385, #w-node-_337280a2-8daa-c62f-3a54-1707d36527d8-8414c385, #w-node-_6d580256-fd81-3825-70e7-72c09076b1a3-8414c385, #w-node-_50b9cb83-bd59-90e1-4760-7a5e533a8970-8414c385, #w-node-_50b9cb83-bd59-90e1-4760-7a5e533a8972-8414c385, #w-node-_50b9cb83-bd59-90e1-4760-7a5e533a8974-8414c385, #w-node-_50b9cb83-bd59-90e1-4760-7a5e533a8976-8414c385, #w-node-_50b9cb83-bd59-90e1-4760-7a5e533a8978-8414c385, #w-node-_50b9cb83-bd59-90e1-4760-7a5e533a897a-8414c385, #w-node-_50b9cb83-bd59-90e1-4760-7a5e533a897c-8414c385, #w-node-b4cdb373-ae95-0481-abbf-f5cb9921be81-8414c385, #w-node-b00768a3-8812-7464-22ca-4203bfa40e44-8414c385, #w-node-ed903ad3-9ccd-ec3e-a59e-df023b64d4ea-8414c385, #w-node-f8d2ef84-d06e-d218-cd1c-72911e62319a-8414c385, #w-node-e4b317d8-64fd-673d-c30c-3fb05f7d858d-8414c385, #w-node-_19c48290-f5f4-976c-b879-e4758cc9d092-8414c385, #w-node-d66d12ef-c02d-25e2-c5c3-ad4b03ca719a-8414c385, #w-node-bee07f93-4a83-7863-cd37-785611e956cc-8414c385, #w-node-b8343f51-c5d1-6177-f508-fb3dcff7941c-8414c385, #w-node-bc9525ad-ac65-fe7e-3e99-2f67421bdebd-8414c385, #w-node-b233e490-54ec-5632-5bbf-873eb635362a-8414c385, #w-node-b97382ce-30fe-e25a-46b2-af6998dbcdba-8414c385, #w-node-_91e21047-051e-cdae-48e7-d4e6e131f4fe-8414c385, #w-node-_44051b04-d6e2-e68a-959a-f251623d859e-8414c385, #w-node-_4aa0855f-ded9-aafa-8f96-161fe30600ed-8414c385, #w-node-_4fbc95a5-1fcd-e272-6826-6503e3d51a41-8414c385, #w-node-fd6c56ec-223c-adaf-8baf-7b1b0a69ecf8-8414c385, #w-node-a8722c57-80db-00c9-0159-19248614aca1-8414c385, #w-node-_0556aaa5-70ba-e655-ed48-e41cc1b99a43-8414c385, #w-node-_0556aaa5-70ba-e655-ed48-e41cc1b99a45-8414c385, #w-node-_790db40a-bc5c-8d4b-bcb3-e016f62568e8-8414c385, #w-node-_8d1b920d-f6cb-474c-25eb-2e9348ec0858-8414c385, #w-node-_1cddff99-593f-640c-dbdb-92384c99d340-8414c385, #w-node-ba1cc94e-9f9d-90eb-b429-119c98430290-8414c385, #w-node-_2c09b8ef-cd89-e790-f5f7-201572f12ab1-8414c385, #w-node-d5659daf-566d-abdd-cc80-3590b668c14a-8414c385, #w-node-b0acdb82-0f50-a775-a71b-e2839fb5d46c-8414c385, #w-node-_183c1df2-8046-4919-a385-f30d784af1d3-8414c385, #w-node-_73630267-2b4f-3972-0edb-5ee4af93ac6f-8414c385, #w-node-c9736fae-396d-190b-dd8f-921d9b19d02d-8414c385, #w-node-_7e6199fb-fafe-af71-7a24-a028299a864e-8414c385, #w-node-_6c2446ac-4b6b-0acc-efb9-53c28cd20bda-8414c385, #w-node-c15f05e9-bcd5-5ed1-35db-08f2e8fb9153-8414c385, #w-node-_5c45ff51-89e3-e169-6ab9-5a63f8e15e5a-8414c385, #w-node-_7a701c9b-93d3-fa00-2bcd-fc516e380119-8414c385, #w-node-_7594090c-d48f-f7dc-028f-19eb05dca013-8414c385, #w-node-_5a637c82-3d88-6f11-ec5c-37928ca28836-8414c385, #w-node-d62c9cca-a6ab-972b-81e5-bce042ab91b6-8414c385, #w-node-_6554e734-b57a-f9c2-e826-7f7e372c4401-8414c385, #w-node-_2a09129c-b90f-ae0a-5dc3-9268e22fc116-8414c385, #w-node-_6796df54-c38a-48a7-36fc-54fb90734d36-8414c385, #w-node-_6796df54-c38a-48a7-36fc-54fb90734d44-8414c385, #w-node-_6796df54-c38a-48a7-36fc-54fb90734d46-8414c385, #w-node-_6796df54-c38a-48a7-36fc-54fb90734d48-8414c385, #w-node-_8cbb1a21-7287-7180-a24b-1dd4cd9cf94f-8414c385, #w-node-_8cbb1a21-7287-7180-a24b-1dd4cd9cf951-8414c385, #w-node-_8cbb1a21-7287-7180-a24b-1dd4cd9cf953-8414c385, #w-node-_8cbb1a21-7287-7180-a24b-1dd4cd9cf955-8414c385, #w-node-_13ec4fc6-97f6-c599-b5cd-75b625511ec9-8414c385, #w-node-_7d864662-57ca-c619-c577-708767bc4deb-8414c385, #w-node-_0246640d-219b-16e3-55fa-135c5c9e94a8-8414c385, #w-node-ff8c9c90-ef1a-e7b1-f180-5b5c25ae6ee0-8414c385, #w-node-c2ca5e6d-3f6b-b697-e868-e80f67a347fb-8414c385, #w-node-f415b2b7-6044-58e8-2d58-23e39c1bbc03-8414c385, #w-node-_00406457-31ea-140d-b19d-e4958bcdbb8d-8414c385, #w-node-_9a99fde8-4286-adf6-bf5e-941ef0e4f467-8414c385, #w-node-_079bd45f-d979-e45b-1891-ff7c0e9eafcb-8414c385, #w-node-_1436b73c-e0cd-cd4c-8da8-f4f548c0068b-8414c385, #w-node-_38f4b8eb-6508-ae69-7c04-313e39573367-8414c385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c444a3cd-eb66-7dab-0c8f-dc1ee6132a82-7d9bf906 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9152ca11-1065-8672-12cf-4d441f8c4ee7-740c1ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97925216-1260-2787-9abc-90f64dc8b47b-f17f10ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-8414c372 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-8414c372, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-8414c372, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-8414c372 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_9152ca11-1065-8672-12cf-4d441f8c4ee7-740c1ef1, #w-node-_97925216-1260-2787-9abc-90f64dc8b47b-f17f10ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f687f7f9-90a0-aebb-a2f0-bfb57066e216-8414c372 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c660-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-c1e4ab42-e91c-2676-0d2f-c6c87ba730a1-8414c384 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c444a3cd-eb66-7dab-0c8f-dc1ee6132a82-7d9bf906, #w-node-_5befcbb3-8579-f61e-6c16-94a1d195450a-b45a693f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be1943af-be12-82f8-6877-904379963c44-8414c372, #w-node-_0aea0ad9-0bd8-1b38-7ab8-c781f8c6da2e-8414c372 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c660-3d76c62f {
    justify-self: start;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}