:root {
  --transparent: #0000;
  --ff-off-white: #edeff2;
  --ff-green: #609623;
  --brand-red: #d00b01;
  --ff-black: #192024;
  --ff-white: white;
}

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

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

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

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

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

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

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

.w-layout-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: #edeff2;
  font-family: Alegreya Sans;
  font-weight: 400;
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--transparent);
}

.button {
  border: 1px solid var(--ff-off-white);
  background-color: var(--ff-green);
  color: var(--ff-off-white);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--brand-red);
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--ff-off-white);
  color: var(--ff-black);
  border-style: solid;
  border-width: 2px;
  font-weight: 400;
}

.button:focus {
  color: #192024;
  background-color: #edeff2;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.ghost {
  border-color: var(--ff-green);
  background-color: var(--ff-off-white);
  color: var(--ff-black);
}

.button.ghost:hover {
  background-color: var(--ff-green);
  border-style: none;
}

.navigation-link {
  color: var(--ff-black);
  padding: 10px 12px;
  font-family: Libre Franklin;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: var(--ff-green);
}

.navigation-link:active, .navigation-link:focus {
  color: var(--brand-red);
}

.navigation-link.w--current {
  color: var(--ff-black);
  padding: 10px;
  font-family: Libre Franklin;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.navigation-link.w--current:hover {
  color: var(--ff-green);
}

.navigation-link.w--current:active, .navigation-link.w--current:focus {
  color: var(--brand-red);
}

.navigation-bar {
  background-color: var(--ff-black);
  border-style: none;
  height: 60px;
  font-weight: 300;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-menu {
  margin-top: 5px;
  padding-top: 0;
}

.brand-link {
  padding-top: 2px;
  padding-bottom: 0;
}

.brand-link.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.backup-section {
  text-align: center;
  background-color: #0000;
  padding: 60px 10px 80px;
  position: relative;
}

.white-box {
  color: var(--ff-off-white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #8e8e9c;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px;
  display: flex;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  color: var(--ff-black);
  text-align: center;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.hero-section.centrered-phone {
  text-align: center;
  display: none;
}

.hero-heading {
  color: var(--ff-off-white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 82px;
}

.hero-subheading {
  color: var(--brand-red);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 140px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 56px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  color: #edeff2;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #edeff2;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Libre Franklin;
  font-size: 20px;
  line-height: 28px;
}

.hollow-button.all-caps:hover {
  border-style: solid;
  border-color: var(--transparent);
  color: var(--transparent);
}

.section-title-group {
  color: var(--ff-black);
  margin-top: 40px;
  margin-bottom: 60px;
}

.form-field {
  color: #676770;
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
  margin-bottom: 20px;
}

.form-wrapper {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  background-color: var(--ff-black);
  color: #192024;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  background-color: var(--ff-black);
  color: #edeff2;
  text-align: center;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #dbdbdb;
  font-family: Libre Franklin;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #edeff2;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

.footer-link.with-icon {
  border: 1px #000;
  margin-left: 30px;
  font-family: Libre Franklin;
}

.footer-link-wrapper {
  text-align: left;
  border: 0 #000;
}

.form {
  color: #676770;
  margin-top: 0;
}

.spc {
  padding-right: 10px;
}

.body {
  background-color: var(--ff-white);
  color: #192024;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  display: block;
}

.container {
  margin-top: 4px;
  font-size: 24px;
  line-height: 24px;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph {
  color: var(--ff-black);
  text-align: justify;
  margin-top: -1px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.footer-block {
  color: #edeff2;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.footer-heading {
  color: var(--brand-red);
  letter-spacing: 3px;
  font-family: Libre Franklin;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-5 {
  color: #8e8e9c;
  font-family: Libre Franklin;
}

.heading-5.left {
  text-align: left;
  letter-spacing: 5px;
  text-transform: none;
  line-height: 28px;
}

.text-block-link {
  color: var(--ff-green);
  text-transform: none;
  cursor: pointer;
  margin: 10px 0;
  padding: 0;
  font-family: "Fa 300", sans-serif;
  font-size: 84px;
  font-weight: 300;
  line-height: 84px;
  text-decoration: none;
}

.text-block-link:hover, .text-block-link:focus {
  color: var(--brand-red);
}

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

.service-box-h3 {
  color: var(--brand-red);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.body-2 {
  color: #192024;
  background-color: #fff;
  font-family: Libre Franklin;
}

.paragraph-2 {
  color: #676770;
  margin-bottom: 20px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.page-heading-h1 {
  color: var(--ff-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.page-subheading-h2 {
  color: var(--ff-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 2px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}

.text-block-2 {
  color: var(--transparent);
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.html-embed {
  background-color: var(--ff-black);
  color: #edeff2;
  font-size: 14px;
  font-weight: 300;
}

.text-span {
  font-family: Libre Franklin;
  font-weight: 300;
}

.text-span-3 {
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-weight: 300;
}

.text-span-3:hover {
  color: var(--ff-green);
}

.privacy-and-policy-wrap {
  align-items: flex-end;
  display: flex;
}

.privacy-link {
  margin-left: 0;
}

.text-block-link-sml {
  color: #edeff2;
  text-transform: none;
  margin: 10px 10px 10px 0;
  padding: 0;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.link {
  letter-spacing: 1px;
  margin-left: 10px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.paragraph-privacy {
  color: #192024;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.list-item-no-bullet {
  list-style-type: none;
}

.unordered-list-2 {
  text-align: left;
  margin-bottom: 12px;
  list-style-type: disc;
}

.unordered-list-3 {
  padding-left: 30px;
  list-style-type: decimal;
}

.list-item-main-privacy {
  text-align: justify;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-size: 18px;
  line-height: 24px;
  list-style-type: square;
}

.list-item-sub-privacy {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  list-style-type: disc;
}

.link-2, .link-3, .link-4 {
  color: #2d3e4f;
  font-family: Libre Franklin;
  font-weight: 500;
}

.link-5 {
  color: var(--ff-black);
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-weight: 500;
}

.link-5:hover {
  color: var(--ff-green);
}

.unordered-list-4, .unordered-list-5 {
  margin-bottom: 20px;
}

.product-article-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.product-image-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.product-article-heading {
  color: var(--ff-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}

.product-article-text {
  color: var(--ff-black);
  text-align: center;
  margin-bottom: 30px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.product-article-subheading {
  color: var(--brand-red);
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.buy-now-button {
  border: 2px solid var(--ff-green);
  background-color: var(--ff-green);
  color: var(--ff-black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.buy-now-button:hover {
  border: 2px solid var(--brand-red);
  background-color: var(--ff-white);
  color: var(--ff-green);
  font-weight: 400;
}

.buy-now-button:focus {
  color: #192024;
  background-color: #edeff2;
}

.buy-now-button.w--current {
  background-color: #2e80b6;
}

.product-seperator-line {
  border: 1px solid #cf404d;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-wrap {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.product-item-wrap {
  flex-flow: wrap;
  place-content: stretch space-around;
  align-items: flex-start;
  padding-left: 0;
  line-height: 28px;
  display: flex;
}

.product-item-wrap.hidden {
  display: block;
}

.product-item-wrap.elfsigght-catalog {
  max-width: 1100px;
}

.data-sheet-button {
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 30px;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.data-sheet-button:hover {
  border: 1px solid var(--transparent);
  color: #192024;
  background-color: #0000;
}

.data-sheet-button:focus {
  color: #192024;
  background-color: #edeff2;
}

.data-sheet-button.w--current {
  background-color: #2e80b6;
}

.container-3 {
  max-width: 1100px;
  padding-top: 30px;
}

.container-3.elfsight-wiget-catalog {
  height: 100%;
}

.container-4, .container-5 {
  padding-top: 30px;
}

.container-6 {
  padding-top: 40px;
}

.nav-fb-link {
  color: var(--ff-off-white);
  width: 16px;
  height: 20px;
  margin-left: 10px;
  padding: 4px 0 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  transition: all .3s ease-in-out;
}

.nav-fb-link:hover {
  color: var(--transparent);
}

.nav-fb-link.w--current {
  color: #2d3e4f;
  padding: 10px;
  font-family: Libre Franklin;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.nav-fb-link.w--current:hover, .nav-fb-link.w--current:focus {
  color: var(--transparent);
}

.fb-icon-home {
  color: var(--ff-off-white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.fb-icon-home:hover {
  color: var(--transparent);
}

.bot-field-label {
  color: #eb2400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.bot-field {
  color: #fff;
  background-color: #1a4563;
  border-style: none;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  padding-left: 20px;
  display: none;
}

.bot-field:active, .bot-field:focus {
  background-color: #ebebeb;
}

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

.services-section {
  color: #091849;
  text-align: center;
  background-color: #0000;
  padding: 60px 10px 80px;
  position: relative;
  transform: translate(0);
}

.websites-section, .security-section, .privacy-section {
  text-align: center;
  background-color: #0000;
  padding: 60px 10px 80px;
  position: relative;
}

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

.support-section {
  background-color: var(--ff-white);
  color: var(--ff-black);
  text-align: center;
  padding: 60px 10px 80px;
  position: relative;
}

.contact-section {
  text-align: center;
  background-color: #0000;
  padding: 60px 10px 80px;
  position: relative;
}

.link-6 {
  color: #192024;
}

.button-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-container {
  width: auto;
  max-width: 1400px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.button-block-home {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns {
  padding-bottom: 60px;
}

.navigation-bar-home {
  background-color: var(--transparent);
  background-image: linear-gradient(#0000, #0000);
  border-style: none;
  height: 60px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-nav-item {
  color: var(--ff-off-white);
  text-transform: uppercase;
  margin-right: 0;
  padding: 10px 12px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  transition: all .3s ease-in-out;
}

.top-nav-item:hover {
  color: var(--ff-green);
}

.top-nav-item:active, .top-nav-item:focus {
  color: var(--brand-red);
}

.top-nav-item:visited {
  color: var(--ff-off-white);
  text-transform: uppercase;
  font-weight: 300;
}

.top-nav-item.w--current {
  color: var(--ff-off-white);
  padding: 10px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

.top-nav-item.w--current:hover {
  color: var(--ff-green);
}

.top-nav-item.w--current:focus {
  color: var(--brand-red);
}

.map {
  display: none;
}

.fab {
  color: var(--ff-off-white);
  text-align: left;
  text-transform: lowercase;
  cursor: default;
  margin-left: 20px;
  padding: 2px 0 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.fab.fa-facebook-black {
  color: var(--ff-off-white);
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 2px 0 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
}

.fab.fa-facebook-black:hover {
  color: var(--ff-green);
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  color: #676770;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: var(--ff-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: #009abd;
}

.color-block.cc-font-color-light {
  background-color: #676770;
}

.color-block.cc-brand-color-1 {
  background-color: var(--ff-green);
  color: var(--ff-green);
}

.color-block.cc-brand-color-2 {
  background-color: var(--brand-red);
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: var(--ff-black);
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb700;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.card-paragraph {
  color: #676770;
  margin-bottom: 0;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 18px;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #404047;
  background-color: #79aa4129;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.button-2 {
  background-color: var(--transparent);
  color: var(--ff-off-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  height: 44px;
  padding: 0 20px;
  font-family: Libre Franklin;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
}

.button-2:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.card-title {
  color: var(--brand-red);
  margin-top: 0;
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 400;
}

.style-guide-content {
  padding-top: 0;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-6 {
  color: var(--ff-black);
  text-align: center;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
}

.heading-7 {
  color: #676770;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 2px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 26px;
  line-height: 38px;
}

.privacy-text {
  letter-spacing: 1px;
  margin-top: 2px;
  margin-left: 0;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.privacy-text:hover {
  color: var(--ff-green);
}

.privacy-link-wrap {
  margin-top: 2px;
  font-family: Libre Franklin;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.fal-icon {
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
}

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

.paragraph-3 {
  color: #676770;
  text-align: justify;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.block-quote {
  border-left-color: var(--brand-red);
  color: var(--ff-black);
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 20px;
}

.text-link {
  color: var(--ff-black);
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

.text-link:hover {
  color: var(--ff-green);
}

.heading-8 {
  color: var(--ff-black);
  letter-spacing: 3px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

.heading-9 {
  color: var(--brand-red);
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-weight: 600;
}

.body-3 {
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

.heading-10 {
  color: var(--ff-black);
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

.heading-11 {
  color: var(--brand-red);
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

.heading-12 {
  color: #676770;
  font-size: 18px;
  font-weight: 500;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-family: Libre Franklin;
}

.html-embed-2 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.body-4 {
  color: var(--ff-white);
  background-color: #0000;
}

.container-id {
  max-width: 1400px;
  height: 100%;
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.html-embed-3 {
  margin-bottom: 100px;
}

.bg-video {
  height: 100vh;
  margin-top: 0;
  position: relative;
  inset: 0% 0% auto;
}

.invoice-header-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.inv-header {
  background-color: var(--ff-black);
  padding: 3%;
}

.inv-footer {
  background-color: var(--ff-black);
  margin-bottom: 40px;
  padding-bottom: 100px;
}

.inv-body {
  padding-bottom: 100px;
}

.inv-header-text {
  color: var(--ff-off-white);
  text-align: center;
  font-family: Libre Franklin;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.bold-text {
  font-weight: 400;
}

.paragraph-4 {
  display: block;
}

.paragraph-2-copy {
  color: #676770;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.book-new {
  color: #676770;
  margin-bottom: 0;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  display: block;
}

.booked-appointment {
  color: var(--ff-black);
  margin-bottom: 20px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.text-span-2, .text-span-1 {
  font-family: Libre Franklin;
  font-weight: 300;
}

.text-span-4 {
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-weight: 300;
}

.text-span-4:hover {
  color: var(--ff-green);
}

.link-8 {
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-weight: 300;
}

.link-8:hover {
  color: var(--ff-green);
}

.elfsight-widget-wrap, .html-embed-4 {
  height: 100%;
}

.elfsite-widgets-section {
  background-color: var(--ff-off-white);
}

.container-elfsight-widgets {
  max-width: none;
  padding-top: 100px;
}

.container-elfsight-widgets.elfsight-wiget-catalog {
  height: 100%;
}

.elfsight-widget-banner-wrap {
  max-width: 1100px;
  padding-top: 40px;
  display: none;
}

.hero-section-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-1400 {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.25rem 1rem;
}

.container-1400.full-height {
  height: 100%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 3.75rem;
  font-size: 6rem;
  font-weight: 400;
  line-height: 7rem;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 3.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
}

.button-firstfruits {
  text-align: center;
  letter-spacing: .1em;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #1e7c3a;
  border: 1px solid #fff;
  border-radius: .375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3.125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
}

.button-firstfruits:hover {
  color: #1e7c3a;
  background-color: #fff;
}

.body-5 {
  color: #000;
  background-color: #fff0;
}

.body-splash {
  color: #192024;
  background-image: linear-gradient(45deg, #0a1949 22%, #22a351);
  font-family: Libre Franklin;
}

.container-copy, .container1400 {
  max-width: 1400px;
  margin-top: 4px;
  font-size: 24px;
  line-height: 24px;
}

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

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

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

.fs-cc-prefs_checkbox:hover {
  color: var(--ff-green);
  -webkit-text-stroke-color: var(--ff-green);
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .125rem;
}

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

.fs-cc-prefs_title {
  color: var(--ff-black);
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
}

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

.fs-cc-prefs_text {
  color: var(--ff-black);
  text-align: justify;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  justify-content: space-around;
  margin-bottom: 1rem;
  padding-top: .5rem;
  line-height: 24px;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_text-link {
  color: var(--ff-black);
  text-transform: uppercase;
  border: 1px #000;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner_text-link:hover {
  color: var(--brand-red);
}

.fs-cc-prefs_form {
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36em;
  height: 80%;
  max-height: 78vh;
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
  inset: 0% 0% auto 25%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

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

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

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

.fs-cc-prefs_label {
  color: var(--ff-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  border: 1px solid var(--ff-green);
  background-color: var(--ff-green);
  border-radius: .6rem;
  margin-right: .5rem;
  padding: 1rem 1.5rem;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.fs-cc-prefs_button:hover {
  background-color: var(--ff-white);
  color: var(--ff-green);
  -webkit-text-stroke-color: var(--ff-green);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--brand-red);
  color: var(--brand-red);
  background-color: #fff;
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

.fs-cc-banner_button {
  border: 2px solid var(--ff-green);
  background-color: var(--ff-green);
  color: var(--ff-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: .6rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: 1rem 1.25rem;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.fs-cc-banner_button:hover {
  background-color: var(--ff-off-white);
  color: var(--ff-black);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--brand-red);
  color: var(--brand-red);
  -webkit-text-stroke-color: var(--brand-red);
  background-color: #f5f5f5;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  background-color: var(--ff-black);
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .125rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  display: flex;
}

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

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.body-6 {
  font-family: Libre Franklin;
  font-size: 18px;
}

.heading-13, .heading-14, .heading-15 {
  font-family: Librefranklin Variablefont Wght, sans-serif;
}

.heading-3 {
  color: var(--brand-red);
  text-align: left;
}

.text-block-8 {
  color: var(--brand-red);
  text-transform: uppercase;
}

.footer-item-heading {
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.website-discovery-heading {
  color: #676770;
  margin-bottom: 0;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  display: block;
}

.website-discovery-form-details {
  color: var(--ff-black);
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Librefranklin Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.code-embed {
  height: 100%;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
    text-align: right;
    margin-right: 10px;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    background-color: #0000;
    height: 60px;
  }

  .hamburger-button {
    color: #000;
    text-align: left;
    padding: 0;
  }

  .hamburger-button.w--open {
    background-color: #0000;
  }

  .navigation-menu {
    color: #f0f0f0;
    text-align: right;
    background-color: #000;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .backup-section {
    padding-bottom: 20px;
  }

  .white-box {
    justify-content: space-between;
  }

  .hero-section.centered {
    padding-top: 60px;
  }

  .hero-subheading {
    margin-bottom: 80px;
  }

  .section-title-group, .form-wrapper {
    margin-bottom: 20px;
  }

  .footer {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

  .spc {
    text-align: center;
    padding-bottom: 20px;
  }

  .container {
    background-color: #0000;
  }

  .image {
    color: #0000;
  }

  .paragraph {
    color: var(--ff-green);
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-block {
    font-size: 13px;
    line-height: 24px;
  }

  .heading-5.left {
    color: #2d3e4f;
  }

  .page-heading-h1 {
    color: #192024;
    font-size: 48px;
    line-height: 64px;
  }

  .page-subheading-h2 {
    color: var(--ff-green);
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .product-article-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-image-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .product-article-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .product-article-text {
    color: var(--ff-green);
  }

  .product-article-subheading {
    color: #cf404d;
  }

  .buy-now-button {
    font-family: Libre Franklin;
    font-size: 14px;
    line-height: 14px;
  }

  .product-item-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
  }

  .data-sheet-button {
    font-size: 14px;
    line-height: 14px;
  }

  .icon {
    color: var(--ff-black);
    background-color: #0000;
    padding-top: 0;
    font-size: 42px;
    font-weight: 300;
    line-height: 42px;
  }

  .icon.home {
    color: var(--ff-off-white);
  }

  .container-3 {
    padding-top: 10px;
  }

  .nav-fb-link {
    color: #ffffff85;
    margin-right: 20px;
  }

  .nav-fb-link.w--current {
    color: #fff;
  }

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

  .websites-section, .security-section, .privacy-section, .support-section, .contact-section {
    padding-bottom: 20px;
  }

  .hero-container {
    width: auto;
    min-width: auto;
    padding-top: 90px;
  }

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

  .navigation-bar-home {
    background-color: #0000;
    height: 60px;
  }

  .top-nav-item {
    color: #ffffff85;
    text-align: right;
    margin-right: 10px;
  }

  .top-nav-item.w--current {
    color: #fff;
  }

  .privacy-text {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }

  .privacy-link-wrap {
    text-align: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
  }

  .fal-icon {
    font-size: 18px;
    line-height: 18px;
  }

  .container-elfsight-widgets {
    padding-top: 10px;
  }

  .container-1400 {
    padding-top: 3.75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .heading {
    font-size: 4rem;
  }

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

  .container-copy {
    background-color: #0000;
  }

  .container1400 {
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

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

@media screen and (max-width: 767px) {
  .button {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
    font-size: 20px;
  }

  .navigation-bar {
    height: 60px;
  }

  .brand-link.w--current {
    width: 50px;
    margin-top: 2px;
    padding-left: 6px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 56px;
  }

  .hero-subheading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .section-title-group {
    margin-bottom: 20px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .container {
    height: 60px;
    margin-top: 0;
  }

  .paragraph {
    color: var(--ff-green);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .page-heading-h1 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }

  .page-subheading-h2 {
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .product-article-wrap {
    width: 100%;
  }

  .product-image-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-article-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .product-article-text {
    font-family: Libre Franklin;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .product-article-subheading {
    margin-bottom: 10px;
  }

  .buy-now-button {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-seperator-line {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .product-item-wrap {
    flex-flow: column wrap;
    place-content: stretch space-between;
    align-items: center;
  }

  .icon {
    padding-top: 8px;
  }

  .container-3 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-image {
    max-width: 80%;
  }

  .container-5 {
    padding-top: 10px;
  }

  .button-block {
    justify-content: space-between;
  }

  .button-block-home {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
  }

  .columns {
    justify-content: flex-start;
    padding-bottom: 156px;
  }

  .navigation-bar-home {
    height: 60px;
  }

  .card-wrap {
    flex: 1;
  }

  .privacy-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
  }

  .privacy-link-wrap {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    font-size: 16px;
    line-height: 16px;
  }

  .fal-icon {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-2-copy, .book-new, .booked-appointment {
    font-size: 20px;
    line-height: 28px;
  }

  .container-elfsight-widgets {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-1400 {
    padding-top: .625rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading {
    margin-bottom: 1.25rem;
    font-size: 2.375rem;
  }

  .heading-2 {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }

  .button-firstfruits {
    padding: .9375rem;
  }

  .container-copy {
    height: 60px;
    margin-top: 0;
  }

  .container1400 {
    margin-top: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .website-discovery-heading, .website-discovery-form-details {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    border-color: var(--transparent);
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Libre Franklin;
  }

  .navigation-link {
    color: #fff;
    margin-right: 0;
    font-size: 20px;
  }

  .navigation-link.w--current {
    margin-right: 0;
    font-size: 20px;
  }

  .navigation-bar {
    height: 50px;
  }

  .hamburger-button {
    margin-right: 3px;
  }

  .brand-link {
    width: 55px;
  }

  .brand-link.w--current {
    padding-left: 6px;
  }

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

  .hero-section.centered {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-section.centrered-phone {
    text-align: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero-heading {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 38px;
  }

  .hero-subheading {
    letter-spacing: 2px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .hollow-button.all-caps {
    border-color: var(--brand-red);
    color: var(--brand-red);
    margin-bottom: 60px;
    font-family: Libre Franklin;
    font-weight: 300;
  }

  .hollow-button.all-caps.w--current {
    border-color: var(--brand-red);
    color: var(--brand-red);
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Libre Franklin;
  }

  .section-title-group {
    margin-bottom: 10px;
  }

  .form-field {
    color: var(--ff-green);
    height: 40px;
    margin-bottom: 10px;
    font-weight: 300;
  }

  .form-field::placeholder {
    line-height: 16px;
  }

  .form-field.text-area {
    height: 100px;
  }

  .form-wrapper {
    margin-bottom: 0;
  }

  .footer {
    text-align: center;
    padding: 20px 0 10px;
  }

  .footer-link-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    margin-bottom: 10px;
  }

  .spc {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    height: 50px;
  }

  .image {
    margin-top: 0;
  }

  .paragraph {
    color: var(--ff-green);
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .footer-block {
    margin-bottom: 0;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

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

  .page-heading-h1 {
    color: var(--ff-black);
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .page-subheading-h2 {
    color: #676770;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .text-block-link-sml {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-privacy {
    margin-bottom: 10px;
  }

  .product-article-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .product-image-wrap {
    margin-bottom: 20px;
  }

  .product-article-heading {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .product-article-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .product-article-subheading {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .buy-now-button {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-seperator-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .data-sheet-button {
    margin-bottom: 10px;
  }

  .icon {
    color: var(--ff-black);
    padding-top: 0;
  }

  .icon.home {
    color: var(--ff-off-white);
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .product-image {
    max-width: 60%;
  }

  .container-4 {
    padding-top: 10px;
  }

  .container-5, .container-6 {
    padding-top: 0;
  }

  .nav-fb-link {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
  }

  .nav-fb-link.w--current {
    font-size: 20px;
  }

  .bot-field-label {
    color: #eb2400;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .bot-field {
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .services-section {
    margin-top: 0;
    padding: 20px 6px 6px;
  }

  .websites-section, .security-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

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

  .support-section, .contact-section {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .button-block {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container {
    padding-top: 80px;
  }

  .button-block-home {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation-bar-home {
    inset: 0% 0% auto;
  }

  .top-nav-item {
    color: #fff;
    margin-right: 0;
    font-size: 20px;
  }

  .top-nav-item.w--current {
    margin-right: 0;
    font-size: 20px;
  }

  .privacy-text, .privacy-link-wrap {
    font-size: 16px;
    line-height: 16px;
  }

  .fal-icon {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 16px;
  }

  .services-container {
    width: auto;
  }

  .paragraph-2-copy, .book-new, .booked-appointment {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .container-elfsight-widgets {
    padding-left: 0;
    padding-right: 0;
  }

  .container-1400 {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading {
    margin-bottom: 2.5rem;
    font-size: 2.0625rem;
  }

  .heading-2 {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .website-discovery-heading, .website-discovery-form-details {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }
}

#w-node-_49e69b8a-ef40-4d84-1f92-d2617143b8db-3e434c94, #w-node-_29c25774-570b-ddb2-69b5-f4ddbb194afd-3e434c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_49e69b8a-ef40-4d84-1f92-d2617143b8db-3e434c94 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29c25774-570b-ddb2-69b5-f4ddbb194afd-3e434c94 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Librefranklin Variablefont Wght';
  src: url('../fonts/LibreFranklin-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}