@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 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 Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.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");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@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 Duotone 900";
  src: 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;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-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");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@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: "Brands 400";
  src: url('../fonts/Brands-Regular-400.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 {
  --white: #fff;
  --black: black;
  --primary: #e12826;
  --secondary: #b3b3b3;
  --transparent: #fff0;
  --cookies-bg: #0009;
  --pale-grey: #ddd;
  --silver: #b7b5b5;
  --third: #400;
}

.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(--white);
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.banner-header {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
}

.p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p.big {
  font-size: 22px;
}

.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 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.body-section.white {
  border-top: 8px solid var(--secondary);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.body-section._0b {
  padding-bottom: 0;
}

.body-section._120px {
  padding-top: 100px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  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.z {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-bg-grad {
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(77deg, var(--white) 26%, var(--transparent)), url('../images/velux7.webp');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 750px;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

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

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

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

.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;
  position: relative;
}

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

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

.service-top-image._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

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

.service-number {
  background-color: var(--primary);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.service-header {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.service-text {
  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-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

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

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

.service-link {
  background-color: var(--primary);
  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);
}

.small-sub {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

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

.img-div {
  box-shadow: -15px 17px 0 0 var(--primary);
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  min-height: 400px;
  display: flex;
}

.img-div.home1 {
  background-image: url('../images/velux22.webp');
  background-position: 50%;
  background-size: cover;
}

.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: 100%;
  min-height: 400px;
  display: flex;
  position: static;
}

.inner-img.os1 {
  background-image: url('../images/velux17.webp');
}

.inner-img.vi1 {
  background-image: url('../images/velux3.webp');
}

.inner-img.va1 {
  background-image: url('../images/velux4.webp');
  background-position: 50%;
}

.inner-img.varep {
  background-image: url('../images/velux5.webp');
  background-position: 50% 0;
}

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

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

.right-side.content {
  width: 50%;
}

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

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

.footer-col {
  width: 100%;
  margin-right: auto;
}

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

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

.footer-copy-text {
  color: var(--black);
  text-align: left;
  border-bottom: 1px #dfdfdf;
  max-width: 800px;
  margin-top: 30px;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-copy-text.sm {
  color: var(--cookies-bg);
  margin-top: 10px;
}

.footer-link {
  color: var(--black);
  border-bottom: 1px #bbb;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.footer-link.w--current {
  color: var(--black);
}

.footer-link.div {
  border-bottom-style: solid;
  border-bottom-color: #858585;
}

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-bottom: 40px;
  display: flex;
}

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

.footer-section-title.white {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 24px;
}

.footer-section {
  border-top: 10px solid var(--white);
  background-color: var(--secondary);
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #a9a9a9;
  text-align: left;
  border-top: 1px solid #7a7a7a80;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-p {
  margin-bottom: 20px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

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

.header-social-icon.margin-right-none {
  margin-right: 20px;
  font-size: 1.8em;
}

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

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

.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(#000000b3, #000000b3), url('../images/velux19.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 60px;
  padding-bottom: 60px;
}

.full-width-image-section.para-img.os2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/velux20.webp');
  background-position: 0 0, 100% 61%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.full-width-image-section.para-img.vi2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/velux13.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.full-width-image-section.para-img.va2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/velux3.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.full-width-image-section.para-img.varep2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/window19.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

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

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

.co-logo {
  width: 300px;
}

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

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 25px;
  font-size: 16.5px;
  transition: all .3s;
}

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

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

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

.service-nav-text {
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

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

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

.contact-section._0 {
  background-color: #ffffffa3;
}

.service-dropdown-arrow {
  margin-right: 15px;
}

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

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

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

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

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

.banner-red._15 {
  font-size: 28px;
}

.lrg-heading {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

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

.gallery-hover {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding-bottom: 10px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: -5px 5px 5px #0003;
}

.gallery-hover:hover {
  background-color: #0000;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--white);
  background-image: url('../images/velux5.webp');
  background-position: 50%;
  background-size: cover;
  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 {
  background-color: var(--secondary);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 19px;
  font-weight: 700;
  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: 40px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-sub {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.white-section {
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.white-section._100 {
  background-color: var(--white);
  padding-bottom: 60px;
}

.white-section._100.red {
  background-color: var(--primary);
  color: var(--white);
}

.white-section._0 {
  padding-top: 0;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('../images/velux8.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/velux9.webp');
  background-position: 50%;
  background-size: cover;
  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;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.h3-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h3-large.b-30 {
  color: var(--black);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.h3-large.b-30.w {
  color: var(--white);
}

.h3-large.b-30.sm {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.h3-large.a {
  font-size: 1.5vw;
  line-height: 1;
}

.image {
  width: 400px;
}

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

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

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

.list-head {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

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

.list-head.bullet-font-icon-2.w {
  background-color: var(--white);
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  border: 4px solid var(--secondary);
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}

.comment-column._2.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: grid;
}

.comment-column._2.grid.a {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-column._2.grid.a.w {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

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

.bullet-font-icon-2.w {
  background-color: var(--white);
  color: var(--primary);
}

.timeline {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.single-comments {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments.w {
  color: var(--white);
}

.arrow {
  margin-top: 5px;
}

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

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

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

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

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

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

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

.font-awsome.w {
  background-color: var(--primary);
  color: var(--white);
  flex: none;
  width: 30px;
  height: 30px;
  padding: 5px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 14px;
  display: inline-block;
}

.top-div-2 {
  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 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
}

.background-image.os3 {
  background-image: url('../images/velux10.webp');
  background-position: 50%;
}

.background-image.vi3 {
  background-image: url('../images/velux9.webp');
  background-position: 50% 100%;
}

.background-image.va3 {
  background-image: url('../images/velux14.webp');
  background-position: 50% 0;
}

.background-image.carep3 {
  background-image: url('../images/window18.webp');
}

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

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

.hyperlink.w--current {
  font-weight: 700;
}

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

.hyperlink.w:hover {
  box-shadow: inset 0 -30px 0 0 var(--black);
  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: var(--primary);
}

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

.h3 {
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  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 {
  background-color: var(--white);
  background-image: url('../images/living3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 360px;
  border-radius: 12px;
  width: 420px;
  min-height: 120px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-color: var(--white);
  background-image: url('../images/living2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 360px;
  border-radius: 12px;
  width: 390px;
  min-height: 120px;
  margin-bottom: 20px;
}

.list-wrapper {
  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;
}

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

.list-wrapper.w {
  color: var(--white);
}

.list-wrapper.w._1 {
  flex-flow: column;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
}

.list-wrapper._0 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

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

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 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-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #fff;
}

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

.service-navlink-2 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover, .service-navlink-2.w--current {
  color: var(--primary);
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/velux7.webp');
  background-position: 0 0, 50% 150%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.service-ban-head {
  color: var(--black);
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.service-ban-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

.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 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.areas-list-item.areas-list-flex {
  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 {
  width: 100%;
  height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 15px;
}

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

.contact-div-block {
  background-color: var(--primary);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.phone-icon {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 20px;
  line-height: 54px;
}

.text-block {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.contact-page-link {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  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;
  display: flex;
}

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

.nav-link-text {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  transition: color .45s ease-in-out;
  display: flex;
}

.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 {
  padding-left: 0;
}

.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;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

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

.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: solid;
  border-color: var(--primary);
  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 {
  background-color: var(--black);
  border-width: 1px;
  transform: translate(0, -6px);
}

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

.buttons.dark.w {
  background-color: var(--secondary);
  color: var(--white);
}

.buttons.dark.w:hover {
  transform: translate(6px, -6px);
  box-shadow: -6px 6px #0003;
}

.buttons._2 {
  border-style: solid;
  border-color: var(--primary);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-top: 25px;
  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);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  flex-flow: row;
  margin-right: 0;
  padding: 16px 20px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  display: flex;
}

.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 {
  background-image: linear-gradient(90deg, var(--white) 26%, #fff0 57%), url('../images/velux12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--primary);
  text-align: left;
  text-align: left;
  padding-bottom: 0;
  font-weight: 700;
}

.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: 20px;
  left: -14px;
}

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

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

.btn-group {
  color: var(--black);
  align-items: center;
  display: flex;
}

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

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

.dropdown-toggle {
  color: var(--white);
  transition: all .3s;
}

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

.button {
  border: 1px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  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(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  margin-top: 25px;
  margin-left: 20px;
}

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

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

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

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

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

.fs-cc-prefs_label {
  color: var(--black);
  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 {
  background-color: var(--primary);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.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 {
  color: var(--primary);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  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 {
  background-color: var(--white);
  opacity: 1;
  cursor: pointer;
  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;
}

.lottie {
  height: 200px;
}

.form-white-bg {
  outline-offset: 0px;
  color: var(--black);
  background-color: #fff;
  border-radius: 7px;
  outline: 5px solid #b3b3b36b;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 20px;
  display: flex;
}

.form-white-bg._100 {
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.button-2.dark:hover {
  background-color: var(--black);
  color: #fff;
  transform: translate(6px, -6px);
  box-shadow: -6px 6px #0003;
}

.section-tittle-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle-2.cta {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.z {
  flex-flow: row;
}

.contact-left {
  width: 30%;
}

.contact-span-2 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.form-2 {
  width: 100%;
}

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

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

.live-chat-top-text.block {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-icon {
  width: 25px;
}

.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: -3px auto auto -3px;
}

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

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

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

.chat-section {
  background-color: #b7b5b5;
  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: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: none;
  position: relative;
  inset: auto 0% 0% auto;
}

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

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  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(--primary);
}

.top-section {
  background-color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  background-color: var(--white);
  border-radius: 20px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 10px;
}

.dropdown-list {
  padding-top: 20px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 10px;
  padding-top: 0;
}

.dropdown-list.w--open:hover {
  color: var(--black);
}

.div-block {
  background-color: var(--secondary);
  border-radius: 9px;
  overflow: hidden;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 60px;
}

.image-2.a {
  width: 70px;
  margin-left: 20px;
}

.image-2.a._2 {
  width: 120px;
}

.image-2.a.b {
  width: auto;
  height: 60px;
}

.image-2.b {
  width: 120px;
  margin-left: 20px;
}

.link-block {
  flex: none;
  margin-left: 10px;
}

.tabs {
  width: 100%;
}

.tab {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 5px 3px #0003;
}

.tab.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pane {
  background-color: var(--white);
  padding: 40px;
}

.tabs-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 2px 5px 3px #0003;
}

.image-3 {
  width: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-3._0 {
  width: 90px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% -45px;
}

.div-block-3 {
  display: flex;
}

.text-block-2 {
  border-bottom: 2px solid var(--black);
  background-color: var(--secondary);
  color: var(--white);
  padding: 15px 20px 5px;
  font-size: 13px;
  font-weight: 400;
}

.text-block-3 {
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 35px;
}

.div-block-4 {
  background-color: var(--white);
  border-radius: 9px;
  flex-flow: column;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% -93px auto;
  box-shadow: 0 2px 5px #0003;
}

.text-block-4 {
  padding-bottom: 5px;
}

.redlink {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.redlink._5px {
  color: var(--black);
  padding-bottom: 5px;
}

.image-4 {
  width: 170px;
}

.galgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 16px;
  width: 100%;
  margin-top: 20px;
}

.image-5 {
  width: 100%;
}

.lb {
  margin-bottom: 16px;
}

.div-block-5 {
  display: flex;
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }

  .container-2 {
    max-width: 1800px;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

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

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

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

  .container.z {
    flex-flow: column;
    display: flex;
  }

  .left-section {
    width: 90%;
    margin-top: 20px;
  }

  .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 {
    flex-flow: row;
    width: 100%;
    height: 100%;
    min-height: 400px;
    margin-bottom: 40px;
  }

  .inner-img {
    flex-flow: row;
    align-items: stretch;
  }

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

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

  .footer-copy {
    flex-direction: column;
    place-content: center;
    place-items: flex-start stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-p {
    font-size: 1.25em;
  }

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

  .header-social-icon {
    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;
  }

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

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

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

  .contact-div-2 {
    flex-direction: row;
  }

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

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

  .nav-link:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .nav-link.w--open {
    background-color: var(--primary);
    color: var(--white);
  }

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

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

  .banner-red._15 {
    margin-left: 0;
  }

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

  .lrg-heading {
    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;
  }

  .gallery-sub {
    margin-top: 20px;
    font-size: 15px;
  }

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

  .project2 {
    margin-bottom: 10px;
  }

  .h3-large.a {
    font-size: 22px;
  }

  .comments, .comment-column._2.grid, .comment-column._2.grid.a {
    grid-template-columns: 1fr;
  }

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

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

  .top-div-2 {
    width: 95%;
  }

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

  .list-wrapper.w._1 {
    margin-bottom: 20px;
  }

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

  .icon-5 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #f94d18;
  }

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

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

  .service-banner {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .service-ban-head {
    font-size: 40px;
    line-height: 40px;
  }

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

  .google-maps {
    width: 100%;
  }

  .contact-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .form-white-bg._100 {
    margin-top: 20px;
  }

  .container-2.z {
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
  }

  .whatsapp-block, .whatsapp-container {
    display: flex;
  }

  .dropdown-list.w--open, .div-block {
    border-radius: 0;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-2.a {
    margin-left: 0;
  }

  .image-2.a._2 {
    margin-left: 15px;
  }

  .image-2.b, .link-block {
    margin-left: 0;
  }

  .tab {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tabs-menu, .tabs-content {
    flex-flow: column;
  }

  .text-block-2 {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 60px;
  }

  .p {
    font-size: 15.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .contact-section {
    background-color: var(--white);
  }

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

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

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

  .lrg-heading {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 29px;
  }

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

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

  .h3-large.b-30.w {
    font-size: 32px;
  }

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

  .timeline {
    text-align: left;
  }

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

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

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

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

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

  .menu-button-2 {
    background-color: #f9b328;
  }

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

  .service-navlink-2 {
    font-size: 15px;
  }

  .service-banner {
    padding-top: 220px;
    padding-bottom: 60px;
  }

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

  .service-ban-text {
    text-align: center;
    width: 80%;
    line-height: 26px;
  }

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

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

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta {
    background-image: linear-gradient(#fff9, #fff9), url('../images/window6.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    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;
  }

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

  .pane {
    padding: 20px;
  }

  .image-3._0 {
    bottom: -65px;
  }

  .galgrid {
    column-count: 2;
  }
}

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

  .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: 30px;
    padding-bottom: 30px;
  }

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

  .container {
    width: 85%;
  }

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

  .left-section {
    width: 100%;
    margin-top: 260px;
    margin-bottom: 40px;
  }

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

  .service-div {
    height: auto;
  }

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

  .service-number {
    font-size: 40px;
    line-height: 50px;
  }

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

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

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

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

  .service-link {
    width: 60px;
    height: 60px;
    margin: 0;
  }

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

  .img-div {
    box-shadow: -8px 6px 0 0 var(--white);
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .inner-img {
    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-copy-text {
    text-align: center;
  }

  .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 {
    margin-top: 20px;
    font-size: 1.6em;
  }

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

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

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

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

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

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

  .co-logo {
    width: 240px;
  }

  .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-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .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: 30px;
  }

  .banner-red._15 {
    font-size: 21px;
    line-height: 26px;
  }

  .menu-button {
    background-color: var(--black);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lrg-heading {
    margin-top: 0;
    line-height: 30px;
  }

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

  .project1 {
    height: 250px;
  }

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

  .gallery-head {
    text-align: center;
    font-size: 20px;
  }

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

  .gallery-sub {
    margin-top: 10px;
    font-size: 13px;
  }

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

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

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

  .h2.b-30 {
    font-size: 29px;
    line-height: 35px;
  }

  .h3-large.b-30 {
    font-size: 30px;
  }

  .h3-large.b-30.w {
    font-size: 28px;
  }

  .h3-large.b-30.sm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-large.a {
    font-size: 20px;
  }

  .image {
    width: 260px;
  }

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

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

  .comment-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    display: grid;
  }

  .comment-column._2 {
    grid-template-rows: auto auto auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .comment-column._2.grid, .comment-column._2.grid.a, .comment-column._2.grid.a.w {
    padding: 15px;
  }

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

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14.5px;
  }

  .single-comments {
    margin-bottom: 0;
  }

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

  .top-links.top {
    margin-top: 10px;
  }

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

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

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

  .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 {
    background-color: var(--white);
    background-size: contain;
    border-radius: 12px;
    width: 200px;
    min-height: 60px;
  }

  .h3-logo.w--current {
    background-size: 85%;
    width: 200px;
    min-height: 60px;
  }

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

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

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

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

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

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

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

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-banner {
    padding-top: 260px;
    padding-bottom: 50px;
  }

  .service-ban-head {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 20px;
  }

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

  .contact-div-block {
    flex: none;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

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

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

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

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: 100%;
  }

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

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

  .section.cta {
    padding: 30px 10px;
  }

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

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    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 {
    margin-top: 10px;
    margin-left: 0;
  }

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

  .form-white-bg._100 {
    padding: 10px;
  }

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

  .button-2.dark {
    width: auto;
  }

  .section-tittle-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-2.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .container-2 {
    width: 85%;
  }

  .container-2.z {
    width: 95%;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .image-2.b {
    width: 80px;
    height: auto;
  }

  .tab {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    width: 100%;
  }

  .tab.w--current {
    box-shadow: none;
  }

  .tabs-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .pane {
    padding: 10px;
  }

  .tabs-content {
    box-shadow: none;
  }

  .image-3._0 {
    width: 140px;
    position: relative;
    bottom: -70px;
    left: auto;
    right: auto;
  }

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

  .galgrid {
    column-count: 1;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-e367e3b4, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-e367e3b4, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-e367e3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-e367e3b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

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

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

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

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

#w-node-af13b5ae-e3d0-f678-c309-97e3e2dc9eca-e367e3b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_8ee1dc61-e85b-b88d-7a1e-cf8ef9614b16-e367e3b5, #w-node-_568672fa-0ebe-cfe6-9642-dbbebfe8112f-e367e3b5, #w-node-d32577d3-0f54-d007-4335-9d9f1acd4070-e367e3b5, #w-node-c9ef0425-bdc3-e3ee-2868-73e46be2fe77-e367e3b5, #w-node-_17a6a913-3e48-d527-a8d0-f5a39181b933-e367e3b5, #w-node-c6eb43b1-e180-1f7f-3c85-fd3fcc077119-e367e3b5, #w-node-c11b4946-e4be-1d24-11e8-fa76c6f555d3-e367e3b5, #w-node-_4093dd90-6f60-83fb-a7ba-47e3d949dad8-e367e3b5, #w-node-_4f083078-ed0b-a7bf-4a24-a2248787b057-e367e3b5, #w-node-a28b5d41-02d6-23b9-6bca-be0571af52f1-e367e3b5, #w-node-ecd5d07f-f2cb-7f25-4cba-37185be8052c-e367e3b5, #w-node-db03ea47-8e2a-36f4-b6e2-ebd947f69499-e367e3b5, #w-node-_7ff2b19f-c64e-a397-bc8a-7ae74589417a-e367e3b5, #w-node-a72052e7-a002-6a80-1f98-6f45899c7f94-e367e3b5, #w-node-_5e102005-90a8-426a-5b5f-c14d7a30ff3f-e367e3b5, #w-node-_825f2e5c-2e92-7d22-b97a-1ba2ff59ce28-e367e3b5, #w-node-_4f32ea6e-cc4b-fd6d-8bca-e98c55d20f95-e367e3b5, #w-node-_58026391-1870-9dc7-8849-7c972f38c4c3-e367e3b5, #w-node-e124dcc4-d870-f14e-5bbe-f1a6676e82bc-e367e3b5, #w-node-_5657feb9-2b42-e589-312a-9c8060b53e02-e367e3b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3c21356-fa4a-ca51-6337-5cba12aa4dfb-e367e3b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-f3c21356-fa4a-ca51-6337-5cba12aa4dff-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e03-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e07-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e0b-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e0f-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e13-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e17-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e1b-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e1f-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e23-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e2e-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e32-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e36-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e3a-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e3e-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e42-e367e3b6, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4e46-e367e3b6, #w-node-e7605fa3-a738-7f25-0076-7e867586068b-e367e3b6, #w-node-_816f8d8f-9797-b8e6-6429-e81646aea1e5-e367e3b6, #w-node-_1bdeee57-bb46-9cbd-553d-59958cfb7c8c-e367e3b6, #w-node-_81615b3e-6ea4-fe3d-f2a3-438ea77b5902-e367e3b6, #w-node-_13b211a0-007e-6202-0a5f-47be81a21586-e367e3b6, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-e367e3b8, #w-node-_15da2cc4-1d08-a3af-e473-76736948ef0f-e367e3b8, #w-node-ea2aade1-5088-ea74-2335-73ca5364fca3-e367e3b8, #w-node-c91d6003-279b-12ef-87f9-9415404ccb24-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb28-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb2c-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb30-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb34-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb38-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb3c-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb40-e367e3ba, #w-node-c91d6003-279b-12ef-87f9-9415404ccb44-e367e3ba, #w-node-_02f08b80-0a0b-0647-fef0-35a6734680e8-e367e3ba, #w-node-_6f5d8a43-6fe7-8fd9-1924-6d2b06463466-e367e3ba, #w-node-c3c161f2-36ef-143c-10fe-9c286838bad3-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f268083036-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f26808303a-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f26808303e-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f268083042-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f268083046-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f26808304a-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f26808304e-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f268083052-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f268083056-e367e3ba, #w-node-_3d16cdc2-6edf-b1b2-56bd-48f26808305a-e367e3ba, #w-node-_4ae11d3d-a7d2-c3ee-2a45-7ae9fa2b0aba-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fa1-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fa5-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fa9-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fad-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fb1-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fb5-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fb9-e367e3ba, #w-node-bb6a4126-aba5-01e6-09ee-c6fe4eaf9fbd-e367e3ba, #w-node-c3c3a1ca-ef01-cdf0-c667-b8cde5ee2033-e367e3bb, #w-node-c3c3a1ca-ef01-cdf0-c667-b8cde5ee2037-e367e3bb, #w-node-c3c3a1ca-ef01-cdf0-c667-b8cde5ee203b-e367e3bb, #w-node-c3c3a1ca-ef01-cdf0-c667-b8cde5ee203f-e367e3bb, #w-node-c3c3a1ca-ef01-cdf0-c667-b8cde5ee2043-e367e3bb, #w-node-c3c3a1ca-ef01-cdf0-c667-b8cde5ee2047-e367e3bb, #w-node-_6f087ccb-a8d1-6127-47df-a0405fe757e9-e367e3bb, #w-node-_6f087ccb-a8d1-6127-47df-a0405fe757ed-e367e3bb, #w-node-_6f087ccb-a8d1-6127-47df-a0405fe757f1-e367e3bb, #w-node-_6f087ccb-a8d1-6127-47df-a0405fe757f5-e367e3bb, #w-node-_6f087ccb-a8d1-6127-47df-a0405fe757f9-e367e3bb, #w-node-_6f087ccb-a8d1-6127-47df-a0405fe757fd-e367e3bb, #w-node-_6f087ccb-a8d1-6127-47df-a0405fe75801-e367e3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-e367e3bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe28f-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe293-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe297-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe29b-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe29f-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe2a3-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe2a7-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe2ab-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe2af-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe2b3-e367e3bc, #w-node-_9b369bb0-c6dd-c864-5759-7a1f8f9fe2b7-e367e3bc, #w-node-eb1957d1-46a2-24d2-5742-d9dd7ad7856a-e367e3bc, #w-node-_1b7030fe-f552-f404-42e9-8fe4b76d7a2b-e367e3bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03e18d9e-2bb2-a8d1-8c6c-3fda3f9a263f-e367e3bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-ecba5916-266e-214f-a4ea-7206a86002b0-e367e3bd, #w-node-_41c8d90c-7cf2-29b0-b7e8-1a2c927fc226-e367e3bd, #w-node-_46e3ceb4-604d-9e13-3b0b-f36c9e86ac97-e367e3bd, #w-node-_8fe7c1ec-9b0f-3482-2814-b04463202e75-e367e3bd, #w-node-_4c0cb07c-221f-1cce-7c24-4f3b110069da-e367e3bd, #w-node-_9ed5624a-570e-0375-13d9-1280b522740e-e367e3bd, #w-node-e2b3f2a6-9b2e-e0e7-cae4-a5a913ae61ed-e367e3bd, #w-node-_7a7d9a82-0dbf-164d-c2ad-06a87e396e2b-e367e3bd, #w-node-fb3b2977-3971-858c-c0ca-bbd88b710e39-e367e3bd, #w-node-a5a2d7f6-87a6-02c7-2bf1-f9f5c0de3a51-e367e3bd, #w-node-_375977e9-f15b-4936-09c1-f55315a2bf7c-e367e3bd, #w-node-_24d21061-200f-ce24-561b-2992d3f5bda3-e367e3bd, #w-node-_4551bcc2-60e3-911e-ffc6-5a88d2d94526-e367e3bd, #w-node-_24de055b-eaa3-05c8-02a2-c210d6d83405-e367e3bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbd33a4e-1cb0-fa24-9e7f-a22ce08b3e29-e367e3bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

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

  #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-e367e3b4, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-e367e3b4, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-e367e3b4, #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

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

@media screen and (max-width: 767px) {
  #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center start;
  }

  #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-e367e3b8, #w-node-_15da2cc4-1d08-a3af-e473-76736948ef0f-e367e3b8, #w-node-ea2aade1-5088-ea74-2335-73ca5364fca3-e367e3b8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-e367e3b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

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

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

  #w-node-af13b5ae-e3d0-f678-c309-97e3e2dc9eca-e367e3b5, #w-node-f3c21356-fa4a-ca51-6337-5cba12aa4dfb-e367e3b6, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-e367e3bb, #w-node-_03e18d9e-2bb2-a8d1-8c6c-3fda3f9a263f-e367e3bc, #w-node-fbd33a4e-1cb0-fa24-9e7f-a22ce08b3e29-e367e3bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@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 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 Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.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');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@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 Duotone 900';
  src: 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;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-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');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.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;
}