:root {
  --crimson: black;
  --coral: #f46f26;
  --black-2: #57001f;
  --black: #ef2130;
}

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

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

.body {
  background-color: #f3f3f3;
  font-family: Montserrat, sans-serif;
}

.tel-icon {
  margin-bottom: 5px;
  margin-right: 5px;
}

.need-help {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.top-email {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.co-logo-link {
  align-items: center;
  display: flex;
}

.tel-div {
  justify-content: flex-start;
  align-items: center;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  display: flex;
}

.top-section {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.top-section.white {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-contact-div.footer {
  align-items: flex-start;
}

.top-tel-link {
  color: var(--crimson);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.top-tel-link.white {
  color: #fff;
  background-color: #0000;
}

.top-tel-link.link {
  text-decoration: none;
}

.image {
  background-image: url('../images/logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100px;
  margin-right: 24px;
}

.text-span {
  color: var(--crimson);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.text-span.white {
  color: var(--coral);
}

.nav-link-dropdown {
  color: #fff;
  border-bottom: 5px #000;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 13px;
}

.nav-link-dropdown:hover {
  border-bottom-color: #8d8d8d;
}

.dropdown-list {
  background-color: #fff;
}

.nav-section {
  background-color: #000;
  background-image: linear-gradient(#000, #480019 50%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 115px;
}

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

.icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.nav-link {
  color: #fff;
  text-align: center;
  border-bottom: 0 #000;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}

.nav-link:hover {
  border-bottom-style: none;
  border-bottom-color: #8d8d8d;
}

.nav-link.w--current {
  color: var(--coral);
  border-bottom-color: #8d8d8d;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #000;
  padding: 15px;
  font-size: 15px;
}

.dropdown-link:hover {
  background-color: var(--black-2);
  border-bottom-color: #8d8d8d;
}

.dropdown-link.w--current {
  background-color: var(--black-2);
  color: #fff;
  border-bottom-color: #8d8d8d;
}

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slider-overlay-div {
  flex-direction: column-reverse;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.overlay-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 190px;
  padding-bottom: 100px;
  display: flex;
}

.slider-small-text {
  color: #fff;
  width: 70%;
  margin-bottom: 0;
}

.slider-medium-text {
  color: #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.image-section {
  z-index: 0;
  background-image: url('../images/Asset-1wave.svg'), url('../images/hero-banner.webp');
  background-position: 50% 110%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  height: 600px;
}

.image-section.new {
  background-image: url('../images/Asset-1wave.svg'), linear-gradient(#0000004d, #0000004d), url('../images/commercial-banner.webp');
  background-position: 50% 110%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100%, auto, cover;
}

.image-section.replace {
  background-image: url('../images/Asset-1wave.svg'), url('../images/testimonial-banner.webp');
}

.image-section.service {
  background-image: url('../images/Asset-1wave.svg'), url('../images/gallery-banner.webp');
}

.image-section.area {
  background-image: url('../images/Asset-1wave.svg'), url('../images/domestic-banner.webp');
}

.image-section.sky {
  background-image: url('../images/Asset-1wave.svg'), linear-gradient(#0000004d, #0000004d), url('../images/IMG-20210204-WA0022.webp');
  background-position: 50% 110%, 0 0, 50% 20%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100%, auto, cover;
}

.image-section.repair {
  background-image: url('../images/Asset-1wave.svg'), linear-gradient(#00000080, #00000080), url('../images/new-slate-roof.webp');
  background-position: 50% 110%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100%, auto, cover;
}

.image-section.test {
  background-image: url('../images/Asset-1wave.svg'), linear-gradient(#00000080, #00000080), url('../images/new-chimney.webp');
  background-position: 50% 110%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100%, auto, cover;
}

.image-section.site {
  background-image: url('../images/Asset-1wave.svg'), linear-gradient(#0000004d, #0000004d), url('../images/tiles.webp');
  background-position: 50% 110%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100%, auto, cover;
}

.slider-text-div {
  background-color: #000c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 49%;
  max-width: 780px;
  padding: 30px;
  display: flex;
}

.button-link {
  margin-left: 5px;
}

.arrow-head-blue {
  background-color: #0000004d;
  border: 2px solid #fff;
  width: 70px;
}

.hero-box-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 40px;
  display: grid;
}

.hero-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 200px;
  height: 200px;
  padding: 8px;
  display: flex;
}

.hero-div._20pad {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--black), #630320 73%);
  border: 3px solid #fff;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.hero-icon {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
}

.body-button {
  z-index: 5;
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.body-button:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.slider-heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.small-bamer {
  background-color: #f3f3f3;
  padding-top: 20px;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.body-div {
  width: 90%;
  max-width: 1300px;
}

.l-1-content {
  width: 48%;
}

.l-1-content._100 {
  width: 100%;
}

.l-2-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  min-height: 250px;
}

.l-2-content.map {
  background-image: none;
  width: 100%;
  min-height: auto;
}

.l-2-content.light-1 {
  background-image: url('../images/IMG-20210204-WA0016.webp');
}

.l-2-content.new-1 {
  background-image: url('../images/IMG-20210205-WA0019.webp');
}

.l-2-content.replace-1 {
  background-image: url('../images/IMG-20210204-WA0018.webp');
  background-position: 50% 0;
  background-size: cover;
}

.l-2-content.repair-1 {
  background-image: url('../images/IMG-20210205-WA0009.webp');
}

.l-2-content.service-1 {
  background-image: url('../images/IMG-20210204-WA0011.webp');
  background-position: 50% 0;
}

.l-2-content.home-1 {
  background-image: url('../images/IMG-20210205-WA0006.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.para {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.para.para-white {
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.para.para-white.cent {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.para.right {
  color: var(--coral);
  width: 100%;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
}

.h1-content-wrapper.h1-c-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h1-content-wrapper.center {
  display: flex;
}

.body-copy-section {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-copy-section.border-top {
  border-top: 1px solid #00000017;
}

.body-copy-section.black {
  background-image: linear-gradient(to bottom, black, var(--black-2));
}

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

.h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.underline {
  background-color: var(--coral);
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
}

.section-btn {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.section-btn:hover {
  background-color: var(--black-2);
  color: #fff;
}

.section-btn.header {
  background-color: var(--coral);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 0;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.h1-small {
  color: var(--black);
  font-weight: 400;
}

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

.default-list.list-white {
  color: #fff;
}

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

.default-list.row.w {
  color: #fff;
}

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

.default-list._4-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.list-item-2 {
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .3s ease-in-out;
}

.list-item-2:hover {
  padding-left: 15px;
}

.list-item-2.w {
  color: #fff;
}

.h3-text-bullet-3 {
  color: #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.h3-text-bullet-3.w {
  color: #fff;
  display: flex;
}

.font-icon-2 {
  background-color: var(--black);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  display: flex;
}

.font-icon-2.fa-white {
  background-color: var(--black);
  color: #013220;
  background-color: #fee88d;
}

.testemonials-section {
  background-color: var(--black-2);
  opacity: 1;
  border-top: 2px #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h2-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.h2-3.h2-white {
  color: #fff;
}

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

.h2-3.small {
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}

.coloured-underline {
  background-color: #fee88d;
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.unerline-white, .coloured-underline.black {
  background-color: var(--coral);
}

.contact-form-code {
  color: #fff;
  margin-bottom: 0;
  margin-left: -10px;
}

.bullet-list {
  color: #000;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.list-icon {
  background-color: var(--black);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Duotone 900", sans-serif;
  display: flex;
}

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

.list._2-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 20px;
  display: grid;
}

.list-item-3 {
  margin-bottom: 10px;
}

.h2-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.25;
}

.h2-4.h2-white {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.l-2-content-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  min-height: 350px;
}

.l-2-content-3.light-2 {
  background-image: url('../images/IMG-20210205-WA0030.webp');
}

.l-2-content-3.new-2 {
  background-image: url('../images/IMG-20210205-WA0013.webp');
}

.l-2-content-3.replace-2 {
  background-image: url('../images/tiled-roof.webp');
}

.l-2-content-3.repair-2 {
  background-image: url('../images/IMG-20210205-WA0031.webp');
}

.l-2-content-3.service-2 {
  background-image: url('../images/IMG-20210205-WA0016.webp');
  background-position: 50% 0;
}

.l-2-content-3.home-2 {
  background-image: url('../images/unnamed-3.webp');
  background-position: 50% 0;
}

.h3-text-bullet-4 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.underline-2 {
  background-color: #111;
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
}

.underline-2.underline-white {
  background-color: #fff;
}

.underline-2.underline-white.gold {
  background-color: var(--coral);
}

.list-item-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
}

.list-item-4:hover {
  padding-left: 15px;
}

.h2-small {
  color: var(--black);
  font-weight: 400;
}

.body-div-2 {
  width: 95%;
  max-width: 1200px;
}

.h2-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
}

.p {
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 10px;
}

.bottom-heading {
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.small-section-heading-3 {
  background-color: #fae9d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2 {
  background-color: #4169e10d;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG-20210205-WA0009.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-sec-heading-3 {
  color: #f0f0f0;
  text-align: center;
  line-height: 36px;
}

.small-sec-heading-3.max-wdith-70 {
  z-index: 0;
  color: #fff;
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.section-btn-2 {
  color: #222;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin: 20px auto 0;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: static;
}

.section-btn-2:hover {
  background-color: #fff;
  transform: scale(.95);
}

.section-btn-2.block {
  background-color: var(--black);
  color: #fff;
  display: block;
}

.section-btn-2.block:hover {
  background-color: var(--black-2);
  color: #fff;
}

.h3-heading {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 7px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-right-div {
  width: 60%;
}

.contact-left-div {
  width: 33%;
}

.social-media-icons-div {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 30px;
  display: flex;
}

.contact-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.image-2, .image-3 {
  min-width: 30px;
}

.bottom-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.bottom-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  line-height: 24px;
}

.image-4 {
  min-width: 30px;
}

.social-media-link {
  max-width: 30px;
  margin-right: 30px;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

.header-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-list {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 28px;
  list-style-type: none;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 90%;
  max-width: 1200px;
  margin-top: 40px;
  display: grid;
}

.footerlinks {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.coloured-line {
  background-color: #ff5050;
  border-radius: 20px;
  width: 60%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.coloured-line._10pad {
  background-color: var(--coral);
  margin-top: 10px;
  margin-bottom: 10px;
}

.black-link-no-line {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.black-link-no-line:hover {
  color: var(--coral);
}

.black-link-no-line.b {
  color: var(--crimson);
}

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

.footer-head {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.c-symbol {
  font-family: "Fa 400", sans-serif;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.social-link {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

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

.footer-brand.test {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.footer-logo {
  position: static;
}

._33 {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.footer-desing-my-home-footer-link {
  background-image: linear-gradient(to bottom, black, var(--black-2));
  border-top: 1px solid #dadada21;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-copy-desc {
  color: #bdb8b8;
}

.footer-copy-desc.footer-style-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--black-2);
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--black-2);
  color: #fff;
}

.hyperlink.w {
  color: #fff;
}

.hyperlink.w.red {
  box-shadow: inset 0 -2px 0 0 var(--black);
}

.hyperlink.w.red:hover {
  box-shadow: inset 0 -50px 0 0 var(--black);
}

.google-maps {
  background-image: url('../images/google-maps.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

.testemonials-section-2 {
  opacity: 1;
  background-color: #111;
  border-top: 2px #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials-section-2.nonee {
  background-color: #000;
  border-top: 1px solid #1111110d;
  padding-top: 60px;
  padding-bottom: 40px;
}

.h2-6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.slide {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  height: 100%;
  padding: 20px;
  position: static;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-header {
  color: var(--coral);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
}

.testimonial-date {
  color: var(--coral);
  text-align: left;
  font-weight: 500;
}

.testimonial-date.cent {
  text-align: center;
}

.slide-nav {
  display: none;
}

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

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

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

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

.livechat-button {
  background-color: #000;
  background-image: linear-gradient(to bottom, black, var(--black-2));
  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: #326db1;
}

.whatsapp-container {
  z-index: 30;
  background-color: #000;
  background-image: linear-gradient(to bottom, black, var(--black-2));
  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: #494949;
  transform: scale(1.05);
}

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

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

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

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

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

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

.live-chat-bottom-text {
  font-size: 10px;
  font-weight: 600;
}

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

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

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

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

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

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

.lb {
  border: 2px solid var(--black-2);
  width: 100%;
}

.testim-div {
  border: 3px solid var(--coral);
  background-color: var(--crimson);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 26px;
  display: flex;
}

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

.div-block {
  flex-direction: column;
  align-items: center;
  width: 48%;
  display: flex;
}

.band-of-brothers {
  border-top: 1px solid #00000096;
  justify-content: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.text {
  width: 70%;
}

.flexed {
  display: flex;
}

.bob {
  background-image: url('../images/band-of-builders-logo.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 125px;
  margin-right: 40px;
}

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

.div-block-2 {
  flex-direction: column;
  line-height: 8px;
  display: flex;
}

.contact-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

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

.top-links:hover {
  color: #74706d;
}

.font-awsome {
  color: var(--black);
  text-align: center;
  margin-right: 8px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 16.5px;
}

.font-awsome:hover {
  transform: scale(1);
}

.font-awsome.email {
  color: var(--black);
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 16.5px;
}

.font-awsome.time {
  font-family: "Fa Sharp 300", sans-serif;
}

.text-block-2 {
  color: #fff;
  margin-top: 3px;
  font-size: 16.5px;
  font-weight: 300;
}

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

.link, .social {
  text-decoration: none;
}

.phone {
  width: 43%;
}

.text-span-2 {
  width: 60px;
  font-family: "Fa Solid 900", sans-serif;
}

.text-span-3 {
  font-family: "Fa Solid 900", sans-serif;
}

.link-2, .link-3 {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.socials {
  z-index: 1;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px 3%;
}

.social-button {
  background-color: var(--black);
  color: #21323d;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--coral);
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.fixed {
  z-index: 26;
  z-index: 26;
  inset: 22% 0% 0% auto;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  inset: 22% 0% 0% auto;
}

.fa-social {
  color: #000;
  background-color: #04ff7d;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #04ff7d;
  background-color: #030507;
  transform: scale(1.1);
}

.fa-social.fixed {
  border: 2px solid var(--black-2);
  background-color: var(--black);
  color: #000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
}

.fa-social.fixed:hover {
  background-color: var(--coral);
  color: var(--black-2);
}

.fa-social.fixed {
  background-color: var(--black);
  color: #000;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
}

.fa-social.fixed:hover {
  background-color: var(--black-2);
  color: var(--crimson);
  -webkit-text-stroke-color: var(--crimson);
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.h-link {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: #fff;
  background-color: var(--black);
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  font-weight: 400;
  text-decoration: none;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: #4c4a4b;
  cursor: pointer;
  cursor: pointer;
  font-weight: 300;
  transition: all .2s ease-in-out;
}

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.test {
  color: #000;
  text-transform: uppercase;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 500;
}

.middle-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.block-in-banner {
  border-right: 2px solid var(--crimson);
  border-left: 2px solid var(--crimson);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  color: #fff;
  width: 20%;
}

.link-block, .div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h-link-2 {
  color: #000;
  text-decoration: none;
}

.cta-link {
  color: #4e254c;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.vert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--black);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
  display: grid;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.contact-info-block.m-bottom-20.last {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.icon-3 {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.cta-text-contact {
  color: #4e254c;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-5 {
  font-weight: 500;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.video {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-2 {
  width: 60%;
}

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

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

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

.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 {
  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-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.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_space-medium {
  margin-bottom: 40px;
}

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

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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-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_trigger {
  display: none;
}

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.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: #616161;
  margin-right: 24px;
}

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

.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_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }

  .contact-top {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .tel-div {
    width: 100%;
  }

  .tel-div.cent {
    justify-content: center;
  }

  .top-div-block {
    flex-direction: row;
  }

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

  .top-contact-div {
    align-items: center;
  }

  .top-contact-div.footer {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .top-contact-div.footer.cernt {
    width: auto;
  }

  .top-tel-link.white {
    width: 100%;
  }

  .image {
    height: 80px;
  }

  .nav-link-dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .nav-section {
    top: 84px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    width: 100%;
  }

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

  .icon {
    margin-top: auto;
    margin-right: 30px;
  }

  .nav-link {
    border-bottom-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar {
    width: 100%;
  }

  .dropdown-link {
    text-align: center;
  }

  .nav-menu {
    background-color: #000;
  }

  .slider-overlay-div {
    width: 100%;
  }

  .overlay-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-text-div {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-box-div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-div._20pad {
    width: 150px;
    height: 150px;
  }

  .hero-icon {
    font-size: 36px;
  }

  .h2 {
    font-size: 15px;
  }

  .body-div {
    width: 90%;
  }

  .l-1-content, .l-1-content._w-70 {
    width: 100%;
  }

  .l-2-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .para.right {
    text-align: left;
    font-size: 14px;
  }

  .h1-content-wrapper.h1-c-flex {
    flex-direction: column-reverse;
  }

  .h1-content-wrapper.h1-c-flex.flex-reverse {
    flex-direction: column;
  }

  .h1-content-wrapper.center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .section-btn {
    margin-top: 20px;
  }

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

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

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

  .h2-3.center {
    width: 100%;
  }

  .l-2-content-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .body-div-2 {
    width: 90%;
  }

  .h3-heading {
    text-align: center;
  }

  .contact-left-div {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .bottom-content-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 90%;
    display: grid;
  }

  .header-div {
    margin-top: 0;
  }

  .footer-column {
    width: 100%;
  }

  .google-maps {
    height: 209px;
  }

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

  .testemonials-section-2.nonee {
    padding-bottom: 60px;
  }

  .slide {
    padding-bottom: 20px;
  }

  .mask {
    overflow: hidden;
  }

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

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

  .div-block {
    width: 100%;
    margin-top: 40px;
  }

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

  .contact-top {
    margin-left: 16px;
  }

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

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

  .phone {
    flex-direction: column;
    width: 30%;
    margin-left: 0;
    display: flex;
  }

  .contact-ann-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-ann-block.fixed {
    height: 20px;
    top: 33%;
  }

  .middle-banner {
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .overlay-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-box-div {
    grid-template-columns: 1fr;
    justify-content: space-around;
    display: flex;
  }

  .hero-div._20pad {
    flex: none;
    width: 120px;
    height: 120px;
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-icon {
    font-size: 30px;
  }

  .h2 {
    font-size: 13px;
  }

  .para.right {
    text-align: center;
    display: none;
  }

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

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

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

  .container-3 {
    width: 90%;
  }

  .small-sec-heading-3.max-wdith-70 {
    font-size: 22px;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 40px;
  }

  .contact-left-div {
    width: 100%;
  }

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

  .bottom-content-div, .header-div {
    flex-direction: column;
  }

  .footerlinks {
    text-align: center;
  }

  .footer-column {
    justify-content: flex-start;
    height: 100%;
  }

  .footer-head {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  ._33 {
    width: 100%;
  }

  .google-maps {
    background-position: 50%;
    background-size: cover;
  }

  .testemonials-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide {
    height: auto;
  }

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

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

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

  .flexed {
    flex-direction: column;
  }

  .bob {
    text-align: center;
    background-position: 50%;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

  .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .contact-ann-block.fixed {
    top: 17%;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .announcement-barn-link {
    font-size: 14px;
  }

  .main-block-2 {
    width: 100%;
  }

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

  .vert {
    flex-direction: column;
  }

  .contact-info-block.m-bottom-20 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .cta-text-contact {
    text-align: center;
    padding-top: 10px;
  }

  .icon-block {
    margin-right: 0;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .need-help {
    margin-top: 5px;
  }

  .co-logo-link, .tel-div {
    justify-content: center;
    width: 100%;
  }

  .top-div-block {
    flex-direction: column;
  }

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

  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .top-tel-link {
    font-size: 25px;
    line-height: 35px;
  }

  .nav-link-dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .nav-link, .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .slider-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .slider-overlay-div {
    height: 108%;
    padding-top: 48px;
  }

  .slider-small-text {
    width: 80%;
  }

  .slider-medium-text {
    font-size: 20px;
    line-height: 25px;
  }

  .image-section {
    background-image: url('../images/Asset-1wave.svg'), url('../images/hero-banner.webp');
    background-position: 50% 110%, 30%;
    margin-top: 70px;
  }

  .slider-text-div {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .hero-box-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .hero-div {
    grid-template-rows: auto auto auto;
    padding: 20px 40px;
  }

  .hero-div._20pad {
    grid-template-rows: auto auto auto;
    width: 120px;
    height: 120px;
    margin-top: 0;
    padding-left: 40px;
  }

  .hero-icon {
    display: block;
  }

  .slider-heading-2 {
    font-size: 30px;
    line-height: 31px;
  }

  .body-div {
    max-width: 100%;
  }

  .para.right {
    text-align: center;
  }

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

  .h1 {
    font-size: 22px;
    line-height: 1.5;
  }

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

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

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .h2-3 {
    font-size: 26px;
    line-height: 28px;
  }

  .h2-4 {
    font-size: 28px;
  }

  .body-div-2 {
    max-width: 100%;
  }

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

  .small-sec-heading-3.max-wdith-70 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .contact-left-div {
    width: 100%;
  }

  .contact-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .bottom-content-div {
    flex-direction: column;
  }

  .coloured-line {
    width: 100%;
  }

  .black-link-no-line {
    text-decoration: none;
  }

  .copyright-text {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .c-symbol {
    font-size: 30px;
  }

  .footer-socials {
    padding-top: 0;
  }

  .c {
    margin-bottom: 10px;
  }

  .footer-link-txt, .footer-brand.test {
    text-align: center;
  }

  ._33 {
    width: 100%;
  }

  .footer-desing-my-home-footer-link {
    padding-bottom: 80px;
  }

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

  .h2-6 {
    font-size: 26px;
    line-height: 28px;
  }

  .slide {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider {
    display: inline;
  }

  .mask {
    overflow: hidden;
  }

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

  .livechat-button {
    width: 90%;
  }

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

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

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

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

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

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

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

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

  .top-links.top {
    margin-top: 10px;
    font-size: 14px;
  }

  .font-awsome {
    margin-right: 3px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 3px;
    font-size: 20px;
  }

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

  .phone {
    width: 100%;
  }

  .socials {
    inset: auto auto 1% 3%;
  }

  .contact-ann-block.fixed {
    height: 20px;
    display: none;
    top: 42%;
  }

  .h-link {
    font-size: 13px;
  }

  .announcement-barn-link.test {
    font-size: 12px;
  }

  .middle-banner {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .icon-2 {
    color: var(--black);
    padding-top: 92px;
  }

  .vert {
    flex-direction: column;
  }

  .contact-info-block {
    padding: 25px;
  }

  .icon-3 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .bold-text-6 {
    display: block;
  }

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

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

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

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

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

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

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

#w-node-ce43ba45-4c60-7978-ae5b-05182bf38460-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38462-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38466-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38468-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf3846e-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38470-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38474-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38476-06124cf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_052d3226-4af2-babd-db4f-c4334a3568bf-06124cf0, #w-node-e3d53b5e-9013-895b-29b7-8b426492805e-06124cf0 {
  align-self: center;
}

#w-node-db03c0df-2006-d9c6-e8ce-b3d09112878a-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d09112878c-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d091128790-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d091128792-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d091128798-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d09112879a-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d09112879e-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d0911287a0-06124cf4, #w-node-_339823b6-220d-19b3-7fb7-9ae255e7510e-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75110-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75114-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75116-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e7511c-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e7511e-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75122-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75124-06124cf5, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc228-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc22a-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc22e-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc230-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc236-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc238-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc23c-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc23e-06124cf6, #w-node-_92fc1bb5-5c7f-1f8f-b946-f8b198e767b4-06124cf6, #w-node-cd8c5699-ee64-070e-88c5-b7c1509109e8-06124cf6, #w-node-c86a968c-0064-fc3e-c80a-73453a8deda9-06124cf6, #w-node-_5ac60fb5-8e0b-a8a1-348d-59ffe6d4958a-06124cf6, #w-node-_1dc508ba-e491-80bb-45b2-0fd406f3ebd6-06124cf6, #w-node-_7a9cabe9-1595-4e00-f139-71d100168b5d-06124cf6, #w-node-_454c850f-f91a-a012-201f-cc68f9d2526e-06124cf6, #w-node-f43c546f-2a33-a372-d944-431e633591e9-06124cf6, #w-node-_1cc71489-aff1-a23c-1305-fc904eabce32-06124cf6, #w-node-d911c3a4-937d-dafa-933b-bed8b3583968-06124cf6, #w-node-_2a3b0515-a512-4316-52d5-0f3af03df4ff-06124cf6, #w-node-_6d817dec-7052-f841-32f1-07d0bfca0286-06124cf6, #w-node-_0e664e54-62bf-f958-6d1a-37d58e0fcec2-06124cf6, #w-node-b2f5d741-9bf8-a523-159b-b07895a9aba4-06124cf6, #w-node-_8bf3b1e3-e391-b43f-c7fc-10685627017f-06124cf6, #w-node-_3e85a051-5bc1-b6a4-59fe-77bf904cee05-06124cf6, #w-node-_2fcc8e1f-f23a-4a8d-b912-e7b91e70535f-06124cf6, #w-node-_77081476-7da0-5539-cb42-3b9f9145fdee-06124cf6, #w-node-_6104d322-5575-052f-1da7-b0d0b7ae248e-06124cf6, #w-node-_850cb5ae-e0c0-4a0f-d209-33a452fb2da2-06124cf6, #w-node-_6358724a-058c-4d90-4efb-533fd98acd65-06124cf6, #w-node-_6277d828-099d-eb00-817d-2d57f14a50ce-06124cf6, #w-node-_3e5e67fa-0c98-7d22-0a4b-d6db6ed81695-06124cf6, #w-node-_86d13d6c-cfa1-8eed-d29f-9a8020f01c58-06124cf6, #w-node-_5d389977-c799-af74-a642-4672d9441af0-06124cf6, #w-node-dd9d3596-61c1-fc26-4da5-91f3e8fce1f4-06124cf6, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc7792-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc7794-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc7798-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc779a-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc77a0-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc77a2-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc77a6-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc77a8-06124cf9, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ace-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ad0-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ad4-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ad6-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276adc-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ade-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ae2-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ae4-06124cfa, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80bc-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80be-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80c2-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80c4-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80ca-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80cc-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80d0-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80d2-06124cfb, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c36-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c38-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c3c-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c3e-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c44-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c46-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c4a-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c4c-06124cfc, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b28846e-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288470-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288474-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288476-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b28847c-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b28847e-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288482-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288484-06124cfd, #w-node-bf86a95a-6359-c824-4528-f63448854d2c-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d2e-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d32-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d34-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d3a-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d3c-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d40-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d42-06124cfe, #w-node-_3104ac34-4e26-f368-1a10-1e736d308ca4-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308ca6-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308caa-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cac-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cb2-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cb4-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cb8-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cba-06124cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b084102e-ec9b-f974-37d8-13a851b420f0-06124cff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d4db131f-0938-d22c-1b2f-a6311396eab1-06124cff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6df698a6-69c3-8b07-e7bd-54ca691ff0c6-06124cff, #w-node-_37c3d1b7-4dec-93c9-bfbb-db449cb8cf41-06124cff, #w-node-_12a16c7b-aeb6-2b9d-29d5-a853bcabe52d-06124cff, #w-node-_28640c6b-e5a3-20d4-6113-b8d6040d2fb8-06124cff, #w-node-_9047eb5e-9c93-46c9-9801-6b1855d2fe4d-06124cff, #w-node-_48cd0e9f-6bf0-2dd4-1ffe-2d95515aa3ba-06124cff, #w-node-_2089c670-c99f-5748-f8d7-3981bc1aac17-06124cff, #w-node-_6e6c76d4-8cb5-fc8a-6b35-06810cd955e2-06124cff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b084102e-ec9b-f974-37d8-13a851b420f0-06124cff, #w-node-d4db131f-0938-d22c-1b2f-a6311396eab1-06124cff, #w-node-_6df698a6-69c3-8b07-e7bd-54ca691ff0c6-06124cff, #w-node-_37c3d1b7-4dec-93c9-bfbb-db449cb8cf41-06124cff, #w-node-_12a16c7b-aeb6-2b9d-29d5-a853bcabe52d-06124cff, #w-node-_28640c6b-e5a3-20d4-6113-b8d6040d2fb8-06124cff, #w-node-_9047eb5e-9c93-46c9-9801-6b1855d2fe4d-06124cff, #w-node-_48cd0e9f-6bf0-2dd4-1ffe-2d95515aa3ba-06124cff, #w-node-_2089c670-c99f-5748-f8d7-3981bc1aac17-06124cff, #w-node-_6e6c76d4-8cb5-fc8a-6b35-06810cd955e2-06124cff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce43ba45-4c60-7978-ae5b-05182bf3845f-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38465-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf3846d-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38473-06124cf0, #w-node-db03c0df-2006-d9c6-e8ce-b3d091128789-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d09112878f-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d091128797-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d09112879d-06124cf4, #w-node-_339823b6-220d-19b3-7fb7-9ae255e7510d-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75113-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e7511b-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75121-06124cf5, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc227-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc22d-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc235-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc23b-06124cf6, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc7791-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc7797-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc779f-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc77a5-06124cf9, #w-node-_15c6335a-2613-7e0f-95d4-89baca276acd-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ad3-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276adb-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ae1-06124cfa, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80bb-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80c1-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80c9-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80cf-06124cfb, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c35-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c3b-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c43-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c49-06124cfc, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b28846d-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288473-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b28847b-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288481-06124cfd, #w-node-bf86a95a-6359-c824-4528-f63448854d2b-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d31-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d39-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d3f-06124cfe, #w-node-_3104ac34-4e26-f368-1a10-1e736d308ca3-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308ca9-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cb1-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cb7-06124cff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce43ba45-4c60-7978-ae5b-05182bf3845f-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38465-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf3846d-06124cf0, #w-node-ce43ba45-4c60-7978-ae5b-05182bf38473-06124cf0, #w-node-db03c0df-2006-d9c6-e8ce-b3d091128789-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d09112878f-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d091128797-06124cf4, #w-node-db03c0df-2006-d9c6-e8ce-b3d09112879d-06124cf4, #w-node-_339823b6-220d-19b3-7fb7-9ae255e7510d-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75113-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e7511b-06124cf5, #w-node-_339823b6-220d-19b3-7fb7-9ae255e75121-06124cf5, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc227-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc22d-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc235-06124cf6, #w-node-_0a944a3b-c4ab-7d0d-3e88-defc2c0bc23b-06124cf6, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc7791-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc7797-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc779f-06124cf9, #w-node-_2a1fe023-54e4-012c-a5ca-dfe38bbc77a5-06124cf9, #w-node-_15c6335a-2613-7e0f-95d4-89baca276acd-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ad3-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276adb-06124cfa, #w-node-_15c6335a-2613-7e0f-95d4-89baca276ae1-06124cfa, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80bb-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80c1-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80c9-06124cfb, #w-node-_7d2abc1b-5e97-ebdf-fe6a-285e22bb80cf-06124cfb, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c35-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c3b-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c43-06124cfc, #w-node-_0011b17f-5233-6731-be5d-34be2fb64c49-06124cfc, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b28846d-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288473-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b28847b-06124cfd, #w-node-d85ac0ed-6ef9-20b7-da64-74ff6b288481-06124cfd, #w-node-bf86a95a-6359-c824-4528-f63448854d2b-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d31-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d39-06124cfe, #w-node-bf86a95a-6359-c824-4528-f63448854d3f-06124cfe, #w-node-_3104ac34-4e26-f368-1a10-1e736d308ca3-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308ca9-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cb1-06124cff, #w-node-_3104ac34-4e26-f368-1a10-1e736d308cb7-06124cff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}