@font-face {
  font-family: Geogrotesque Regular;
  src: url('../fonts/FontsFree-Net-Geogtq-Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geogrotesque Regular Italic;
  src: url('../fonts/FontsFree-Net-Geogtq-Rg.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Geogrotesque Bold;
  src: url('../fonts/FontsFree-Net-Geogtq-Rg.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --grey: #7d8086;
  --deep-sky-blue: #43aff0;
  --white-smoke: #eee;
  --silver: #c4c4c4;
  --transparent: #fff0;
  --white-lower-opacity: #ffffff4f;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

a {
  text-decoration: underline;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.body {
  background-color: #0000;
}

.hero-banner {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/LG-Electrician---hero-image-opsies-1.png');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.services {
  transform-style: preserve-3d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.services:hover {
  transform: scale3d(1none, 1none, 1none);
}

.about-us {
  background-image: linear-gradient(#00000096, #00000096), url('../images/LG-Electrician-Images10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 309px;
  padding-bottom: 327px;
  position: relative;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer {
  background-color: var(--grey);
  background-image: linear-gradient(#7d8086f5, #7d8086f5), url('../images/Footer-Pattern.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 277px;
  padding-bottom: 17px;
  position: relative;
}

.top-wrapper {
  background-color: var(--deep-sky-blue);
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-menu {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.tagline {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Unica One, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.container {
  max-width: 70%;
}

.container._404-container {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

.container.emergencies-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

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

.hours {
  justify-content: flex-end;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

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

.image {
  width: 20px;
}

.hours-wrapper {
  color: var(--white-smoke);
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Unica One, sans-serif;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.nav-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
}

.nav-link {
  margin-left: 15px;
  margin-right: 15px;
  font-family: Unica One, sans-serif;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  border-bottom: 4px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  padding-bottom: 10px;
}

.nav-link.w--current {
  border-bottom: 4px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}

.navbar {
  background-color: #0000;
}

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

.primary-button {
  background-color: var(--silver);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1em 3em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: opacity .4s;
  position: relative;
}

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

.div-block-28 {
  background-color: #4f5e783d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.button-2 {
  background-color: #5748c5;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button-2:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.button-2.button-d {
  color: #4f5e78;
  background-color: #f5f6f8;
  font-weight: 500;
  transition-timing-function: linear;
}

.button-2.button-d:hover {
  background-color: #e2e4e7;
  border-style: none;
}

.button-2.button-d.hvr-sweep-to-right {
  transform: rotate(-7deg);
}

.button-2.button-d.hvr-sweep-to-right:hover {
  background-color: var(--deep-sky-blue);
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-six {
  background-color: var(--grey);
  color: #fff;
  border-radius: 0;
}

.btn-text {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/Maze-button-BG.png');
  background-position: 50%;
  background-size: cover;
  padding: 13px;
  font-family: Unica One, sans-serif;
  font-size: 20px;
}

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

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

.div-block-29.right {
  align-items: flex-end;
}

.image-2 {
  opacity: .24;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg {
  opacity: .26;
  background-image: url('../images/Hero-overlay.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  z-index: 11;
  width: 80%;
  margin-bottom: 165px;
  position: relative;
}

.content-wrapper._404-content-wrapper {
  margin-bottom: 65px;
}

.hero-heading {
  color: var(--white-smoke);
  margin-bottom: 32px;
  font-family: Unica One, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.paragraph {
  color: var(--white-smoke);
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph.margin {
  margin-bottom: 43px;
}

._2-btn-gird-in-hero {
  grid-template-rows: auto;
  width: 60%;
}

.div-block-30 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 231px;
  display: flex;
}

.image-3, .image-4, .divider {
  position: absolute;
  inset: auto 0% 0%;
}

.divider.bottom {
  z-index: 33;
  width: 100%;
  transform-style: preserve-3d;
  margin-bottom: -1px;
  bottom: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.divider.top {
  transform-style: preserve-3d;
  top: -1px;
  bottom: auto;
  transform: rotateX(1deg)rotateY(0)rotateZ(0);
}

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

.simple-icon {
  color: #f58787;
}

.icon-embed-xxsmall {
  color: #a75959;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.main-btn {
  z-index: 2;
  background-color: var(--deep-sky-blue);
  background-image: url('../images/Maze-button-maze-effect-opacity.png'), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  text-align: center;
  background-position: -10%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: auto 200%, auto;
  width: 170px;
  height: 52px;
  padding: 1rem .7rem;
  font-family: Unica One, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: all .425s;
  position: absolute;
  overflow: visible;
}

.main-btn:hover {
  transform: translate(-4px, -4px);
}

.main-btn.alt {
  background-image: url('../images/Maze-button-maze-effect-opacity.png'), linear-gradient(to bottom, var(--grey), var(--grey));
  background-position: -10%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: auto 200%, auto;
}

.main-btn.services {
  align-items: center;
  height: 82px;
  display: flex;
}

.main-btn.thank-you {
  height: 65px;
}

.div-block-31 {
  display: flex;
  position: relative;
}

.div-block-31.diff {
  margin-left: 150px;
}

.div-block-31.diff.white {
  margin-left: 0;
  left: -91px;
}

.div-block-31.diff.white.services-cta {
  justify-content: flex-start;
  display: flex;
  position: relative;
  left: -82px;
}

.div-block-31.diff.white.services-cta.page-not-found {
  margin-top: 40px;
  left: 0;
}

.div-block-31.diff.white.offerings {
  margin-bottom: 30px;
}

.div-block-31.diff-btn-in-menu {
  left: 12px;
}

.div-block-31.return {
  margin-top: 52px;
}

.div-block-32 {
  z-index: 1;
  background-color: var(--grey);
  width: 170px;
  height: 52px;
  padding: 1rem 1.5rem;
  position: absolute;
  top: 5px;
  left: 5px;
}

.div-block-32.alt {
  background-color: var(--deep-sky-blue);
}

.div-block-32.alt.whte {
  background-color: var(--white);
}

.div-block-32.services {
  height: 82px;
}

.div-block-32.services-grid {
  height: 78px;
}

.div-block-32.thank-you {
  height: 65px;
}

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

.div-block-33.nav {
  margin-top: -61px;
}

.heading-wrapper {
  align-items: center;
  transition: all .45s;
  display: flex;
}

.heading-wrapper.centered {
  justify-content: center;
}

.heading {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -26px;
  font-family: Unica One, sans-serif;
  font-size: 35px;
}

.heading.white {
  color: var(--deep-sky-blue);
}

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

.div-block-34 {
  background-color: var(--grey);
  opacity: .18;
  width: 50px;
  height: 50px;
  margin-top: -6px;
  transform: rotate(-15deg);
}

.paragraph-2 {
  text-align: justify;
  width: auto;
  margin-top: 0;
}

.paragraph-2.cases {
  margin-top: 27px;
}

.paragraph-2.diff {
  margin-top: 36px;
}

.paragraph-2.left {
  text-align: left;
}

.paragraph-2.centre {
  text-align: center;
}

.paragraph-2.white {
  color: var(--white-smoke);
  margin-bottom: 0;
}

.services-div-block {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--grey);
}

.image-5 {
  border-bottom: 5px solid var(--deep-sky-blue);
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.div-block-35 {
  background-color: var(--deep-sky-blue);
  width: 65px;
  height: 65px;
  position: absolute;
  transform: rotate(-9deg);
}

.div-block-36 {
  width: 65px;
  height: 65px;
  position: relative;
  top: -58px;
  left: 2px;
}

.div-block-36.menu-nav {
  margin-top: 3px;
  position: relative;
  top: -18px;
}

.image-6 {
  z-index: 2;
  width: 60px;
  height: 60px;
  position: absolute;
}

.image-6.menu-nav {
  left: 3.5px;
}

.heading-2 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unica One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.heading-2.individual-services {
  margin-bottom: 38px;
}

.heading-2.centre {
  text-align: center;
}

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

.div-block-37 {
  padding: 23px 23px 92px;
}

.paragraph-3 {
  margin-top: 26px;
}

.paragraph-4 {
  text-align: left;
  margin-top: 22px;
  margin-bottom: 25px;
}

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

.paragraph-5 {
  color: var(--white);
  text-align: justify;
  margin-top: 21px;
  margin-bottom: 22px;
}

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

.grid-3 {
  grid-column-gap: 22px;
  grid-row-gap: 30px;
  margin-top: 49px;
}

.grid-3._4x4-grid-of-gallery {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-38 {
  margin-top: 0;
  padding-bottom: 88px;
}

.load-bar-base {
  max-width: 220px;
  height: 4px;
  color: var(--grey);
  background-color: #fff3;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-pane {
  padding-left: 10px;
  padding-right: 10px;
}

.slider-background {
  z-index: 1;
  background-image: linear-gradient(#0000001a, #0009 91%), url('../images/Soho-VIP-CEO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-04 {
  background-image: linear-gradient(#0000001a, #0009 65%), url('../images/luxuryholidaty.png');
}

.slider-background.background-03 {
  background-image: linear-gradient(#0009, #0000001a), url('../images/luxury-travel.jpg');
  background-position: 0 0, 50% 0;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009 65%), url('../images/Soho-VIP-slide-1.jpg');
}

.text-span {
  color: #c79039cc;
  font-weight: 500;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.tabs {
  width: 100%;
}

.hero-label {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 68px;
  position: relative;
}

.content-section-copy {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  display: flex;
  overflow: hidden;
}

.tabs-menu {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.tab-text {
  color: var(--deep-sky-blue);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.slider-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 42px;
  display: flex;
}

.load-bar {
  background-color: var(--deep-sky-blue);
  width: 0%;
  height: 4px;
}

.tabs-content {
  overflow: visible;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-shadow: 0 2px 5px #0003;
  max-width: 740px;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 68px;
  position: relative;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.icon-embed-xxsmall-2 {
  width: 2rem;
  height: auto;
  color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 86px;
  padding-bottom: 0;
}

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

.grid-4._2 {
  grid-column-gap: 0px;
  border: 1px solid #ffffff3d;
  margin-top: 0;
  padding: 32px;
}

.grid-4._3-columns {
  grid-column-gap: 49px;
  grid-template-columns: 2fr 1fr 1fr;
  margin-top: 55px;
}

.footer-contact-divs {
  border-right: 0 solid #ffffff80;
  width: 100%;
  text-decoration: none;
}

.footer-contact-divs.last {
  border-right-width: 0;
}

.horizontal-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 0 solid #000;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.icon-div {
  background-color: var(--deep-sky-blue);
  width: 65px;
  height: 65px;
  box-shadow: 5px 5px 0 0 var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .45s;
  display: flex;
}

.icon-div:hover {
  background-color: var(--deep-sky-blue);
  box-shadow: none;
}

.icon-embed-xxsmall-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.paragraph-7 {
  color: #fff;
}

.paragraph-7.blue {
  color: var(--deep-sky-blue);
}

.icon-embed-xxsmall-4 {
  width: 80%;
  height: auto;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-5, .icon-embed-xxsmall-6 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.paragraph-8 {
  width: 90%;
  color: var(--white);
  text-align: justify;
  margin-top: 30px;
}

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

.icon-embed-xxsmall-7, .icon-embed-xxsmall-8 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: auto;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-column-heading {
  color: #fff;
  margin-bottom: 0;
  font-family: Unica One, sans-serif;
  font-size: 24px;
}

.footer-column-text {
  color: var(--white);
  line-height: 36px;
}

.footer-column-divider {
  background-color: var(--white);
  width: 40%;
  height: 1px;
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-40 {
  flex-direction: column;
  align-items: center;
  margin-top: 54px;
  display: flex;
}

.div-block-41 {
  border-top: 1px solid var(--white-lower-opacity);
  text-align: center;
  width: 100%;
  padding-top: 16px;
}

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

.div-block-42 {
  grid-column-gap: 57px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 52px;
  display: grid;
}

.div-block-43 {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 62px 57px 57px;
  display: flex;
}

.div-block-43.emergency {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  margin-top: -34px;
  font-family: Unica One, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.heading-3.service-title {
  margin-top: 0;
}

.paragraph-10 {
  color: var(--white);
  text-align: center;
  margin-top: -3px;
  margin-bottom: 23px;
  font-size: 18px;
}

.paragraph-10.services-cta {
  text-align: justify;
  margin-top: 24px;
}

.dropdown-mega-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #ececec;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-mega-item {
  background-color: var(--white);
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 53px 33px 52px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s linear;
  display: flex;
  position: relative;
}

.dropdown-mega-item:hover {
  background-color: #ececec;
}

.dropdown {
  text-align: center;
  text-transform: uppercase;
  border-right: 0 solid #ececec;
  width: auto;
  font-weight: 600;
  position: static;
}

.dropdown-toggle {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 20px;
  font-family: Unica One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.item-title {
  color: var(--deep-sky-blue);
  margin-bottom: 10px;
  font-family: Unica One, sans-serif;
  font-size: 22px;
}

.item-desc {
  color: #929191;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: #fff;
  width: 100vh;
  max-width: 1280px;
  top: 61px;
  left: 0%;
  right: 0%;
}

.menu-item-wrapper {
  margin-top: 0;
}

.html-embed {
  margin-top: 70px;
}

.html-embed.no-padding {
  width: 100%;
  margin-top: 51px;
}

.footer-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-list-item {
  color: var(--white);
  background-image: url('../images/LG-Electrical.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 29px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.construction-service {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/d52a96b0-acab-480a-bb35-e49101697b72---Copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.heading-4 {
  color: var(--deep-sky-blue);
  margin-top: 50px;
  font-family: Unica One, sans-serif;
}

.service-bullets {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 25px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.service-bulleted-list {
  color: var(--black);
  background-image: url('../images/LG-Electrical.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 29px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

.sticky-div {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
}

.content-inside-sticky {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: -2px;
}

.div-block-44 {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  align-items: center;
  padding: 24px 21px 97px;
  display: flex;
  position: sticky;
  top: 7px;
}

.gallery {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/LG-Electrician-Images1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 309px;
  padding-bottom: 327px;
  position: relative;
}

.gallery.residential {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Residential-Gallery.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery.commercial {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/IMG_20220203_175809.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery.industrial {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Industrial-gallery.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery.solar {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/54b319e1-b811-4d6b-a289-df8e886469a6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery.consulting {
  background-image: linear-gradient(#00000094, #00000094), url('../images/Consulting-Gallery.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery.case-studies {
  background-color: var(--silver);
  background-image: none;
}

.div-block-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.blx-d-wrap-1, .mobile-menu {
  display: none;
}

.nav-link-2 {
  -webkit-text-stroke-color: var(--white);
  text-decoration: underline;
}

.nav-link-2.white {
  color: var(--white);
  text-decoration: underline;
}

.mobile-nav {
  display: none;
}

.residential-service {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/IMG_20220203_181243.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.footer-link-lists {
  color: var(--white);
  text-decoration: none;
}

.commercial-service {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/IMG_20220422_170043.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.industrial-service {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Industrial-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.solar-service {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/e9d0889f-f196-4edc-8b90-ecd01506253f---Copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.consulting-service {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Consulting.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.text-span-2 {
  font-size: 35px;
}

.house-de-swart {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/54b319e1-b811-4d6b-a289-df8e886469a6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.tabbed-menu-item {
  background-color: var(--transparent);
  text-align: center;
  border-bottom: 1px solid #0000003d;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Unica One, sans-serif;
  font-size: 18px;
  transition: all .4s;
}

.tabbed-menu-item:hover {
  color: var(--deep-sky-blue);
}

.tabbed-menu-item.w--current {
  border-bottom-width: 4px;
  border-bottom-color: var(--deep-sky-blue);
  width: 50%;
  color: var(--deep-sky-blue);
  background-color: #fff0;
  font-weight: 400;
}

.case-study-tabs-menu-wrapper {
  justify-content: space-between;
  display: flex;
}

.tab-pane-tab-1, .tab-content-wrapper {
  margin-top: 42px;
}

.tabs-divider {
  background-color: var(--grey);
  width: 40%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-48 {
  border: 1px solid #7d80863b;
  margin-top: 88px;
  padding: 38px;
}

.case-studies-grid {
  grid-column-gap: 30px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 52px;
}

.case-studies {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/IMG_20220203_175809.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.get-in-touch {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/LG-Electrician---Thank-you-head-image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
}

.form-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.html-embed-2 {
  height: 100%;
}

.div-block-49 {
  background-color: var(--deep-sky-blue);
}

.heading-5 {
  color: var(--white);
  text-align: center;
  padding: 20px;
  font-family: Unica One, sans-serif;
  font-size: 25px;
}

.div-block-50 {
  margin-top: 140px;
}

.div-block-51 {
  height: 100%;
}

.paragraph-11 {
  color: var(--deep-sky-blue);
  font-family: Unica One, sans-serif;
  font-size: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/e9d0889f-f196-4edc-8b90-ecd01506253f---Copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 203px;
  display: flex;
  position: relative;
}

.div-block-52 {
  margin-top: 43px;
}

.privacy-policy {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Residential-Gallery.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: 65vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.legal-rich-text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.legal-rich-text h2 {
  color: var(--deep-sky-blue);
  font-family: Unica One, sans-serif;
  line-height: 2em;
}

.legal-rich-text li {
  background-image: url('../images/LG-Electrical.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  list-style-type: none;
}

.legal-rich-text a {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.hide-case-study {
  display: none;
}

.coc-form {
  width: 100%;
}

.emergencies-area-div {
  background-color: var(--deep-sky-blue);
  width: 80%;
  height: 100%;
  min-height: 0;
  box-shadow: 3px 5px 0 0 var(--grey);
  background-image: url('../images/Maze-button-maze-effect-opacity.png'), linear-gradient(#43aff0e6, #43aff0e6), url('../images/Footer-Pattern.jpg');
  background-position: 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-flow: column;
  justify-content: space-around;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 157px 35px 57px;
  transition: all .3s ease-out;
  display: flex;
}

.emergencies-area-div:hover {
  box-shadow: 7px 9px 0 0 var(--grey);
  transform: translate(-4px, -4px);
}

@media screen and (min-width: 1440px) {
  .services {
    z-index: 888888;
    background-color: var(--white);
    position: relative;
    top: -4px;
  }

  .testimonials {
    z-index: 888888;
    background-color: var(--white);
    position: relative;
    top: -2px;
  }

  .footer {
    padding-top: 270px;
    padding-bottom: 22px;
  }

  .div-block-30 {
    margin-bottom: 280px;
  }

  .divider.bottom {
    bottom: 0%;
  }

  .grid {
    margin-top: 90px;
  }

  .div-block-31.diff.white.offerings {
    margin-bottom: 1px;
  }

  .div-block-33.nav {
    margin-top: -53px;
  }

  .icon-div {
    box-shadow: 5px 5px 0 0 var(--white);
  }

  .icon-div:hover {
    box-shadow: none;
  }

  .div-block-43 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .heading-3 {
    margin-top: -59px;
  }

  .dropdown {
    width: auto;
  }

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

  .case-studies-grid {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .services {
    z-index: 33;
    position: relative;
  }

  .about-us {
    padding-top: 362px;
    padding-bottom: 374px;
  }

  .testimonials {
    width: auto;
  }

  .footer {
    background-color: var(--grey);
    padding-top: 352px;
    padding-bottom: 23px;
    position: relative;
  }

  .container.footer-container {
    padding-top: 9px;
  }

  .content-wrapper {
    margin-top: 83px;
    margin-bottom: 266px;
  }

  .paragraph.margin.quote {
    margin-bottom: 222px;
  }

  .div-block-30 {
    margin-bottom: 362px;
  }

  .divider.bottom {
    z-index: 22;
    aspect-ratio: auto;
    bottom: -1%;
  }

  .divider.top {
    object-fit: fill;
    width: 100%;
  }

  .div-block-31.diff-btn-in-menu {
    left: -41px;
  }

  .div-block-33, .heading-wrapper.centered {
    justify-content: center;
  }

  .div-block-34 {
    opacity: .23;
    width: 50px;
    height: 50px;
  }

  .image-5 {
    border-bottom: 5px solid var(--deep-sky-blue);
  }

  .heading-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .grid-2 {
    grid-column-gap: 65px;
  }

  .div-block-gallery {
    border-radius: 12px;
  }

  .image-7 {
    border-radius: 0;
  }

  .paragraph-6 {
    width: 70%;
  }

  .div-block-42 {
    grid-column-gap: 74px;
  }

  .div-block-43 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .dropdown {
    width: auto;
    margin-left: 15px;
    margin-right: 0;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    padding-right: 49px;
  }

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

  .gallery {
    padding-top: 362px;
    padding-bottom: 374px;
  }

  .get-in-touch {
    padding-bottom: 136px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }

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

  .slider-background {
    background-position: 0 0, 45%;
  }

  .slider-background.background-02 {
    background-position: 0 0, 0%;
  }

  .hero-label {
    margin-top: -28px;
  }

  .slider-heading {
    font-size: 56px;
  }

  .grid-4._2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-4._3-columns {
    flex-direction: column;
    display: flex;
  }

  .horizontal-flex {
    justify-content: flex-start;
  }

  .div-block-42 {
    flex-direction: column;
    display: flex;
  }

  .blx-d-wrap-1 {
    display: block;
  }

  .blx-d-icon-1 {
    cursor: pointer;
    width: 2.8em;
  }

  .mobile-menu {
    background-color: var(--white);
    padding: 42px;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: var(--deep-sky-blue);
  }

  .nav-link-2 {
    font-family: Unica One, sans-serif;
    font-size: 16px;
    line-height: 32px;
  }

  .nav-link-2.emphasis {
    background-color: var(--deep-sky-blue);
    color: var(--white);
    transition: all .4s;
  }

  .nav-link-2.emphasis:hover {
    background-color: var(--grey);
  }

  .nav-link-2.white {
    font-size: 28px;
  }

  .nav-menu-3 {
    border-top: 5px solid var(--deep-sky-blue);
    background-color: var(--white);
    padding: 21px;
  }

  .div-block-46 {
    width: 65%;
  }

  .mobile-nav {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 19px;
    display: flex;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: block;
  }

  .menu-button-3 {
    color: var(--deep-sky-blue);
  }

  .menu-button-3.w--open {
    background-color: var(--deep-sky-blue);
  }

  .mobile-nav-link {
    font-family: Unica One, sans-serif;
    font-size: 16px;
    line-height: 32px;
  }

  .mobile-nav-link.emphasis {
    background-color: var(--deep-sky-blue);
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    transition: all .4s;
  }

  .mobile-nav-link.emphasis:hover {
    background-color: var(--grey);
  }

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

  .nav-menu-4 {
    border-top: 5px solid var(--deep-sky-blue);
    padding: 28px;
  }

  .case-studies-grid, .form-grid {
    flex-direction: column;
    display: flex;
  }

  .emergencies-area-div {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    display: none;
  }

  .div-block-28 {
    margin-bottom: 16px;
  }

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

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-background {
    background-position: 0 0, 45%;
  }

  .slider-background.background-02 {
    background-position: 0 0, 20%;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-label {
    margin-top: -200px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .slider-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .mobile-menu {
    display: flex;
  }

  .emergencies-area-div {
    padding-right: 57px;
  }
}

@media screen and (max-width: 479px) {
  .about-us {
    padding-top: 170px;
  }

  .testimonials {
    z-index: 8888;
    background-color: var(--white);
    position: relative;
    top: -2px;
  }

  .footer {
    padding-top: 116px;
  }

  .nav-menu {
    display: none;
  }

  .top-wrapper-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tagline {
    font-size: 18px;
    display: none;
  }

  .container {
    max-width: 85%;
  }

  .nav-grid {
    display: flex;
  }

  .nav-link {
    margin-left: 19px;
  }

  .nav-menu-2 {
    z-index: 55555555;
    width: 400px;
    padding: 13px 13px 13px 0;
    display: flex;
    left: 0;
  }

  .content-wrapper {
    width: 100%;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 42px;
  }

  .paragraph {
    text-align: left;
  }

  .div-block-30 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 172px;
  }

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

  .div-block-31.diff {
    margin-left: 0;
  }

  .div-block-33 {
    display: none;
  }

  .grid-2, .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .slider-background {
    background-position: 0 0, 40%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span {
    color: #c79039;
  }

  .hero-label {
    margin-top: -200px;
  }

  .tabs-menu {
    margin-top: 132px;
  }

  .tab-text {
    font-size: 17px;
  }

  .slider-base {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    margin-bottom: 0;
  }

  .slider-heading {
    max-width: none;
    margin-top: 0;
    font-size: 38px;
    line-height: 45px;
  }

  .paragraph-6 {
    margin-bottom: 244px;
  }

  .grid-4._2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 17px;
    display: flex;
  }

  .grid-4._3-columns {
    flex-direction: column;
    display: flex;
  }

  .horizontal-flex {
    justify-content: flex-start;
  }

  .div-block-39 {
    margin-bottom: 35px;
  }

  .div-block-42 {
    flex-direction: column;
    display: flex;
  }

  .div-block-43 {
    padding-top: 71px;
    padding-bottom: 91px;
  }

  .image-8 {
    width: 85%;
    max-width: none;
  }

  .link-block {
    width: 100%;
    margin-top: 8px;
  }

  .menu-button {
    color: var(--deep-sky-blue);
  }

  .menu-button.w--open {
    background-color: var(--deep-sky-blue);
    color: var(--white);
  }

  .dropdown-mega-wrapper {
    flex-direction: column;
    display: flex;
  }

  .dropdown {
    margin-top: 23px;
    display: block;
  }

  .dropdown-toggle {
    width: 90%;
  }

  .sticky-div {
    padding-top: 71px;
    padding-bottom: 91px;
  }

  .gallery {
    padding-top: 170px;
  }

  .container-2 {
    width: 100%;
  }

  .mobile-menu {
    background-color: var(--white);
    padding: 22px 30px;
    display: block;
  }

  .menu-button-2 {
    background-color: var(--transparent);
    color: var(--deep-sky-blue);
  }

  .menu-button-2.w--open {
    background-color: var(--deep-sky-blue);
  }

  .nav-link-2 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
  }

  .nav-link-2.emphasis {
    background-color: var(--deep-sky-blue);
    width: 100%;
    color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .nav-link-2.emphasis:hover {
    background-color: var(--grey);
  }

  .nav-link-2.white {
    font-family: Unica One, sans-serif;
    font-size: 26px;
  }

  .nav-menu-3 {
    z-index: 99999999;
    border-top: 5px solid var(--deep-sky-blue);
    flex-direction: column;
    align-items: flex-start;
    width: 400px;
    height: auto;
    padding: 37px;
    display: block;
    position: absolute;
    inset: 100% 0% 0% auto;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    margin-top: 14px;
    display: flex;
  }

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

  .div-block-47 {
    margin-top: 4px;
  }

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

  .text-span-2 {
    font-size: 18px;
  }

  .div-block-48 {
    margin-top: 47px;
  }

  .case-studies-grid {
    flex-direction: column;
    display: flex;
  }

  .emergencies-area-div {
    background-image: linear-gradient(#43aff0e6, #43aff0e6), url('../images/Footer-Pattern.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_8fb9a641-4457-7b22-f566-d61acbafcc46-ff2b9d82, #w-node-_9b7c53cb-4110-3b1d-8d46-8197eb483918-ff2b9d82, #w-node-def7e852-57d1-e5dd-c6dd-ea21d3700238-d3700217, #w-node-def7e852-57d1-e5dd-c6dd-ea21d3700239-d3700217, #w-node-def7e852-57d1-e5dd-c6dd-ea21d370023d-d3700217, #w-node-def7e852-57d1-e5dd-c6dd-ea21d3700241-d3700217, #w-node-def7e852-57d1-e5dd-c6dd-ea21d370024c-d3700217, #w-node-def7e852-57d1-e5dd-c6dd-ea21d370024f-d3700217, #w-node-_5e80e301-cc48-726e-b165-a1490c9289bf-0c9289ba, #w-node-_704515db-0a45-2fdb-a734-3f562b01c55a-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c568-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c56a-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c578-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c57a-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c588-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c58a-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c596-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c598-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c5a4-2b01c559, #w-node-_704515db-0a45-2fdb-a734-3f562b01c5a6-2b01c559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5e4ee4e-e4f9-821b-bacd-65f3cf95d98a-cf95d987 {
  place-self: center;
}

#w-node-e5e4ee4e-e4f9-821b-bacd-65f3cf95d98c-cf95d987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5e4ee4e-e4f9-821b-bacd-65f3cf95d9c0-cf95d987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e5e4ee4e-e4f9-821b-bacd-65f3cf95d9c1-cf95d987 {
  justify-self: start;
}

#w-node-d70a848a-0470-9e83-dbca-f584cf07ddf1-cf07ddee, #w-node-_07aa3cc2-bbd2-1319-cf35-9fba053fe44e-4319233a, #w-node-_42d177fd-5eb0-5cfd-c1ac-64671028d6d7-4319233a, #w-node-_6aecf91c-aa05-f275-2654-4f1ae783ce10-4319233a, #w-node-ce33651f-37a2-5db2-f0cc-a70b6f2ee18d-4319233a, #w-node-_63b68d3f-e47f-1b13-91c3-b2bfabcb7201-4319233a, #w-node-_9875e2fd-86e3-8b8a-7713-69e3378ecb62-4319233a, #w-node-_687cc50b-c60c-21b1-84fd-45113116e40f-4319233a, #w-node-_1c8641c3-3658-fa37-3b6d-c84aca1f3a82-4319233a, #w-node-_97d688f5-ee10-6af0-cd0a-e31c3dc0b7db-4319233a, #w-node-_8ab77fbb-c057-b989-4607-429e49976cfb-4319233a, #w-node-_81ac3214-e04e-6b4c-9d50-ba57ddab605b-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926225-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926227-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926233-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926235-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926243-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926245-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926251-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926253-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea192625f-4319233a, #w-node-_59241ace-7d74-85c1-da2f-c72ea1926261-4319233a, #w-node-_07aa3cc2-bbd2-1319-cf35-9fba053fe44e-35158d41, #w-node-_42d177fd-5eb0-5cfd-c1ac-64671028d6d7-35158d41, #w-node-_6aecf91c-aa05-f275-2654-4f1ae783ce10-35158d41, #w-node-ce33651f-37a2-5db2-f0cc-a70b6f2ee18d-35158d41, #w-node-_63b68d3f-e47f-1b13-91c3-b2bfabcb7201-35158d41, #w-node-_9875e2fd-86e3-8b8a-7713-69e3378ecb62-35158d41, #w-node-_687cc50b-c60c-21b1-84fd-45113116e40f-35158d41, #w-node-_1c8641c3-3658-fa37-3b6d-c84aca1f3a82-35158d41, #w-node-_97d688f5-ee10-6af0-cd0a-e31c3dc0b7db-35158d41, #w-node-_8ab77fbb-c057-b989-4607-429e49976cfb-35158d41, #w-node-_81ac3214-e04e-6b4c-9d50-ba57ddab605b-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea428377160-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea428377162-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea428377170-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea428377172-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea428377180-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea428377182-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea42837718e-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea428377190-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea42837719c-35158d41, #w-node-_6138ec58-71a5-5f26-14a1-8ea42837719e-35158d41, #w-node-_07aa3cc2-bbd2-1319-cf35-9fba053fe44e-7296fc54, #w-node-_42d177fd-5eb0-5cfd-c1ac-64671028d6d7-7296fc54, #w-node-_6aecf91c-aa05-f275-2654-4f1ae783ce10-7296fc54, #w-node-ce33651f-37a2-5db2-f0cc-a70b6f2ee18d-7296fc54, #w-node-_63b68d3f-e47f-1b13-91c3-b2bfabcb7201-7296fc54, #w-node-_9875e2fd-86e3-8b8a-7713-69e3378ecb62-7296fc54, #w-node-_687cc50b-c60c-21b1-84fd-45113116e40f-7296fc54, #w-node-_1c8641c3-3658-fa37-3b6d-c84aca1f3a82-7296fc54, #w-node-_97d688f5-ee10-6af0-cd0a-e31c3dc0b7db-7296fc54, #w-node-_8ab77fbb-c057-b989-4607-429e49976cfb-7296fc54, #w-node-_81ac3214-e04e-6b4c-9d50-ba57ddab605b-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec5b-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec5d-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec69-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec6b-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec89-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec8b-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec97-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412ec99-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412eca5-7296fc54, #w-node-_1acc101c-3ec1-f969-a149-a0eca412eca7-7296fc54, #w-node-_07aa3cc2-bbd2-1319-cf35-9fba053fe44e-824940e7, #w-node-_42d177fd-5eb0-5cfd-c1ac-64671028d6d7-824940e7, #w-node-_6aecf91c-aa05-f275-2654-4f1ae783ce10-824940e7, #w-node-ce33651f-37a2-5db2-f0cc-a70b6f2ee18d-824940e7, #w-node-_63b68d3f-e47f-1b13-91c3-b2bfabcb7201-824940e7, #w-node-_9875e2fd-86e3-8b8a-7713-69e3378ecb62-824940e7, #w-node-_687cc50b-c60c-21b1-84fd-45113116e40f-824940e7, #w-node-_1c8641c3-3658-fa37-3b6d-c84aca1f3a82-824940e7, #w-node-_97d688f5-ee10-6af0-cd0a-e31c3dc0b7db-824940e7, #w-node-_8ab77fbb-c057-b989-4607-429e49976cfb-824940e7, #w-node-_81ac3214-e04e-6b4c-9d50-ba57ddab605b-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7edc-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7ede-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7eea-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7eec-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7efa-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7efc-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7f18-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7f1a-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7f26-824940e7, #w-node-f8022992-31e7-919e-8e3d-4a40f7da7f28-824940e7, #w-node-_07aa3cc2-bbd2-1319-cf35-9fba053fe44e-f47296f6, #w-node-_42d177fd-5eb0-5cfd-c1ac-64671028d6d7-f47296f6, #w-node-_6aecf91c-aa05-f275-2654-4f1ae783ce10-f47296f6, #w-node-ce33651f-37a2-5db2-f0cc-a70b6f2ee18d-f47296f6, #w-node-_63b68d3f-e47f-1b13-91c3-b2bfabcb7201-f47296f6, #w-node-_9875e2fd-86e3-8b8a-7713-69e3378ecb62-f47296f6, #w-node-_687cc50b-c60c-21b1-84fd-45113116e40f-f47296f6, #w-node-_1c8641c3-3658-fa37-3b6d-c84aca1f3a82-f47296f6, #w-node-_97d688f5-ee10-6af0-cd0a-e31c3dc0b7db-f47296f6, #w-node-_8ab77fbb-c057-b989-4607-429e49976cfb-f47296f6, #w-node-_81ac3214-e04e-6b4c-9d50-ba57ddab605b-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b65d-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b65f-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b66b-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b66d-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b67b-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b67d-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b68b-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b68d-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b6a7-f47296f6, #w-node-_5a8b58a2-d1a1-4b35-d8ba-17f6dba8b6a9-f47296f6, #w-node-_07aa3cc2-bbd2-1319-cf35-9fba053fe44e-6a79b7b9, #w-node-_42d177fd-5eb0-5cfd-c1ac-64671028d6d7-6a79b7b9, #w-node-_6aecf91c-aa05-f275-2654-4f1ae783ce10-6a79b7b9, #w-node-ce33651f-37a2-5db2-f0cc-a70b6f2ee18d-6a79b7b9, #w-node-_63b68d3f-e47f-1b13-91c3-b2bfabcb7201-6a79b7b9, #w-node-_9875e2fd-86e3-8b8a-7713-69e3378ecb62-6a79b7b9, #w-node-_687cc50b-c60c-21b1-84fd-45113116e40f-6a79b7b9, #w-node-_1c8641c3-3658-fa37-3b6d-c84aca1f3a82-6a79b7b9, #w-node-_97d688f5-ee10-6af0-cd0a-e31c3dc0b7db-6a79b7b9, #w-node-_8ab77fbb-c057-b989-4607-429e49976cfb-6a79b7b9, #w-node-_81ac3214-e04e-6b4c-9d50-ba57ddab605b-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69bafef1-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69bafef3-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69bafeff-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69baff01-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69baff0f-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69baff11-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69baff1f-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69baff21-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69baff2d-6a79b7b9, #w-node-_23d27cad-1b3b-51cb-f771-de5f69baff2f-6a79b7b9, #w-node-_07aa3cc2-bbd2-1319-cf35-9fba053fe44e-002092d1, #w-node-_42d177fd-5eb0-5cfd-c1ac-64671028d6d7-002092d1, #w-node-_6aecf91c-aa05-f275-2654-4f1ae783ce10-002092d1, #w-node-_347d4362-8059-1522-65a9-a7d948e93998-002092d1, #w-node-_66bcb326-5372-2152-7351-a42c7ce54bcf-020d2543, #w-node-_66bcb326-5372-2152-7351-a42c7ce54bd1-020d2543, #w-node-_145088fc-83f0-07de-f2d0-70d65d9a8c77-020d2543, #w-node-_66bcb326-5372-2152-7351-a42c7ce54bdf-020d2543, #w-node-_7ee3c9a5-9c95-db0c-faed-be7eccf8d6a3-020d2543, #w-node-_66bcb326-5372-2152-7351-a42c7ce54bef-020d2543, #w-node-afdf5556-c4cb-a5b4-6f6b-beb43563fbe1-f977c895, #w-node-_5ab0f1dc-057c-3513-de81-8b43429793d1-f977c895, #w-node-fa9ab944-21e1-47c0-263d-3909d5ca4cb3-dc2c3f1a, #w-node-ac04e102-210e-6864-1889-d1630a58b355-12db1e3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Geogrotesque Regular';
  src: url('../fonts/FontsFree-Net-Geogtq-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque Regular Italic';
  src: url('../fonts/FontsFree-Net-Geogtq-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque Bold';
  src: url('../fonts/FontsFree-Net-Geogtq-Rg.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}