@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 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: "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 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  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;
}

:root {
  --white: white;
  --firebrick: #aa000e;
  --floral-white: #fffdf6;
  --midnight-blue: #2c1463;
  --white-smoke: #f7f7f2;
  --black: black;
  --slate-blue: #364bec;
  --silver: #c0c1af;
  --dim-grey: #5f5f51;
  --sky-blue: #82d1f0;
  --medium-aquamarine: #61ba9c;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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);
  font-family: Montserrat, sans-serif;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--firebrick);
  padding-top: 8px;
  padding-bottom: 8px;
  position: static;
}

.fa-social {
  background-color: var(--floral-white);
  color: var(--firebrick);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: var(--midnight-blue);
  background-color: #f7f7f2;
  transform: scale(1.1);
}

.fa-social.a {
  margin-right: 10px;
}

.quote-btn {
  color: #f7f7f2;
  text-transform: uppercase;
  border: 1px solid #f7f7f2;
  padding: 8px 20px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  transform: scale(1.1);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.contact-ann-block.sticky {
  z-index: 500;
  background-color: var(--firebrick);
  border-radius: 27px 27px 0 0;
  margin-left: 80px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: fixed;
  inset: auto 1% 0% auto;
  box-shadow: 0 0 20px 5px #0003;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex-direction: column;
  flex: none;
  justify-content: center;
  margin-left: 10px;
  padding-left: 5px;
  display: flex;
}

.ripple {
  z-index: 0;
  background-color: var(--firebrick);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -42% auto auto;
}

.ripple.dl-btn {
  background-color: var(--midnight-blue);
  right: -10%;
}

.ripple.call {
  background-color: var(--firebrick);
  width: 565px;
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: var(--firebrick);
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 4px;
  text-decoration: none;
  display: grid;
}

.logo-2 {
  padding-bottom: 0;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  width: 390px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  color: var(--floral-white);
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--firebrick);
  color: var(--white-smoke);
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.drop-down-icon {
  margin: auto 0 auto 10px;
  font-size: 1.05em;
  position: relative;
}

.nav-link-text {
  margin-left: 0;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.dl-menu.w--open {
  background-color: var(--slate-blue);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--midnight-blue);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

.font-icon-2 {
  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;
}

.font-icon-2.test {
  color: var(--firebrick);
  border-right-style: none;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.dl-link-2 {
  z-index: 1;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link-2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.menu-link-2:hover {
  color: var(--firebrick);
  border-bottom: 1px #f7f7f2;
}

.menu-link-2:focus {
  border-bottom: 1px #000;
}

.menu-link-2.w--current {
  background-color: var(--firebrick);
  color: var(--floral-white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 800;
}

.logo-div-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-banner {
  background-color: #0000;
  height: auto;
}

.hero-mask {
  height: 63vh;
}

.slide-2 {
  background-image: url('../images/Asset-1yell.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('../images/199811106.webp');
  background-position: 0%;
  background-size: cover;
}

.menu-button-image-link._2 {
  background-image: url('../images/188442444.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link._3 {
  background-image: url('../images/431426276.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link._4 {
  background-image: url('../images/86281957.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link._5 {
  background-image: url('../images/248930323.webp');
  background-position: 100%;
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: #f7f7f2;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: auto;
  text-decoration: none;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -60px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--midnight-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.content-section.even.p-white {
  background-color: #0000;
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/bg.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 600px;
}

.content-section.p-white {
  background-color: #f7f7f2;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.double-content-div.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coloured-underline {
  background-color: var(--firebrick);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.primary-btn {
  z-index: 1;
  background-color: var(--black);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: var(--midnight-blue);
  font-weight: 700;
}

.primary-btn.m-auto {
  background-color: var(--black);
  transition: all .3s ease-in-out;
}

.primary-btn.m-auto:hover {
  transform: scale(1.1);
}

.primary-btn.black {
  color: var(--black);
  border: 1px solid #000;
}

.primary-btn.black.trans {
  border-width: 2px;
  border-color: var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  font-weight: 700;
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
}

.img.home1, .img.ext1 {
  background-image: url('../images/92069899.webp');
}

.img.ref1 {
  background-image: url('../images/248930323.webp');
}

.img.ref2 {
  background-image: url('../images/248320153.webp');
}

.img.ext3 {
  background-image: url('../images/312280294.webp');
}

.img.bat1 {
  background-image: url('../images/86281957.webp');
}

.img.bat2 {
  background-image: url('../images/583814268.webp');
}

.img.bat3.top {
  background-image: url('../images/633985720.webp');
  margin-bottom: 40px;
}

.img.bat4.top {
  background-image: url('../images/272168413.webp');
  margin-bottom: 40px;
}

.img.bat5 {
  background-image: url('../images/54345414.webp');
}

.img.boi1 {
  background-image: url('../images/opening-boiler.webp');
}

.img.boi2.top {
  background-image: url('../images/installinh-boiler.webp');
  margin-bottom: 40px;
}

.img.boi3.top {
  background-image: url('../images/fixing-dile.webp');
  margin-bottom: 40px;
}

.img.boi4 {
  background-image: url('../images/188442444.webp');
}

.img.ins1 {
  background-image: url('../images/431426276.webp');
}

.img.ins2 {
  background-image: url('../images/58072786.webp');
}

.img.ins4.top {
  background-image: url('../images/503732116.webp');
  margin-bottom: 40px;
}

.img.ins5.top {
  background-image: url('../images/380903133.webp');
  margin-bottom: 40px;
}

.img.ins6 {
  background-image: url('../images/9927453.webp');
}

.p-2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p-2.p-center {
  color: var(--white);
  text-align: center;
}

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

.p-2.p-white {
  color: #f7f7f2;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  width: 100%;
}

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.h2.h2-white {
  color: #f7f7f2;
  font-size: 24px;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 400;
}

.h2.padding-left {
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.h2.sm {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.p-white {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/bg.svg');
  background-position: 0 0, 0 98%;
  background-size: auto, 600px;
}

.large-single-image-div {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.home2 {
  background-image: url('../images/292050523.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 1100px;
}

.testemonials {
  background-color: #212121;
  background-image: linear-gradient(#000000c7, #000000c7), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.projects {
  background-color: #212121;
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/399549288.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.title-as-section {
  color: #f7f7f2;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.title-as-section.lg-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.title-as-section.lg-text.black {
  color: #343817;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.h2-style {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.title-as-section.lg-text.black {
  color: #343817;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.h2-style {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
}

.title-as-section.lg-text.black.h2-style.b {
  color: var(--black);
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

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

.light-text-line.dark-line {
  background-color: var(--midnight-blue);
  height: 3px;
}

.light-text-line.light {
  background-color: var(--white);
}

.light-text-line.light.b {
  background-color: var(--midnight-blue);
  height: 3px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials-grid.work-gallery {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: block;
}

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

.heading-3-top-title.flex0 {
  width: 100%;
  margin-bottom: 60px;
}

.heading-3-top-title.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.heading-3-top-title.m-bottom-30.align-left {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.heading-3-top-title.m-bottom-30.align-left.top40, .heading-3-top-title.m-bottom-30.to40 {
  margin-top: 40px;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.grey-content-section {
  background-color: var(--firebrick);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.grey-content-section.bg-gradiant {
  background-image: linear-gradient(to bottom, var(--white) 60%, var(--firebrick) 60%);
}

.grey-content-section.solid-bg {
  background-color: var(--white);
  color: var(--black);
}

.grid-image-large-div {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.home3 {
  background-image: url('../images/583814268.webp');
  background-position: 50%;
  background-size: cover;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.grey-dividing-line {
  background-color: #5f5f5163;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-image-div {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.home4 {
  background-image: url('../images/503732116.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-div.home5 {
  background-image: url('../images/248930323.webp');
  background-position: 50%;
  background-size: cover;
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--firebrick);
  color: var(--white-smoke);
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-1._1 {
  background-image: url('../images/216282910.webp');
}

.works-1._2 {
  background-image: url('../images/opening-boiler.webp');
  background-position: 50%;
}

.works-1._3 {
  background-image: url('../images/248320153.webp');
  background-position: 50%;
}

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

.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 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

.cta-link {
  color: #00000091;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

.contact-section {
  background-color: var(--floral-white);
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, 600px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: #f8f8f8;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--midnight-blue);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.heading-3-text {
  color: var(--floral-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: var(--floral-white);
  font-weight: 400;
}

.heading-3-right-text {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  display: flex;
}

.heading-3-left-image {
  background-image: url('../images/270427819.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 50%;
  min-height: 300px;
}

.foooter-logo {
  object-fit: contain;
  width: 250px;
  height: auto;
}

.footer-brand {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  padding: 20px;
  display: flex;
}

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

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

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-section-2 {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  box-shadow: inset 0 3px 6px #0003;
}

.footer-title {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--white-smoke);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.footer-nav-item {
  cursor: pointer;
  padding-top: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--white-smoke);
  cursor: auto;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.footer-nav-item.footer-contact.address {
  color: var(--white-smoke);
  cursor: auto;
  max-width: 300px;
  margin-right: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-span-4 {
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: flex;
}

.contact-link {
  color: var(--white-smoke);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  color: var(--firebrick);
}

.footerlinks-copy {
  color: var(--floral-white);
  text-align: center;
  width: 75%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footerlinks-copy.a {
  margin-top: 10px;
}

.footer-info-div-2 {
  border: 1px #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 20px;
  display: flex;
}

.footer-info-div-2._1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-style: none;
  padding-bottom: 20px;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.h3-text-list {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.fa-icon {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  display: flex;
}

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

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

.google-maps {
  background-color: #f7f7f2;
}

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

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--midnight-blue);
  color: var(--white);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--midnight-blue);
  color: var(--white);
}

.hyperlink.red {
  box-shadow: inset 0 -2px 0 0 var(--firebrick);
  color: var(--firebrick);
  font-weight: 700;
}

.hyperlink.red:hover {
  box-shadow: inset 0 -100px 0 0 var(--midnight-blue);
  color: var(--white-smoke);
}

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

.section-1-white.p-white {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-1-white.p-white.bg {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, 600px;
}

.section-1-white.p-white._0b {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, 600px;
  padding-bottom: 0;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

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

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

.bullet-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.bullet-text.flex {
  color: var(--white);
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.bullet-text.flex.dark, .bullet-text.flex.dark-copy {
  color: var(--black);
}

.list-default {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

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

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

.list-item-2 {
  align-items: center;
  padding-bottom: 5px;
  transition: transform .3s;
  display: flex;
}

.list-item-2:hover {
  transform: translate(20px);
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.m-bottom-40 {
  margin-bottom: 40px;
}

.service-block._w-img.m-bottom-40.flex-best {
  grid-row-gap: 2px;
}

.h3-service-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.h3-service-text.m-none {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
}

.h3-service-text.h3-light {
  color: #f7f7f2;
}

.h3-service-text.h3-light.m-none.h224 {
  font-size: 24px;
  font-weight: 400;
}

.h3-service-text.h3-light.m-none.h224.b {
  color: var(--black);
  font-weight: 700;
}

.double-content-div-2 {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.double-content-div-2.a, .double-content-div-2.sitemal {
  width: 100%;
  max-width: 100%;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: center;
  padding-bottom: 5px;
}

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

.sitemap-link:hover {
  color: var(--firebrick);
}

.click-to-call {
  z-index: 27;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.text-block-3, .text-block-4 {
  font-weight: 700;
}

.view-more-spacer {
  width: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.lottie-animation-2 {
  width: 200px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-4.all {
  padding-bottom: 0;
}

.div {
  background-color: #88000b;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  display: grid;
}

.div-block-9 {
  background-image: url('../images/gassafe-yellowtext.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 80px;
}

.div-block-9._2 {
  background-image: url('../images/Ideal-Large-Square.webp');
}

.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: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 5000;
  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 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  color: var(--white);
  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(--firebrick);
  background-color: var(--floral-white);
  color: var(--firebrick);
}

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

.fs-cc-prefs_title {
  color: var(--midnight-blue);
  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 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  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(--firebrick);
  color: var(--firebrick);
  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-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: var(--firebrick);
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  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: var(--black);
  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: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 1px solid var(--firebrick);
  color: var(--firebrick);
  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: 5000;
  background-color: var(--white-smoke);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.lb {
  width: 100%;
  height: 100%;
}

.image {
  width: 100%;
}

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

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

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

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

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

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

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

.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(--midnight-blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

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

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

.livechat-button {
  background-color: var(--firebrick);
  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(--midnight-blue);
}

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

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

.google-5-star {
  width: 90px;
  margin-right: 10px;
}

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

.bullet-title {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

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

.code-embed {
  width: 100%;
  margin-top: 40px;
}

@media screen and (min-width: 1920px) {
  .ripple {
    right: -32%;
  }

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

  .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) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .contact-ann-block.fixed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-ann-block.sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto auto 0%;
  }

  .contact-ann-block.a {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .headt-call-btn {
    background-color: var(--firebrick);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .main-block {
    grid-template-columns: 1fr;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .dl-link-holder {
    background-color: #212121;
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    width: 100%;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    margin-right: 10px;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    background-color: var(--floral-white);
    color: #151623;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    background-color: var(--firebrick);
    color: var(--floral-white);
  }

  .font-icon-2.test {
    font-size: 22px;
    font-weight: 300;
  }

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
    position: relative;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-2 {
    background-color: var(--floral-white);
    color: #212121;
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link-2:hover {
    background-color: var(--firebrick);
    color: #f7f7f2;
  }

  .menu-link-2:focus {
    color: #fff;
    background-color: #5e5e5e;
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 25%;
  }

  .menu-div-2 {
    width: 61%;
  }

  .menu-button-2 {
    text-align: right;
    background-color: #fffffff2;
    border-radius: 9px;
    width: 100%;
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

  .hero-mask {
    height: 30vh;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

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

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .img {
    min-height: 250px;
  }

  .img.bat3.top, .img.bat4.top, .img.boi2.top, .img.boi3.top, .img.ins4.top, .img.ins5.top {
    margin-bottom: 20px;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .basic-p-block._w-100._0b {
    padding-bottom: 0;
  }

  .single-image-div {
    width: 100%;
    height: 400px;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
  }

  .large-p-block {
    width: 90%;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    font-size: 28px;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .large-single-image-div {
    width: 100%;
    height: 100%;
    min-height: 1000px;
  }

  .title-as-section.lg-text.black.h2-style {
    text-align: center;
    text-align: center;
    font-size: 32px;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

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

  .works-1 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

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

  .footer-nav-item.footer-contact {
    margin-bottom: 0;
  }

  .footer-nav-item.footer-contact.address {
    max-width: 100%;
  }

  .text-span-4 {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .footer-info-div-2 {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 20px 20px 0;
  }

  .footer-info-div-2._1 {
    border-left-style: none;
    border-left-width: 1px;
    border-right-style: none;
    padding: 40px 20px;
  }

  .footer-info-div-2._1.border-edit {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .footer-copy-right {
    justify-content: center;
  }

  .google-maps {
    width: 100%;
  }

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

  .list-default.list-grid {
    list-style: none;
  }

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

  .service-block._w-img.m-bottom-40.flex-best {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .service-block._w-img.flex-direction {
    flex-direction: column;
    display: flex;
  }

  .inner-services-content {
    width: 100%;
  }

  .double-content-div-2 {
    flex-direction: column;
    align-items: center;
  }

  .click-to-call {
    width: 30%;
  }

  .text-block-3, .text-block-4 {
    display: none;
  }

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

  .div-block-8 {
    width: 40%;
  }

  .div-block-10 {
    grid-template-columns: 1fr 1fr;
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-div-2.announcement-div {
    padding-left: 0;
    padding-right: 0;
  }

  .announcement-contact-block {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact-ann-block {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    width: auto;
  }

  .contact-ann-block.sticky {
    left: auto;
  }

  .header-contact {
    border-left-style: none;
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
    display: flex;
  }

  .main-block {
    width: 100%;
  }

  .co-logo-link-2.w--current {
    margin-right: 0;
    padding-bottom: 10px;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .dropdown-toggle:hover {
    color: #fff;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .menu-link-2 {
    width: 100%;
  }

  .logo-div-2 {
    flex-direction: column;
    align-items: center;
  }

  .menu-div-2 {
    width: 70%;
  }

  .menu-button-2 {
    width: 95%;
  }

  .hero-mask {
    height: 24vh;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

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

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

  .double-content-div.grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .img {
    min-height: 250px;
  }

  .single-image-div {
    height: 250px;
  }

  .pinned-content-div {
    position: static;
  }

  .large-p-block {
    width: 95%;
  }

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .large-image-section.low-p-bottom.p-white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-single-image-div {
    height: auto;
    min-height: auto;
    display: none;
  }

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

  .heading-3-top-title, .heading-3-top-title.flex0 {
    flex-wrap: wrap;
  }

  .heading-3-top-title.flex0.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-2 {
    padding-top: 20px;
  }

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

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

  .works-1 {
    min-width: 250px;
  }

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

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

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

  .text-span-4 {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .footer-info-div-2, .footer-info-div-2._1 {
    justify-content: center;
  }

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

  .click-to-call {
    width: 40%;
  }

  .div {
    padding-bottom: 10px;
  }

  .div-block-8 {
    width: 60%;
  }

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

  .google-5-star {
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .fa-social {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }

  .fa-social.a {
    margin-right: 0;
  }

  .announcement-contact-block {
    flex-flow: column;
  }

  .contact-ann-block {
    padding-bottom: 2px;
  }

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

  .contact-ann-block.sticky {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 9px 9px 0 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-ann-block.a {
    flex-flow: column;
  }

  .header-contact {
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

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

  .logo-2 {
    object-fit: contain;
    width: 80%;
  }

  .co-logo-link-2 {
    text-align: center;
    width: auto;
    max-width: 250px;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .drop-down-icon {
    margin-right: 0;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .menu-link-2 {
    text-align: left;
  }

  .logo-div-2 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
  }

  .menu-button-2 {
    background-color: var(--black);
    color: #f7f7f2;
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
    color: #fff;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 40vw;
  }

  .slide-2 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .primary-btn.call {
    width: 100%;
  }

  .primary-btn.m-auto {
    width: 100%;
    margin-top: 10px;
  }

  .img {
    min-height: 200px;
  }

  .p-2, .p-2.p-white {
    font-size: 14px;
  }

  .p-2.p-center {
    text-align: left;
    font-size: 14px;
  }

  .basic-p-block._w-100.center-all {
    padding-bottom: 0;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 40px 0;
  }

  .h2.h2-white {
    font-size: 16px;
    line-height: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 22px;
  }

  .h2.padding-left {
    font-size: 24px;
    line-height: 36px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

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

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

  .title-as-section.lg-text.black {
    margin-left: 5px;
    font-size: 24px;
  }

  .title-as-section.lg-text.black.h2-style {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .title-as-section.lg-text.black {
    font-size: 24px;
  }

  .title-as-section.lg-text.black.h2-style {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .testemonials-text {
    line-height: 1;
  }

  .light-text-line {
    width: 20px;
  }

  .light-text-line.dark-line {
    width: 20px;
    display: none;
  }

  .light-text-line.light {
    display: none;
  }

  .testimonials-grid {
    grid-row-gap: 35px;
  }

  .heading-3-top-title {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-3-top-title.flex0 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading-3-top-title.flex0.flex {
    display: block;
  }

  .heading-3-top-title.m-bottom-30 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
  }

  .heading-3-top-title.m-bottom-30.align-left {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-2.test-container {
    width: 95%;
    position: relative;
  }

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

  .grey-content-section.bg-gradiant, .grey-content-section.solid-bg {
    margin-top: 0;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

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

  .contact-info-block.m-bottom-20 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cta-link {
    flex-direction: column;
    display: flex;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 10px;
  }

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

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-3-right-text {
    margin-top: 0;
    padding: 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .list {
    text-align: center;
  }

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

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-contact-link {
    flex-direction: column;
    display: flex;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.address {
    max-width: 300px;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
  }

  .footer-info-div-2 {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-info-div-2._1.border-edit {
    padding: 20px 0;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .h3-text-list {
    font-size: 14px;
  }

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

  .section-1-white.p-white._0b {
    padding-top: 30px;
  }

  .bullet-text.flex {
    font-size: 14px;
  }

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

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

  .service-block._w-img.m-bottom-40.flex-best {
    margin-bottom: 0;
  }

  .service-block._w-img.flex-direction {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .h3-service-text.m-none {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
  }

  .h3-service-text.h3-light.m-none {
    margin-top: 5px;
  }

  .h3-service-text.h3-light.m-none.h224 {
    text-align: left;
    font-size: 20px;
  }

  .click-to-call {
    width: 45%;
  }

  .view-more-spacer {
    top: 0;
  }

  .lottie-animation-2 {
    width: 120px;
  }

  .div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    width: 100%;
    padding-top: 0;
  }

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

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

  .fs-cc-manager_component {
    display: none;
    bottom: 40px;
    left: 5px;
  }

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

  .div-block-10 {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .div-block-11, .div-block-12 {
    width: 100%;
    margin-top: 20px;
  }
}

#w-node-_8f568e73-5e9a-9599-ca9c-5807dbcc456b-d5b1d670, #w-node-_9a23ba48-93b6-cf10-330b-4a1aeeb0dbaf-d5b1d670 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_689a4484-1adf-6740-1699-4e4eedef09ce-d5b1d670 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-d5b1d670 {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-d5b1d670, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-d5b1d670, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-d5b1d670 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-d5b1d670 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3fdbce16-d8c5-b4cd-0295-af30aad1ad25-61caaf17, #w-node-_635027b8-8b7b-bc2f-f03d-7c49d0204425-61caaf17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-_9bfe1ba2-db85-2084-a6f6-4f6be409052d-f7f90930 {
  align-self: center;
}

#w-node-_641ad6ee-455d-ce47-b36c-b40a60accf3f-0cbbf40a, #w-node-_9e5d76f4-8f32-da23-03f9-4bdc30faa6ff-0cbbf40a, #w-node-be288467-359c-d34f-789c-f81f6f30816c-0cbbf40a, #w-node-d5e5d7a4-c10a-fb1b-b9a1-373b196c7659-0cbbf40a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a600b4-d133-1e4e-55b9-4c4b8f0300d6-d5b1d671 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a67ed6da-bf00-3720-2a84-542ccac2cc83-d5b1d674, #w-node-a67ed6da-bf00-3720-2a84-542ccac2cc8e-d5b1d674, #w-node-a67ed6da-bf00-3720-2a84-542ccac2cc97-d5b1d674, #w-node-a67ed6da-bf00-3720-2a84-542ccac2cca2-d5b1d674 {
  align-self: center;
}

#w-node-_386e16ce-1fce-5e57-062c-0315b4fb2a6a-d5b1d676, #w-node-_38dc693b-759d-6c47-82b9-3314d8391dc1-d5b1d676, #w-node-_187def49-6b35-1d80-94e5-10fdc2ef9bdd-d5b1d678, #w-node-_386e16ce-1fce-5e57-062c-0315b4fb2a6a-d5b1d679 {
  align-self: start;
}

#w-node-d9a8590a-e27f-c45a-af0a-8231aa81d769-8ddca694, #w-node-a32be11c-a9a3-867f-1ec4-de2dc2dd5af6-8ddca694, #more.w-node-_543af8e9-fc73-fa8f-2b6a-380826586981-8ddca694, #w-node-b3b2d4e9-a004-9a75-a62f-2a0bfb1d9c37-8ddca694, #w-node-_20b0ce61-6bb8-4ac3-ca57-5a4892d4f4a2-8ddca694 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_689a4484-1adf-6740-1699-4e4eedef09ce-d5b1d670 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a981dad-2127-7042-6173-2277fa0829d8-c7aa1f61, #w-node-f0eb3d4d-2933-3d88-c7b0-b66dc7aa1f71-c7aa1f61 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_689a4484-1adf-6740-1699-4e4eedef09ce-d5b1d670 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-d5b1d670 {
    justify-self: auto;
  }

  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-d5b1d670, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-d5b1d670, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-d5b1d670 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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 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: '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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  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;
}