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

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

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

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

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

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

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

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

:root {
  --white: #fff;
  --black: #000;
  --primary: #e6463d;
  --secondary: #192b6c;
  --pale-grey: #e6f1fd;
  --wa: #1a520e;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Anybody, sans-serif;
  line-height: 24px;
}

.hero {
  background-image: linear-gradient(#0009, #0000 50%), linear-gradient(#0000004d, #0000004d), url('../images/Main-Banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero.small {
  justify-content: flex-end;
  height: 60vh;
}

.nav-section {
  z-index: 999;
  width: 100%;
  height: 100px;
  position: fixed;
}

.navbar {
  background-color: var(--primary);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-link {
  background-color: var(--white);
  color: var(--secondary);
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 16px;
  font-weight: 500;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 600;
  transition: all .45s ease-in-out;
}

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

.nav-link.w--current {
  border-bottom: 2px solid var(--white);
}

.nav-link._0 {
  color: var(--white);
  padding: 0;
}

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

.nav-link {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--white);
  padding-top: 10px;
  transition: all .45s ease-in-out;
}

.nav-link.w--current:hover {
  color: var(--secondary);
}

.dropdl {
  background-color: var(--primary);
  color: var(--white);
  transition: all .2s;
}

.dropdl:hover, .dropdl.w--current {
  background-color: var(--white);
  color: var(--secondary);
}

.dropdown-list {
  color: #ce9595;
}

.dropdown-list.w--open {
  background-color: var(--primary);
  color: var(--white);
}

.dropdl-nav {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .45s ease-in-out;
}

.dropdl-nav:hover {
  color: var(--secondary);
  padding-left: 18px;
}

.dropdl-nav.w--open {
  background-color: var(--primary);
  color: #fff;
}

.hero-div-mid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.banner-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.box-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
}

.hero-button:hover {
  background-color: var(--secondary);
}

.hero-div-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 60%;
  padding-top: 60px;
  display: grid;
}

.hero-div-edge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.button-links {
  border: 2px solid var(--white);
  color: #fff;
  border-radius: 0;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-links:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.hero-side-button {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: flex;
}

.side-button-social {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  transition: all .45s;
  display: flex;
}

.side-button-social:hover {
  color: var(--primary);
}

.side-button-social.white {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
}

.side-button-social.solid {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  transition: all .45s ease-in-out;
}

.side-button-social.solid:hover {
  color: var(--primary);
}

.side-button-social.ban {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  transition: all .45s ease-in-out;
}

.side-button-social.ban:hover {
  color: var(--white);
}

.banner-button-text {
  font-size: 16px;
}

.service-boxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  height: 300px;
  margin-top: -90px;
  display: grid;
}

.svs-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 12px 20px 10px #0000001a;
}

.svs-box:hover {
  margin-top: -30px;
}

.svs-box.box1 {
  background-image: url('../images/Servicing.webp');
  background-position: 20%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.svs-box.box1:hover {
  margin-bottom: 0;
}

.svs-box.box2 {
  background-image: url('../images/Repairs.webp');
  background-position: 20%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 14px;
}

.svs-box.box3 {
  background-image: url('../images/Sales.webp');
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.svs-box.box4 {
  background-image: url('../images/Welding-Equipment.webp');
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.svs-txt {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  font-size: 14px;
  display: flex;
}

.svs-txt-head {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

.home-section-1._100b {
  padding-bottom: 100px;
}

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

._2x1.testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/IWSGeneratorHireEquipmentApril2024-62-1920w.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 390px;
  display: grid;
}

._2x1._100 {
  display: block;
}

.txt {
  text-align: center;
  background-color: #ffffff70;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.txt.hww {
  align-items: center;
  height: 100%;
  margin-top: 10px;
  padding-top: 20px;
}

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

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

.img.home1 {
  background-image: url('../images/Home-1.webp');
}

.img.home2 {
  background-image: url('../images/Home-3.webp');
}

.img.home3 {
  background-image: url('../images/Home-2.webp');
}

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

.img.s1-1 {
  background-image: url('../images/IWSGeneratorHireEquipmentApril2024-79-1920w.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s1-2 {
  background-image: url('../images/Project-3.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s1-3 {
  background-image: url('../images/Project-2.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s2-1 {
  background-image: url('../images/Weddings-1920w.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s2-2 {
  background-image: url('../images/Home9.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s2-3 {
  background-image: url('../images/Home-5.webp');
  background-position: 50%;
  background-size: cover;
}

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

.img.s3-2 {
  background-image: url('../images/Home-2.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s3-3 {
  background-image: url('../images/Repairs.webp');
  background-position: 50%;
  background-size: cover;
}

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

.img.s4-2 {
  background-image: url('../images/Welding-3.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s4-3 {
  background-image: url('../images/Welding-2.webp');
  background-position: 50%;
  background-size: cover;
}

.img.form {
  background-color: var(--primary);
  background-image: none;
  min-height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.testi-head {
  color: var(--white);
  width: 90%;
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: background-color .45s ease-in-out;
}

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

.button.banner {
  border: 1px solid var(--primary);
  letter-spacing: -.5px;
  line-height: 18px;
}

.testi-div-left {
  background-color: var(--primary);
  border-top-right-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 240px;
  height: 100%;
  display: flex;
}

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

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

.home-section-2.red {
  background-color: var(--primary);
}

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

.content-break {
  background-color: var(--pale-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-break.grey {
  background-color: var(--white);
}

.call-to-action {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.how-we-woirk-4x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  padding-top: 20px;
  display: grid;
}

.hww-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.box-icon {
  background-color: var(--primary);
  border-radius: 60px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.hww-icons {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
  display: flex;
}

.hww-bottom {
  background-color: var(--primary);
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 20px;
}

.hww-txt {
  text-align: center;
  letter-spacing: .5px;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.hww-button {
  background-color: var(--primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 20px;
  font-weight: 500;
}

.hww-button.t40 {
  margin-top: 40px;
  margin-bottom: 0;
}

.hww-divide {
  width: 100%;
}

.hww-boxes-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-p {
  text-align: right;
  letter-spacing: .5px;
  margin-bottom: 20px;
}

.txt-top {
  border-right: 3px none var(--primary);
  border-left: 3px none var(--primary);
  text-align: right;
  background-color: #ffffff70;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.txt-top.noline {
  border-right-style: none;
  padding-right: 0;
}

.txt-top.noline.cent {
  justify-content: flex-start;
  align-items: center;
}

.cta {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 31px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.line {
  background-color: var(--white);
  border-radius: 20px;
  width: 60%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.link {
  color: var(--white);
  font-size: 38px;
  text-decoration: none;
}

.link.small {
  color: var(--primary);
  font-size: 16px;
}

.h2 {
  border-bottom: 4px solid var(--primary);
  color: var(--black);
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

.h2.left {
  z-index: 1;
  color: var(--black);
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 31px;
  line-height: 37px;
  display: block;
  position: relative;
}

.h2.w {
  border-bottom-color: var(--white);
  color: var(--white);
  padding-bottom: 10px;
}

.paragraph-2 {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

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

.footer-div {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 400px;
  display: grid;
  position: relative;
}

.txt-footer {
  background-color: var(--primary);
  text-align: center;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
}

.txt-footer-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  text-align: center;
  border-radius: 300px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 400px;
  height: 400px;
  display: grid;
}

.map {
  background-image: url('../images/Footer.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  margin-bottom: 60px;
}

.button-links-footer {
  border: 2px solid var(--white);
  color: var(--black);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.button-links-footer:hover {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  font-family: Clash Display;
}

.social-footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  margin-top: 10px;
  font-size: 15px;
}

.brand {
  width: 300px;
  padding-bottom: 0;
}

.brand.w--current {
  width: 300px;
}

.bottom-logo {
  width: 100%;
}

.home-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.home-link.w--current {
  width: 275px;
  padding-left: 0;
  padding-right: 0;
}

.testimonials-div {
  width: 90%;
}

.how-we-work-content {
  background-color: var(--white);
  border-radius: 20px;
  width: 90%;
  margin-top: 40px;
  padding: 30px 40px 40px;
}

.hww-head {
  text-transform: uppercase;
  max-width: 180px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.h3 {
  border-bottom: 4px solid var(--primary);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.hww-more-2x1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

.hww-img.home4 {
  background-image: url('../images/Weddings-1920w.webp');
}

.hww-img.home5 {
  background-image: url('../images/IWSGeneratorHireEquipmentApril2024-79-1920w.webp');
}

.hww-img.home6 {
  background-image: url('../images/Home-7.webp');
}

.hww-img.home7 {
  background-image: url('../images/IWSGeneratorHireEquipmentApril2024-62-1920w.webp');
}

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

.hww-img.s1-5 {
  background-image: url('../images/Home-4.webp');
  background-position: 50%;
  background-size: cover;
}

.hww-img.s2-4 {
  background-image: url('../images/Sales.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.hww-img.s2-5 {
  background-image: url('../images/Servicing1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.hww-img.s3-4 {
  background-image: url('../images/Home-7.webp');
  background-position: 50%;
  background-size: cover;
}

.hww-img.s3-5 {
  background-image: url('../images/Sales-4.webp');
  background-position: 50%;
  background-size: cover;
}

.hww-img.s4-4 {
  background-image: url('../images/Welding-4.webp');
  background-position: 50%;
  background-size: cover;
}

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

.hww-img.a2-6 {
  background-image: url('../images/IWSImages-10-1920w.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.footer-links {
  text-align: center;
  width: 85%;
}

.footer-text {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
}

.footer-text.button.edit {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

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

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

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

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

.list._100 {
  width: 100%;
}

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

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

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

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

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

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

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 7.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
  transition: all .2s;
  display: grid;
}

.h3-icon {
  background-color: var(--primary);
  color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  display: flex;
}

.h3-icon.w {
  background-color: var(--white);
  color: var(--primary);
}

.bullet-heading {
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 20px;
  position: fixed;
  inset: auto 0 0% auto;
}

.click-to-call-button {
  background-color: var(--primary);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  outline: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .45s ease-in-out;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.click-to-call-button:hover {
  background-color: var(--secondary);
}

.ct-us {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.contact-form {
  background-color: var(--secondary);
}

.scroll-stopper {
  width: 100%;
  height: 0;
  position: relative;
  top: -160px;
}

.form-div {
  width: 100%;
}

.bold-text {
  font-size: 21px;
  line-height: 20px;
}

.banner-heading-2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
}

.hero-div-full-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  display: grid;
}

.hero-div-mid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.hero-div-mid-2.service {
  display: block;
}

.p {
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
}

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

.p._0b {
  margin-bottom: 0;
}

.list-4 {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

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

.footer-link-2 {
  color: var(--white);
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: static;
}

.footer-link-2.padd {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.hero-side-button-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.hero-side-button-social.foot-section {
  border: 2px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 44px;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.hero-side-button-social.foot-section.bigger {
  border-radius: 100px;
  flex: none;
  width: 50px;
  height: 50px;
  font-size: 22px;
}

.list-3 {
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  font-weight: 400;
}

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

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

.h3-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 5px;
  transition: all .2s;
  display: flex;
}

.h3-list-2:hover {
  transform: translate(15px);
}

.h3-icon-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  display: flex;
}

.paragraph-3 {
  color: var(--black);
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}

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

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--primary);
  color: var(--white);
  text-decoration: none;
}

.gallery {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.lightbox {
  text-align: left;
}

.lb {
  object-fit: cover;
  border: 1px solid #000;
  width: 100%;
  height: 290px;
}

.testimonials {
  text-align: left;
  width: 100%;
}

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

.footer-link-3 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  transition: all .2s;
  display: flex;
}

.footer-link-3:hover {
  color: #f91818;
}

.foot-nav {
  color: var(--black);
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.foot-nav.w--current {
  font-weight: 500;
  text-decoration: none;
}

.lottie {
  z-index: 0;
  width: 200px;
  margin-top: -75px;
  margin-bottom: -75px;
  display: inline-flex;
  position: relative;
}

.intro {
  z-index: 5000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.heading-light {
  font-weight: 400;
  line-height: 40px;
}

.google-reviews {
  width: 100%;
}

.reviews-div {
  margin-top: auto;
  margin-bottom: auto;
}

.counterspan {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.counterspan.small {
  color: var(--white);
  font-size: 52px;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5px;
  display: flex;
}

.cn-text-lower {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 16.5px;
  font-weight: 600;
}

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

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

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.counterup.w.small {
  color: var(--white);
  font-size: 52px;
}

.bold-text-15 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

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

.orange-gradient {
  background-color: var(--primary);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.nc-icon {
  color: var(--white);
  margin-bottom: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 69px;
  line-height: 69px;
}

.nc1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/WA-Background.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.wa {
  color: var(--wa);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.banner-p {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
}

.padding-top-2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top-2.padding-medium {
  width: 100%;
  max-width: 100%;
  padding-top: .5rem;
  overflow: hidden;
}

.section-marquee-secondary {
  color: #000;
  background-color: #c50404;
  overflow: hidden;
}

.section-marquee-secondary.b {
  background-color: var(--primary);
  background-color: #e6463d;
  width: 200vw;
  display: flex;
}

.marquee-secondary-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--primary);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  overflow: hidden;
}

.marquee-secondary-text {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  overflow: visible;
}

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

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-xlarge {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-2.padding-xxlarge {
  padding: 0;
}

.cta_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-color-red {
  color: #ecf0f1;
}

.cta_link-image {
  border-radius: 0;
  height: 375px;
}

.cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.cta_link-text {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.cta_link-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: 50%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cta_link-image-wrapper.clickable-off {
  margin-left: 25%;
}

.cta_link-block {
  opacity: .75;
  color: #000000e6;
  border-bottom: 1px #ffffff80;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
  position: relative;
}

.cta_link-block:hover {
  opacity: 1;
  text-decoration: none;
}

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

.home-map {
  filter: grayscale(70%);
}

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

.container-5 {
  flex: 1;
  width: 100%;
  display: block;
  position: relative;
}

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

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

.team-section {
  width: 100%;
  max-width: none;
}

.team-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

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

.gallery-h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

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

.gallery-sub {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}

.body-container-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-container-div.left {
  flex-flow: column;
  align-items: flex-start;
}

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

.paragraph-4 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-4.box-section {
  text-align: center;
}

.service-ban-head {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
}

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

.contact-page-link {
  color: var(--black);
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: static;
}

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

.bold {
  font-weight: 600;
}

.bold-text-16 {
  font-weight: 700;
}

.x {
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  font-weight: 400;
}

.link-box {
  width: 0;
  height: 0;
  margin-top: -80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  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: 1200;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

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

.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: var(--black);
  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(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--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;
}

.h3-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: underline;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 0;
  padding-bottom: 2em;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-slider-img {
  width: 150px;
}

.logo-slider-img.filter {
  filter: invert();
}

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

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

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

.form-red {
  background-color: var(--primary);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.new-contact {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
}

.marquee-text {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 1px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.marquee-div {
  display: flex;
  overflow: hidden;
}

.marquee-secondary-inner-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #e6463d;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 57vw;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  overflow: hidden;
}

.marquee-secondary-text-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.google-section {
  background-color: var(--secondary);
  padding-top: 10px;
  padding-bottom: 10px;
}

.review-us-on-google {
  color: var(--white);
  font-size: 20px;
  line-height: 26px;
}

.google-reviews-logo {
  width: 80px;
  margin-left: 12px;
}

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

.features-sticky-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 180px;
}

.features-content {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-color: var(--primary);
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  line-height: 24px;
  display: flex;
}

.features-container {
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.image-container {
  border-radius: 1.625rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.animated-bg-cover {
  background-color: #218463;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.heading-3.text-color-secondary {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.fa-solidf {
  color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
}

.features-right-col {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.features-left-col {
  width: 45%;
}

.section-2 {
  background-color: #e6463d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta_link-text-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-2 {
  color: #000;
  text-align: center;
  border-bottom: 4px solid #e6463d;
  width: 100%;
  padding-bottom: 5px;
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

.h2-2.w {
  color: #fff;
  border-bottom-color: #fff;
  padding-bottom: 10px;
}

.fb-review {
  width: 100%;
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-image: linear-gradient(#0009, #0000 50%), linear-gradient(#00000059, #00000059), url('../images/Main-Banner.webp');
    background-position: 0 0, 0 0, 50% 70%;
  }

  .hero.small {
    height: 70vh;
  }

  .nav-section {
    height: 110px;
  }

  .navbar {
    background-color: var(--primary);
  }

  .contact-link {
    padding-right: 16px;
    font-weight: 500;
  }

  .nav-link {
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: 500;
  }

  .hero-button {
    transition-duration: .45s;
    transition-timing-function: ease-in-out;
  }

  .button-links {
    justify-content: center;
    align-items: center;
    transition: all .45s ease-in-out;
    display: flex;
  }

  .hero-side-button {
    width: auto;
    height: auto;
  }

  .side-button-social {
    color: var(--white);
    width: auto;
    height: auto;
  }

  .side-button-social:hover, .side-button-social.solid:hover {
    color: var(--white);
  }

  .banner-button-text {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .svs-txt-head {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
  }

  ._2x1.testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: 390px;
    display: grid;
  }

  .testi-head {
    color: var(--white);
    width: 90%;
    font-size: 34px;
  }

  .button {
    letter-spacing: .5px;
    transition: background-color .45s ease-in-out;
  }

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

  .testi-div-left {
    background-color: var(--primary);
    color: var(--white);
    width: 100%;
    min-width: 240px;
    display: flex;
  }

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

  .hww-bottom {
    align-items: flex-start;
  }

  .hww-txt, .top-p {
    font-size: 16px;
    line-height: 25px;
  }

  .cta {
    color: var(--white);
    text-align: center;
    font-size: 30px;
  }

  .link {
    color: var(--white);
    font-size: 36px;
  }

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

  .txt-footer, .txt-footer-map {
    background-color: var(--primary);
  }

  .map {
    background-image: url('../images/Footer-Image-New.webp');
    background-position: 50% 0;
  }

  .button-links-footer {
    border-color: var(--white);
    color: var(--white);
    justify-content: center;
  }

  .button-links-footer:hover {
    background-color: var(--secondary);
  }

  .text-block-3 {
    color: var(--white);
    font-size: 15px;
  }

  .home-link.w--current {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .bullet-heading {
    font-size: 16px;
    line-height: 25px;
  }

  .click-to-call-button {
    outline-offset: 0px;
    border-radius: 20px;
    outline: 3px #fff;
    transition: all .4s;
  }

  .click-to-call-button:hover {
    background-color: var(--secondary);
    transform: scale(1.1);
  }

  .ct-us {
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
  }

  .form-div {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-div-full-2 {
    padding-top: 140px;
    padding-bottom: 0;
  }

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

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

  .footer-link-2.padd {
    justify-content: center;
  }

  .lottie {
    margin-top: -75px;
    margin-bottom: -75px;
  }

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

  .google-reviews {
    margin-top: 20px;
  }

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

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

  .cta_link-block {
    transition-duration: .29s;
    transition-timing-function: ease;
  }

  .home-map, .area-map {
    filter: grayscale(70%);
  }

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

  .h3-link {
    color: var(--white);
    text-align: center;
    font-size: 30px;
  }

  .features-sticky-div {
    top: 180px;
  }

  .features-content {
    background-color: var(--primary);
    border-radius: 8px;
    max-width: none;
    padding: 24px;
  }

  .features-container {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    margin-top: 20px;
  }

  .heading-3.text-color-secondary {
    color: var(--white);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .cover-image {
    min-height: 450px;
  }

  .fa-solidf {
    color: var(--white);
    margin-right: 5px;
  }

  .features-right-col {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    align-items: stretch;
    width: 50%;
  }

  .features-left-col {
    width: 45%;
  }

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

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

@media screen and (max-width: 991px) {
  .body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero.small {
    height: 65vh;
  }

  .nav-section {
    height: auto;
  }

  .navbar {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: grid;
  }

  .contact-link {
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    transition-property: none;
  }

  .contact-link:hover {
    background-color: var(--primary);
    color: var(--white);
  }

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

  .nav-link {
    color: var(--white);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }

  .nav-link {
    text-align: center;
    transition-property: none;
  }

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

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

  .dropdl {
    color: var(--white);
    text-align: center;
    transition: all .2s;
  }

  .dropdl:hover {
    background-color: var(--primary);
    color: var(--black);
  }

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

  .dropdl-nav {
    color: var(--white);
    text-align: center;
    width: 100%;
  }

  .dropdl-nav:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .dropdl-nav.w--open {
    background-color: var(--primary);
    color: var(--black);
  }

  .hero-div-mid {
    justify-items: center;
  }

  .banner-heading {
    width: 80%;
  }

  .box-section {
    width: 100%;
    height: 100%;
  }

  .hero-button {
    width: 70%;
  }

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

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

  .button-links.middle {
    margin-left: 15px;
    margin-right: 15px;
  }

  .side-button-social {
    color: var(--white);
  }

  .service-boxes {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 20px;
    display: none;
  }

  .svs-box {
    height: 150px;
  }

  .svs-box:hover {
    margin-top: 0;
  }

  .svs-box.box1 {
    height: 150px;
  }

  .svs-box.box1:hover {
    margin-top: 0;
  }

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

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

  ._2x1.testimonials {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: 600px;
    padding-right: 0;
  }

  .content-div {
    width: 90%;
  }

  .testi-head {
    text-align: center;
  }

  .testimonial-section {
    width: 100%;
    margin-top: 20px;
    display: none;
  }

  .call-to-action {
    width: 100%;
  }

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

  .how-we-woirk-4x1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: none;
  }

  .hww-bottom {
    display: none;
  }

  .hww-boxes-container {
    width: 100%;
  }

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

  .txt-top {
    text-align: center;
    border-right-style: none;
    align-items: center;
    padding-right: 0;
  }

  .cta, .link {
    font-size: 30px;
  }

  .h2.left {
    text-align: center;
    justify-content: center;
  }

  .footer-div {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 90%;
    height: 100%;
    display: flex;
  }

  .txt-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .txt-footer-map {
    grid-row-gap: 0px;
  }

  .brand {
    text-align: center;
    width: 500px;
  }

  .testimonials-div {
    width: 95%;
  }

  .how-we-work-content {
    width: 100%;
  }

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

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

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

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

  .text-block-5 {
    padding-left: 20px;
  }

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

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

  .list.grid-100.x2, .list.bulk.x2 {
    grid-template-columns: 1fr 1fr;
  }

  .banner-heading-2 {
    width: 80%;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-div-full-2 {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .hero-div-mid-2 {
    justify-items: center;
  }

  .footer-link-2.padd {
    flex-flow: row;
  }

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

  .h3-icon-2 {
    flex: none;
  }

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

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

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-marquee-secondary.b {
    max-width: 991px;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_link-text {
    font-size: 3.25rem;
  }

  .cta_link-image-wrapper {
    z-index: -1;
  }

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

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

  .service-ban-head {
    width: 80%;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-box {
    margin-top: -120px;
  }

  .h3-link {
    font-size: 30px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .features-container {
    grid-column-gap: 5.5%;
    grid-row-gap: 5.5%;
  }

  .features-left-col {
    width: 53%;
  }

  .cta_link-text-2 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-section {
    height: auto;
    position: static;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
  }

  .hero-div-mid {
    margin-bottom: 40px;
  }

  .box-section {
    width: 100%;
  }

  .hero-button {
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: background-color;
  }

  .button-links {
    transition-property: background-color;
  }

  .svs-box:hover {
    margin-top: 0;
  }

  .home-section-1 {
    width: 90%;
  }

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

  ._2x1.testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#ffffffed, #ffffffed);
    background-position: 0 0;
    background-size: auto;
    min-height: auto;
  }

  .content-div {
    width: 90%;
  }

  .testi-div-left {
    display: none;
  }

  .testimonial-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer {
    width: 100%;
  }

  .txt-top {
    border-right-style: none;
    align-items: center;
    padding-right: 0;
  }

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

  .map {
    height: 450px;
  }

  .brand {
    text-align: center;
  }

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

  .list.grid-100.x2, .list.grid-100.grid2 {
    grid-template-columns: 1fr;
  }

  .list.grid-100-copy, .list._2, .list.bulk {
    grid-template-columns: 1fr 1fr;
  }

  .list.bulk.x2, .list.bulk.grid2 {
    grid-template-columns: 1fr;
  }

  .click-to-call-div {
    display: block;
  }

  .click-to-call-button {
    background-color: var(--primary);
    border-color: #132003;
  }

  .scroll-stopper {
    top: -180px;
  }

  .hero-div-full-2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-div-mid-2.service {
    padding-top: 100px;
  }

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

  .list-3._3-row, .list-3._3-row.area, .gallery, .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .orange-gradient {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-marquee-secondary.b {
    width: 400vw;
    max-width: none;
  }

  .marquee-secondary-inner {
    width: 400vw;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .cta_link-text {
    font-size: 2.25rem;
  }

  .cta_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .marquee-secondary-inner-2 {
    width: 400vw;
  }

  .cta_link-text-2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.small {
    height: 40vh;
  }

  .nav-section {
    height: auto;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--primary);
  }

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

  .hero-div-mid {
    grid-row-gap: 5px;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .banner-heading {
    width: 90%;
    font-size: 24px;
    line-height: 30px;
  }

  .hero-button {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-div-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .button-links {
    width: 40px;
    height: 40px;
  }

  .button-links.middle {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-side-button {
    font-size: 17px;
  }

  .side-button-social {
    font-size: 16px;
  }

  .home-section-1 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  ._2x1.testimonials {
    background-image: linear-gradient(#ffffffed, #ffffffed);
    background-position: 0 0;
    background-size: auto;
    min-height: auto;
  }

  .txt {
    padding-top: 20px;
  }

  .img.home1 {
    min-height: 250px;
    margin-top: 20px;
  }

  .img.home2, .img.home3 {
    min-height: 250px;
  }

  .img.s1-1, .img.s2-1, .img.s3-1, .img.s4-1 {
    margin-top: 20px;
  }

  .content-div {
    align-items: flex-start;
  }

  .button.banner {
    margin-top: 10px;
  }

  .testi-div-left {
    display: none;
  }

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

  ._2x3 {
    flex-direction: column;
    display: flex;
  }

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

  .call-to-action {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .top-p {
    text-align: left;
  }

  .txt-top {
    text-align: center;
    align-items: flex-start;
  }

  .txt-top.noline.cent {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta {
    font-size: 20px;
    line-height: 28px;
  }

  .line {
    width: 100%;
  }

  .link {
    font-size: 25px;
  }

  .h2 {
    text-align: left;
    margin-top: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .h2.left {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
    display: block;
  }

  .h2.w {
    font-size: 27px;
  }

  .h2._10t {
    margin-top: 10px;
  }

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

  .txt-footer {
    border-radius: 0;
    width: 100%;
    height: auto;
  }

  .txt-footer-map {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .map {
    height: 300px;
    margin-bottom: 0;
  }

  .social-footer.middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    text-align: center;
    width: 90%;
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-div {
    margin-left: auto;
    margin-right: auto;
  }

  .how-we-work-content {
    margin-top: 20px;
    padding: 20px 0;
  }

  .h3 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 29px;
  }

  .hww-more-2x1 {
    flex-direction: column;
    display: flex;
  }

  .hww-img, .hww-img.home4, .hww-img.home5, .hww-img.home6 {
    min-height: 250px;
  }

  .menu-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-links {
    margin-top: 20px;
  }

  .list.grid-100, .list.grid-100-copy, .list._2, .list.bulk {
    grid-template-columns: 1fr;
  }

  .click-to-call-div {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .click-to-call-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .scroll-stopper {
    top: -210px;
  }

  .banner-heading-2 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-div-full-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    align-items: end;
    height: 100%;
    padding-top: 20px;
  }

  .hero-div-mid-2 {
    grid-row-gap: 5px;
    margin-bottom: 10px;
    display: flex;
  }

  .hero-div-mid-2.service {
    padding-top: 0;
  }

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

  .footer-link-2.padd {
    flex-flow: column;
  }

  .hero-side-button-social {
    font-size: 16px;
  }

  .list-3._3-row, .list-3._3-row.area, .gallery {
    grid-template-columns: 1fr;
  }

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

  .intro {
    display: none;
  }

  .lottie-animation-2 {
    width: 25%;
  }

  .heading-light {
    line-height: 30px;
  }

  .counterspan.small {
    font-size: 40px;
    line-height: 50px;
  }

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: center;
  }

  .grid-2._6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .counterup.w.small {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-15 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .orange-gradient {
    width: 100%;
  }

  .nc1 {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

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

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top-2.padding-medium {
    display: flex;
  }

  .section-marquee-secondary.b {
    max-width: none;
  }

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

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-xxlarge {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta_link-text-small {
    color: #ecf0f1;
    margin-right: .5rem;
  }

  .cta_link-text {
    color: #ecf0f1;
    font-size: 27px;
  }

  .map-section {
    width: 100%;
  }

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

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .gallery-h1 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 34px;
  }

  .lightbox-link {
    height: 300px;
  }

  .body-container-div {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .body-container-div.left {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-4.box-section {
    text-align: left;
  }

  .service-ban-head {
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .h3-link {
    font-size: 20px;
    line-height: 28px;
  }

  .section-logo {
    width: 100%;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding: 1em 0%;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

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

  .review-us-on-google {
    font-size: 16px;
    line-height: 22px;
  }

  .google-reviews-logo {
    width: 60px;
    margin-left: 8px;
  }

  .google-wrapper {
    align-items: center;
  }

  .features-content {
    padding: 18px;
  }

  .features-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .heading-3.text-color-secondary {
    font-size: 16px;
    line-height: 28px;
  }

  .features-right-col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .features-left-col {
    width: 100%;
  }

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

  .cta_link-text-2 {
    color: #ecf0f1;
    font-size: 27px;
  }

  .h2-2 {
    text-align: left;
    margin-top: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .h2-2.w {
    text-align: center;
    font-size: 25px;
  }
}

#w-node-_89bc3325-774d-1898-6779-88e21fc12d66-705bef7d, #w-node-_0b019588-a548-8b9e-f25f-9c6659eebf9a-705bef7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-705bef7d, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-705bef7d, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5295-705bef7d, #w-node-b0041845-0433-6587-3a92-46494a730ae6-705bef7d, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-705bef7d, #w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-705bef7d, #w-node-a09ef784-74ce-f78f-1f50-8a8180092b1b-705bef7d, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-705bef7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-705bef7d, #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39042-705bef7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a2528973-0ca2-d82b-1125-534a756b1199-705bef7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2528973-0ca2-d82b-1125-534a756b119b-705bef7d, #w-node-a2528973-0ca2-d82b-1125-534a756b11a9-705bef7d, #w-node-a2528973-0ca2-d82b-1125-534a756b11b6-705bef7d, #w-node-a2528973-0ca2-d82b-1125-534a756b11dd-705bef7d, #w-node-ca1d52bc-d5b2-0919-d809-9b0f2fab7e8c-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2de6189f-7300-b726-47d7-7c90bca894ee-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed3d1e35-edc9-1998-2aa1-2ff18c5cb3b6-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a2f4688-51cc-4a62-00e1-687c82d37b59-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6a2f4688-51cc-4a62-00e1-687c82d37b5b-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04cdc351-9698-55a9-85a2-7c09abcb44ef-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_04cdc351-9698-55a9-85a2-7c09abcb44f1-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408e51d9-16ec-2504-13ff-40e58e2d07ba-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_408e51d9-16ec-2504-13ff-40e58e2d07bc-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_787f44d2-d94f-d77a-040f-9537747c045c-705bef7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_787f44d2-d94f-d77a-040f-9537747c0461-705bef7d, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-705bef7d, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356f-705bef7d, #w-node-_64b90edc-f9e3-6594-015a-b20063b3fea2-705bef7d, #w-node-a64d5c7f-c79f-823a-17a8-f370607bf7ca-705bef7d, #w-node-_7aff864b-5029-3525-2c12-5757ba2452d1-705bef7d, #w-node-_7aff864b-5029-3525-2c12-5757ba2452d3-705bef7d, #w-node-db44ed05-543d-4071-3be7-03cd257060fb-705bef7d, #w-node-db44ed05-543d-4071-3be7-03cd257060fd-705bef7d, #w-node-_587d1b91-4881-4e64-6f18-b2edd46c1d74-705bef7d, #w-node-_587d1b91-4881-4e64-6f18-b2edd46c1d76-705bef7d, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-705bef7d, #w-node-_71cdae11-d8f7-3e49-4579-1109c5ebfd8d-705bef7d, #w-node-a75a3108-a715-410a-a793-ff0c0413664a-705bef7d, #w-node-a75a3108-a715-410a-a793-ff0c0413664b-705bef7d, #w-node-_27fe5d7d-d526-aa2e-5c98-19edf552313f-705bef7d, #w-node-baa991d3-f0c5-d4ec-5c2f-65301e886984-705bef7d, #w-node-efed6b07-d179-056f-14c5-279ff16c7f97-705bef7d, #w-node-d2aa59f4-1b07-f476-2529-97f134944ea7-705bef7d, #w-node-a528fdb0-0fc5-ad08-1a21-789b059b1943-705bef7d, #w-node-a528fdb0-0fc5-ad08-1a21-789b059b1944-705bef7d, #w-node-_915fbbb7-6888-c5b0-ec44-0973dc997661-705bef7d, #w-node-_1a99517f-1a1b-a17a-6346-4c5705f41b8c-705bef7d, #w-node-_3bd9951f-4c2d-dbbc-6baf-8165806f5282-705bef7d, #w-node-dece2434-d43d-3972-ac34-b5e1472245b0-705bef7d, #w-node-_13b3f381-e426-641e-fbdc-c0da9780a326-705bef7d, #w-node-_7b659a2e-bdcf-fadc-f014-8133b46385a7-705bef7d, #w-node-_13b3f381-e426-641e-fbdc-c0da9780a324-705bef7d, #w-node-_3c01aa43-9142-602a-78e7-fee79bb12ddc-705bef7d, #w-node-_1596c80d-4070-18d1-c394-dbc6be7fdc04-705bef7d, #w-node-_4b9b944d-4d4d-a57c-8463-48e664d5570c-705bef7d, #w-node-_2550b3bf-38f3-33f0-476b-f292bd3fcb14-705bef7d, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-705bef7d, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f4-b65ff7f1, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f5-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff810-b65ff7f1 {
  place-self: center;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff812-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff813-b65ff7f1, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff814-b65ff7f1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff817-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff819-b65ff7f1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff81a-b65ff7f1 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff81d-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff81f-b65ff7f1, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff820-b65ff7f1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff823-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4740b8bc-7bf6-0f14-72ff-0fa7c5cef8ba-c5cef8ba {
  justify-self: center;
}

#w-node-_4740b8bc-7bf6-0f14-72ff-0fa7c5cef8bb-c5cef8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4740b8bc-7bf6-0f14-72ff-0fa7c5cef8be-c5cef8ba, #w-node-_4740b8bc-7bf6-0f14-72ff-0fa7c5cef8c1-c5cef8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb37b4e2-77af-0872-2413-62a5d59d45b0-d59d45b0 {
  justify-self: center;
}

#w-node-cb37b4e2-77af-0872-2413-62a5d59d45b1-d59d45b0, #w-node-cb37b4e2-77af-0872-2413-62a5d59d45b4-d59d45b0, #w-node-cb37b4e2-77af-0872-2413-62a5d59d45b7-d59d45b0, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-705befa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-705befa5, #w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-705befa5, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-705befa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-705befa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-705befa5, #w-node-_2c71f531-30b6-9eb3-9b02-cde10501a84b-705befa5, #w-node-ab2fe58f-74c3-bf2b-c0e1-596352cfee63-705befa5, #w-node-_3343a9c5-8429-7c0b-aac2-d05253f58f47-705befa5, #w-node-_45076e15-041e-19e7-f54f-de8ad0183a1f-705befa5, #w-node-a1ba4096-7992-bdc4-7750-862c3c950da2-705befa5, #w-node-_93a12935-883a-eb87-df3c-432f01ae345e-705befa5, #w-node-ffb7be5f-976d-cde9-a25b-63de24584780-705befa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-705befa5, #w-node-db031724-58f8-84c0-e77d-e886f2a39042-705befa5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-705befa5, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356f-705befa5, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-705befa5, #w-node-_71cdae11-d8f7-3e49-4579-1109c5ebfd8d-705befa5, #w-node-a75a3108-a715-410a-a793-ff0c0413664a-705befa5, #w-node-a75a3108-a715-410a-a793-ff0c0413664b-705befa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55d93d56-61dd-6885-9112-17820f4d78a2-705befa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55d93d56-61dd-6885-9112-17820f4d78a3-705befa5, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-705befa5, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-705befc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b8be75ff-3994-4d1f-ea77-466070411b03-705befc2, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-705befc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1ea77b65-e1c3-d6b3-dd93-a64cc8995d69-705befc4, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-705befc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b8be75ff-3994-4d1f-ea77-466070411b03-705befc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b598730-513f-5e19-c10a-352808746f19-6ebf479c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-6ebf479c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-6ebf479c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-6ebf479c, #w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-6ebf479c, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-6ebf479c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-6ebf479c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-6ebf479c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-6ebf479c, #w-node-db031724-58f8-84c0-e77d-e886f2a39042-6ebf479c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-6ebf479c, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356f-6ebf479c, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047a8-6ebf479c, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047ad-6ebf479c, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047b2-6ebf479c, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-6ebf479c, #w-node-_71cdae11-d8f7-3e49-4579-1109c5ebfd8d-6ebf479c, #w-node-a75a3108-a715-410a-a793-ff0c0413664a-6ebf479c, #w-node-a75a3108-a715-410a-a793-ff0c0413664b-6ebf479c, #w-node-a679ab90-fefa-984d-23b1-893bdd29d07d-6ebf479c, #w-node-a679ab90-fefa-984d-23b1-893bdd29d082-6ebf479c, #w-node-a679ab90-fefa-984d-23b1-893bdd29d087-6ebf479c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca4313b6-fdea-00b1-4d7e-cc4dbd0c2943-6ebf479c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca4313b6-fdea-00b1-4d7e-cc4dbd0c2944-6ebf479c, #w-node-ca4313b6-fdea-00b1-4d7e-cc4dbd0c294a-6ebf479c, #w-node-ca4313b6-fdea-00b1-4d7e-cc4dbd0c294f-6ebf479c, #w-node-ca4313b6-fdea-00b1-4d7e-cc4dbd0c2954-6ebf479c, #w-node-_9eb5314c-96bc-b849-8173-81edd642da20-6ebf479c, #w-node-_7fa7acd5-1439-7b2f-c520-81e55af26d98-6ebf479c, #w-node-_44bef862-b46b-6a40-5b93-b9e1e924dde6-6ebf479c, #w-node-_44bef862-b46b-6a40-5b93-b9e1e924dde7-6ebf479c, #w-node-_44bef862-b46b-6a40-5b93-b9e1e924dde8-6ebf479c, #w-node-_44bef862-b46b-6a40-5b93-b9e1e924ddee-6ebf479c, #w-node-_44bef862-b46b-6a40-5b93-b9e1e924ddf3-6ebf479c, #w-node-_44bef862-b46b-6a40-5b93-b9e1e924ddf8-6ebf479c, #w-node-c0786f9e-928e-efa7-1b8a-b25ff85dd877-6ebf479c, #w-node-edb885a2-421c-bb90-0223-a2b7ed7d0526-6ebf479c, #w-node-cd9a205a-6f85-f8ac-d2f3-d02ab7ce95d7-6ebf479c, #w-node-c5079010-481b-3570-2895-c2d29cd7acd8-6ebf479c, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-6ebf479c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b598730-513f-5e19-c10a-352808746f19-2b769f05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-2b769f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-2b769f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-2b769f05, #w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-2b769f05, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-2b769f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-2b769f05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-2b769f05, #w-node-_2c71f531-30b6-9eb3-9b02-cde10501a84b-2b769f05, #w-node-ab2fe58f-74c3-bf2b-c0e1-596352cfee63-2b769f05, #w-node-_3343a9c5-8429-7c0b-aac2-d05253f58f47-2b769f05, #w-node-_45076e15-041e-19e7-f54f-de8ad0183a1f-2b769f05, #w-node-a1ba4096-7992-bdc4-7750-862c3c950da2-2b769f05, #w-node-_08a2a1b5-1066-ee08-fdae-37060f7a9abd-2b769f05, #w-node-_08a2a1b5-1066-ee08-fdae-37060f7a9ac2-2b769f05, #w-node-_08a2a1b5-1066-ee08-fdae-37060f7a9ac7-2b769f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-2b769f05, #w-node-db031724-58f8-84c0-e77d-e886f2a39042-2b769f05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-2b769f05, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047a8-2b769f05, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047ad-2b769f05, #w-node-cf1cb8b3-4a06-2e21-c483-bdb0588b4df8-2b769f05, #w-node-cf1cb8b3-4a06-2e21-c483-bdb0588b4dfd-2b769f05, #w-node-_61c9723c-8b5c-f204-331a-a7fb5577eaa7-2b769f05, #w-node-_61c9723c-8b5c-f204-331a-a7fb5577eaac-2b769f05, #w-node-_436a5db0-460c-de24-b7d9-7897d867f4ca-2b769f05, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-2b769f05, #w-node-_71cdae11-d8f7-3e49-4579-1109c5ebfd8d-2b769f05, #w-node-a75a3108-a715-410a-a793-ff0c0413664a-2b769f05, #w-node-a679ab90-fefa-984d-23b1-893bdd29d07d-2b769f05, #w-node-a679ab90-fefa-984d-23b1-893bdd29d082-2b769f05, #w-node-a679ab90-fefa-984d-23b1-893bdd29d087-2b769f05, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-2b769f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b598730-513f-5e19-c10a-352808746f19-2bdb55b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-2bdb55b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-2bdb55b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-2bdb55b9, #w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-2bdb55b9, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-2bdb55b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-2bdb55b9 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-2bdb55b9, #w-node-_2c71f531-30b6-9eb3-9b02-cde10501a84b-2bdb55b9, #w-node-ab2fe58f-74c3-bf2b-c0e1-596352cfee63-2bdb55b9, #w-node-_3343a9c5-8429-7c0b-aac2-d05253f58f47-2bdb55b9, #w-node-_45076e15-041e-19e7-f54f-de8ad0183a1f-2bdb55b9, #w-node-a1ba4096-7992-bdc4-7750-862c3c950da2-2bdb55b9, #w-node-_93a12935-883a-eb87-df3c-432f01ae345e-2bdb55b9, #w-node-ffb7be5f-976d-cde9-a25b-63de24584780-2bdb55b9, #w-node-d6131076-4e22-928f-8884-f16a1c979801-2bdb55b9, #w-node-_2ba4b7b6-b4fe-8568-0d64-9114329ce063-2bdb55b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f110cdf2-c2d9-a90e-f5d6-f822d1a0cd2b-2bdb55b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f110cdf2-c2d9-a90e-f5d6-f822d1a0cd2c-2bdb55b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f110cdf2-c2d9-a90e-f5d6-f822d1a0cde4-2bdb55b9, #w-node-f110cdf2-c2d9-a90e-f5d6-f822d1a0cde5-2bdb55b9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_67606382-770f-e231-9ce6-3555ea996e9c-2bdb55b9, #w-node-_67606382-770f-e231-9ce6-3555ea996ea1-2bdb55b9, #w-node-_67606382-770f-e231-9ce6-3555ea996ea6-2bdb55b9, #w-node-_67606382-770f-e231-9ce6-3555ea996eab-2bdb55b9, #w-node-_67606382-770f-e231-9ce6-3555ea996eb0-2bdb55b9, #w-node-_67606382-770f-e231-9ce6-3555ea996eb5-2bdb55b9, #w-node-_67606382-770f-e231-9ce6-3555ea996eba-2bdb55b9, #w-node-_67606382-770f-e231-9ce6-3555ea996ebf-2bdb55b9, #w-node-_8c6fd6c4-8a6f-dbaf-3c46-9337ac6095c4-2bdb55b9, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-2bdb55b9, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356f-2bdb55b9, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047a8-2bdb55b9, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047ad-2bdb55b9, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047b2-2bdb55b9, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047b5-2bdb55b9, #w-node-dec6d3f5-0cf0-93c4-9323-1f9269d047b7-2bdb55b9, #w-node-_11f34576-3f1f-af4d-ce76-efeacd30f7ac-2bdb55b9, #w-node-_11f34576-3f1f-af4d-ce76-efeacd30f7ae-2bdb55b9, #w-node-_2d0f7936-8dd4-15d4-fb70-eeebc8de910c-2bdb55b9, #w-node-_2d0f7936-8dd4-15d4-fb70-eeebc8de910e-2bdb55b9, #w-node-bbf6dccb-8f0c-d7e4-5677-14fb44ab829f-2bdb55b9, #w-node-bbf6dccb-8f0c-d7e4-5677-14fb44ab82a1-2bdb55b9, #w-node-a345ab03-5d57-89ac-bd5f-42ba56d7c19c-2bdb55b9, #w-node-a345ab03-5d57-89ac-bd5f-42ba56d7c19e-2bdb55b9, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-2bdb55b9, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-2bdb55b9, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-ca6d5bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-ca6d5bca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_71906616-cf7f-84ab-ca1a-185ebf7df820-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df825-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df82a-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df82f-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df834-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df839-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df83e-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df843-ca6d5bca, #w-node-_71906616-cf7f-84ab-ca1a-185ebf7df848-ca6d5bca, #w-node-_82897aee-0c65-a55e-5260-aa5c52b42e39-ca6d5bca, #w-node-a12b6dc3-559d-0021-7796-90aa212d4ed2-ca6d5bca, #w-node-_13465eb7-f45e-0d4f-6393-06113236392c-ca6d5bca, #w-node-f2f50a9b-2289-54d4-e908-e1fed71e35d7-ca6d5bca, #w-node-_6add781f-231f-b3b9-399d-e311b6bb9a49-ca6d5bca, #w-node-_1ac32080-655c-4f7c-f2dd-808f0e485833-ca6d5bca, #w-node-fcf5e63f-f45c-caee-ab31-5fe5d3cb3309-ca6d5bca, #w-node-afad6151-235b-5365-047a-bec5ee97bf3a-ca6d5bca, #w-node-_119eb089-fd53-b1d8-aa3a-128aeaa4380d-ca6d5bca, #w-node-fa4d9e25-8d59-1be8-52d1-b929a18566e2-ca6d5bca, #w-node-_6fd76441-e99d-2ae2-d4cb-bd74c2bde2af-ca6d5bca, #w-node-_8516de94-a2bf-0ec2-0554-02ac4275212f-ca6d5bca, #w-node-_2a3b8246-50b6-e1bd-da1a-2e937f848317-ca6d5bca, #w-node-_759753af-3e9e-e64d-5943-82eb88973996-ca6d5bca, #w-node-_4c28347f-1833-1f4c-d396-1c77a37499e1-ca6d5bca, #w-node-_876001ed-6541-674a-9e6d-159125f98b5a-ca6d5bca, #w-node-c4784928-7a9c-2edc-a586-e9c71effbb96-ca6d5bca, #w-node-_492b8fe5-6dab-24d2-184c-ec5ebbc8c414-ca6d5bca, #w-node-_9a497597-f2be-2ecc-8600-216c2041971b-ca6d5bca, #w-node-_3500bfcf-3049-c93b-0550-f0d0b82c337a-ca6d5bca, #w-node-f6c89896-e2d5-8af5-34ce-31f1a8b305d4-ca6d5bca, #w-node-f0a236aa-743f-2613-2c69-51c74e4a896c-ca6d5bca, #w-node-eb4cb3e5-9c3f-dc6d-7dc1-ea2594fa4b1c-ca6d5bca, #w-node-_24e92464-ae05-761f-9e0d-9805dcb66244-ca6d5bca, #w-node-d26dffd6-e826-76df-a71c-5efb8039302a-ca6d5bca, #w-node-fd491c61-8871-1985-cc49-129307fa8e94-ca6d5bca, #w-node-_129d9881-64b8-a9ae-e1fe-ea97074632ae-ca6d5bca, #w-node-def18384-3660-439e-6ea6-649ecd572f89-ca6d5bca, #w-node-_9d3d6825-4928-6a0a-27ad-66835c559bde-ca6d5bca, #w-node-_7712b2ac-3479-f5f8-b3d2-7f5b5486de4f-ca6d5bca, #w-node-_3e206900-d48f-c3d0-69cb-00f41f7d3b8d-ca6d5bca, #w-node-aad37907-f816-43fc-b104-012a8585eaf4-ca6d5bca, #w-node-_636a0677-656b-8ef7-770b-00aa8ddc1866-ca6d5bca, #w-node-_3216fb85-32a0-0809-b8cd-88859c5cb2d8-ca6d5bca, #w-node-_1b72f104-3208-2e76-2f06-bce9a8f28b37-ca6d5bca, #w-node-_6bd48b9e-f648-09ac-6bdb-d7a0808aa967-ca6d5bca, #w-node-_60017e29-4a9f-ad74-927a-b6d614167312-ca6d5bca, #w-node-ae652c88-8992-b763-6926-68263dda8749-ca6d5bca, #w-node-_46b7047c-852d-54fc-4c47-61ac41c1c84e-ca6d5bca, #w-node-f8c069a9-3e74-ad83-ccdd-d6ebc339cfd2-ca6d5bca, #w-node-_94b199de-2529-1aed-a1a1-d35f6d85e056-ca6d5bca, #w-node-b1b66f46-a594-5c4e-480a-dbb904eeefd1-ca6d5bca, #w-node-_5420c0f3-00f5-17cb-79e2-bc3e7c84cc71-ca6d5bca, #w-node-c2d4fe03-7719-58b1-2ec8-7e06f06e2d16-ca6d5bca, #w-node-ca10e2b9-f738-1fd8-3110-9573fa726aaf-ca6d5bca, #w-node-abc564db-a36f-7846-82d1-a45dbd612bea-ca6d5bca, #w-node-cd0b8816-1362-0c68-19da-e51275854d1f-ca6d5bca, #w-node-_33b04600-3cfd-7027-8e5b-e81e4cd6ad58-ca6d5bca, #w-node-_1713f366-29d2-6a5b-d05a-b73726fd6f21-ca6d5bca, #w-node-_6396bcba-70f5-ebaa-6406-998cba8e2239-ca6d5bca, #w-node-_8b4c5a97-7b19-88c7-b95d-fccfbe563eec-ca6d5bca, #w-node-_7c48618a-6a37-700e-9c06-7318efc8a0c4-ca6d5bca, #w-node-_021a6419-55dd-212c-3ddf-572a94b9c22a-ca6d5bca, #w-node-_3e5945e0-b242-0a99-ccbf-6e88a5697b9e-ca6d5bca, #w-node-_69fcc142-5970-dd4f-bbf2-10b96c370890-ca6d5bca, #w-node-_0a3b6b4d-07aa-05e8-5907-f51dae919971-ca6d5bca, #w-node-fc7e0cfb-96ff-55a8-8cde-4a49826c85af-ca6d5bca, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-ca6d5bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b598730-513f-5e19-c10a-352808746f19-7a46166a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91392ee2-25a8-0a3f-e525-180d81a4861c-7a46166a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91392ee2-25a8-0a3f-e525-180d81a4861d-7a46166a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_91392ee2-25a8-0a3f-e525-180d81a4861f-7a46166a, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4ea-7a46166a, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4ef-7a46166a, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4f4-7a46166a, #w-node-_1a85bae1-98d6-2f08-7d16-c85c4e675108-7a46166a, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-7a46166a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-7a46166a {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-7a46166a, #w-node-a4cd4be5-e18d-3286-494f-4435560ec687-7a46166a, #w-node-f2e4eca6-db09-f104-81a0-cf629cffc962-7a46166a, #w-node-_8c7130c5-72f2-915c-eb32-0369fe716f19-7a46166a, #w-node-c262aec8-7305-2eb2-55fa-fcc00f1cd607-7a46166a, #w-node-_9a381e9a-c73a-1c35-8cc0-0f47f655d275-7a46166a, #w-node-_638ff212-e139-dc0f-5b09-8463c9c727fa-7a46166a, #w-node-_67407c2b-bdfe-d918-c256-e74fb967d5fc-7a46166a, #w-node-bcc49c0d-0389-64b8-602b-3451a3cbaf5c-7a46166a, #w-node-bcc49c0d-0389-64b8-602b-3451a3cbaf61-7a46166a, #w-node-bcc49c0d-0389-64b8-602b-3451a3cbaf66-7a46166a, #w-node-bcc49c0d-0389-64b8-602b-3451a3cbaf6b-7a46166a, #w-node-bcc49c0d-0389-64b8-602b-3451a3cbaf70-7a46166a, #w-node-bcc49c0d-0389-64b8-602b-3451a3cbaf75-7a46166a, #w-node-bcc49c0d-0389-64b8-602b-3451a3cbaf7a-7a46166a, #w-node-_2a71d042-6bda-d67e-4178-97ad6680aa1d-7a46166a, #w-node-d7cab445-e50f-c122-8710-4a81807fab5f-7a46166a, #w-node-_39e2a2a0-3465-4bb1-03d8-3e3eb9f0def9-7a46166a, #w-node-_233128b5-84a1-4956-6dc3-c6cbb45773e7-7a46166a, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-7a46166a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b598730-513f-5e19-c10a-352808746f19-d82d3d78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91392ee2-25a8-0a3f-e525-180d81a4861c-d82d3d78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91392ee2-25a8-0a3f-e525-180d81a4861d-d82d3d78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_91392ee2-25a8-0a3f-e525-180d81a4861f-d82d3d78, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4ea-d82d3d78, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4ef-d82d3d78, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4f4-d82d3d78, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4f6-d82d3d78, #w-node-_7d7672f0-3742-3ced-029c-fe969aa4a4f9-d82d3d78, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-d82d3d78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-d82d3d78 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb0d-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb12-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb17-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb1a-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb1c-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb1f-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb21-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb24-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb26-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb29-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb2b-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb2e-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb30-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb33-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb35-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb38-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb3a-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb3d-d82d3d78, #w-node-_9d1d491d-9230-6088-6669-1c71f18ceb3f-d82d3d78, #w-node-_9b9edf62-4549-9ea9-92d1-fe6508896175-d82d3d78, #w-node-_9b9edf62-4549-9ea9-92d1-fe6508896177-d82d3d78, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-d82d3d78, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-b4c81662, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-b4c81662 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-705bef7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-c089f3be-2abb-dac2-b2c6-86d23732f5d4-3732f5d4 {
    align-self: stretch;
  }

  #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-705befa5, #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-6ebf479c, #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-2b769f05, #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-2bdb55b9, #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-ca6d5bca, #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-7a46166a, #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-d82d3d78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d12cadeb-1f12-8f20-2421-9937be2b528e-705bef7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-705bef7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-705bef7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-705bef7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db031724-58f8-84c0-e77d-e886f2a39042-705bef7d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b7578998-9fc8-bca8-0d60-2da43e850be3-705bef7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4740b8bc-7bf6-0f14-72ff-0fa7c5cef8ba-c5cef8ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-cb37b4e2-77af-0872-2413-62a5d59d45b0-d59d45b0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_0b0d781d-8ffb-9b64-52b7-c2a3384134b4-384134b2 {
    place-self: end center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befa5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-705befa5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befa5 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-705befa5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db031724-58f8-84c0-e77d-e886f2a39042-705befa5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befc2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-705befc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befc2 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-705befc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befc4 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befc5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-705befc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befc5 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-6ebf479c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-6ebf479c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-6ebf479c {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-6ebf479c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db031724-58f8-84c0-e77d-e886f2a39042-6ebf479c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-2b769f05 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-2b769f05 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-2b769f05 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-2b769f05 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db031724-58f8-84c0-e77d-e886f2a39042-2b769f05 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-2bdb55b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-2bdb55b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-2bdb55b9 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-f110cdf2-c2d9-a90e-f5d6-f822d1a0cde4-2bdb55b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f110cdf2-c2d9-a90e-f5d6-f822d1a0cde5-2bdb55b9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-ca6d5bca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-ca6d5bca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-ca6d5bca {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-7a46166a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-7a46166a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-7a46166a {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-d82d3d78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-d82d3d78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-d82d3d78 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-b4c81662 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f18-b4c81662 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-b4c81662 {
    grid-area: 2 / 2 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-705bef7d, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-705bef7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705bef7d {
    justify-self: center;
  }

  #w-node-eaf9774a-0b2d-2aff-e37f-94601f6accf5-705bef7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2528973-0ca2-d82b-1125-534a756b119b-705bef7d, #w-node-a2528973-0ca2-d82b-1125-534a756b11a9-705bef7d, #w-node-a2528973-0ca2-d82b-1125-534a756b11b6-705bef7d, #w-node-a2528973-0ca2-d82b-1125-534a756b11dd-705bef7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f5-b65ff7f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4740b8bc-7bf6-0f14-72ff-0fa7c5cef8ba-c5cef8ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-cb37b4e2-77af-0872-2413-62a5d59d45b0-d59d45b0 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befa5 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befa5 {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befa5 {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befc2 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befc2 {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befc2 {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befc4 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befc4 {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befc4 {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-705befc5 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-705befc5 {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-705befc5 {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-6ebf479c {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-6ebf479c {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-6ebf479c {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-2b769f05 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-2b769f05 {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-2b769f05 {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-2bdb55b9 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-2bdb55b9 {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-2bdb55b9 {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-ca6d5bca {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-ca6d5bca {
    justify-self: start;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-ca6d5bca {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-7a46166a {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-7a46166a {
    justify-self: start;
  }

  #w-node-_91392ee2-25a8-0a3f-e525-180d81a4861d-7a46166a {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-d82d3d78 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-d82d3d78 {
    justify-self: start;
  }

  #w-node-_91392ee2-25a8-0a3f-e525-180d81a4861d-d82d3d78 {
    justify-self: center;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f10-b4c81662 {
    justify-self: end;
  }

  #w-node-_8b598730-513f-5e19-c10a-352808746f1b-b4c81662 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 100';
  src: url('../fonts/fa-sharp-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}