@font-face {
  font-family: Scc Freechart Pos Square;
  src: url('../fonts/scc-freechart-pos-square.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.hero-h1 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px #c90000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

._wf-section-hero {
  margin-bottom: 0;
}

._wf-hero-container {
  flex-flow: column;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._wf-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-box {
  width: 200px;
}

.nav-link-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-text-link {
  color: #18355f;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav-text-link:hover {
  font-weight: 700;
}

._wf-nav-button {
  color: #18355f;
  border: 1px solid #18355f;
  border-radius: 5px;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

._wf-btn-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

._wf-container-1140 {
  flex-flow: column;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._wf-section-pad80 {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

._wf-section-pad80.cabin {
  color: #fff;
  background-color: #18355f;
  background-image: url('../images/cozy-cabin.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1200px;
  padding-bottom: 220px;
}

._wf-footer-container {
  flex-flow: column;
  max-width: 1140px;
  padding: 10px 20px;
  display: flex;
}

._wf-footer-column {
  align-items: stretch;
}

._wf-footer-link {
  color: #cecece;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._wf-section-logos {
  background-color: #18355f;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

._wf-hero-link {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #d82e39;
  border: 2px solid #dfe5dc;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  transform: translate3d(0, 0, 5px);
}

._wf-cta-txt {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.hero-btn-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

._wf-footer-logo {
  width: 200px;
}

._wf-social-icons {
  color: #cecece;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

._wf-footer-row2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

._wf-footer-docs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

._wf-app-store {
  width: 150px;
}

._wf-footer-txt {
  color: #cecece;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

._wf-footer-disclaimer {
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.inline-link {
  color: #da2532;
  font-weight: 700;
  text-decoration: none;
}

.faq-toggle-list-dark {
  position: static;
}

.faq-toggle-list-dark.w--open {
  background-color: #fff;
  border-bottom: 3px solid #b8c7d2;
  width: 700px;
  max-width: none;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.faq-answer-txt {
  max-width: none;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.icon {
  flex-flow: row-reverse;
  display: block;
}

.faq-toggle-block-dark {
  background-color: #fff;
  border: 1px solid #eee;
  border-left: 8px solid #4798d7;
  border-radius: 5px;
  margin-bottom: 10px;
  position: static;
}

.faq-grid-dark {
  transform-style: preserve-3d;
  grid-template-columns: 1fr;
  margin-top: 20px;
  transform: translate3d(0, 0, -5px);
}

.faq-toggle {
  overflow-wrap: anywhere;
  width: 700px;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.faq-toggle:hover {
  background-image: linear-gradient(#ffffff1a, #fff0 49%);
}

.faq-toggle.w--open {
  color: #0d7ff0;
  background-color: #dce3e9;
}

.faq-toggle-txt {
  max-width: none;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.container_faq {
  text-align: center;
  flex-flow: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._wf-trust-row {
  opacity: .7;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

._wf-trust-logos {
  width: auto;
  height: 30px;
}

._wf-trust-title {
  color: #bbb;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

._wf-section-end {
  background-color: #18355f;
}

.flex-block-3 {
  border-right: 2px solid #a388a2;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-right: 20px;
  padding-right: 10px;
}

._wf-trust-wrapper {
  opacity: .7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-slider-small {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.testimonial-slider {
  background-color: #0000;
  max-width: 650px;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 4%;
}

.testimonial-card {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #fff;
  border: 1px solid #dce0e5;
  border-left: 5px solid #d6333f;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.testimonial-info {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
}

.tagline {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

._wf-quote-txt {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

.pricing-card {
  color: #18355f;
  background-color: #fff;
  border: 1px solid #dce0e5;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  border: 2px solid #dce0e5;
  margin-top: -90px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-title {
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.pricing-price.sale-price {
  font-size: 40px;
  font-weight: 400;
}

.paragraph-regular {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d40;
  align-self: stretch;
  height: 1px;
  margin: 5px -24px 20px;
}

.pricing-tag {
  color: #d82e39;
  background-color: #fff;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  padding: 7px 16px;
  font-family: Lato, sans-serif;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.strike-out {
  text-decoration: line-through;
}

.extra {
  color: #8dad62;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 600;
}

.basic {
  color: #4798d7;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.pro {
  color: #008883;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-2 {
  margin-bottom: 20px;
}

.fa-menu-icon {
  color: #fff;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

._wf-nav-logoicon {
  display: none;
}

.dropdown-toggle {
  padding: 0;
}

._wf-hamburger-menu {
  display: none;
}

._wf-section-pitch {
  background-image: linear-gradient(#dbeffe, #dbeffe);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

._wf-heading-h4 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

._wf-heading-h4.centered {
  text-align: center;
}

._wf-signup-btn {
  color: #333;
  transform-style: preserve-3d;
  background-color: #469c4f;
  border: 1px solid #dce0e5;
  border-radius: 5px;
  margin-top: 10px;
  padding: 21px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transform: translate3d(0, 0, 5px);
}

._wf-signup-btn.red {
  color: #fff;
  background-color: #d82e39;
  margin-bottom: 0;
}

._wf-container-1100 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
}

.inline-star-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-weight: 400;
}

.pricing-list-row {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.pricing-list-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.pricing-list-txt {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.pricing-list-icon {
  color: #a8a8a8;
  margin-right: 20px;
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

._wf-logo-strip-wrap {
  max-width: 1010px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._wf-body-p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

._wf-benefits-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}

.benefits-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dce0e5;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 15px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.div-block-3 {
  flex-flow: column;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.flex-block-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.flex-block-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

._wf-benefits-icon {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
}

._wf-benefits-icon.teal {
  color: #018783;
}

._wf-benefits-icon.yellow {
  color: #f4c25a;
}

._wf-benefits-icon.red {
  color: #ff6063;
}

.body {
  color: #18355f;
}

.discount-bubble {
  z-index: 5;
  outline-offset: 0px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#183560, #183560);
  border: 3px #183560;
  border-radius: 200px;
  outline: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-top: -85px;
  margin-bottom: -86px;
  margin-left: 400px;
  transform: rotate(9deg)translate3d(0, 0, 5px);
}

.hero-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 20px;
}

.discount-txt {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 60%;
}

.hero-percent-symbol {
  letter-spacing: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 55%;
}

.shrink-text {
  font-size: 40px;
  line-height: 0;
}

.hero-logo {
  width: 170px;
  max-width: none;
  margin-top: 40px;
}

.decor-bin-hero {
  transform-style: preserve-3d;
  background-image: url('../images/ornamentals-top-v1.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 200px;
  height: 250px;
  margin-top: -216px;
  margin-bottom: -33px;
  overflow: visible;
  transform: translate3d(0, 0, 2px);
}

.div-block-5 {
  background-image: url('../images/snowysky-3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 200px;
  display: flex;
}

.accent-color-red {
  color: #da2532;
}

.flex-block-9 {
  justify-content: center;
  align-items: center;
  width: 82%;
}

.section-nav {
  color: #18355f;
  background-color: #fff;
}

._wf-doc-link {
  color: #cecece;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

._wf-doc-link.end {
  color: #cecece;
  margin-right: 0;
}

._wf-footer-row1-2 {
  border-bottom: 2px solid #aaa;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-icon-links {
  text-decoration: none;
}

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

._wf-footer-heading-2 {
  color: #cecece;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

._wf-footer-toprow-2 {
  border-bottom: 1px solid #cecece;
  margin-bottom: 5px;
}

._wf-btn-icon {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

._wf-section-pricing {
  color: #fff;
  background-color: #132c50;
  padding-top: 80px;
  padding-bottom: 0;
}

.decor-bin-lower {
  transform-style: preserve-3d;
  background-image: url('../images/ornamentals-top-v1.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 200px;
  height: 250px;
  margin-top: -197px;
  margin-bottom: -33px;
  overflow: visible;
  transform: translate3d(0, 0, 2px);
}

._wf-container-pricing {
  flex-flow: column;
  max-width: 1140px;
  margin-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-image {
  max-width: 120%;
  margin-bottom: -52px;
}

._wf-section-trees-lights {
  background-color: #dceffd;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1440px) {
  ._wf-section-pad80.cabin {
    background-image: url('../images/cozy-cabin.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 1400px;
  }

  .div-block-5 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero-h1 {
    margin-top: 10px;
  }

  ._wf-nav-container {
    justify-content: space-between;
    width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-box {
    width: 60px;
  }

  .nav-link-wrap {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  ._wf-nav-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._wf-container-1140 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-hero-link {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btn-box {
    justify-content: center;
    align-items: center;
  }

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

  ._wf-trust-row {
    justify-content: center;
    align-items: center;
  }

  ._wf-trust-logos {
    height: 25px;
    margin: 10px;
  }

  .flex-block-3 {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  ._wf-trust-wrapper {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-card.featured-pricing {
    margin-top: 20px;
  }

  .nav-logo {
    display: none;
  }

  .fa-menu-icon {
    color: #183660;
  }

  ._wf-nav-logoicon {
    height: 50px;
    display: block;
  }

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

  ._wf-nav-button-wrapper {
    align-items: center;
    width: 100%;
  }

  .dropdown-link {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .dropdown-list {
    margin-right: 20px;
  }

  .dropdown-list.w--open {
    left: -93px;
  }

  ._wf-hamburger-menu {
    display: block;
  }

  ._wf-logo-strip-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .discount-bubble {
    top: 231px;
    right: 9.8vw;
  }

  .hero-logo {
    display: block;
  }

  ._wf-container-pricing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  ._wf-nav-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  ._wf-btn-text {
    font-size: 16px;
    font-weight: 700;
  }

  ._wf-container-1140 {
    width: 90%;
  }

  ._wf-cta-txt {
    font-size: 18px;
  }

  .faq-toggle-list-dark.w--open {
    width: 521px;
  }

  .faq-answer-txt {
    max-width: 100%;
    font-size: 16px;
  }

  .faq-toggle {
    width: 520px;
  }

  .faq-toggle-txt {
    max-width: 100%;
    font-size: 16px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .nav-logo {
    display: none;
  }

  .fa-menu-icon {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-size: 30px;
  }

  .dropdown-list.w--open {
    right: -30px;
  }

  ._wf-logo-strip-wrap {
    width: 90%;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 60%;
  }

  .benefits-card {
    width: auto;
  }

  .discount-bubble {
    margin-left: 295px;
    display: flex;
    transform: scale(.7)rotate(9deg)translate3d(0, 0, 5px);
  }

  .hero-logo {
    display: none;
  }

  ._wf-btn-icon {
    font-size: 16px;
    font-weight: 700;
  }

  ._wf-container-pricing {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero-h1 {
    margin-top: 10px;
    font-size: 50px;
  }

  ._wf-nav-container {
    flex-flow: row;
  }

  ._wf-cta-txt {
    font-size: 18px;
  }

  .faq-toggle-list-dark.w--open {
    width: 300px;
  }

  .faq-answer-txt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-right: 40px;
    font-size: 14px;
    display: inline-block;
    overflow: visible;
  }

  .faq-toggle-block-dark {
    margin-bottom: 0;
  }

  .faq-grid-dark {
    max-width: 100%;
  }

  .faq-toggle {
    width: 95%;
    margin: 10px;
  }

  .faq-toggle-txt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-right: 40px;
    font-size: 14px;
    display: inline-block;
    overflow: visible;
  }

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

  ._wf-trust-logos {
    height: 18px;
  }

  .flex-block-3 {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  ._wf-trust-wrapper {
    flex-flow: column;
  }

  .testimonial-slider-small {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .testimonial-slider {
    max-width: 100%;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  ._wf-quote-txt {
    font-size: 14px;
  }

  .pricing-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .pricing-price.sale-price {
    font-size: 36px;
  }

  ._wf-nav-button-wrapper {
    display: none;
  }

  ._wf-hamburger-menu {
    color: #18355f;
    margin-left: 0;
    margin-right: 0;
  }

  ._wf-heading-h4.centered {
    font-size: 24px;
  }

  .pricing-list-txt {
    font-size: 14px;
  }

  .grid {
    width: 100%;
  }

  .discount-bubble {
    margin-top: -39px;
    margin-left: 0;
    display: flex;
  }

  .hero-logo {
    display: block;
  }

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

  .hero-image {
    display: none;
  }
}

#w-node-_405b07ee-4cd8-f671-3c1b-ab3e1bcf58a9-6ea6c7af, #w-node-_405b07ee-4cd8-f671-3c1b-ab3e1bcf58df-6ea6c7af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_405b07ee-4cd8-f671-3c1b-ab3e1bcf5919-6ea6c7af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}


@font-face {
  font-family: 'Scc Freechart Pos Square';
  src: url('../fonts/scc-freechart-pos-square.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}