:root {
  --grey-black: #181818;
  --black: black;
  --dim-grey: #556575;
  --dim-grey-2: rgba(85, 101, 117, .8);
  --white: white;
  --gold: #f5c830;
  --dark-slate-grey: #054a49;
  --snow-brown: #f7f2ef;
  --background: #f8eee7;
  --peach-puff: #fcc8aa;
  --seashell: #f8eee7;
  --dim-grey-3: rgba(85, 101, 117, .23);
  --gainsboro: #e7e7e7;
  --cyan: #69fdef;
  --deep-pink: #f0386b;
  --snow: #fff9f5;
  --sea-green: #048060;
  --deep-sky-blue: #23a7e0;
}

body {
  color: #333;
  background-color: #fcfcfc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  border-bottom: 0 solid #000;
  text-decoration: underline;
}

.section-standard {
  justify-content: space-around;
  align-items: center;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-standard.hero {
  align-items: center;
  height: 100vh;
  max-height: 650px;
  margin-top: 60px;
  padding-top: 80px;
  display: flex;
}

.section-standard.hero.lp-template {
  background-color: var(--dim-grey);
  background-image: url('../images/wave-2.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  height: auto;
  min-height: 90vh;
  max-height: none;
  margin-top: 0;
  padding: 100px 0% 80px;
}

.section-standard.hero.pricing {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/wave-1.svg'), linear-gradient(to bottom, var(--dim-grey-2), white);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  height: 550px;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 40px;
  display: block;
}

.section-standard.hero.pricing.about {
  height: 400px;
  padding-bottom: 0;
}

.section-standard._40-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section-standard._40-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 20px;
  display: flex;
  overflow: hidden;
}

.section-standard._40-bottom-padding._1 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-standard._40-bottom-padding.hidden {
  display: none;
}

.section-standard.yellow-wave-bg {
  background-image: url('../images/LP-Background-32x.png');
  background-position: 0 0;
  background-size: 100% 100%;
}

.section-standard.yellow-wave-bg._40-bottom-margin {
  background-color: var(--dim-grey);
  background-image: url('../images/wave-4.svg'), linear-gradient(to bottom, var(--dim-grey), white);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.div-standard {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  width: auto;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-standard.flex {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  border-radius: 4px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: static;
  top: 0;
}

.div-standard.flex.justify {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1280px;
  margin-right: 0;
  display: grid;
}

.div-standard.flex.justify.footer {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: start;
  width: auto;
  max-width: none;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.div-standard.flex.top-align {
  grid-template-columns: 1fr 1fr 2fr;
  align-items: flex-start;
  width: 95%;
  max-width: 900px;
}

.div-standard.justify-spaced {
  justify-content: space-between;
}

.div-standard.justify-spaced._1080 {
  max-width: 1080px;
  margin-top: 60px;
  display: flex;
}

.div-standard.justify-spaced._1080.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 95%;
  max-width: 1140px;
  display: grid;
}

.div-standard.justify-spaced.flex {
  width: auto;
}

.div-standard.services {
  width: 50%;
}

.heading-1 {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-1.centre {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1.centre._960-width {
  max-width: 960px;
  font-weight: 600;
}

.paragraph {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: .25px;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.centre {
  color: #556575;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph._15px {
  font-size: 15px;
}

.paragraph._15px.no-margin {
  margin-bottom: 0;
  font-style: italic;
}

.paragraph._400-width {
  text-align: left;
  max-width: 400px;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  line-height: 1.5em;
}

.paragraph._24px {
  font-size: 20px;
}

.paragraph._24px.centre.dark {
  color: #000;
}

.paragraph.black-bold {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
}

.button {
  color: var(--white);
  background-color: #048060;
  border: 3px solid #048060;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.button.underlined:hover {
  text-decoration: underline;
}

.button.underlined.no-right-margin {
  flex: 1;
  align-self: auto;
  margin-right: 0;
}

.button.no-max-width {
  flex: none;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-left: 20px;
  margin-right: 0;
}

.button.no-max-width.menu {
  border-color: var(--gold);
  background-color: var(--gold);
}

.button.no-max-width.menu:hover {
  border-color: var(--gold);
  background-color: var(--white);
}

.button.sticky {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  flex: 0 auto;
  max-width: none;
  height: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
}

.button.sticky:hover {
  background-color: rgba(0, 0, 0, 0);
}

.two-columns-450-w {
  max-width: 525px;
  margin-left: 0;
  margin-right: auto;
}

.two-columns-450-w._450 {
  max-width: 450px;
}

.checkmar {
  max-width: none;
  max-height: 25px;
}

.checkmark-column {
  opacity: .6;
  align-items: flex-start;
  display: flex;
}

.text-checkmark {
  color: #000;
  font-family: Graphik;
  font-size: 12px;
  font-weight: 400;
}

.heading-3 {
  color: #181818;
  font-family: Graphik;
  font-size: 36px;
  line-height: 1.5em;
}

.image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.image._120w {
  width: 100px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block.logo-bar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block.logo-bar._20-top-margin._60-opacity {
  opacity: .6;
  width: 100vw;
  max-width: 960px;
}

.heading-2 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-2.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-2.centre._800w {
  max-width: 800px;
  font-weight: 700;
}

.heading-2._450 {
  max-width: 500px;
  line-height: 1.4em;
}

.heading-2._450._50px {
  font-size: 50px;
}

.heading-2._35px {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.link-block {
  flex: none;
}

.div-block-25 {
  flex: 0 auto;
  align-items: center;
  width: 97%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-image {
  float: left;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.image-6 {
  float: left;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 170px;
  max-width: 90%;
  margin: 15px auto auto;
  padding-top: auto;
  display: block;
  position: relative;
  top: 0;
}

.image-6:hover {
  opacity: .8;
  transform: rotateX(5deg)rotateY(10deg)rotateZ(0);
}

.image-6.on-top {
  float: none;
  background-color: rgba(0, 0, 0, 0);
  width: 140px;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  position: static;
}

.image-6.on-top:hover {
  opacity: .8;
  position: static;
  transform: none;
}

.nav-link {
  float: right;
  clear: left;
  color: var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link:hover {
  perspective: 627px;
  perspective-origin: 50%;
  color: #d4d4d4;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  font-weight: 400;
}

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

.nav-menu-2 {
  float: right;
  clear: none;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: static;
}

.navbar {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  min-height: 60px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-5 {
  color: #556575;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.small-testimonial {
  opacity: .7;
  color: var(--grey-black);
  background-color: rgba(0, 0, 0, 0);
  border: 3px #000;
  border-top: 1px rgba(0, 0, 0, .15);
  border-radius: 0;
  max-width: 420px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-family: Graphik;
  font-size: 23px;
  line-height: 1.4em;
}

.h4 {
  color: var(--grey-black);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.search {
  border: 1px none var(--snow-brown);
  background-color: var(--white);
  color: var(--grey-black);
  border-radius: 5px;
  flex: 0 auto;
  align-self: stretch;
  align-items: baseline;
  max-width: 300px;
  height: 46px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: block;
}

.search:focus {
  background-color: var(--white);
  opacity: 1;
}

.article-hero {
  background-color: #f8f8f8;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.footer {
  background-color: #1d2b36;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.link-footer {
  color: var(--background);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  text-decoration: none;
}

.legal {
  color: var(--snow-brown);
  text-align: center;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.search-result-item {
  margin-bottom: 10px;
  padding: 5px 10px;
  text-decoration: none;
}

.search-result-item:hover {
  background-color: var(--snow-brown);
}

.search-results {
  padding-top: 100px;
}

.search-result-wrapper {
  margin-top: 20px;
}

.subheadline {
  color: var(--dim-grey);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.subheadline._500w {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  max-width: 500px;
  margin-bottom: 20px;
}

.subheadline._500w.blac {
  color: var(--dim-grey);
}

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

.column-60 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.columns-3 {
  align-items: center;
  display: block;
}

.column-72 {
  padding-left: 0;
  padding-right: 0;
}

.div-final-cta-flex {
  margin-bottom: 10px;
  margin-right: 15px;
  display: flex;
}

.div-final-cta-flex.no-margin {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  margin-right: 0;
}

.div-450-width {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.home-image {
  width: 100%;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.home-image._80 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-name-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.testimonial-name-small {
  border-bottom: 1px none var(--grey-black);
  color: var(--grey-black);
  text-align: left;
  margin: 0 auto 0 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5em;
}

.small-testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin-top: 40px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-60px-top-margin {
  margin-top: 80px;
}

.div-60px-top-margin._60-opacity {
  opacity: .6;
  width: 97%;
  max-width: 1280px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.tabs-selectors {
  float: right;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-right: 3%;
  display: block;
  position: relative;
  top: auto;
  left: -47px;
  right: auto;
}

.image-104 {
  width: 500px;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.link-block-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-4.w--current {
  justify-content: center;
  max-width: 120px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  display: flex;
}

.navigation-div {
  background-color: rgba(0, 0, 0, .88);
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1100px;
  height: 70px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  margin-right: 20px;
  padding: 0 12px 0 0;
}

.nav-menu-dropdown {
  color: #3f0a3d;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.line-break {
  background-color: #ddd;
  width: 1px;
  min-height: 25px;
  margin-left: 0;
  margin-right: 0;
}

.sticky-notice-delete {
  z-index: 4;
  border: 2px solid var(--peach-puff);
  background-color: var(--seashell);
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px 0;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 10px rgba(96, 62, 255, .1);
}

.div-block-55 {
  opacity: 1;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-56 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

._250-width {
  flex: 0 auto;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 830px;
  padding: 132px 3% 164px;
  display: flex;
  position: relative;
}

.div-block-60 {
  max-width: 450px;
  margin-bottom: 20px;
  display: flex;
}

.red-wrapper {
  background-image: linear-gradient(to bottom, var(--dim-grey-3), white);
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.red-wrapper.left {
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.div-550 {
  max-width: 550px;
}

.benefit-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.benefit-block._400 {
  flex-direction: row;
  max-width: 400px;
}

.feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 750px;
  margin-left: 40px;
  display: grid;
}

.image-109 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.tab-400w {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.tab-400w.right-aligned {
  float: none;
  max-width: 400px;
  margin-right: 7%;
  padding-left: 60px;
}

.tabs-content-3 {
  width: 100%;
  max-width: 550px;
  margin-top: -270px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.tab:hover {
  background-color: rgba(255, 255, 255, .62);
}

.tab.w--current {
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-left: 60px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-block-3 {
  margin-left: 15px;
  margin-right: auto;
}

.hero-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-66 {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.button-5 {
  color: #fff;
  background-color: #048060;
  border: 3px solid #048060;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-5:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.button-5.left-aligned {
  border-color: var(--gold);
  background-color: var(--gold);
  max-width: 180px;
  height: 55px;
  margin-left: 0;
}

.button-5.ghost {
  border: 3px solid var(--gold);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  height: 55px;
  margin-left: 0;
}

.button-5.ghost:hover {
  background-color: var(--gold);
  color: #fff;
  border-style: none;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  text-transform: none;
}

.tabsmove {
  background-color: var(--white);
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.navbar-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tab-pane-tab-4 {
  width: auto;
}

.div1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  padding-left: 0;
  display: block;
}

.tab-pane-tab-1 {
  padding-left: 0;
}

.electric {
  width: 60px;
  height: 60px;
}

.heading-10 {
  color: var(--white);
  font-size: 35px;
}

.heading-10:hover {
  color: var(--gold);
}

.image-114 {
  width: 30px;
  margin-right: 20px;
  padding-right: 0;
}

.image-115 {
  width: 50px;
}

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

.heading-11 {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 0;
}

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

.list {
  padding-left: 0;
}

.div-block-72 {
  background-color: #262c31;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 40px;
  padding-top: 36px;
  padding-bottom: 20px;
  display: flex;
}

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

.image-116 {
  height: 100%;
}

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

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-4 {
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container-2 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-2.flex-vertical {
  width: 60%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
}

.flex-horizontal {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  box-shadow: 0 7px 15px 3px rgba(175, 177, 179, .3);
}

.icon-container.i4 {
  background-image: url('../images/tom-wiring-light-thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-container.i1 {
  background-image: url('../images/shop-fitting-lighting-.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-container.i2 {
  background-image: url('../images/wiring-up-a-socket.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-container.i5 {
  background-image: url('../images/portsmouth-electrician-checking-wres.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-container.i6 {
  background-image: url('../images/portsmouth-sparkie-call-out.jpg');
  background-position: 0%;
  background-size: cover;
}

.icon-container.i7 {
  background-image: url('../images/207347_RS0176_IMG_02_0000.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-container.i8 {
  background-image: url('../images/207347_RS0176_IMG_03_0000.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-container.i9 {
  background-image: url('../images/59560588_907422482936529_7080055325153500516_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.section {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section-2 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.div-block-76 {
  background-image: url('../images/Installers-of-Wiring--Sockets-in-Portsmouth.jpg'), url('../images/Security--Fire-Alarm-Installers-in-Portsmouth.jpg'), url('../images/Emergency-Call-Out--Electrician-in-Portmouth.jpeg'), url('../images/Commercial-Electrician-in-Portsmouth.jpeg'), url('../images/109348936_308160240371113_5550210761283970314_n.jpg'), url('../images/be2981eb-a0cc-4b36-b644-905108aa2d53.jpeg');
  background-position: 40% 0, 50% 0, 50% 0, 50% 0, 0 0, 50%;
  background-size: cover, cover, cover, cover, cover, cover;
  width: 50%;
}

.div-block-76.emer {
  background-image: url('../images/Emergency-electrician-in-Portsmouth.jpg'), url('../images/Installers-of-Wiring--Sockets-in-Portsmouth.jpg'), url('../images/Security--Fire-Alarm-Installers-in-Portsmouth.jpg'), url('../images/Commercial-Electrician-in-Portsmouth.jpeg'), url('../images/109348936_308160240371113_5550210761283970314_n.jpg'), url('../images/be2981eb-a0cc-4b36-b644-905108aa2d53.jpeg');
  background-position: 50% 0, 40% 0, 50% 0, 50% 0, 0 0, 50%;
  background-size: cover, cover, cover, cover, cover, cover;
}

.div-block-76.com {
  background-image: url('../images/electrician-comerical-in-portsmouth.jpg'), url('../images/Installers-of-Wiring--Sockets-in-Portsmouth.jpg'), url('../images/Security--Fire-Alarm-Installers-in-Portsmouth.jpg'), url('../images/Emergency-Call-Out--Electrician-in-Portmouth.jpeg'), url('../images/109348936_308160240371113_5550210761283970314_n.jpg'), url('../images/be2981eb-a0cc-4b36-b644-905108aa2d53.jpeg');
  background-position: 50% 0, 40% 0, 50% 0, 50% 0, 0 0, 50%;
  background-size: cover, cover, cover, cover, cover, cover;
}

.div-block-76.dom {
  background-image: url('../images/local-portsmouth-electrician-Tom.jpg'), url('../images/Installers-of-Wiring--Sockets-in-Portsmouth.jpg'), url('../images/Security--Fire-Alarm-Installers-in-Portsmouth.jpg'), url('../images/Emergency-Call-Out--Electrician-in-Portmouth.jpeg'), url('../images/Commercial-Electrician-in-Portsmouth.jpeg'), url('../images/be2981eb-a0cc-4b36-b644-905108aa2d53.jpeg');
  background-position: 0 0, 40% 0, 50% 0, 50% 0, 50% 0, 50%;
  background-size: cover, cover, cover, cover, cover, cover;
}

.div-block-76.sec {
  background-image: url('../images/Fire-Alarm-installers-portsmouth.jpg'), url('../images/Installers-of-Wiring--Sockets-in-Portsmouth.jpg'), url('../images/Emergency-Call-Out--Electrician-in-Portmouth.jpeg'), url('../images/Commercial-Electrician-in-Portsmouth.jpeg'), url('../images/109348936_308160240371113_5550210761283970314_n.jpg'), url('../images/be2981eb-a0cc-4b36-b644-905108aa2d53.jpeg');
  background-position: 50% 0, 40% 0, 50% 0, 50% 0, 0 0, 50%;
  background-size: cover, cover, cover, cover, cover, cover;
}

.div-block-76.fuse {
  background-image: url('../images/Electrician-working-on-consumer-unit.jpg'), url('../images/Installers-of-Wiring--Sockets-in-Portsmouth.jpg'), url('../images/Security--Fire-Alarm-Installers-in-Portsmouth.jpg'), url('../images/Emergency-Call-Out--Electrician-in-Portmouth.jpeg'), url('../images/Commercial-Electrician-in-Portsmouth.jpeg'), url('../images/109348936_308160240371113_5550210761283970314_n.jpg');
  background-position: 50%, 40% 0, 50% 0, 50% 0, 50% 0, 0 0;
  background-size: cover, cover, cover, cover, cover, cover;
}

.div-block-76.about {
  background-image: url('../images/map-of-portsmouth-for-tjl-electrical.png'), url('../images/Installers-of-Wiring--Sockets-in-Portsmouth.jpg'), url('../images/Security--Fire-Alarm-Installers-in-Portsmouth.jpg'), url('../images/Emergency-Call-Out--Electrician-in-Portmouth.jpeg'), url('../images/Commercial-Electrician-in-Portsmouth.jpeg'), url('../images/109348936_308160240371113_5550210761283970314_n.jpg'), url('../images/be2981eb-a0cc-4b36-b644-905108aa2d53.jpeg');
  background-position: 50%, 40% 0, 50% 0, 50% 0, 50% 0, 0 0, 50%;
  background-size: cover, cover, cover, cover, cover, cover, cover;
}

.div-block-77 {
  background-color: var(--white);
  width: 50%;
  padding: 20px 40px;
}

.text {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text.quote {
  color: var(--grey-black);
  padding-bottom: 10px;
}

.h2 {
  font-family: PT Serif, serif;
}

.div-block-78 {
  max-width: 600px;
}

.quote-box {
  background-color: var(--dim-grey-3);
  border: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.list-item {
  list-style-type: disc;
}

.dropdown-toggle-3 {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 30px;
  display: block;
}

.icon-5 {
  margin-right: 10px;
}

.dropdown-list-3 {
  color: #181818;
}

.dropdown-list-3.w--open {
  background-color: #fff;
}

.dropdown-link-2 {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.dropdown-link-2:hover {
  color: var(--gold);
}

.dropdown-link-2:focus {
  color: var(--black);
}

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

.tick {
  background-image: url('../images/Green-Check2x_1Green Check@2x.png');
  background-position: 50%;
  background-size: contain;
  width: 21px;
  height: 21px;
}

.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;
  align-items: center;
  width: 260px;
  display: flex;
}

.div-block-79 {
  color: var(--white);
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #fcfcfc;
  }

  h3 {
    color: var(--grey-black);
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  p {
    margin-bottom: 30px;
    line-height: 1.6em;
  }

  .section-standard {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    min-height: 0;
    display: flex;
  }

  .section-standard.hero.lp-template {
    justify-content: center;
  }

  .section-standard._40-padding {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-standard._40-bottom-padding {
    justify-content: center;
    padding-bottom: 40px;
  }

  .div-standard {
    width: 90%;
    max-width: 1280px;
  }

  .div-standard.flex {
    flex: 0 auto;
    align-items: center;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-standard.flex.top-align {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-standard.justify-spaced._1080 {
    max-width: 1000px;
    margin-top: 60px;
    display: flex;
  }

  .div-standard.justify-spaced._1080.flex {
    flex: 1;
    max-width: 1140px;
  }

  .heading-1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .heading-1.centre._960-width {
    max-width: 960px;
  }

  .paragraph {
    color: var(--dim-grey);
    font-size: 17px;
  }

  .paragraph.centre {
    color: var(--grey-black);
    text-align: center;
  }

  .paragraph._15px {
    color: var(--dim-grey);
  }

  .paragraph._15px.no-margin {
    margin-bottom: 0;
  }

  .paragraph._400-width {
    color: var(--dim-grey);
    text-align: left;
  }

  .button {
    height: 55px;
  }

  .text-checkmark {
    font-family: Inter, sans-serif;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    opacity: .6;
    width: 100vw;
  }

  .heading-2 {
    font-weight: 600;
  }

  .heading-2._35px {
    letter-spacing: 0;
  }

  .div-block-25 {
    max-width: none;
  }

  .link-image {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-6.on-top {
    float: none;
    width: 180px;
    margin-bottom: auto;
    margin-left: 0;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .small-testimonial {
    opacity: .7;
    background-color: rgba(0, 0, 0, 0);
    border: 3px #000;
    border-top: 1px dashed rgba(0, 0, 0, .15);
    border-radius: 0;
    align-items: center;
    max-width: 420px;
    min-height: 120px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    display: flex;
  }

  .h4 {
    font-size: 22px;
  }

  .search {
    justify-content: space-around;
    max-width: 300px;
    height: 50px;
    display: block;
  }

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

  .subheadline {
    color: var(--grey-black);
  }

  .subheadline._500w {
    color: var(--white);
  }

  .body {
    background-color: #fcfcfc;
  }

  .home-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-image._80 {
    max-width: 80%;
  }

  .testimonial-name-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .testimonial-name-small {
    border-bottom-style: none;
    border-bottom-color: var(--grey-black);
    color: var(--grey-black);
    flex: 0 auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .heading-3 {
    font-weight: 600;
  }

  .small-testimonial-wrapper {
    border: 3px #000;
    border-radius: 4px;
    max-width: 420px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .div-60px-top-margin._60-opacity {
    opacity: .6;
  }

  .image-104 {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .link-block-4.w--current {
    margin-bottom: 20px;
  }

  .sticky-notice-delete {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .red-wrapper {
    align-items: flex-start;
    width: 650px;
    max-width: none;
    margin-top: auto;
    margin-left: -59px;
    padding-top: 0;
    display: flex;
  }

  .benefit-block {
    flex: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .feature-block {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content-3 {
    width: 500px;
    margin-left: 0;
    margin-right: auto;
  }

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

  .button-5 {
    height: 55px;
  }

  .button-5.left-aligned {
    background-color: var(--gold);
    font-weight: 500;
  }

  .button-5.left-aligned:hover {
    color: var(--black);
    background-color: #fff;
  }

  .button-5.ghost {
    border-color: var(--gold);
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .button-5.ghost:hover {
    background-color: var(--gold);
    border-style: solid;
  }

  .tabsmove {
    width: 300px;
  }

  .dropdown-link-2:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  .section-standard {
    padding: 60px 2%;
    overflow: hidden;
  }

  .section-standard.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-standard.hero.lp-template {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0 2% 40px;
    display: grid;
  }

  .section-standard.hero.pricing {
    height: auto;
  }

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

  .section-standard.yellow-wave-bg._40-bottom-margin {
    margin-bottom: 0;
  }

  .div-standard.flex {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .div-standard.justify-spaced._1080.flex {
    width: 95%;
    margin-top: 40px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph._15px.no-margin {
    font-size: 14px;
  }

  .button {
    flex: 1;
  }

  .button.no-max-width {
    flex: 0 auto;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .image._120w {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

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

  .heading-2.centre._800w, .heading-2._450._50px {
    font-size: 40px;
  }

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

  .div-block-25 {
    flex: 1;
    order: 0;
    align-self: auto;
    overflow: visible;
  }

  .image-6 {
    margin-left: 15px;
  }

  .nav-link {
    clear: none;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: row-reverse;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .nav-link.w--current {
    align-self: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.d {
    display: flex;
  }

  .nav-menu-2 {
    float: left;
    clear: right;
    background-color: #fff;
    flex: 1;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  }

  .navbar {
    flex-direction: column-reverse;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .small-testimonial {
    font-size: 20px;
  }

  .h4 {
    font-size: 18px;
  }

  .article-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .column-60 {
    justify-content: space-between;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

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

  .home-image._80 {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 30px;
  }

  .small-testimonial-wrapper {
    margin-right: 40px;
  }

  .div-60px-top-margin._60-opacity {
    width: 97%;
    margin-top: 40px;
  }

  .link-block-3 {
    flex: 0 auto;
  }

  .tabs-selectors {
    margin-right: 0%;
    left: auto;
  }

  .image-104 {
    max-width: 90%;
  }

  .navigation-div {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    width: 100%;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .brand {
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
  }

  .brand.w--current {
    display: none;
  }

  .nav-menu-dropdown {
    background-color: var(--dim-grey);
    color: #fff;
    flex-direction: column;
    flex: none;
    justify-content: center;
    height: 100vh;
    padding-bottom: 15px;
    display: flex;
  }

  .line-break {
    display: none;
  }

  .menu-button-green {
    background-color: var(--gold);
    color: #603eff;
    border: 1px solid rgba(2, 103, 107, .1);
    justify-content: center;
    align-items: center;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button-green.w--open {
    border-color: var(--gold);
    background-color: var(--white);
    color: #603eff;
  }

  .icon-2 {
    color: var(--black);
    margin-top: 18px;
  }

  .dropdown {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sticky-notice-delete {
    display: none;
  }

  .div-block-55 {
    max-width: 60%;
  }

  .div-block-56 {
    margin-left: 10px;
  }

  ._250-width {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .red-wrapper {
    width: auto;
    height: auto;
    margin-right: 0;
    padding: 20px 10px;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    padding-top: 20px;
  }

  .tab-400w.right-aligned {
    margin-right: 0%;
  }

  .tabs-content-3 {
    width: auto;
    max-width: 90%;
    margin-top: -228px;
    margin-left: auto;
  }

  .tab, .tab.w--current {
    margin-left: 0;
  }

  .hero-image {
    display: none;
  }

  .button-5, .button-5.ghost {
    flex: 1;
  }

  .heading-10 {
    display: none;
  }

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

  .image-116 {
    height: auto;
    padding-top: 0;
    display: block;
  }

  .container-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-container {
    height: 20vw;
  }

  .div-block-75 {
    background-image: url('../images/WhatsApp-Image-2021-08-05-at-9.51.54-AM.jpeg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    display: block;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: stretch;
    display: grid;
  }

  .div-block-76 {
    width: 100%;
    height: 100%;
    padding-bottom: 220px;
  }

  .div-block-77 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding: 10px;
    display: flex;
  }

  .quote-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown-toggle-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: none;
  }

  .icon-5 {
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-5 {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-standard {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-standard.hero {
    display: block;
  }

  .section-standard.hero.lp-template {
    padding-top: 0;
  }

  .section-standard.hero.pricing {
    padding-top: 110px;
  }

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

  .section-standard._40-bottom-padding {
    padding-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-standard {
    max-width: 95%;
  }

  .div-standard.flex {
    flex-direction: column;
    grid-template-rows: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-standard.flex.justify.footer {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-standard.flex.top-align {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div-standard.justify-spaced._1080.flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    margin-right: 0;
    display: grid;
  }

  .div-standard.services {
    width: auto;
  }

  .heading-1.centre._960-width {
    font-size: 35px;
  }

  .paragraph {
    text-align: center;
    font-size: 15px;
  }

  .paragraph._15px.no-margin {
    font-size: 13px;
  }

  .paragraph._400-width {
    text-align: left;
  }

  .paragraph._24px.centre.dark {
    font-size: 18px;
  }

  .paragraph.black-bold {
    text-align: left;
  }

  .button.no-max-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.sticky {
    padding-right: 10px;
  }

  .two-columns-450-w {
    margin-bottom: 10px;
  }

  .image {
    max-width: 80%;
    display: block;
  }

  .image._120w {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image.edit {
    display: none;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
  }

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

  .heading-2._35px {
    font-size: 27px;
  }

  .nav-link {
    float: none;
    clear: none;
    background-color: var(--dim-grey);
    text-align: center;
    flex: none;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-2 {
    margin-top: 0;
    display: none;
  }

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

  .small-testimonial {
    font-size: 16px;
  }

  .h4 {
    text-align: center;
    font-size: 18px;
  }

  .article-hero {
    padding-top: 40px;
  }

  .footer {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-footer-column {
    margin-bottom: 30px;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .legal {
    text-align: left;
  }

  .subheadline._500w.blac {
    text-align: center;
  }

  .column-60 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .div-450-width {
    float: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .home-image._80 {
    width: auto;
    max-width: none;
  }

  .testimonial-name-small {
    margin-right: 0;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 25px;
  }

  .small-testimonial-wrapper {
    margin-right: 0;
  }

  .tabs-selectors {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-104 {
    text-align: left;
    width: auto;
    max-width: 100%;
    margin-left: auto;
  }

  .div-block-56 {
    flex: 1;
    max-width: 45%;
  }

  ._250-width {
    width: 100%;
  }

  .hero {
    padding-bottom: 60px;
  }

  .div-block-60 {
    justify-content: space-around;
    align-items: center;
  }

  .red-wrapper {
    margin-top: 20px;
    margin-right: 0;
  }

  .red-wrapper.left {
    order: 1;
    margin-right: 0;
  }

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

  .benefit-block._400 {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-400w {
    margin-bottom: 20px;
  }

  .tab-400w.right-aligned {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .tabs-content-3 {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .tab.w--current {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-image {
    max-width: 100%;
    height: 300px;
    display: none;
  }

  .div-block-66 {
    align-items: flex-start;
    display: block;
  }

  .button-5.left-aligned {
    font-size: 15px;
  }

  .button-5.ghost {
    margin-right: 0;
  }

  .tabsmove {
    width: 300px;
  }

  .div1 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-114 {
    padding-bottom: 10px;
  }

  .div-block-70 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-116 {
    order: -1;
    padding-top: 0;
  }

  .div-block-74 {
    flex-direction: column;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .marquee-cover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }

  .marquee {
    height: 70vw;
  }

  .track-vertical {
    align-items: center;
  }

  .container-2 {
    width: 100%;
  }

  .container-2.flex-vertical {
    width: 100%;
    padding-right: 0;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .icon-container {
    height: 25vw;
  }

  .section {
    padding-top: 60px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-76.about {
    background-size: cover, cover, cover, cover, cover, cover, cover;
  }

  .dropdown-toggle-3 {
    justify-content: center;
    align-self: center;
  }

  .icon-5 {
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .section-standard.hero {
    height: 80vh;
    max-height: none;
  }

  .section-standard.hero.lp-template {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-standard._40-bottom-padding {
    padding-bottom: 20px;
  }

  .section-standard._40-bottom-padding._1 {
    padding-bottom: 40px;
  }

  .section-standard.yellow-wave-bg._40-bottom-margin {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .div-standard.flex.justify.footer {
    grid-template-columns: 1fr 1fr;
  }

  .div-standard.flex.top-align {
    width: 100%;
  }

  .div-standard.justify-spaced._1080.flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 30px;
  }

  .heading-1 {
    text-align: left;
    font-size: 30px;
  }

  .heading-1.centre._960-width {
    font-size: 30px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph._15px {
    font-size: 14px;
  }

  .paragraph._24px.centre.dark {
    font-size: 17px;
  }

  .button {
    color: var(--white);
    width: 100%;
    max-width: none;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .two-columns-450-w {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkmark-column {
    opacity: .6;
    border-radius: 0;
    margin-top: 5px;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .heading-2.centre._800w {
    font-size: 25px;
  }

  .heading-2._450._50px {
    text-align: center;
    font-size: 30px;
  }

  .heading-2._35px {
    font-size: 24px;
  }

  .image-6 {
    margin-left: 5px;
  }

  .nav-link {
    float: none;
    clear: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link.w--current {
    display: flex;
  }

  .nav-menu-2 {
    float: right;
    clear: left;
  }

  .navbar {
    display: block;
  }

  .heading-5 {
    text-align: left;
    font-size: 16px;
  }

  .small-testimonial {
    margin-bottom: 10px;
  }

  .h4 {
    font-size: 15px;
  }

  .article-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-footer-column {
    margin-bottom: 20px;
  }

  .heading-8 {
    margin-top: 20px;
    font-size: 16px;
  }

  .link-footer {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .subheadline {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .subheadline._500w {
    text-align: left;
    font-size: 16px;
  }

  .column-60 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-450-width {
    align-items: center;
    margin-left: 0;
  }

  .home-image._80 {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .testimonial-name-wrap {
    max-width: 250px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .small-testimonial-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .div-60px-top-margin._60-opacity {
    width: 95%;
    margin-top: 0;
  }

  .tabs-selectors {
    margin-top: 0;
  }

  .navigation-div {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-dropdown {
    background-color: var(--dim-grey);
    margin-top: 0;
  }

  .menu-button-green.w--open {
    background-color: var(--white);
    color: var(--gold);
  }

  ._250-width {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-60 {
    flex-direction: column;
  }

  .red-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 10px;
  }

  .red-wrapper.left {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-block {
    grid-template-rows: auto auto auto auto;
    width: 100%;
    margin-left: 0;
  }

  .tab, .tab.w--current {
    font-size: 14px;
  }

  .button-5 {
    color: #fff;
    width: 100%;
    max-width: none;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button-5.left-aligned {
    max-width: none;
    height: 40px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .button-5.left-aligned:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-5.ghost {
    flex: 1;
    height: 40px;
  }

  .tabsmove {
    width: 280px;
    padding-left: 10px;
  }

  .div-block-70 {
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
  }

  .div-block-72 {
    width: 100%;
  }

  .image-116 {
    width: auto;
    height: auto;
  }

  .div-block-74 {
    grid-template-rows: auto auto;
    justify-items: center;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.flex-vertical {
    padding-bottom: 20px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .section {
    padding-bottom: 60px;
  }

  .div-block-77 {
    flex-direction: column;
  }
}

#w-node-_9f22c77f-8422-a171-3359-887eb0d39cc1-91109016, #w-node-e0fe7699-e556-f286-a829-44c791109017-91109016 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e0fe7699-e556-f286-a829-44c791109018-91109016 {
  justify-self: auto;
}

#w-node-_221ff9df-4e56-6ba1-e625-1ea48f67b91c-bbe6dd04 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_489274fc-a470-6b1a-1501-15806eeb89f4-bbe6dd04, #w-node-_68c2e8e5-62e9-cd20-4b02-1cad9022ccba-bbe6dd04, #w-node-eb4b284a-45de-972d-b633-5f4bdce2c8f1-fce6dd07, #w-node-e8a24ffd-15af-80ce-82f7-264b48a46d14-fce6dd07, #w-node-eb4b284a-45de-972d-b633-5f4bdce2c8f1-4fb5828f, #w-node-e8a24ffd-15af-80ce-82f7-264b48a46d14-4fb5828f, #w-node-eb4b284a-45de-972d-b633-5f4bdce2c8f1-265e5891, #w-node-e8a24ffd-15af-80ce-82f7-264b48a46d14-265e5891, #w-node-eb4b284a-45de-972d-b633-5f4bdce2c8f1-b5b78907, #w-node-e8a24ffd-15af-80ce-82f7-264b48a46d14-b5b78907, #w-node-eb4b284a-45de-972d-b633-5f4bdce2c8f1-90c532a9, #w-node-e8a24ffd-15af-80ce-82f7-264b48a46d14-90c532a9, #w-node-eb4b284a-45de-972d-b633-5f4bdce2c8f1-f0ac9633, #w-node-e8a24ffd-15af-80ce-82f7-264b48a46d14-f0ac9633, #w-node-eb4b284a-45de-972d-b633-5f4bdce2c8f1-4c2569df, #w-node-e8a24ffd-15af-80ce-82f7-264b48a46d14-4c2569df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8993377c-82aa-b508-162f-4409e062af1a-91109016 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c97e75c7-70df-9653-a88b-492afecd52b5-bbe6dd04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_363b28ce-1d96-be14-1e30-7468dc99bb09-bbe6dd04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-b15bfeed-659b-926b-0a13-aef7d151d3bd-bbe6dd04 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e819b1f6-037e-18e0-687c-62fca9c8cd9f-bbe6dd04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_245fb26b-5da1-04cd-4bb9-dca0c409af1c-bbe6dd04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f91b1aa2-cb94-d400-af9b-899eeef7aa9c-bbe6dd04, #w-node-_66c885f8-2596-6f56-c7ed-67c87845a523-bbe6dd04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b15bfeed-659b-926b-0a13-aef7d151d3bd-bbe6dd04 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f91b1aa2-cb94-d400-af9b-899eeef7aa9c-bbe6dd04, #w-node-_66c885f8-2596-6f56-c7ed-67c87845a523-bbe6dd04, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d02fa-4f839af8, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d0308-4f839af8, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d030f-4f839af8, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d031d-4f839af8, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d0324-4f839af8, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d032b-4f839af8, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d0301-4f839af8, #w-node-_152782c0-27c8-d3cf-b898-c1b25b6d0316-4f839af8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


