:root {
  --medium-sea-green: #65b97d;
  --dodger-blue: #027ffe;
  --grey: grey;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: semplicitapro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: #027ffe;
  font-size: 18px;
  text-decoration: none;
}

li {
  font-size: 18px;
  line-height: 24px;
}

.logo-wrap {
  max-width: 300px;
  display: flex;
}

.logo-wrap.w--current {
  color: #fff;
  object-fit: contain;
  align-items: center;
  max-width: 400px;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: contain;
  width: 50px;
  display: none;
}

.image.hide {
  display: none;
}

.body {
  font-family: semplicitapro, sans-serif;
  font-weight: 400;
}

.a-spark-electrical-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.a-spark-electrical-title.black {
  color: #000;
}

.ase---slogan {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.ase---slogan.black {
  color: #000;
}

.ape-name-wrap {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 15px;
  display: none;
}

.ape-name-wrap.hide {
  display: none;
}

.navbar-button {
  color: #fff;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
}

.navbar-button:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-button.dropped {
  margin-bottom: 13px;
}

.navbar-button.no-link:hover {
  text-decoration: none;
}

.navbar-button.black {
  color: #000;
}

.navbar-button.black.hide {
  display: none;
}

.navbar-c2a {
  color: #000;
  background-color: #fff;
  margin-left: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.navbar-c2a.black {
  color: #fff;
  background-color: #000;
}

.navbar-button-wrap {
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.home-hero-100vh {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/A-Spark-Electrical.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.home-hero-100vh.centered {
  justify-content: center;
  align-items: center;
}

.home-hero-100vh.centered.our-story {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Twickenham-Electrcian-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.home-hero-100vh.centered.domerstic-solutions {
  background-image: linear-gradient(#00000073, #00000073), url('../images/domerstic-Electrical-Work-1.png');
}

.home-hero-100vh.centered.commercial-solutions {
  background-image: linear-gradient(#00000080, #00000080), url('../images/62163bb0fd879a58688dc6ca_Commercial-Electrical-Work-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.home-hero-100vh.centered.lc {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/Richmond-Bridge.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-wrap {
  color: #fff;
  font-weight: 400;
}

.heading {
  font-size: 58px;
  font-weight: 500;
  line-height: 68px;
}

.restrictor {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  display: flex;
}

.restrictor._100padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 98px;
}

.restrictor._100padding.assigned-left {
  align-items: flex-start;
}

.restrictor._100padding.pb {
  margin-bottom: 91px;
}

.restrictor.c2a {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 120px;
  padding-bottom: 152px;
  display: grid;
}

.restrictor.hero {
  align-items: flex-start;
}

.restrictor.contactgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100%;
  padding-top: 10%;
  display: grid;
}

.restrictor.service {
  align-items: flex-end;
  margin-top: 80px;
  margin-bottom: 142px;
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
  overflow: hidden;
}

.restrictor.service.flipped {
  align-items: flex-start;
  overflow: hidden;
}

.restrictor.services {
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 63px;
}

.restrictor.faq {
  margin-bottom: 98px;
}

.restrictor.hsg {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 0;
  display: grid;
}

.restrictor.portfolio {
  align-items: flex-start;
  padding-top: 179px;
}

.paragraph {
  font-size: 18px;
}

.primary-c2a {
  color: #000;
  background-color: #fff;
  margin-top: 42px;
  padding: 9px 26px;
  font-size: 17px;
  font-weight: 500;
}

.primary-c2a.black {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.primary-c2a.black._100 {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.primary-c2a.remove-spacing {
  border: 1px solid #000;
}

.section {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/SP_Exterior1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
}

.a-spark-electrical-logo {
  width: 45px;
}

.a-spark-electrical-logo.bp {
  margin-bottom: 10px;
}

.a-spark-electrical-logo.bp.hide {
  display: none;
}

.footer {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 66px;
  display: block;
  position: relative;
}

.footer-header {
  color: #353535;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.heading-3.c2a {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 7px;
  font-size: 30px;
  line-height: 30px;
}

.footer-button-wrap {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 21px;
  margin-right: 35px;
  display: flex;
}

.saint-global {
  color: var(--medium-sea-green);
  font-style: normal;
  display: flex;
}

.footer-link {
  color: #000;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.footer-link.pushed {
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 0;
}

.footer-link.hide {
  display: none;
}

.accrediation {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: none;
  display: flex;
}

.accrediation.size {
  width: 95px;
}

.accreditation-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 53px;
  margin-bottom: 66px;
  display: block;
  overflow: hidden;
}

.intro-div {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 68px;
  padding-bottom: 60px;
  display: grid;
}

.intro-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: left;
  font-weight: 500;
}

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

.heading-2.centered.pb {
  margin-bottom: 99px;
}

.heading-2.centered.review {
  margin-top: 7px;
  margin-bottom: 30px;
}

.heading-2.pushed {
  margin-top: 110px;
}

.heading-2.project-title {
  text-align: left;
  font-size: 35px;
  line-height: 45px;
}

.heading-2._40px {
  font-size: 40px;
  line-height: 60px;
}

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

.paragraph-2 {
  font-size: 18px;
  line-height: 32px;
}

.paragraph-2.centered {
  text-align: center;
  width: 80%;
}

.paragraph-2.pushed-south {
  margin-bottom: 136px;
}

.image-2 {
  height: 100%;
  max-height: 550px;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 32px;
  display: grid;
}

.service-wrap {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/A-Spark-Electrical-Domestic-work.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  min-height: 475px;
  padding: 46px 30px;
  transition: all .3s;
  display: flex;
}

.service-wrap:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 5px 2px #0000004d;
}

.service-wrap.c {
  background-image: linear-gradient(#00000038, #00000038), url('../images/A-Spark-Electrical-Commercial-Work.jpg');
  background-position: 0 0, 0%;
  width: 350px;
}

.service-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.service-line {
  background-color: #fff;
  width: 30%;
  height: 2px;
  margin: 8px auto;
}

.service-line.black {
  background-color: #000;
}

.service-para {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.text-block {
  color: #000;
  background-color: #fff;
  padding: 11px 46px;
  font-size: 18px;
  font-weight: 400;
}

.review-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.review-wrap {
  padding: 29px;
  box-shadow: 0 3px 9px #00000085;
}

.image-3 {
  max-width: 125px;
}

.review-para {
  margin-top: 5px;
  font-size: 15px;
  line-height: 20px;
}

.review-tag {
  color: gray;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.heading-4 {
  margin-bottom: 0;
}

.c2a-1st-wrap {
  padding-right: 5%;
}

.west-london-electrician-footer {
  margin-top: 0;
  margin-bottom: 61px;
  font-size: 18px;
  font-weight: 400;
}

.html-embed {
  color: #adadad;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.c2a-2nd-wrap {
  padding-left: 52px;
  padding-right: 52px;
}

._2nd-c2a-par {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

.c2a-para {
  font-size: 20px;
}

.c2a-para.show {
  display: none;
}

.image-4 {
  width: 25px;
}

.project-image {
  z-index: -10;
  object-fit: cover;
  background-image: url('../images/External-Lights-Fitting.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  min-height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-image.feature-2 {
  inset: 0% 0% auto auto;
}

.collection-item {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 350px;
  display: flex;
  position: relative;
}

.collection-item.featiure-2 {
  justify-content: flex-start;
}

.collection-list-wrapper {
  width: 100%;
}

.div-block {
  background-color: #fff;
  width: 60%;
  padding: 30px;
  box-shadow: 0 4px 7px #00000063;
}

.desktop-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.mobile-navbar-logo {
  display: none;
}

.mobile-navbar-logo.w--current {
  display: block;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.fixed {
  position: fixed;
}

.mobile-navbar-wrap {
  display: none;
}

.heading-5 {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 500;
}

.body-2 {
  font-family: semplicitapro, sans-serif;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 75px;
}

.heading-6.lc {
  letter-spacing: 5px;
}

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

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
}

.heading-7.lc {
  font-size: 20px;
}

.thick-line {
  background-color: #fff;
  width: 40%;
  height: 4px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.lottie-animation {
  width: 75px;
}

.link-block {
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.social-icon {
  width: 30px;
}

.social-icon.pushright {
  margin-right: 11px;
}

.social-icon.larger {
  width: 40px;
}

.social-block {
  margin-top: 37px;
  margin-bottom: 37px;
}

.social-icon-div {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 18px;
}

.social-icon-div._0-margin {
  margin-right: 0;
}

.quote {
  color: #616161;
  text-align: center;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

.blue {
  color: var(--dodger-blue);
}

.body-3 {
  font-family: semplicitapro, sans-serif;
}

.hero-projects {
  z-index: 0;
  filter: blur(4px);
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.project-div {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: static;
}

.collection-list-wrapper-2 {
  z-index: 1;
  width: 100%;
  padding-bottom: 0;
  position: static;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1200px;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: grid;
  box-shadow: 0 0 8px #0003;
}

.image-7 {
  object-fit: cover;
  width: 400px;
  height: 600px;
  display: inline-block;
  position: static;
  inset: auto 6% 5% auto;
}

.project-text-wrap {
  z-index: 2;
  display: block;
  position: static;
}

.menu-dropdown-wrap {
  flex-direction: column;
  align-items: center;
  height: 25px;
  padding-top: 2px;
  display: flex;
  overflow: visible;
}

.menu-dropdown-wrap.black {
  color: #000;
}

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

.body-4 {
  font-family: semplicitapro, sans-serif;
}

.section-2 {
  width: 100%;
  height: 100vh;
}

.section-2.hsg {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/Home-Safety-Guide-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-vert {
  color: var(--medium-sea-green);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-links {
  align-items: center;
  display: flex;
}

.contact-plink {
  color: #000;
  margin-bottom: 0;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.text-field {
  border: 1px solid var(--medium-sea-green);
  color: #000;
  background-color: #ffffffd1;
  width: 100%;
}

.text-field._5050 {
  border-style: solid;
  width: 49%;
}

.text-field-2 {
  width: 50%;
  margin-left: 8px;
}

.submit-button {
  background-color: var(--medium-sea-green);
  width: 100%;
}

.text-block-2 {
  color: gray;
  margin-bottom: 15px;
  font-size: 12px;
}

.text-block-2.cs {
  color: #fff;
  text-align: center;
}

.body-5 {
  font-family: semplicitapro, sans-serif;
}

.privacy-policy {
  padding-top: 185px;
}

.link {
  color: gray;
  font-size: 12px;
  text-decoration: underline;
}

.link.cs {
  color: #fff;
}

.faq-question-wrap {
  width: 100%;
  margin-top: 39px;
}

.faq-question-wrap.hide {
  display: none;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.animation {
  width: 30px;
  height: 60px;
}

.faq-content {
  background-color: #eefbff;
  margin-top: -2px;
  overflow: hidden;
}

.paragraph-4 {
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 54px;
}

.map {
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.body-6 {
  font-family: semplicitapro, sans-serif;
}

.image-8 {
  object-fit: cover;
  width: 400px;
  height: 500px;
}

.collection-list-wrapper-3 {
  margin-bottom: 27px;
}

.rich-text-block {
  margin-top: 0;
  margin-bottom: 57px;
}

.body-7 {
  font-family: semplicitapro, sans-serif;
}

.centered-para {
  text-align: center;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 70%;
  max-height: 450px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-9.flipped {
  object-position: 50% 50%;
  height: 400px;
  max-height: none;
  inset: 0% 0% 0% auto;
}

.div-block-5 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  margin-right: 22px;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px #00000082;
}

.div-block-5.flipped {
  margin-left: 25px;
  margin-right: 0;
}

.service-heading {
  font-weight: 500;
}

.section-4 {
  background-color: #65b97d45;
}

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

.service-icon {
  object-fit: contain;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  min-width: 100%;
}

.ase-wrp {
  align-items: flex-start;
  display: flex;
}

.c {
  width: 10px;
}

.link-2 {
  color: #505050;
  font-size: 32px;
}

.empty-state {
  background-color: #0000;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-9 {
  background-color: #fff;
  margin-bottom: 46px;
  margin-left: 24px;
  padding: 16px;
  position: relative;
  transform: rotate(3deg);
}

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

.success-message {
  background-color: #0000;
}

.image-10 {
  width: 25px;
}

.text-block-3 {
  margin-top: 15px;
}

.text-span-2 {
  color: var(--medium-sea-green);
  font-weight: 500;
}

.star-mini {
  width: 100px;
}

.image-11 {
  width: 30px;
  margin-bottom: 31px;
}

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

.success-message-2 {
  background-color: #fff;
  box-shadow: 0 1px 8px #00000063;
}

.al {
  object-fit: contain;
  margin-left: 20px;
  margin-right: 20px;
}

.al.client {
  object-fit: contain;
  position: static;
}

.clients {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 54px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.client-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  display: grid;
}

.heading-8 {
  margin-bottom: 19px;
  font-weight: 600;
}

.div-block-13 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-13.pu {
  margin-top: 61px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.lightbox-link {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 6px #00000085;
}

.image-95 {
  object-fit: cover;
  height: 350px;
}

.text-span-3 {
  font-size: 14px;
  font-style: italic;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-8 {
  font-family: semplicitapro, sans-serif;
}

.text-block-4 {
  margin-top: 23px;
}

.image-96 {
  width: 125px;
}

.body-9 {
  font-family: semplicitapro, sans-serif;
}

.mg-bottom-0px {
  margin-bottom: 10px;
  font-weight: 500;
}

.cms-empty-state {
  color: #070707;
  text-align: center;
  background-color: #0000;
  border: 1px solid #070707;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.categories-collection-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blog-grid {
  grid-column-gap: 55px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: start center;
  display: grid;
}

.top-content.title-button {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.top-content.title-button.blog {
  border-bottom: 1px solid #dadada;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 64px;
  padding-top: 51px;
}

.top-content.left-white-stroke {
  color: #dadada;
  border-left: 1px solid #fff;
  padding-left: 5vw;
  position: relative;
}

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

.narrow-section.large-160px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.narrow-section.blog-post-body {
  padding-bottom: 280px;
}

.blog-item-wrapper:nth-child(odd) {
  margin-top: 0;
}

.container-default {
  width: 100%;
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.categories-wrapper {
  justify-content: flex-end;
  display: flex;
}

.category-link {
  color: #b3b3b3;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  padding: 26px 15px 30px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .3s, color .3s;
  position: relative;
  top: 1px;
}

.category-link:hover {
  color: #070707;
  border-bottom-color: #07070726;
}

.category-link.w--current {
  color: #070707;
  border-bottom-color: #070707;
}

.category-link.w--current:hover {
  border-bottom-color: #070707;
}

.div-block-15 {
  align-items: flex-end;
  display: flex;
}

.collection-list-wrapper-4 {
  flex-direction: row;
}

.text-field-3 {
  width: 49%;
}

.image-97.full-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 200px;
  max-height: 350px;
  display: block;
  position: relative;
  inset: 0;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.text-separator.blog-bottom-content {
  background-color: #696969;
  width: 1em;
  min-height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.text-separator.large {
  background-color: #fff;
  width: 5em;
  min-height: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.text-separator.large.delspace {
  margin-left: 0;
}

.divider {
  background-color: #696969;
  width: 100%;
  min-height: 1px;
}

.divider.bg-neutral-300 {
  background-color: #dadada;
}

.underline-block {
  letter-spacing: normal;
  min-height: 1px;
  position: relative;
  top: 4px;
}

.text-underline-wrapper {
  position: relative;
}

.text-underline-wrapper.hover {
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .3s;
}

.text-underline-wrapper.hover:hover {
  transform: translate(0, 2px);
}

.card {
  text-decoration: none;
  transition: none;
  display: block;
}

.card:hover {
  transform: none;
}

.card.blog-card {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  display: flex;
}

.card.blog-card:hover {
  color: #070707;
  transform: translate(0, 4px);
}

.split-content.blog-card-bottom-content-right {
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.blog-card-bottom-content-left {
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.split-content.blog-post-left {
  max-width: 727px;
  margin-right: 20px;
}

.split-content.blog-post-right {
  text-align: center;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  min-width: 360px;
  max-width: 430px;
  margin-top: 76px;
  margin-left: 20px;
  padding: 20px 65px 20px 56px;
  display: flex;
  position: static;
  top: 40px;
}

.split-content.blog-post-right.subscribe {
  margin-top: 0;
  padding: 72px 43px;
  position: static;
}

.blog-card-content {
  margin-top: 30px;
}

.inline {
  color: #000;
  display: inline;
}

.card-bottom-content {
  align-items: center;
  display: flex;
}

.card-bottom-content.blog-card {
  flex-wrap: wrap;
  justify-content: space-between;
}

.inline-block {
  line-height: 2em;
  display: inline-block;
}

.underline-fill {
  background-color: #070707;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-5 {
  padding-right: 43px;
  overflow: hidden;
}

.heading-9 {
  color: #000;
  font-weight: 400;
}

.text-block-5, .text-block-6 {
  color: #000;
}

.paragraph-55 {
  color: #797979;
  margin-bottom: 37px;
}

.body-10, .body-11 {
  font-family: semplicitapro, sans-serif;
}

.avatar._140px {
  width: 140px;
  height: 140px;
  display: block;
}

.avatar._140px.round {
  border-radius: 100%;
  width: 80px;
  height: auto;
  overflow: visible;
}

.about-cms-item-content {
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.blog-post-page-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  max-width: 1350px;
  min-height: 52vw;
  max-height: 1020px;
  margin-top: 120px;
  margin-right: 24px;
}

.mg-top-24px {
  margin-top: 24px;
}

.scroll-down-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding: 35px;
  transition-property: transform;
  display: flex;
  position: absolute;
  bottom: -35px;
  right: 0;
}

.scroll-down-wrap:hover {
  transform: translate(0, 10px);
}

.scroll-down-wrap.blog-post {
  padding: 12px;
  bottom: -25px;
}

.scroll-down-wrap.blog-post:hover {
  transform: translate(0, 10px);
}

.inline-2 {
  display: inline;
}

.inline-2.color-white.text-bold {
  font-weight: 400;
}

.color-white {
  color: #fff;
}

.text-decoration-none {
  text-decoration: none;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-8px.link {
  color: var(--grey);
  margin-bottom: 26px;
  font-size: 15px;
  transition: color .3s;
}

.mg-bottom-8px.link:hover {
  color: #696969;
}

.bg {
  z-index: -1;
  position: absolute;
}

.bg.cms-page {
  background-color: #1a1a1a;
  min-height: 85vh;
  inset: 0% 0% auto;
}

.inner-container-split {
  justify-content: space-between;
  padding-bottom: 97px;
  display: flex;
}

.section-6 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-6.cms-page-first-section {
  color: #fff;
  padding-top: 190px;
  padding-bottom: 120px;
}

.section-6.cms-page-first-section.pd-bottom-0px {
  padding-bottom: 0;
}

.inner-container-520px {
  width: 100%;
  max-width: 720px;
}

.field-label {
  color: var(--grey);
  text-align: left;
  font-family: semplicitapro, sans-serif;
  font-weight: 400;
}

.field-label._2.cs {
  color: #fff;
}

.submit-button-2 {
  background-color: var(--medium-sea-green);
  border-radius: 6px;
  width: 50%;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.blog-split {
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding-bottom: 9px;
  display: grid;
}

.radio-button-field {
  align-items: center;
  display: flex;
}

.radio-button-field.cs {
  color: #fff;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button {
  margin-top: 0;
  margin-right: 5px;
}

.success-message-4, .success-message-5 {
  background-color: #0000;
}

.div-block-18 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.text-field-4 {
  margin-bottom: 7px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.coming-soon {
  z-index: 9999;
  background-color: #fff;
  background-image: linear-gradient(#65b97d7a, #65b97d7a), linear-gradient(#00000080, #00000080), url('../images/A-Spark-Electrical.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100vh;
  padding-top: 31px;
  padding-left: 29px;
  padding-right: 29px;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-top: 121px;
  display: flex;
}

.heading-10 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.heading-10.v2 {
  font-size: 22px;
}

.heading-10.v2.d {
  font-size: 18px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  margin-top: -1px;
  margin-bottom: 30px;
  font-size: 78px;
  font-weight: 500;
  line-height: 90px;
}

.track-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.marquee {
  z-index: 200;
  color: #e9d7fe;
  background-color: #6941c6;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.override-parent {
  display: none;
}

.flex-horizontal {
  align-items: center;
  margin: 26px;
  display: flex;
}

.image-99 {
  height: 100px;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

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

.div-block-23 {
  z-index: 10;
  background-color: #fff;
  padding-top: 81px;
  padding-bottom: 81px;
  position: relative;
}

.image-101 {
  width: 45px;
}

.paragraph-56 {
  text-align: center;
  margin-top: 30px;
}

.div-block-24 {
  grid-column-gap: 79px;
  grid-row-gap: 83px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 83px;
  display: grid;
}

.image-102 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 11px;
  width: 100%;
  height: 350px;
}

.image-102.lc-hide {
  display: none;
}

.text-span-4 {
  font-size: 14px;
  line-height: 14px;
}

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

.div-block-26 {
  background-color: var(--medium-sea-green);
  width: 40px;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.lc.hide {
  display: none;
}

.body-12 {
  font-family: semplicitapro, sans-serif;
}

.section-7 {
  min-height: 80vh;
  padding-top: 243px;
  padding-left: 4%;
  padding-right: 4%;
}

.body-13 {
  font-family: semplicitapro, sans-serif;
}

.collection-item-3 {
  margin-bottom: 39px;
}

.div-block-27 {
  background-color: var(--medium-sea-green);
  color: #000;
  padding: 16px 53px;
  font-weight: 600;
  display: inline-block;
}

.link-block-2 {
  color: #000;
}

.heading-12 {
  font-size: 25px;
}

.button {
  background-color: var(--medium-sea-green);
  padding-left: 32px;
  padding-right: 32px;
}

.body-14 {
  font-family: semplicitapro, sans-serif;
}

.section-8 {
  padding-top: 152px;
  padding-left: 10%;
  padding-right: 10%;
}

.collection-list-2 {
  text-align: center;
}

.heading-13 {
  text-align: center;
  text-decoration: none;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.text-block-7 {
  margin-bottom: 27px;
}

.image-103 {
  max-width: 350px;
}

.recaptcha {
  margin-top: 26px;
}

.image-104 {
  width: 50%;
}

.image-105 {
  width: 70%;
}

.div-block-29 {
  position: sticky;
  top: 20px;
}

.image-106 {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.div-block-30 {
  width: 100%;
  max-width: 550px;
  height: 400px;
  padding: 17px;
}

.paragraph-58 {
  margin-bottom: 65px;
}

.div-block-31 {
  z-index: -10;
  filter: blur(5px);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/SP_Exterior1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pagination {
  margin-top: 52px;
}

.next, .previous {
  border-color: #fff0;
}

.div-block-32 {
  aspect-ratio: auto;
  width: 10%;
}

.image-107 {
  width: 100%;
  height: 20px;
}

.section-9 {
  margin-top: 42px;
}

.hero-heading-left {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/nordwood-themes-kRNZiGKtz48-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  display: flex;
  position: static;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 46%;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  width: 1000px;
  max-width: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: semplicitapro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-8 {
  color: #fff;
  object-fit: fill;
  height: auto;
  margin-top: 17px;
  font-family: semplicitapro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: static;
  bottom: 200px;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  font-family: semplicitapro, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.why-a-spark {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.sparks-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.img {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62 {
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
}

.paragraph-63 {
  aspect-ratio: auto;
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
}

.paragraph-64 {
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
  position: static;
}

.body-15 {
  font-family: semplicitapro, sans-serif;
}

.section-10 {
  width: auto;
  padding: 28px 10% 71px;
}

.collection-item-5 {
  margin-bottom: 77px;
  padding: 40px;
  box-shadow: -6px 4px 7px 1px #65b97d45;
}

.collection-list-3 {
  margin-top: 40px;
}

.heading-17 {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 9px;
}

.button-2 {
  background-color: #65b97d;
  border-radius: 20px;
  margin-top: 20px;
  padding: 12px 34px;
}

.section-63 {
  padding: 137px 67px 67px;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-hero {
  background-image: linear-gradient(#00000047, #00000047), url('../images/wesley-tingey-J0ZEE2Jvo8I-unsplash-5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  margin-top: 0;
  margin-bottom: 39px;
  margin-left: 40px;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: -20px 12px 10px -12px #0000009c;
}

.lynx-subtitle-white-2 {
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: semplicitapro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.lynx-heading-white-small {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  max-width: 740px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: semplicitapro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 114%;
}

.paragraph-184 {
  color: #000;
  margin-bottom: 30px;
}

.lynx-button-white-2 {
  background-color: var(--medium-sea-green);
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 14px;
  padding: 10px 55px;
  font-family: semplicitapro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all .4s;
}

.lynx-button-white-2:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.rich-text-block-2 {
  margin-top: 49px;
}

.body-16 {
  font-family: semplicitapro, sans-serif;
}

.text-span-5 {
  font-family: Bitter, serif;
}

.text-span-6 {
  white-space: nowrap;
}

.heading-18 {
  text-align: center;
  font-weight: 400;
}

.link-3 {
  font-family: semplicitapro, sans-serif;
}

.text-span-7 {
  font-family: Bitter, serif;
}

.div-block-34 {
  background-color: #afafaf;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-4 {
  color: #afafaf;
  text-align: center;
  font-size: 12px;
  transition: all .3s;
}

.link-4:hover {
  color: #707070;
}

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

.hod-dropdown {
  display: none;
}

.pop-up {
  z-index: 50;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: var(--medium-sea-green);
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  width: 1000px;
  height: auto;
  padding: 10px;
  display: block;
  position: fixed;
  inset: auto auto 0% 5%;
  overflow: visible;
}

.image-108 {
  width: 25px;
  height: 30px;
}

.div-block-37 {
  padding: 15px;
  position: static;
  inset: 0% 0% auto auto;
}

.button-3 {
  z-index: 3;
  float: right;
  clear: none;
  background-color: var(--medium-sea-green);
  -webkit-text-stroke-color: var(--medium-sea-green);
  white-space: nowrap;
  word-break: normal;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
  inset: auto 0% 0% auto;
}

.paragraph-185 {
  width: auto;
}

.image-109 {
  width: 65px;
}

.div-block-38 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 21px;
  display: flex;
}

.div-block-39 {
  padding-right: 0;
  display: block;
}

.heading-19 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  display: block;
}

.div-block-40 {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  margin-bottom: 0;
  display: block;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.f-section-small {
  padding: 0 5%;
  position: static;
}

.f-container-regular {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h4-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.f-logo-block {
  background-color: #f7f9fd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-button-wrap {
  justify-content: flex-start;
  margin-top: 100px;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.code-embed {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .blog-post-page-image {
    max-width: 95vw;
    min-height: 40vw;
  }

  .submit-button-2 {
    background-color: var(--medium-sea-green);
  }

  .submit-button-2.cs {
    background-color: var(--dodger-blue);
  }
}

@media screen and (min-width: 1920px) {
  .image {
    width: 60px;
  }

  .a-spark-electrical-title {
    font-size: 35px;
    line-height: 40px;
  }

  .ase---slogan {
    font-size: 16px;
  }

  .heading {
    font-size: 65px;
    line-height: 75px;
  }

  .restrictor._100padding {
    width: 70%;
  }

  .paragraph {
    font-size: 22px;
    line-height: 35px;
  }

  .primary-c2a {
    padding: 13px 34px;
    font-size: 19px;
  }

  .accrediation {
    object-fit: contain;
  }

  .accreditation-wrap {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .services-grid {
    grid-column-gap: 88px;
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .service-wrap {
    justify-content: space-between;
    align-items: center;
    width: 400px;
    min-height: 555px;
  }

  .service-wrap.c {
    align-items: center;
    width: 400px;
  }

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

  .service-para {
    font-size: 16px;
  }

  .project-div {
    justify-content: center;
  }

  .project-text-wrap {
    padding-left: 5%;
  }

  .al {
    object-fit: contain;
  }

  .blog-post-page-image {
    min-height: 64vh;
  }

  .container {
    max-width: 1250px;
  }

  .why-a-spark {
    border-bottom-style: none;
  }

  .lynx-content-hero {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .restrictor._100padding {
    padding-top: 95px;
  }

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

  .restrictor.service {
    align-items: center;
    padding-top: 177px;
  }

  .restrictor.service.flipped {
    align-items: center;
  }

  .restrictor.faq {
    width: 100%;
    padding-top: 0;
  }

  .restrictor._0-top-pad {
    padding-top: 29px;
  }

  .primary-c2a.black._100 {
    width: auto;
  }

  .primary-c2a.remove-spacing {
    margin-top: 15px;
  }

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

  .heading-3.c2a {
    text-align: center;
  }

  .footer-button-wrap {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .footer-link {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .footer-link.pushed {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accrediation {
    justify-content: center;
    width: 100px;
    height: 100px;
  }

  .accreditation-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 38px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

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

  .heading-2.project-title {
    width: 99.7916%;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2._40px {
    font-size: 35px;
  }

  .image-2 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 350px;
  }

  .image-2.hom {
    display: none;
  }

  .service-wrap {
    transition-property: none;
  }

  .service-wrap:hover {
    box-shadow: none;
    transform: translate(0);
  }

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

  .c2a-1st-wrap {
    padding-right: 0%;
  }

  .c2a-2nd-wrap {
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  ._2nd-c2a-par, .c2a-para {
    text-align: center;
    display: none;
  }

  .c2a-para.show {
    font-size: 18px;
    line-height: 29px;
    display: block;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .project-image {
    width: 80%;
  }

  .div-block {
    width: 70%;
  }

  .desktop-navbar {
    display: none;
  }

  .mobile-navbar-logo {
    display: flex;
    overflow: visible;
  }

  .mobile-navbar-burger {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .mobile-navbar-burger.w--open {
    z-index: 99;
    background-color: #0000;
  }

  .image-5 {
    object-fit: contain;
    height: 58px;
  }

  .nav-menu-lottie {
    width: 78px;
  }

  .nav-menu-lottie.ab {
    z-index: 99;
    position: fixed;
  }

  .navbar {
    justify-content: space-between;
    align-self: auto;
    display: flex;
  }

  .mobile-navbar-wrap {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 104px;
    display: flex;
    position: fixed;
  }

  .image-6 {
    width: 45px;
  }

  .heading-5 {
    margin-bottom: 11px;
    font-weight: 400;
  }

  .mobile-link-wrap {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    background-color: #4b4b4b;
    width: 80px;
    height: 2px;
    margin: 10px auto 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
  }

  .nav-link.hide {
    display: none;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-7 {
    letter-spacing: 1px;
    font-weight: 300;
  }

  .social-icon {
    width: 35px;
  }

  .social-block.hom {
    display: none;
  }

  .quote {
    font-size: 32px;
  }

  .collection-item-2 {
    flex-flow: column;
    padding-bottom: 60px;
    display: flex;
  }

  .project-text-wrap {
    z-index: 3;
    max-width: 99.9999%;
    margin-left: 0;
    padding-left: 3%;
  }

  .section-2 {
    height: auto;
    padding-top: 24px;
  }

  .image-9 {
    width: 100%;
    inset: 0% 0% auto;
  }

  .div-block-5 {
    align-items: center;
    width: 85%;
    margin-right: 0;
  }

  .div-block-5.flipped {
    margin-left: 0;
  }

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

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

  .sp {
    text-align: center;
  }

  .div-block-7 {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-8 {
    padding-top: 55px;
  }

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

  .div-block-9 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-10 {
    background-color: #00000059;
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .blog-grid {
    z-index: 5;
    grid-column-gap: 55px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .top-content.title-button {
    grid-row-gap: 24px;
  }

  .top-content.title-button.blog {
    z-index: 500;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .narrow-section.blog-post-body {
    padding-bottom: 240px;
  }

  .blog-item-wrapper {
    z-index: 5;
    position: relative;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-15.hom {
    display: none;
  }

  .image-97.full-image {
    z-index: 5;
    position: relative;
  }

  .image-wrapper {
    flex-flow: row;
    display: block;
  }

  .card.blog-card {
    z-index: 5;
    flex-flow: column;
    position: relative;
  }

  .split-content.blog-card-bottom-content-left {
    white-space: normal;
  }

  .split-content.blog-post-left {
    margin-right: 20px;
  }

  .split-content.blog-post-right {
    min-width: 300px;
    max-width: none;
    margin-left: 0;
    padding: 48px 32px;
  }

  .split-content.blog-post-right.subscribe {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-5 {
    z-index: 5;
    flex-flow: row;
    margin-bottom: 63px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .scroll-down-arrow {
    width: 48px;
  }

  .blog-post-page-image {
    margin-top: 152px;
    margin-left: 24px;
  }

  .scroll-down-wrap.blog-post {
    bottom: -16px;
    right: -24px;
  }

  .bg.cms-page {
    min-height: 90vh;
  }

  .section-6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-6.cms-page-first-section {
    padding-top: 180px;
  }

  .blog-split {
    z-index: 5;
    flex-direction: column;
    position: relative;
  }

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

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

  .div-block-21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .track-horizontal {
    display: flex;
  }

  .image-100 {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 400px;
  }

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

  .image-106 {
    border-radius: 11px;
  }

  .div-block-30 {
    padding-bottom: 17px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 59px;
    padding-right: 59px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-15 {
    width: auto;
  }

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

  .why-a-spark {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid {
    grid-column-gap: 40px;
  }

  .img {
    width: 75px;
    height: 75px;
  }

  .section-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-63 {
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .lynx-block-hero {
    width: 80%;
    padding: 45px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .hod-dropdown {
    z-index: 500;
    width: 100%;
    display: block;
  }

  .icon {
    width: auto;
    height: 20px;
    padding-left: 0;
    font-size: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-toggle {
    width: 100%;
    box-shadow: -6px 3px 6px 0 var(--medium-sea-green);
    text-align: left;
    position: static;
  }

  .dropdown-toggle.w--open {
    z-index: 500;
    border-radius: 12px;
    position: relative;
  }

  .text-block-10 {
    text-align: left;
    width: auto;
  }

  .text-block-10.sub {
    margin-left: 5px;
  }

  .dropdown-list {
    z-index: 500;
  }

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

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    background-color: #fff;
  }

  .div-block-36 {
    margin-left: 0;
    display: flex;
  }

  .pop-up {
    border-left-width: 0;
    border-top-left-radius: 0;
    width: 60%;
    left: 0%;
  }

  .paragraph-185 {
    margin-bottom: 38px;
  }

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

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .restrictor {
    padding-top: 10px;
  }

  .restrictor._100padding {
    width: 95%;
  }

  .restrictor.service.flipped {
    align-items: center;
  }

  .restrictor.faq {
    width: 100%;
  }

  .restrictor.portfolio {
    flex-flow: column;
  }

  .paragraph {
    font-size: 16px;
  }

  .primary-c2a.black {
    margin-top: 16px;
    margin-bottom: 24px;
  }

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

  .heading-3.c2a {
    font-size: 25px;
  }

  .footer-button-wrap {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .accrediation {
    object-fit: contain;
    height: 75px;
  }

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

  .heading-2.centered.pb {
    margin-bottom: 68px;
  }

  .heading-2._40px {
    font-size: 30px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .image-2 {
    height: 250px;
  }

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

  .review-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .west-london-electrician-footer {
    margin-bottom: 32px;
  }

  .c2a-para.show {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-6 {
    font-size: 55px;
    line-height: 65px;
  }

  .social-icon-div {
    margin-right: 15px;
  }

  .social-icon-div._0-margin {
    margin-right: 0;
  }

  .quote {
    font-size: 26px;
    line-height: 39px;
  }

  .project-div {
    justify-content: flex-start;
  }

  .collection-list-wrapper-2 {
    flex-flow: row;
    padding-bottom: 61px;
    display: block;
  }

  .collection-item-2 {
    flex-flow: column;
    display: flex;
  }

  .image-7 {
    width: 450px;
    height: 350px;
  }

  .project-text-wrap {
    padding-left: 5%;
  }

  .paragraph-4 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .map {
    max-height: 300px;
  }

  .div-block-5 {
    width: 95%;
    padding: 9px 20px;
  }

  .div-block-5.flipped {
    margin-left: 0;
  }

  .div-block-8 {
    padding-top: 36px;
  }

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

  .al {
    padding-left: 9px;
    padding-right: 9px;
  }

  .al.client {
    margin-bottom: 0;
  }

  .clients {
    overflow: visible;
  }

  .client-wrap {
    grid-row-gap: 16px;
    object-fit: contain;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .image-95 {
    height: 250px;
  }

  .cms-empty-state {
    padding: 24px;
  }

  .categories-collection-list {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .blog-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .top-content.title-button, .top-content.title-button.blog {
    grid-template-columns: 1fr;
  }

  .top-content.left-white-stroke {
    border-left-width: 0;
    padding-left: 0;
  }

  .narrow-section.large-160px {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .narrow-section.blog-post-body {
    padding-top: 68px;
  }

  .blog-item-wrapper:nth-child(odd) {
    margin-top: 0;
  }

  .categories-wrapper {
    justify-content: flex-start;
  }

  .category-link {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .text-separator.large {
    width: 3em;
    margin-left: 16px;
    margin-right: 16px;
  }

  .split-content.blog-post-left {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .split-content.blog-post-right {
    align-self: auto;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    padding: 56px 41px;
  }

  .about-cms-item-content {
    max-width: 100%;
  }

  .blog-post-page-image {
    margin-top: 68px;
  }

  .scroll-down-wrap {
    padding: 24px;
    display: none;
  }

  .bg.cms-page {
    min-height: 90%;
  }

  .inner-container-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .section-6.cms-page-first-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .div-block-21 {
    width: 95%;
  }

  .heading-10.v2 {
    font-size: 18px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    line-height: 72px;
  }

  .div-block-23 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .div-block-30 {
    flex-flow: row;
    display: block;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .why-a-spark {
    padding: 60px 15px;
  }

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

  .collection-item-5 {
    padding: 28px 27px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .text-span-6 {
    white-space: normal;
  }

  .collection-list-4 {
    flex-flow: column;
    display: block;
  }

  .text-block-10.sub {
    margin-left: 5px;
  }

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

  .pop-up {
    border-width: 5px;
    border-radius: 20px;
    width: 80%;
    height: 80%;
    margin: auto;
    display: block;
    inset: 0%;
  }

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

  .f-h4-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .restrictor {
    width: 90%;
    padding-top: 10px;
    overflow: visible;
  }

  .restrictor.hero {
    width: 90%;
  }

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

  .restrictor.faq {
    width: 100%;
  }

  .primary-c2a.black {
    font-size: 16px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-header {
    margin-bottom: 5px;
  }

  .footer-button-wrap {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .saint-global {
    font-size: 11px;
  }

  .footer-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .footer-link.pushed {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .accrediation {
    width: 50px;
    height: auto;
  }

  .accreditation-wrap {
    overflow: hidden;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-2.project-title {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-2.centered {
    line-height: 25px;
  }

  .service-wrap {
    width: 90%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .service-wrap.c {
    width: 90%;
  }

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

  .west-london-electrician-footer {
    margin-bottom: 17px;
  }

  .project-image {
    width: 100%;
  }

  .collection-item {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-top: 33%;
  }

  .collection-item.featiure-2 {
    justify-content: center;
  }

  .div-block {
    width: 90%;
  }

  .mobile-navbar-burger {
    z-index: 500;
  }

  .image-5 {
    height: 45px;
  }

  .nav-menu-lottie {
    z-index: 150;
    width: 65px;
    position: relative;
  }

  .mobile-navbar-wrap {
    align-items: center;
  }

  .heading-5 {
    font-size: 20px;
  }

  .div-block-2 {
    width: 60px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .heading-6 {
    letter-spacing: 5px;
    font-size: 40px;
    line-height: 55px;
  }

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

  .thick-line {
    height: 2px;
  }

  .lottie-animation {
    width: 50px;
  }

  .social-icon.pushright {
    width: 20px;
    margin-right: 5px;
  }

  .social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .social-icon-div {
    margin-bottom: 5px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .quote {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-projects {
    overflow: hidden;
  }

  .project-div {
    justify-content: center;
  }

  .collection-list-wrapper-2 {
    width: 100%;
    overflow: hidden;
  }

  .image-7 {
    width: 250px;
    height: 450px;
  }

  .project-text-wrap {
    max-width: 90%;
    padding-bottom: 20%;
    padding-left: 0%;
  }

  .contact-links {
    display: flex;
  }

  .contact-plink.detaile {
    font-size: 15px;
  }

  .privacy-policy {
    padding-top: 142px;
  }

  .faq-question-wrap {
    width: 100%;
  }

  .question-title {
    flex: 1;
  }

  .faq-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .map {
    width: 100%;
  }

  .image-9 {
    height: 250px;
  }

  .service-heading {
    font-size: 27px;
    line-height: 34px;
  }

  .sp {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-7.hsg {
    padding-top: 10px;
  }

  .div-block-8 {
    padding-top: 41px;
  }

  .paragraph-6 {
    font-size: 17px;
  }

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

  .div-block-10 {
    background-color: #0000007d;
  }

  .al {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .al.client {
    width: auto;
  }

  .paragraph-54 {
    font-size: 16px;
  }

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

  .div-block-14 {
    flex-direction: column;
    align-items: center;
  }

  .category-link-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .blog-grid {
    grid-row-gap: 72px;
    display: block;
  }

  .top-content.title-button.blog {
    border-bottom-width: 0;
  }

  .top-content.left-white-stroke {
    border-left-width: 0;
    padding-left: 0;
  }

  .narrow-section.large-160px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .categories-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .category-link {
    text-align: left;
    width: 100%;
    padding: 14px 16px;
  }

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

  .text-separator.large {
    background-color: #8c8c8c;
    width: 100%;
    margin: 16px 0;
  }

  .divider.bg-neutral-300.spacer {
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .card.blog-card {
    margin-bottom: 130px;
  }

  .split-content.blog-card-bottom-content-left {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .split-content.blog-post-right {
    padding: 32px 21px 47px;
  }

  .card-bottom-content.blog-card {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .collection-list-wrapper-5 {
    overflow: visible;
  }

  .text-block-5, .text-block-6 {
    font-size: 14px;
  }

  .avatar._140px.round {
    width: 50px;
  }

  .about-cms-item-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .scroll-down-wrap {
    display: none;
  }

  .bg.cms-page {
    min-height: 88%;
  }

  .section-6.cms-page-first-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .div-block-21 {
    width: 95%;
  }

  .heading-10 {
    text-align: center;
    font-size: 17px;
  }

  .heading-10.v2 {
    font-size: 15px;
  }

  .heading-11 {
    font-size: 52px;
    line-height: 60px;
  }

  .track-horizontal {
    overflow: visible;
  }

  .div-block-23 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .paragraph-56, .paragraph-57 {
    font-size: 16px;
    line-height: 20px;
  }

  .container {
    max-width: none;
  }

  .heading-15 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-33 {
    width: auto;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .grid {
    grid-column-gap: 17px;
    grid-template-columns: 1fr 1fr;
  }

  .img {
    width: 40px;
    height: 40px;
  }

  .paragraph-59 {
    line-height: 22px;
  }

  .collection-item-5 {
    padding: 26px 19px;
  }

  .section-63 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .div-block-34 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

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

  .form-2 {
    text-align: left;
    position: static;
  }

  .text-block-9 {
    text-align: center;
  }

  .pop-up {
    display: none;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

#w-node-_12667fce-0c6f-3816-e280-14e41f1faa2b-7cdf5309, #w-node-d8816740-e875-5356-0342-74d687e5b5ca-7cdf5309, #w-node-_3d10e671-d9b9-cbcd-87f2-37466aeb1f98-7cdf5309, #w-node-_667cc57b-a53d-1610-5f91-4ccb194f1cd4-7cdf5309, #w-node-_0adbb58a-76f7-8307-1abc-7a190a7d3916-7cdf5309, #w-node-_0fd1bb73-c245-3d9f-70ca-24fd5c20e57e-aa22509d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb638149-0d21-a178-e44e-d6306760c333-aa22509d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1ffb188a-167c-74df-8aba-8594aa2250a3-aa22509d {
  align-self: center;
}

#w-node-_882ab416-fdc0-f978-b3e4-3b3cc1b007fa-aa22509d, #w-node-e6197d65-0686-217e-4b19-97eb961c66a1-aa22509d, #w-node-_27492c88-584f-a4a9-e5d9-3d944f76e01b-aa22509d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac53-3889ac51, #w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac54-3889ac51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac5a-3889ac51 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_5ccf5d84-19e5-a340-e1bd-c631e922e605-e922e604 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ccf5d84-19e5-a340-e1bd-c631e922e606-e922e604 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ccf5d84-19e5-a340-e1bd-c631e922e60d-e922e604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36141117-5ed9-4f13-f270-e962c93df729-a2d5a259 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c74d3da5-f029-e5fc-0205-318ea2d5a25a-a2d5a259, #w-node-c74d3da5-f029-e5fc-0205-318ea2d5a262-a2d5a259, #w-node-c74d3da5-f029-e5fc-0205-318ea2d5a26a-a2d5a259, #w-node-_07893d1f-618f-7225-e428-257a9cf0e4bf-f0bfbe88, #w-node-_07893d1f-618f-7225-e428-257a9cf0e4ce-f0bfbe88, #Newsletter-Signup.w-node-_85b2a056-931c-2bb1-a039-06829f2e11a4-f0bfbe88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0d8eaf1-f45e-51f0-2de4-7bf8ae0b151b-b429f402 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_25b7aa0c-3d6d-9c46-ed07-969483ea7cb4-b429f402 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34d0f9ae-8294-8ebd-999c-adb9cac44994-b429f402, #w-node-b69d2245-105f-fa26-7168-ec80462d6c45-b429f402, #w-node-_4c94df9b-bdd0-46a9-f603-92f36f55fa5c-469753d7, #w-node-_4c94df9b-bdd0-46a9-f603-92f36f55fa5d-469753d7, #w-node-_4c94df9b-bdd0-46a9-f603-92f36f55fa5e-469753d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1b78fd4-f4db-4296-dd50-4c29feb99f82-36ecee74 {
  align-self: center;
}

#w-node-_5c435cd5-768f-b9ae-dfc2-e6d047bf1762-eb2c2d1f {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_712c85c4-86a5-c9b5-8ad9-c9ca5b038153-eb2c2d1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e7c5ecc-e440-5c7e-fcc1-804cca1ed45b-eb2c2d1f {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_705de422-45f5-8389-2a44-c80909184628-eb2c2d1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_531cf36e-a74a-8669-6f38-c5c891cbdb14-802a1d19, #w-node-_480ed3d7-d3c6-8f31-a9c3-a0611f23ce55-802a1d19, #w-node-_79c1743b-4dad-3134-02fb-dcbd4b721287-802a1d19, #w-node-_2b99a8fa-0dba-b3c9-3abf-7598767e8311-802a1d19, #w-node-_5ca3b509-aea3-fb9b-87a8-172d5a4af1b1-802a1d19, #w-node-_8a9826e9-ef0a-34fc-75ed-1a311e005fc3-802a1d19, #w-node-_966431af-1803-a435-0aa1-bc0de19bc758-802a1d19, #w-node-e8431868-5256-887f-c3e7-d7211b62dc88-802a1d19, #w-node-_3d8faa3d-f7f5-1fd6-d38a-02852fc943e8-802a1d19, #w-node-f115d2f0-5141-7fd3-2381-f5c3ae322935-802a1d19, #w-node-_85deb5c9-d48a-2763-3659-e9fbaaf7da3f-802a1d19, #w-node-_2b7f5fd0-1814-088d-895f-1ab88dcbdc15-802a1d19, #w-node-bc38d37d-cb31-40a9-103b-b3cff610e2f5-802a1d19, #w-node-bba83d04-3ec9-adeb-ad8a-f279851c4561-802a1d19, #w-node-_8840c06f-657a-9dde-b231-2293b786289e-802a1d19, #w-node-_42e8d865-4f57-8cd9-c14e-86c948db484f-802a1d19, #w-node-e51ed5af-5884-4e3a-0204-61750e1f5dc2-802a1d19, #w-node-_83d7f406-ab4c-bf0c-c914-de7370ebc716-802a1d19, #w-node-_446da1d5-05ea-7d00-e35e-e4ec8de324dc-802a1d19, #w-node-_6a70ae54-2439-02e6-20c8-003c322415cb-802a1d19, #w-node-_531cf36e-a74a-8669-6f38-c5c891cbdb14-8cd26eeb, #w-node-_480ed3d7-d3c6-8f31-a9c3-a0611f23ce55-8cd26eeb, #w-node-_79c1743b-4dad-3134-02fb-dcbd4b721287-8cd26eeb, #w-node-_2b99a8fa-0dba-b3c9-3abf-7598767e8311-8cd26eeb, #w-node-_5ca3b509-aea3-fb9b-87a8-172d5a4af1b1-8cd26eeb, #w-node-_8a9826e9-ef0a-34fc-75ed-1a311e005fc3-8cd26eeb, #w-node-_966431af-1803-a435-0aa1-bc0de19bc758-8cd26eeb, #w-node-e8431868-5256-887f-c3e7-d7211b62dc88-8cd26eeb, #w-node-_3d8faa3d-f7f5-1fd6-d38a-02852fc943e8-8cd26eeb, #w-node-f115d2f0-5141-7fd3-2381-f5c3ae322935-8cd26eeb, #w-node-_85deb5c9-d48a-2763-3659-e9fbaaf7da3f-8cd26eeb, #w-node-_2b7f5fd0-1814-088d-895f-1ab88dcbdc15-8cd26eeb, #w-node-bc38d37d-cb31-40a9-103b-b3cff610e2f5-8cd26eeb, #w-node-bba83d04-3ec9-adeb-ad8a-f279851c4561-8cd26eeb, #w-node-_8840c06f-657a-9dde-b231-2293b786289e-8cd26eeb, #w-node-_42e8d865-4f57-8cd9-c14e-86c948db484f-8cd26eeb, #w-node-e51ed5af-5884-4e3a-0204-61750e1f5dc2-8cd26eeb, #w-node-_83d7f406-ab4c-bf0c-c914-de7370ebc716-8cd26eeb, #w-node-_446da1d5-05ea-7d00-e35e-e4ec8de324dc-8cd26eeb, #w-node-_6a70ae54-2439-02e6-20c8-003c322415cb-8cd26eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c435cd5-768f-b9ae-dfc2-e6d047bf1762-a978e940 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_712c85c4-86a5-c9b5-8ad9-c9ca5b038153-a978e940 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e7c5ecc-e440-5c7e-fcc1-804cca1ed45b-a978e940 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_705de422-45f5-8389-2a44-c80909184628-a978e940 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6e087382-cea3-30c9-5710-66e431d2b420-6504c2fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e087382-cea3-30c9-5710-66e431d2b429-6504c2fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6e087382-cea3-30c9-5710-66e431d2b42a-6504c2fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e087382-cea3-30c9-5710-66e431d2b42d-6504c2fa {
  justify-self: end;
}

#w-node-_6e087382-cea3-30c9-5710-66e431d2b438-6504c2fa {
  align-self: auto;
}

#w-node-_05730b64-40d9-9ef8-5e53-3726c8d03517-63b0d37c, #w-node-_05730b64-40d9-9ef8-5e53-3726c8d03518-63b0d37c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05730b64-40d9-9ef8-5e53-3726c8d0351a-63b0d37c {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-ddbbe916-5a49-dd3b-1945-d6363758c662-4856d05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9858c9a-9d7e-1175-8b7a-365515299245-4856d05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dd0c4c84-2ee4-0b7f-8f5d-946901d63eb2-4856d05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caa5ea50-a722-23a7-5cab-f3db6c0046cf-4856d05d {
  justify-self: end;
}

#w-node-a9dfb513-d217-e40b-e789-15f89d793231-55f0903d, #w-node-_33c0bd1b-42e5-eb4a-f882-d61351798447-55f0903d, #w-node-_96f8bbbc-9856-2327-69c6-00ac63a0289b-55f0903d, #w-node-ff25fe69-3154-a217-99ab-beff46b4bbba-55f0903d, #w-node-ecc8d336-20cb-2f77-06fc-f1244ece512a-55f0903d, #w-node-bee57541-dfcc-b39a-69ee-a11aebba373c-55f0903d, #w-node-d19590a7-043e-dc9d-c632-2dad8981b002-55f0903d, #w-node-_38ad527a-c844-515f-8871-514e88bdd7d0-55f0903d, #w-node-_78d5f588-1599-afd5-693a-e845f1268597-55f0903d, #w-node-b3e85aac-c71d-35ff-69ef-53d195e4d68f-55f0903d, #w-node-aef971d7-f785-ed44-fd27-605c5c267a6b-55f0903d, #w-node-fb12f2bb-6b50-4c95-889d-13591a1c0abf-55f0903d, #w-node-ebe7512f-7e5f-eaf6-3448-944d2ec53c49-55f0903d, #w-node-_0382d5ef-ea53-119a-147d-b8f55f82e117-55f0903d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe023-9f99645b, #w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe027-9f99645b, #w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe02b-9f99645b, #w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe02f-9f99645b, #w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe034-9f99645b, #w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe038-9f99645b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e7b69e7-7357-697f-d503-f28076ddd32b-c6749475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0e7b69e7-7357-697f-d503-f28076ddd32c-c6749475, #w-node-_0e7b69e7-7357-697f-d503-f28076ddd32d-c6749475, #w-node-_10380075-465e-50d7-aac7-7a414b0372d6-c6749475, #w-node-_10380075-465e-50d7-aac7-7a414b0372e1-c6749475, #w-node-_10380075-465e-50d7-aac7-7a414b0372eb-c6749475, #w-node-_10380075-465e-50d7-aac7-7a414b0372f5-c6749475, #w-node-_10380075-465e-50d7-aac7-7a414b0372ff-c6749475, #w-node-_10380075-465e-50d7-aac7-7a414b037309-c6749475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_667cc57b-a53d-1610-5f91-4ccb194f1cd3-7cdf5309, #w-node-_68559062-6646-5f4b-0ee1-f02b1bde824b-7cdf5309 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe027-9f99645b, #w-node-_785ed1e6-af93-9bb4-7a7c-d991008fe02b-9f99645b, #w-node-_10380075-465e-50d7-aac7-7a414b0372e1-c6749475, #w-node-_10380075-465e-50d7-aac7-7a414b0372eb-c6749475 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_12667fce-0c6f-3816-e280-14e41f1faa2b-7cdf5309 {
    order: 9999;
  }

  #w-node-_882ab416-fdc0-f978-b3e4-3b3cc1b007fa-aa22509d, #w-node-e6197d65-0686-217e-4b19-97eb961c66a1-aa22509d, #w-node-_27492c88-584f-a4a9-e5d9-3d944f76e01b-aa22509d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac52-3889ac51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac53-3889ac51, #w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac5a-3889ac51 {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-_5ccf5d84-19e5-a340-e1bd-c631e922e605-e922e604, #w-node-_5ccf5d84-19e5-a340-e1bd-c631e922e606-e922e604 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ccf5d84-19e5-a340-e1bd-c631e922e60d-e922e604 {
    justify-self: center;
  }

  #w-node-_36141117-5ed9-4f13-f270-e962c93df729-a2d5a259, #w-node-_8b52f671-cbbb-bb98-45e4-3c402b25eeaf-2fef4c15, #w-node-_2def043d-8339-d7a0-b0ad-494c5dadba06-77fb53b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b69d2245-105f-fa26-7168-ec80462d6c45-b429f402 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c94df9b-bdd0-46a9-f603-92f36f55fa5c-469753d7 {
    order: 9999;
  }

  #w-node-_5c435cd5-768f-b9ae-dfc2-e6d047bf1762-eb2c2d1f, #w-node-_7e7c5ecc-e440-5c7e-fcc1-804cca1ed45b-eb2c2d1f, #w-node-_5c435cd5-768f-b9ae-dfc2-e6d047bf1762-a978e940, #w-node-_7e7c5ecc-e440-5c7e-fcc1-804cca1ed45b-a978e940 {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-_6e087382-cea3-30c9-5710-66e431d2b429-6504c2fa {
    justify-self: start;
  }

  #w-node-_05730b64-40d9-9ef8-5e53-3726c8d03516-63b0d37c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05730b64-40d9-9ef8-5e53-3726c8d03517-63b0d37c, #w-node-_05730b64-40d9-9ef8-5e53-3726c8d0351a-63b0d37c {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-b9858c9a-9d7e-1175-8b7a-365515299245-4856d05d {
    justify-self: start;
  }

  #w-node-_0e7b69e7-7357-697f-d503-f28076ddd32b-c6749475 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b69d2245-105f-fa26-7168-ec80462d6c45-b429f402 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e087382-cea3-30c9-5710-66e431d2b429-6504c2fa {
    justify-self: center;
  }

  #w-node-_6e087382-cea3-30c9-5710-66e431d2b42d-6504c2fa {
    justify-self: auto;
  }

  #w-node-b9858c9a-9d7e-1175-8b7a-365515299245-4856d05d {
    justify-self: center;
  }

  #w-node-caa5ea50-a722-23a7-5cab-f3db6c0046cf-4856d05d {
    justify-self: auto;
  }

  #w-node-a9dfb513-d217-e40b-e789-15f89d793231-55f0903d {
    order: 1;
  }

  #w-node-_33c0bd1b-42e5-eb4a-f882-d61351798447-55f0903d {
    order: 2;
  }

  #w-node-_96f8bbbc-9856-2327-69c6-00ac63a0289b-55f0903d {
    order: 4;
  }

  #w-node-ff25fe69-3154-a217-99ab-beff46b4bbba-55f0903d {
    order: 3;
  }

  #w-node-ecc8d336-20cb-2f77-06fc-f1244ece512a-55f0903d {
    order: 5;
  }

  #w-node-bee57541-dfcc-b39a-69ee-a11aebba373c-55f0903d {
    order: 6;
  }

  #w-node-d19590a7-043e-dc9d-c632-2dad8981b002-55f0903d {
    order: 8;
  }

  #w-node-_38ad527a-c844-515f-8871-514e88bdd7d0-55f0903d {
    order: 7;
  }

  #w-node-_78d5f588-1599-afd5-693a-e845f1268597-55f0903d {
    order: 9;
  }

  #w-node-b3e85aac-c71d-35ff-69ef-53d195e4d68f-55f0903d {
    order: 10;
  }

  #w-node-aef971d7-f785-ed44-fd27-605c5c267a6b-55f0903d {
    order: 12;
  }

  #w-node-fb12f2bb-6b50-4c95-889d-13591a1c0abf-55f0903d {
    order: 11;
  }

  #w-node-ebe7512f-7e5f-eaf6-3448-944d2ec53c49-55f0903d {
    order: 14;
  }

  #w-node-_0382d5ef-ea53-119a-147d-b8f55f82e117-55f0903d {
    order: 13;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_882ab416-fdc0-f978-b3e4-3b3cc1b007fa-aa22509d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66a470f5-a8f5-2872-ffe5-f72bbf504e3d-bf504e3a, #w-node-_66a470f5-a8f5-2872-ffe5-f72bbf504e3b-bf504e3a, #w-node-_66a470f5-a8f5-2872-ffe5-f72bbf504e41-bf504e3a, #w-node-cb37d616-e15a-6330-aaa3-f4b1096a9909-bf504e3a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ec59b537-90e6-f605-83b7-48639fd60752-bf504e3a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: end;
  }

  #w-node-a1134b00-93bf-003f-17b9-5db0b72310db-bf504e3a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-db45ba23-2988-b48e-aff5-df33f3d7c364-bf504e3a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac53-3889ac51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2cdd4855-5efe-6d51-8665-2b7c3889ac5a-3889ac51, #w-node-_5c435cd5-768f-b9ae-dfc2-e6d047bf1762-eb2c2d1f, #w-node-_7e7c5ecc-e440-5c7e-fcc1-804cca1ed45b-eb2c2d1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_705de422-45f5-8389-2a44-c80909184628-eb2c2d1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5c435cd5-768f-b9ae-dfc2-e6d047bf1762-a978e940, #w-node-_7e7c5ecc-e440-5c7e-fcc1-804cca1ed45b-a978e940 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_705de422-45f5-8389-2a44-c80909184628-a978e940 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5ff4a87e-466d-ce65-1785-32ce11da1af9-a978e940, #w-node-_5ff4a87e-466d-ce65-1785-32ce11da1afb-a978e940, #w-node-_5ff4a87e-466d-ce65-1785-32ce11da1afd-a978e940, #w-node-_5ff4a87e-466d-ce65-1785-32ce11da1aff-a978e940 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5ff4a87e-466d-ce65-1785-32ce11da1b01-a978e940 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: end;
  }

  #w-node-_5ff4a87e-466d-ce65-1785-32ce11da1b03-a978e940 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5ff4a87e-466d-ce65-1785-32ce11da1b05-a978e940 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_05730b64-40d9-9ef8-5e53-3726c8d03517-63b0d37c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05730b64-40d9-9ef8-5e53-3726c8d0351a-63b0d37c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


