@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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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 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 sharp solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --secondary: #03548a;
  --black: black;
  --primary: #fbb900;
  --light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>: #000;
  --grey: #303030;
  --pale-grey\<deleted\|variable-45a5b82e-e116-72e3-8d41-a71bc6fbcbe7\>: #ddd;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.announcement-contact {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.announcement-time {
  color: var(--white);
  font-size: 1.1em;
  font-weight: 300;
}

.announcement-bar {
  z-index: 99;
  background-color: var(--primary);
  color: var(--secondary);
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--white);
  padding-left: 5px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

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

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

.announcement-icon {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20.bottom {
  padding-top: 2px;
  padding-bottom: 2px;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

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

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

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--primary);
  color: #353535;
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: #ef233c;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--primary);
  background-color: #0000;
  border-radius: 6px;
}

.header-social-icon {
  color: var(--primary);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

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

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

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--primary);
  background-color: #0000;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

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

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: var(--black);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: none;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

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

.hero-content {
  text-align: center;
  width: 60%;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: scale(.95);
}

.button.book-today {
  color: var(--white);
}

.button.blue, .button.bl {
  background-color: var(--black);
}

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -6%;
}

.slider-inner-content.service {
  position: static;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.hero-section {
  height: 100%;
  position: relative;
}

.hero-slider {
  min-height: 80vh;
  position: static;
}

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

.hero-text {
  color: var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: .6em;
}

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

.section-h1-wrapper.area {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-btn {
  background-color: var(--black);
  color: var(--white);
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--black);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.top-text.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 20px;
  display: flex;
}

.right-section {
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.inner-img {
  background-image: url('../images/CFM-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.map {
  background-image: none;
  height: auto;
}

.inner-img.s1-1 {
  background-image: url('../images/Plumbing.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.s2-1 {
  background-image: url('../images/Boiler-Installation-Main.webp');
  background-position: 50%;
}

.inner-img.s3-1 {
  background-image: url('../images/Servicing-Main.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.s4-1 {
  background-image: url('../images/Plumbing-Main.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img.s5-1 {
  background-image: url('../images/Radiator2.webp');
  background-position: 50%;
  background-size: cover;
}

.card-bullet {
  margin-top: 10px;
  padding-left: 0;
}

.card-bullet._0 {
  margin-top: 0;
  margin-bottom: 10px;
}

.card-bullet.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
}

.card-bullet.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
}

.card-bullet.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
}

.card-bullet.area {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.card-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.black {
  color: var(--black);
}

.top-title-content {
  text-align: center;
}

.top-title-content.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.top-title-content.mid {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/boiler.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/radiator.webp');
  margin-left: 0;
}

.bullet-icon.kitchen {
  background-image: url('../images/repairing.webp');
  margin-left: 0;
}

.bullet-block-title {
  color: var(--grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-list-services {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-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: 60px;
  display: grid;
}

.bullet-list-grid._2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.bullet-list-grid._32 {
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}

.card-bullet-item {
  color: #838383;
  text-align: left;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  border-bottom: 5px solid var(--primary);
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-heading {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.white {
  color: var(--white);
}

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.container-fluid.display-flex {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-2-text-content._100 {
  background-color: var(--grey);
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3-cta-section {
  background-color: var(--primary);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3-cta-section.contactform {
  background-color: var(--primary);
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-3-cta-section._0 {
  padding-top: 0;
  padding-bottom: 0;
}

.h3-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-h3-box._100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-3-text {
  color: var(--black);
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--primary);
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--pale-grey\<deleted\|variable-45a5b82e-e116-72e3-8d41-a71bc6fbcbe7\>);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-desc {
  color: var(--white);
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-col._00 {
  width: 100%;
}

.footer-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.contact-block-1 {
  border-right: 1px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: solid;
  align-items: center;
}

.contact-block-1.border-none.no-line {
  border-right-style: none;
}

.contact-block-1._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block-1._100.bord {
  border-bottom: 1px solid var(--white);
  border-right-style: none;
}

.contact-block-1._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-block-1.no-line {
  border-right-style: none;
}

.footer-social-media {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  color: var(--primary);
}

.footer-social-media.margin-right-none {
  border-radius: 0;
  margin-right: 0;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.footer-section {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-type-title.red {
  color: var(--primary);
}

.contact-type-title.w {
  color: var(--primary);
  text-align: left;
}

.footer-contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: grid;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.footer-contact-info.vert.contact.change-grid {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.footer-contact-info._1-row {
  grid-template-columns: 1fr 1fr;
}

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--black);
}

.contact-info-link {
  color: var(--black);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

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

.contact-info-link.w {
  color: var(--white);
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.service-box-title {
  background-color: var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  color: var(--secondary);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--primary);
  color: var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  font-weight: 500;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  width: 100%;
}

.left-arrow {
  background-color: var(--pale-grey\<deleted\|variable-45a5b82e-e116-72e3-8d41-a71bc6fbcbe7\>);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.customer-title {
  color: var(--secondary);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.right-arrow {
  background-color: var(--pale-grey\<deleted\|variable-45a5b82e-e116-72e3-8d41-a71bc6fbcbe7\>);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--secondary);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.sub-heading.white {
  color: var(--black);
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-2.white {
  color: var(--white);
}

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(#00000059, #00000059), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  object-fit: none;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.p {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
}

.h2 {
  color: var(--black);
  font-size: 30px;
  line-height: 1.2;
}

.h2.white {
  color: var(--white);
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
}

.h2.white.left {
  text-align: left;
}

.p-dark {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.p-dark.w {
  color: var(--white);
}

.p-dark.orange {
  color: var(--white);
  font-size: 16px;
}

.p-dark.orange.l {
  text-align: left;
}

.p-dark.left {
  color: var(--white);
  text-align: left;
  font-size: 15px;
}

.sub-head {
  color: var(--primary);
  font-size: 18px;
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-block {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-block._100 {
  width: 100%;
}

.h2-dark {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 42px;
}

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

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

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

.co-desc {
  color: var(--white);
  font-size: 1em;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--black);
  background-color: var(--primary);
  -webkit-text-stroke-color: var(--black);
  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(--black);
  color: var(--primary);
  background-color: #fff;
}

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

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

.fs-cc-banner_text {
  color: #616161;
  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 {
  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_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  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(--black);
  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(--black);
  color: var(--black);
  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(--black);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  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: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--black);
  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(--black);
  color: var(--black);
  background-color: #f5f5f5;
}

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

.bottom-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-heading {
  color: #111;
  letter-spacing: .5px;
  border-bottom: 1px solid #077ac3;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.bottom-link {
  color: var(--white);
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.bottom-link.w--current {
  color: var(--primary);
}

.bottom-link.black, .bottom-link.black.w--current {
  color: var(--black);
  text-align: center;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list.area {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.list-item {
  align-items: center;
  display: flex;
}

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--primary);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
}

.lb {
  border: 1px solid var(--primary);
}

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

.contactform {
  color: var(--white);
  width: 100%;
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  position: static;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 18px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.nav-link-2.w--current {
  margin-left: 18px;
}

.dl-menu-3 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dl-menu-3.w--open {
  border-left: 5px solid var(--primary);
  background-color: var(--black);
}

.announcement-contact-2 {
  color: #212121;
  background-color: #c0c1b0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.announcement-contact-2:hover {
  color: #212529;
  background-color: #fdfdfd;
}

.arrow-head {
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.announcement-link-2 {
  color: #000;
  padding-left: 5px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link-2:hover {
  color: #c0c1b0;
}

.dl-link {
  color: #282828;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.image-2 {
  object-fit: contain;
  height: 80px;
}

.announcement-icon-2 {
  color: #fdfdfd;
  background-color: #c0c1b0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.dl-item-2 {
  z-index: 2;
  border-left: 1px solid #000;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nav-link-text-4 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 14px;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.fa-icon-arrow {
  display: none;
}

.navbar-4 {
  background-color: var(--black);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.btn-hover-color {
  background-color: #e11d25;
  width: 0;
  position: absolute;
  inset: 0%;
}

.brand-2 {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.announcement-wrapper-2 {
  flex-flow: column;
  width: auto;
  margin-left: 20px;
  display: flex;
}

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

.btn-underline-2.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.btn-underline-2.services-underline.display-none-s {
  background-color: var(--white);
  box-shadow: none;
}

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

.btn-underline-2.nav-underline.display-none-underline {
  background-color: #212121;
}

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

.email-block {
  flex-flow: column;
  display: flex;
}

.service-top-image {
  background-image: url('../images/Beyond4.webp');
  background-position: 50% 75%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

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

.service-top-image._2 {
  background-image: url('../images/boiling-installations-service-box.webp');
}

.service-top-image._3 {
  background-image: url('../images/boiling-servicing-service-box.webp');
}

.service-top-image._4 {
  background-image: url('../images/emergency-plumbing-service-box.webp');
  height: 500px;
}

.service-top-image._5 {
  background-image: url('../images/radiator-replacement-service-box.webp');
  height: 500px;
}

.service-box-wrapper {
  border-bottom: 1px solid var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-weight: 400;
  display: flex;
}

.service-header {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.service-number {
  color: #000;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.service-light-text {
  color: #000;
  font-size: .9rem;
}

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

.service-text {
  color: #000;
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.7rem;
}

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

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

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.service-grid._2x {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.service-div {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 20px;
}

.arrow-2 {
  margin-top: 5px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-wrapper {
  padding: 120px 20px;
}

.section-wrapper.bg-white {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-feature {
  width: 28px;
  height: 28px;
  display: block;
}

.icon-feature.white {
  filter: invert();
}

.feature-title {
  color: #1f2022;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 128%;
}

.single-feature {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.feature-4col-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.feature-icon-yellow {
  background-color: var(--secondary);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 22px;
}

.feature-icon-green {
  background-color: var(--black);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 22px;
}

.feature-icon-pink {
  background-color: var(--primary);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 22px;
}

.subtitloe {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.sec-title {
  color: #1f2022;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.feature-para {
  color: #797c83;
  max-width: 294px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.cargo-conatiner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-icon-purple {
  background-color: var(--black);
  color: var(--grey);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 22px;
}

.logo-grid5 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.trust-logo {
  border: .5px solid var(--grey);
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 20px 45px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.trust-logo-img {
  max-height: 100px;
}

.feat-event-header {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff63;
  border-radius: 100rem;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.feat-event-info-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-header-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.footer-btn-text {
  text-transform: uppercase;
}

.outline-btn-text {
  float: left;
  clear: none;
  color: #f8f8f8;
  letter-spacing: 1px;
  flex: none;
  margin-right: 5px;
  font-weight: 400;
  line-height: 1em;
}

.location-hours {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2;
}

.arrow-button-secondary {
  z-index: 10;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 45px;
  padding: 1rem 20px;
  transition: border-color .25s;
  display: flex;
}

.arrow-button-secondary:hover {
  border-color: #b3b3b380;
}

.arrow-button-secondary.pad-right-1rem {
  margin-right: .5rem;
  font-weight: 700;
}

.button-wrapper {
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.wave-text-up-btn {
  color: #2e2e2e;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3a3a3a;
  background-image: linear-gradient(#fff, #fff);
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wave-text-up-btn.pad-right-1rem {
  border-radius: 0;
  margin-right: .5rem;
}

.wave-text-up-btn.pad-right-1rem.smaller.long {
  background-color: var(--grey);
  color: var(--white);
  background-image: none;
  width: 100%;
}

.wave-text-up-btn.pad-right-1rem.px {
  margin-top: 10px;
}

.wave-text-up-btn.pad-right-1rem.px.long {
  background-color: var(--grey);
  color: var(--white);
  background-image: none;
  width: 100%;
}

.location-header-md {
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding-right: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.h3-link {
  color: var(--black);
  font-weight: 700;
}

.div-block-2 {
  background-image: url('../images/CFM-Logo.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.hyperlink {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

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

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

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

.whatsapp-block {
  z-index: 9990;
  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 {
  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: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  color: #fff;
  display: block;
}

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

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

.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 {
  cursor: pointer;
  background-color: #000;
  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-2 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

.trade-logo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h1-text {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 200;
}

.social-container {
  border-left: 2px solid #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  bottom: -50%;
  left: auto;
  right: 2%;
}

.social-container.dropdown {
  z-index: 4;
  background-color: #0000;
  border-left-style: none;
  padding: 0;
  position: fixed;
  top: 140px;
  bottom: auto;
  right: 0%;
}

.social-container.dropdown.hide {
  inset: 0% 0% 0% auto;
}

.social-container-inner {
  background-color: var(--primary);
  border-radius: 0;
  flex-flow: column;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.social-container-inner.mobile {
  padding: 5px;
}

.contact-icon-2 {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-icon-2:hover {
  color: #713008;
  background-color: #fff;
}

.contact-icon-2.non-social {
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
}

.contact-icon-2.non-social:hover {
  color: #000;
  -webkit-text-stroke-color: var(--black);
}

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

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

.image-3 {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 255px;
}

.image-4 {
  box-sizing: border-box;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 255px;
}

.image-5, .image-6, .image-7, .image-8 {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 255px;
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CFM-7.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 375px;
}

.service-banner._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CFM-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Boiler-Servicing-Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CFM-5.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Areas.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.test {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Testimonials.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gallery.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Contact.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.site-map {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Site-Map.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-ban-text {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.heading-light {
  font-weight: 300;
}

.s1-2, .s1-3, .s1-4, .s1-5, .s1-6, .s1-7, .s1-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.heading-5 {
  background-color: var(--primary);
  color: var(--grey);
  margin-top: 0;
}

.h3-yellow {
  background-color: var(--primary);
  color: var(--grey);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 14px;
}

.h3-yellow.top {
  margin-top: 10px;
}

.bold-text-6 {
  color: #f52;
  font-weight: 800;
}

.wrap-contact-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-contact {
  color: #002131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 600;
  line-height: 120%;
}

.h2-contact.end-of-page-cta {
  margin-bottom: 40px;
}

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

.overlay-contact-heading {
  z-index: 4;
  transform-origin: 100%;
  background-color: #fff8ebb3;
  display: none;
  position: absolute;
  inset: 0%;
}

.main-container {
  color: #0d2a3b;
  text-align: left;
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 220px;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.no-vertical-margins {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  vertical-align: baseline;
  background-color: #f52;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #dd4011;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.new {
  background-color: #f52;
  border: 4px solid #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px -5px #0000001f;
}

.button-primary.new:hover {
  background-color: #ff3b00;
  transform: scale(.98);
  box-shadow: 0 1px 15px -5px #0000001f;
}

.single-contact-heading {
  position: relative;
  overflow: hidden;
}

.bottom-process-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bottom-process-one._15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.button-2 {
  background-color: #f520;
  font-size: 28px;
}

.wrap-process-one {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--black);
  box-shadow: inset 30px 30px 90px 0 var(--grey), 0 0 90px 11px #03548a1f;
  border: 5px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: background-color .2s;
  display: flex;
}

.wrap-process-one:hover {
  background-color: var(--secondary);
}

.wrap-process-one.button-window {
  background-color: #0d2a3b;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  box-shadow: 0 0 60px #ff552226;
}

.wrap-process-one.button-window:hover {
  background-color: #0f5782;
}

.no-margins {
  color: #0d2a3b;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-weight: 700;
}

.no-margins.steps {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
}

.divider-process-one {
  background-color: #ffffff4d;
  width: 100%;
  height: 4px;
}

.text-number-process-one {
  color: #fff;
  font-size: 62px;
  font-weight: 500;
  line-height: 120%;
}

.body-big {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: 200;
  line-height: 130%;
}

.grid-process-thirds {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  position: relative;
}

.grid-process-thirds._3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

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

.grid-p {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.h2-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.subtitloe-2 {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
}

.subtitloe-2.white {
  color: var(--white);
}

.sec-title-2 {
  color: #1f2022;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.sec-title-2.white {
  color: var(--white);
}

.area-map {
  filter: grayscale(60%);
  width: 100%;
  margin-top: 10px;
}

.coming-soon {
  color: var(--black);
  font-size: 30px;
  line-height: 32px;
}

.site-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.foot-link {
  color: var(--white);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.footer_social_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.footer {
  color: #000;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-text_wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.footer_grid_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  background-color: var(--primary);
  color: #1d1f1e;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.form_content {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.footer_copyright {
  color: #aaa;
  font-size: 16px;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 360rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 2px 5px 13px 2px #0006;
}

.button-3:hover {
  color: #000;
  background-color: #c9f31d;
  border-width: 1px;
  border-color: #0000;
  font-weight: 500;
  box-shadow: 0 0 33px 10px #a1c707d6;
}

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

.form_field {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .25s;
}

.form_field:hover, .form_field:active, .form_field:focus {
  border-color: #1d1f1e;
}

.form_field::placeholder {
  color: #1d1f1e;
}

.footer_social-link_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navbar-brand {
  margin-bottom: 10px;
}

.footer-text {
  z-index: 1;
  color: #000;
  letter-spacing: -3vw;
  max-width: 130%;
  font-size: 31vw;
  position: relative;
}

.footer_legal-link_wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.logo-company {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.4375rem;
  height: 2.25rem;
  display: flex;
}

.logo-company.is-black {
  color: #000;
}

.footer_link_wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 90%;
  margin-left: 70px;
  margin-right: 80px;
  display: grid;
  position: relative;
}

.footer_standard-link {
  color: #1d1f1e;
  font-size: 18px;
  line-height: 1.4em;
  transition: opacity .25s;
  display: block;
}

.footer_standard-link:hover {
  opacity: .7;
}

.footer_standard-link.w--current {
  color: #df0;
}

.footer_social-link {
  color: #1d1f1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .25s;
  display: flex;
}

.footer_social-link:hover {
  opacity: .7;
}

.footer_grid-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  display: grid;
}

.legal-link_item {
  color: #aaa;
  transition: color .25s;
}

.legal-link_item:hover {
  color: #df0;
}

.text-block-4 {
  letter-spacing: -12px;
  margin: 60px auto;
  font-size: 175px;
  font-weight: 800;
}

.image-9 {
  width: 265px;
}

.button-with-arrow {
  opacity: .8;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 10px;
  padding-left: 19px;
  padding-right: 19px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-arrow:active {
  opacity: 1;
}

.text-cta {
  z-index: 1;
  color: #fff;
  letter-spacing: -.7px;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.blob {
  background-color: var(--secondary);
  border-radius: 99999px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto auto 6px;
}

.block-arrow {
  background-color: #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.null-arrow {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-stem {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.arrow-tip {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 10px;
  height: 10px;
  margin-left: -10.5px;
  transform: rotate(-45deg);
}

.code-embed {
  width: 100%;
}

.white-bubble-btn {
  z-index: 20;
  color: #111;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 20px;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: .65rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-bubble-btn:hover {
  color: var(--black);
}

.secondary-btn-text {
  z-index: 20;
  font-size: .8rem;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.button-hover-circle.dark {
  background-color: var(--primary);
}

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

.lb-img {
  object-fit: fill;
  width: 100%;
  height: 400px;
}

.logo-trader {
  width: 100%;
}

.div-block-3 {
  background-image: url('../images/CFM-poster.webp');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #000;
  width: 300px;
  height: 400px;
  position: relative;
  bottom: -50px;
  right: -50px;
}

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

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-wrapper {
    flex-direction: row;
    width: 100%;
    padding: 5px 0;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

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

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
  }

  .header-social-icon {
    background-color: var(--white);
    color: var(--black);
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

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

  .header-social-icon.margin-right-none {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

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

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown-link.no-border:hover {
    background-color: var(--secondary);
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

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

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

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

  .hero-content {
    width: 70%;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .hero-section {
    height: 80%;
  }

  .hero-slider {
    min-height: 70vh;
  }

  .hero-text {
    font-size: 1.5em;
  }

  .section-h1-wrapper.display-flex {
    flex-flow: column;
  }

  .section-h1-wrapper.area {
    flex-flow: column;
    align-items: flex-start;
  }

  .default-btn {
    margin-right: auto;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .right-section.padd {
    margin-top: 40px;
  }

  .inner-img {
    min-height: 350px;
    margin-top: 20px;
  }

  .inner-img.map {
    min-height: auto;
  }

  .card-bullet.grid-3, .card-bullet.grid-4, .card-bullet.area {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .bullet-heading.white {
    line-height: 26px;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full {
    width: 100%;
  }

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

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

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: center;
    font-size: 21px;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

  .footer-contact-info {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .scroll-up {
    z-index: 1;
  }

  .services-section {
    width: 100%;
    padding-top: 0;
  }

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

  .left-arrow {
    background-color: var(--primary);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    background-color: var(--primary);
    inset: auto 0% -25% auto;
  }

  .text-block-3 {
    color: var(--white);
  }

  .block-quote {
    font-size: 16px;
  }

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .h1 {
    font-size: 45px;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

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

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .announcement-contact-2.hide {
    display: none;
  }

  .dl-item-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-menu-3 {
    z-index: 10;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-right: auto;
  }

  .fa-icon-arrow {
    margin-left: 10px;
    display: none;
  }

  .navbar-4 {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .burger-menu-2 {
    color: var(--primary);
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .announcement-wrapper-2 {
    flex-direction: row;
  }

  .btn-underline-2.services-underline.display-none-s, .btn-underline-2.nav-underline.display-none-underline {
    display: none;
  }

  .nav-toggle-2 {
    background-color: var(--black);
    border-radius: 6px;
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-toggle-2.w--open {
    background-color: var(--black);
  }

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

  .email-block {
    flex-flow: row;
    margin-top: 5px;
  }

  .service-top-image._3 {
    height: 350px;
  }

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

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

  .service-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-div {
    width: 100%;
  }

  .section-wrapper.bg-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-title {
    font-size: 19px;
  }

  .feature-4col-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sec-title {
    font-size: 38px;
  }

  .logo-grid5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .trust-logo {
    padding-left: 25px;
    padding-right: 25px;
  }

  .outline-btn-text {
    font-size: .7rem;
  }

  .arrow-button-secondary {
    top: 15%;
  }

  .location-header-md {
    font-size: 3.3rem;
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

  .social-container.dropdown {
    z-index: 998;
    width: auto;
    position: fixed;
    right: 0%;
  }

  .social-container-inner {
    border-radius: 0;
    flex-flow: column;
  }

  .contact-icon-2 {
    margin-bottom: 5px;
    margin-right: 0;
  }

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

  .service-ban-text {
    font-size: 50px;
    line-height: 55px;
  }

  .h2-contact {
    font-size: 52px;
  }

  .h2-contact.end-of-page-cta {
    margin-bottom: 20px;
  }

  .section {
    margin-bottom: 60px;
  }

  .main-container {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 40px;
  }

  .button-primary {
    font-size: 20px;
  }

  .single-contact-heading {
    overflow: visible;
  }

  .button-2 {
    font-size: 20px;
  }

  .wrap-process-one {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-process-one.button-window {
    padding: 10px 0;
  }

  .no-margins {
    margin-top: 0;
    padding-left: 0;
    font-size: 32px;
  }

  .no-margins.steps {
    padding-left: 0;
    font-size: 22px;
  }

  .text-number-process-one {
    font-size: 32px;
  }

  .body-big {
    font-size: 15px;
  }

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

  .grid-process-thirds._3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .sec-title-2 {
    font-size: 38px;
  }

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

  .footer-text_wrapper {
    height: 80px;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .footer_grid_wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-text {
    font-size: 30vw;
  }

  .footer_link_wrapper {
    width: 95%;
    margin-left: 20px;
    margin-right: 10px;
  }

  .footer_standard-link {
    transition: none;
  }

  .footer_standard-link:hover {
    opacity: 1;
    color: #1d1f1e;
  }

  .footer_social-link {
    transition: none;
  }

  .footer_social-link:hover {
    opacity: 1;
  }

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

  .legal-link_item {
    transition: none;
  }

  .legal-link_item:hover {
    color: #939b9b;
  }

  .text-block-4 {
    letter-spacing: -10px;
    margin-top: 0;
    font-size: 120px;
  }

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

  .lb-img {
    height: 400px;
  }

  .div-block-3 {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .announcement-bar {
    position: static;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 10px;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-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: center;
    display: flex;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider-inner-content {
    width: 90%;
    height: auto;
    position: absolute;
    left: 0%;
  }

  .slider-inner-content.service {
    position: static;
    left: 0%;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

  .hero-slider {
    min-height: 60vh;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

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

  .top-text {
    color: var(--black);
  }

  .right-section {
    margin-bottom: 10px;
  }

  .para.para-sm {
    width: 100%;
  }

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

  .card-bullet.grid-2, .card-bullet.grid-3, .card-bullet.area {
    grid-template-columns: 1fr;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .bullet-heading.white {
    text-align: left;
  }

  .section-2-img-full {
    min-height: 250px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

  .footer-contact-info, .footer-contact-info._1-row {
    grid-template-columns: 1fr;
  }

  .contact-icon {
    flex: none;
  }

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

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

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

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

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .h1 {
    font-size: 35px;
  }

  .p {
    margin-bottom: 20px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 26px;
  }

  .h2.white {
    text-align: left;
    font-size: 34px;
  }

  .p-dark.w, .p-dark.orange, .sub-head {
    text-align: left;
  }

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

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

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

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

  .contact-right {
    width: 95%;
    position: static;
  }

  .announcement-contact-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .image-2 {
    height: 80px;
  }

  .nav-menu-3 {
    background-color: var(--black);
    height: auto;
    padding-top: 0;
  }

  .navbar-4 {
    flex-direction: column;
  }

  .announcement-wrapper-2 {
    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-around;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .email-block {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .service-top-image._1, .service-top-image._4 {
    height: 300px;
  }

  .service-box-wrapper {
    margin-top: 0;
  }

  .service-header {
    font-size: 25px;
  }

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

  .service-link {
    width: 50px;
    height: 50px;
  }

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

  .service-grid._2x {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 28px;
  }

  .section-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .sec-title {
    max-width: 540px;
    font-size: 34px;
  }

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

  .feat-event-info-wrap {
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .footer-btn-text {
    letter-spacing: 0;
  }

  .wave-text-up-btn.pad-right-1rem.smaller, .wave-text-up-btn.pad-right-1rem.px {
    width: 60%;
  }

  .location-header-md {
    font-size: 2.7rem;
  }

  .div-block-2 {
    height: 120px;
  }

  .social-container.dropdown {
    width: auto;
    position: fixed;
    right: 0%;
  }

  .social-container-inner {
    border-radius: 0;
    flex-flow: column;
  }

  .contact-icon-2 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .service-banner {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .service-banner._2, .service-banner._3 {
    height: 275px;
  }

  .service-banner.area, .service-banner.test, .service-banner.gallery, .service-banner.contact, .service-banner.site-map {
    justify-content: flex-start;
    padding-left: 32px;
  }

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

  .h2-contact {
    font-size: 44px;
  }

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

  .button-primary {
    font-size: 20px;
  }

  .bottom-process-one {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .wrap-process-one {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding: 25px 20px;
  }

  .wrap-process-one.button-window {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .no-margins {
    font-size: 28px;
  }

  .no-margins.steps, .text-number-process-one {
    font-size: 20px;
  }

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

  .grid-process-thirds._3 {
    grid-template-columns: 1fr;
  }

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

  .sec-title-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .footer_social_wrapper {
    flex-direction: row;
    margin-top: 12px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_grid_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .footer_grid-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-4 {
    letter-spacing: -3px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 65px;
  }

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

  .div-block-3 {
    bottom: -20px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

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

  .container.announcement-container {
    padding-top: 0;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .announcement-icon.hide {
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .announcement-contact-info.hide {
    display: none;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    line-height: 17px;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.book-today {
    width: 37%;
  }

  .slider-inner-content {
    left: 0%;
  }

  .slider-inner-content.service {
    justify-content: flex-start;
    width: 95%;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

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

  .top-text {
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .right-section {
    margin-bottom: 20px;
  }

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

  .card-bullet.grid-4 {
    grid-template-columns: 1fr;
  }

  .card-icon {
    flex: none;
  }

  .bullet-icon {
    width: 80px;
    height: 80px;
  }

  .bullet-block-title {
    font-size: .9em;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

  .bullet-heading {
    font-size: 15px;
  }

  .bullet-heading.white {
    text-align: left;
    font-size: 15px;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .footer-desc {
    line-height: 12px;
  }

  .footer-col {
    margin-top: 30px;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-block-1.border-none.hide {
    border-right-style: none;
  }

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

  .footer-contact-info {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer-contact-info.vert.contact.change-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .footer-contact-info._1-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .footer-copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .services-link-box {
    min-height: 250px;
  }

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

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

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

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

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

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

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

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .95rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

  .h1 {
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 25px;
    line-height: 1;
  }

  .p {
    font-size: 15px;
    line-height: 23px;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
  }

  .h2.white {
    text-align: left;
    margin-top: 10px;
    font-size: 26px;
  }

  .h2.white.left {
    font-size: 26px;
  }

  .p-dark {
    font-size: 15px;
  }

  .p-dark.w {
    text-align: left;
  }

  .p-dark.orange, .p-dark.orange.l {
    font-size: 15px;
  }

  .sub-head {
    text-align: left;
  }

  .slide-nav-2 {
    display: none;
  }

  .button-div {
    flex-direction: column;
  }

  .h2-dark {
    font-size: 21px;
    line-height: 26px;
  }

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

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

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

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

  .bottom-container {
    align-items: center;
  }

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

  .bullet-heading-2 {
    text-align: left;
  }

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

  .announcement-contact-2 {
    width: 100%;
    padding: 15px 20px;
  }

  .announcement-link-2 {
    font-size: 15px;
  }

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

  .announcement-icon-2 {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .nav-menu-3 {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .fa-icon-arrow {
    display: none;
  }

  .navbar-4 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .brand-2 {
    height: auto;
    display: block;
  }

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 3px;
    line-height: 17px;
  }

  .nav-toggle-2 {
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    text-align: right;
    border-radius: 0;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .service-top-image._1, .service-top-image._2, .service-top-image._3, .service-top-image._4, .service-top-image._5 {
    height: 250px;
  }

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

  .service-header {
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 38px;
  }

  .service-number {
    margin-bottom: 20px;
    font-size: 68px;
  }

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

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

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

  .service-div {
    height: auto;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 25px;
  }

  .feature-title {
    font-size: 20px;
  }

  .single-feature {
    align-items: flex-start;
  }

  .feature-4col-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .feature-icon-yellow {
    margin-bottom: 10px;
  }

  .sec-title {
    font-size: 28px;
  }

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

  .trust-logo {
    min-height: 80px;
  }

  .trust-logo-img {
    max-width: 80%;
    max-height: 80px;
  }

  .feat-event-header {
    text-align: left;
    margin-right: auto;
  }

  .feat-event-info-wrap {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 0%;
    display: flex;
  }

  .event-header-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-btn-text {
    letter-spacing: -1px;
    font-size: .8rem;
  }

  .outline-btn-text {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .location-hours {
    margin-top: 40px;
    font-size: 5vw;
  }

  .arrow-button-secondary {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper {
    margin-top: .25rem;
  }

  .wave-text-up-btn.pad-right-1rem {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .wave-text-up-btn.pad-right-1rem.smaller, .wave-text-up-btn.pad-right-1rem.px {
    width: 100%;
  }

  .location-header-md {
    font-size: 2rem;
  }

  .div-block-2 {
    height: 86px;
  }

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

  .h1-text {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
  }

  .social-container.dropdown {
    z-index: 9999;
  }

  .social-container.dropdown.hide {
    display: none;
  }

  .social-container-inner.mobile {
    background-color: #fbb90000;
    padding-right: 3px;
  }

  .image-grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .service-banner {
    justify-content: center;
    height: 275px;
  }

  .service-banner.area, .service-banner.test, .service-banner.gallery, .service-banner.contact {
    padding-left: 10px;
  }

  .service-banner.site-map {
    padding-left: 0;
  }

  .service-ban-text {
    font-size: 25px;
    line-height: 30px;
  }

  .h3-yellow {
    font-size: 20px;
    line-height: 26px;
  }

  .h3-yellow.top {
    font-size: 21px;
  }

  .wrap-contact-heading {
    padding-left: 10px;
  }

  .h2-contact {
    font-size: 32px;
  }

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

  .main-container {
    text-align: left;
    width: 90%;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary {
    margin-left: 0;
    padding: 10px 20px;
    font-size: 20px;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .wrap-process-one {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .no-margins {
    padding-left: 0;
    font-size: 32px;
  }

  .no-margins.steps {
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .text-number-process-one {
    font-size: 28px;
  }

  .body-big {
    font-size: 17px;
  }

  .grid-p {
    font-size: 15px;
  }

  .bold-text-7 {
    font-size: 23px;
  }

  .h2-div {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .subtitloe-2 {
    text-align: center;
    letter-spacing: 1px;
  }

  .sec-title-2 {
    font-size: 28px;
  }

  .area-map {
    flex-flow: column;
    display: flex;
  }

  .coming-soon {
    font-size: 20px;
  }

  .footer-text_wrapper {
    height: auto;
    display: flex;
  }

  .footer_grid_wrapper {
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_legal-link_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .footer_link_wrapper {
    margin-bottom: 12px;
    margin-left: 10px;
  }

  .text-block-4 {
    letter-spacing: -3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
  }

  .white-bubble-btn {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .secondary-btn-text {
    letter-spacing: 0;
  }

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

  .div-block-3.static {
    position: static;
  }
}

#w-node-da3dbc46-f02e-9c0b-8204-bf3b3fd2ca94-eafc7afd, #w-node-ce3d3f28-bb64-1d9e-3951-09017c57de85-eafc7afd, #w-node-c564368e-f9bd-f693-8b26-45be983b21d9-eafc7afd, #w-node-_94cae89c-a602-6659-4e5e-661ce14398a7-eafc7afd, #w-node-_94cae89c-a602-6659-4e5e-661ce14398b5-eafc7afd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-eafc7afd, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-eafc7afd, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-eafc7afd {
  place-self: auto;
}

#w-node-_0f5168f5-2800-3a31-1a5e-03f6c41b40ec-fcf6a6d3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0f5168f5-2800-3a31-1a5e-03f6c41b40ed-fcf6a6d3 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_646fb4a4-3204-0f24-ee9d-cd720e54f644-fcf6a6d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87acaf38-f143-2de8-3135-9f4880aeaa83-eafc7b22 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_87acaf38-f143-2de8-3135-9f4880aeaa84-eafc7b22 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_87acaf38-f143-2de8-3135-9f4880aeaa85-eafc7b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87acaf38-f143-2de8-3135-9f4880aeaabc-eafc7b22 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-a9959a7c-f293-ccbb-9221-6332768776a2-5648ea8f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9959a7c-f293-ccbb-9221-6332768776ab-5648ea8f, #w-node-a9959a7c-f293-ccbb-9221-6332768776bd-5648ea8f, #w-node-_1497bf57-f8b1-b51a-b5f5-01ef63e319f8-5648ea8f, #w-node-_43b4068a-2860-f9f5-a457-81fd3be51e47-5648ea8f, #w-node-_655f42ff-cf83-2dc0-031d-887264ab773c-5648ea8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9959a7c-f293-ccbb-9221-6332768776a2-a34c5880 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1497bf57-f8b1-b51a-b5f5-01ef63e319f8-a34c5880, #w-node-_43b4068a-2860-f9f5-a457-81fd3be51e47-a34c5880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb8ade1b-b2ac-2f54-7d13-ef9ca4a24199-a34c5880 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eb8ade1b-b2ac-2f54-7d13-ef9ca4a241a2-a34c5880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb8ade1b-b2ac-2f54-7d13-ef9ca4a24199-d67e15bc, #w-node-eb8ade1b-b2ac-2f54-7d13-ef9ca4a24199-acb02e2f, #w-node-eb8ade1b-b2ac-2f54-7d13-ef9ca4a24199-ecb6d558 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a6-90c04602 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a7-90c04602 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a8-90c04602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385df-90c04602 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12d-7215fe9f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12e-7215fe9f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12f-7215fe9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa166-7215fe9f {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_83c08286-ae15-71b5-c2c7-c6d8fbf6b404-a4af0bfa, #w-node-_3c770871-15c9-6909-2494-a8f4aaed8dec-a4af0bfa, #w-node-_59368b46-9504-f940-f979-d572d9a9891a-a4af0bfa, #w-node-_2d09603a-f3ff-3ada-1a90-f73e19e1f05b-a4af0bfa, #w-node-_1febeaea-1a29-6b23-6ce4-f1420e07b010-a4af0bfa, #w-node-_2c702bc0-8c9c-c868-af6c-f9a63c6aa5ae-a4af0bfa, #w-node-e28080de-7b17-0cd7-4a4c-1a3b2e4f684e-a4af0bfa, #w-node-_73ea76ef-f434-c3a3-8bdb-c8a39e661999-a4af0bfa, #w-node-a97c3abe-9140-ff07-f890-fa62bf7a0f24-a4af0bfa, #w-node-_0d51d082-5b26-9369-72e4-2f77c7a921bc-a4af0bfa, #w-node-_1bc6e2e7-ed85-cbae-8602-aedd987ce5c6-a4af0bfa, #w-node-_6a4c84ec-da13-acb4-a1d8-93e48c8020a9-a4af0bfa, #w-node-ebb8a5c1-f070-fca4-610b-e8e538f8b86a-a4af0bfa, #w-node-c4e34968-1bdd-d96a-d20a-dcef16b28204-a4af0bfa, #w-node-_5cb8ab0c-f507-2df8-54eb-416e9e67f6c2-a4af0bfa, #w-node-d3c9b48e-8f12-ccab-71fc-fa4ef854aa8a-a4af0bfa, #w-node-_4f9c19bb-ea08-8dfa-c550-dbdc035fa613-a4af0bfa, #w-node-_83c08286-ae15-71b5-c2c7-c6d8fbf6b406-a4af0bfa, #w-node-_83c08286-ae15-71b5-c2c7-c6d8fbf6b408-a4af0bfa, #w-node-_83c08286-ae15-71b5-c2c7-c6d8fbf6b434-a4af0bfa, #w-node-ef48615b-2881-00ee-031f-cec02cece499-a4af0bfa, #w-node-_3754ee22-235f-53fa-4d39-41b677fb45fc-a4af0bfa, #w-node-_4ed80651-174d-d987-0fbc-a3d3f7a1cf48-a4af0bfa, #w-node-f4dd53b9-a295-e162-d50f-d512e2091fac-a4af0bfa, #w-node-_66588d20-78fa-a069-e22f-fa19f44f7a00-a4af0bfa, #w-node-_4124ed40-0a34-df92-964c-5dbd8830b8a2-a4af0bfa, #w-node-bc5fa0a0-07b6-3b35-dc3a-58e456950501-a4af0bfa, #w-node-_924d393a-9c1c-cb98-db06-e07c083890b7-a4af0bfa, #w-node-_697b0a8d-1159-6524-efd5-0130e36ad248-a4af0bfa, #w-node-_4d97980d-6f86-5841-ecc7-475f7a58c949-a4af0bfa, #w-node-ebb0c527-99ff-d062-fdd4-2a7505e58b9b-a4af0bfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf178ea-698b-d164-69c9-677081ddc320-a4af0bfa {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cbf178ea-698b-d164-69c9-677081ddc321-a4af0bfa {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-cbf178ea-698b-d164-69c9-677081ddc322-a4af0bfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf178ea-698b-d164-69c9-677081ddc359-a4af0bfa {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-c13cf601-3b04-21f8-06a2-d472d03cfd64-e51926ac {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c13cf601-3b04-21f8-06a2-d472d03cfd65-e51926ac {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-c13cf601-3b04-21f8-06a2-d472d03cfd66-e51926ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c13cf601-3b04-21f8-06a2-d472d03cfd9d-e51926ac {
  grid-area: 3 / 1 / 4 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-da3dbc46-f02e-9c0b-8204-bf3b3fd2ca94-eafc7afd, #w-node-ce3d3f28-bb64-1d9e-3951-09017c57de85-eafc7afd, #w-node-c564368e-f9bd-f693-8b26-45be983b21d9-eafc7afd, #w-node-_94cae89c-a602-6659-4e5e-661ce14398a7-eafc7afd, #w-node-_94cae89c-a602-6659-4e5e-661ce14398b5-eafc7afd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f5168f5-2800-3a31-1a5e-03f6c41b40ec-fcf6a6d3, #w-node-_87acaf38-f143-2de8-3135-9f4880aeaa83-eafc7b22 {
    grid-column: span 8 / span 8;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaabc-eafc7b22 {
    grid-area: 4 / 1 / 4 / 12;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a6-90c04602 {
    grid-column: span 8 / span 8;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385df-90c04602 {
    grid-area: 4 / 1 / 4 / 12;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12d-7215fe9f {
    grid-column: span 8 / span 8;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa166-7215fe9f {
    grid-area: 4 / 1 / 4 / 12;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc320-a4af0bfa {
    grid-column: span 8 / span 8;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc359-a4af0bfa {
    grid-area: 4 / 1 / 4 / 12;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd64-e51926ac {
    grid-column: span 8 / span 8;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd9d-e51926ac {
    grid-area: 4 / 1 / 4 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f5168f5-2800-3a31-1a5e-03f6c41b40ec-fcf6a6d3 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0f5168f5-2800-3a31-1a5e-03f6c41b40ed-fcf6a6d3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_646fb4a4-3204-0f24-ee9d-cd720e54f644-fcf6a6d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb10d471-a61e-e473-c6d5-c90c04ea5105-fcf6a6d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-ac6b9035-c411-c0ea-8bfb-b5c16446efc8-6446efb8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaa83-eafc7b22 {
    grid-column: span 4 / span 4;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaa84-eafc7b22 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaa85-eafc7b22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaaba-eafc7b22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaabc-eafc7b22 {
    grid-row-start: 2;
  }

  #w-node-eb8ade1b-b2ac-2f54-7d13-ef9ca4a24199-a34c5880 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-eb8ade1b-b2ac-2f54-7d13-ef9ca4a241a2-a34c5880 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a6-90c04602 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a7-90c04602 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a8-90c04602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385dd-90c04602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385df-90c04602 {
    grid-row-start: 2;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12d-7215fe9f {
    grid-column: span 4 / span 4;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12e-7215fe9f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12f-7215fe9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa164-7215fe9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa166-7215fe9f {
    grid-row-start: 2;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc320-a4af0bfa {
    grid-column: span 4 / span 4;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc321-a4af0bfa {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc322-a4af0bfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc357-a4af0bfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc359-a4af0bfa {
    grid-row-start: 2;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd64-e51926ac {
    grid-column: span 4 / span 4;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd65-e51926ac {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd66-e51926ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd9b-e51926ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd9d-e51926ac {
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3cab3eb7-3dcc-cdcc-b7a2-41c01508d161-eafc7afd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f5168f5-2800-3a31-1a5e-03f6c41b40ed-fcf6a6d3 {
    grid-column: span 9 / span 9;
  }

  #w-node-cb10d471-a61e-e473-c6d5-c90c04ea5105-fcf6a6d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-ac6b9035-c411-c0ea-8bfb-b5c16446efc8-6446efb8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaa84-eafc7b22 {
    grid-column: span 9 / span 9;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaaba-eafc7b22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_87acaf38-f143-2de8-3135-9f4880aeaabc-eafc7b22 {
    grid-row-start: 3;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385a7-90c04602 {
    grid-column: span 9 / span 9;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385dd-90c04602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_4d76c793-acac-5ae3-9c03-29fa7b7385df-90c04602 {
    grid-row-start: 3;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa12e-7215fe9f {
    grid-column: span 9 / span 9;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa164-7215fe9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_56b6cc67-a425-1c67-bb2a-d7d7c35fa166-7215fe9f {
    grid-row-start: 3;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc321-a4af0bfa {
    grid-column: span 9 / span 9;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc357-a4af0bfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-cbf178ea-698b-d164-69c9-677081ddc359-a4af0bfa {
    grid-row-start: 3;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd65-e51926ac {
    grid-column: span 9 / span 9;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd9b-e51926ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-c13cf601-3b04-21f8-06a2-d472d03cfd9d-e51926ac {
    grid-row-start: 3;
  }
}


@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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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 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 sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}