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

.w-layout-hflex {
  flex-direction: row;
  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;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.heading-1 {
  color: #1a5c99;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 125%;
}

.heading-1.white {
  margin-bottom: 10px;
}

.heading-1.green {
  color: #82b459;
}

.heading-1.addmargin {
  margin-bottom: 20px;
}

.accent-color-yellow {
  color: #ffc900;
}

.vflex_1172-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-special-jumbo {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3281d0;
  margin: 10px 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 125%;
  transition: all .2s;
  display: inline-block;
}

.button-special-jumbo:hover {
  color: #fff;
  background-color: #2dad3d;
}

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

.white {
  color: #fff;
}

._wf-button-special {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3281d0;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
  transition: all .2s;
  display: inline-block;
}

._wf-button-special:hover {
  color: #fff;
  background-color: #2dad3d;
}

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

.section_hero {
  background-image: linear-gradient(#002e77c4, #002e77c4), url('../images/abstract-financial-trading-graph.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.cta-heading-special {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 125%;
}

.section_lp-logobar {
  z-index: 1;
  transform-style: preserve-3d;
  background-color: #143352;
  background-image: linear-gradient(#242424, #242424);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate3d(0, 0, 5px);
  box-shadow: 0 2px 5px #00000080;
}

.sml-logo {
  max-width: 220px;
}

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

._wf-section-60.support {
  color: #fff;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/startup_pattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 460px;
}

.container_1172-vflex-centered {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  display: flex;
}

.divider-gray {
  background-image: linear-gradient(#9e9e9e, #9e9e9e);
  border-radius: 8px;
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 8px;
  max-height: none;
  margin: 10px auto;
}

.copy-lrg {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.button-support {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #ec760f;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .2s;
}

.button-support:hover {
  color: #fff;
  background-color: #7c8288;
}

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

.footer-content {
  grid-column-gap: 67px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-legal-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hflex-block {
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.app-link-img {
  height: 50px;
  padding-right: 20px;
}

.footer-social-link-yt {
  margin-left: 32px;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-legal-link {
  color: #9e9e9e;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #ffc900;
}

.footer-link {
  color: #9e9e9e;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffc900;
}

.footer {
  color: #9e9e9e;
  background-color: #19304e;
  border-top: 2px solid #363636;
  padding: 40px 0 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 125%;
  position: relative;
}

.footer-social-link-linkedin {
  align-self: auto;
  margin-left: 32px;
}

.copy-med {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.vflex-block {
  flex-flow: column;
  display: flex;
}

.flex-block-7 {
  justify-content: space-between;
}

.footer-social-link-twitter {
  margin-left: 32px;
}

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

.sm-icons {
  height: 40px;
}

.footer-divider {
  background-color: #9e9e9e;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

.footer-title-block {
  border-bottom: 2px solid #9e9e9e;
  width: 100%;
}

.footer-copyright {
  color: #9e9e9e;
}

.footer-copyright.warning {
  color: #9e9e9e;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.footer-social-link-fb {
  margin-left: 32px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.sign-up-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #12b423;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
  transition: all .2s;
  display: inline-block;
}

.sign-up-button:hover {
  color: #fff;
  background-color: #ee0202;
}

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

.hflex_1172-left {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fa-icon-block {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-2.white {
  color: #fff;
}

.heading-2.blue {
  color: #1a5c99;
}

.heading-2.green {
  color: #82b45a;
}

.grid_3_benefits {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 60px auto 0;
}

.vflex_940-centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.heading-5.white {
  color: #fff;
  overflow-wrap: normal;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
}

.fa-icon-300 {
  color: #fff;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 50px;
  line-height: 150%;
  position: absolute;
  transform: translate3d(0, 0, 2px);
}

.vflex-card {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

._wf-hero-copy {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.cta-heading-lrg {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 100%;
}

.hero-copy-bold {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.grid_tools {
  color: #fff;
  background-image: linear-gradient(#1a1a1a, #1a1a1a), linear-gradient(#f2f5f7, #f2f5f7);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
}

._wf-features-grid {
  width: 100%;
  height: 210px;
}

._wf-features-icon-fa400 {
  color: #2dad3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa 400", sans-serif;
}

.divider_features {
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider_features.gray {
  background-image: linear-gradient(#dbe3e9, #dbe3e9);
  height: 3px;
  margin-bottom: 0;
}

.features-matrix-txt-lrg {
  color: #ffc900;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.hero-img {
  max-width: 130%;
  margin-top: -280px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

._wf-features-andmore {
  color: #fff;
  background-color: #333;
  width: 100%;
}

.custom-icon-svg-div {
  width: 36px;
  height: 36px;
}

._wf-features-icon-fasharp300 {
  color: #2dad3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp 300", sans-serif;
}

._wf-features-icon-fa300 {
  color: #2dad3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa 300", sans-serif;
}

._wf-divider-white {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 8px;
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 8px;
  max-height: none;
  margin: 10px auto 20px;
}

.parallelogram-outer {
  background-color: #2dad3d;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 5px 10px;
  transform: skew(-20deg);
}

.parallelogram-inner {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transform: skew(20deg);
}

._wf-hero-block {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hero-copy-block {
  justify-content: center;
  align-items: center;
  width: 470px;
  padding: 10px 40px;
}

._wf-section-gradient {
  color: #fff;
  background-color: #143352;
  background-image: linear-gradient(#000 4%, #05050500 54%, #000 96%);
  padding-top: 100px;
  padding-bottom: 100px;
}

._wf-section-black {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-heading-med {
  clear: left;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.section-testimonials {
  background-image: linear-gradient(#000, #000);
  padding: 60px 20px;
}

.heading-1-list {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 125%;
}

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

.faq-grid-dark {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-toggle-block-dark {
  transform-style: preserve-3d;
  margin-bottom: 10px;
  position: static;
  transform: translate3d(0, 0, -10px);
}

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

.faq-toggle-list-dark.w--open {
  background-color: #333;
  border-bottom: 3px solid #b8c7d2;
  width: 605px;
  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;
}

.container_faq {
  text-align: center;
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fa-icon-sharp-400 {
  color: #fff;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 50px;
  line-height: 150%;
  position: absolute;
  transform: translate3d(0, 0, 2px);
}

.testimonial-card {
  color: #fff;
  background-image: linear-gradient(#191919, #191919);
  border-bottom: 3px solid #ffc900;
  flex-direction: column;
  align-items: flex-start;
  max-width: 45%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

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

.testimonial-author {
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.tagline {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.testimonial-icon-wrapper {
  color: #2dad3d;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._wf-testimonial-container {
  flex-flow: row;
  margin-bottom: 20px;
}

.features-matrix-txt-sml {
  letter-spacing: normal;
  font-family: Lato, sans-serif;
  font-size: 1.19em;
  line-height: 150%;
}

.grid_2x1 {
  grid-template-rows: auto;
  width: 85%;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.logo-strip-block {
  justify-content: space-between;
  align-items: center;
  width: 55%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.fa-icon-sharp-900 {
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 70px;
  line-height: 150%;
  position: absolute;
  transform: translate3d(0, 0, 2px);
}

.special-offer-centered {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.fa-icon-large-green {
  color: #2dad3d;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 150px;
  line-height: 0%;
  position: static;
  transform: translate3d(0, 0, -1px);
}

._wf-testimonial-container-vert {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.testimonial-card-stacked {
  color: #fff;
  background-image: linear-gradient(#191919, #191919);
  border-bottom: 3px solid #ffc900;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 20px;
  display: flex;
}

.testimonial-alt-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  margin-top: 20px;
}

.faq-toggle {
  color: #fff;
  background-color: #333;
  border-bottom: 3px solid #ffc900;
  width: 630px;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  position: relative;
}

.faq-toggle:hover {
  color: #000;
  background-image: linear-gradient(silver, silver);
}

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

.video {
  width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  height: 40px;
}

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

.div-block-3 {
  margin-top: 40px;
}

.div-block-4 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 60px;
}

.testimonial-author-video {
  color: #ffc900;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.image-3 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

._wf-testimonial-logo-box {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
}

.testimonial-title {
  font-weight: 700;
}

.flex-block-14 {
  background-color: #191919;
  border-bottom: 4px solid #ffc900;
  margin-top: 20px;
}

.link {
  color: #ffc900;
}

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

.flex-block-15 {
  text-align: center;
  background-color: #82b45a;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 280px;
  padding-bottom: 40px;
}

.bold-text {
  font-size: 36px;
}

.grid_overview {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  width: 960px;
  margin-top: 20px;
  margin-bottom: 0;
}

.sml-logo-block {
  grid-template-rows: auto;
  justify-content: space-around;
  align-items: flex-end;
  width: 380px;
  height: 70px;
  margin-bottom: 20px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  max-width: 90%;
}

.copy-body {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.copy-body.nopad {
  margin-bottom: 0;
}

.copy-body.indent {
  padding-left: 20px;
}

.flex-block-16 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 60px;
}

.faq-questions {
  color: #0056a7;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

._wf-section-grey {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}

._wf-section-grey.support {
  color: #fff;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/startup_pattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 460px;
}

.image-4 {
  width: 140px;
}

.image-5 {
  width: 220px;
  max-width: none;
}

.op-icon-block {
  border: 3px solid #89be56;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px;
}

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

.div-left {
  text-align: left;
  vertical-align: middle;
  background-color: #d0e4ee;
  padding: 30px;
}

.section_cta {
  background-image: linear-gradient(#011a42c4, #011a42c4), url('../images/economic-growth-recession.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

._wf-section-integrate {
  color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/accounting-profit-summary.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

._wf-section-integrate.support {
  color: #fff;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/startup_pattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 460px;
}

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

.flex-block-18 {
  justify-content: center;
  align-items: center;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}

._wf-section-blue {
  background-color: #d0e4ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

._wf-section-blue.support {
  color: #fff;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/startup_pattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 460px;
}

.grid-features {
  background-color: #d0e4ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-right {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-features-r {
  background-color: #d0e4ee;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.grid-features-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bordered-box {
  text-align: left;
  border: 3px solid #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.div-block-5 {
  width: 90px;
  padding-right: 10px;
}

.feature-titles {
  color: #00b5f9;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.copy-sml {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.flex-block-19 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.div-block-6 {
  text-align: left;
}

.div-left-2 {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-8 {
  background-color: #d0e4ee;
  height: 200px;
}

.half-block-blue {
  text-align: center;
  background-color: #192f4e;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 280px;
  padding-bottom: 40px;
}

.section_hero-scc {
  background-image: linear-gradient(#072509c4, #072509c4), url('../images/abstract-financial-trading-graph.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.youtube {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
}

.acp-img-div {
  background-image: url('../images/ACP-OptionsPlay-02.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.image-8 {
  display: none;
}

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

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/chart_10.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 354px;
  height: auto;
}

._wf-navbar {
  color: #fff;
  background-color: #192f4e;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #83b45a;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  margin-left: 40px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0005;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

._wf-section-navbar {
  font-family: Montserrat, sans-serif;
}

.image-9 {
  max-width: 200px;
}

._wf-list-item-navbar {
  padding-left: 10px;
  padding-right: 10px;
}

.inline-link {
  color: #0256a7;
  font-weight: 600;
}

.youtube-2 {
  border: 1px solid #000;
}

.div-block-12 {
  background-image: url('../images/ACP-OptionsPlay-02.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-13 {
  background-image: url('../images/chart_10.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-14 {
  background-image: url('../images/OptionsPlay-10.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

._wf-txt-sml {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.sign-up-button-sml {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #12b423;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  transition: all .2s;
  display: inline-block;
}

.sign-up-button-sml:hover {
  color: #fff;
  background-color: #ee0202;
}

.sign-up-button-sml:active {
  background-color: #43464d;
}

.section-op-gradient {
  background-image: linear-gradient(90deg, #79a953 20%, #183582 80%);
  height: 180px;
}

.flex-block-10 {
  justify-content: space-between;
  align-items: center;
  width: 1172px;
  margin-left: auto;
  margin-right: auto;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30% 4.5% 30% 4.5% 30%;
  place-items: center stretch;
  width: 150%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.disc-box {
  text-align: center;
  background-image: url('../images/disc-shadow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 380px;
  width: 360px;
  height: 360px;
  margin-top: -95px;
  overflow: visible;
}

.fa-icons-op {
  color: #183582;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 50px;
}

.overlay-txt {
  z-index: 1;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 125%;
  display: block;
}

.fa-icons-chevrons {
  color: #fff;
  margin-top: -60px;
  margin-bottom: 0;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 35px;
  line-height: 100%;
}

@media screen and (min-width: 1440px) {
  .button-special-jumbo {
    box-shadow: 5px 5px 5px #0000008c;
  }

  .button-special-jumbo:hover, ._wf-button-special {
    background-color: #2065ac;
  }

  ._wf-button-special:hover {
    background-color: #2dad3d;
  }

  .section_hero {
    margin-top: 60px;
  }

  .section_lp-logobar {
    flex-flow: row;
    height: 60px;
    position: static;
  }

  ._wf-navbar-brand {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sml-logo {
    max-width: 200px;
  }

  ._wf-section-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-support {
    background-color: #2065ac;
  }

  .button-support:hover {
    background-color: #d18100;
  }

  .footer-link {
    pointer-events: auto;
  }

  .footer-link:hover {
    color: #ffc900;
  }

  .footer {
    border-top-style: none;
  }

  .sign-up-button:hover {
    background-color: #2065ac;
  }

  .vflex-card {
    padding-right: 40px;
  }

  ._wf-divider-white {
    margin-bottom: 10px;
  }

  .parallelogram-outer {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px 6px #0000008c;
  }

  ._wf-section-black {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-testimonials {
    background-color: #0000;
  }

  .heading-1-list {
    color: #fff;
    padding-left: 20px;
  }

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

  .fa-icon-sharp-400 {
    transform: none;
  }

  ._wf-testimonial-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid_2x1 {
    grid-template-columns: 1.5fr 1fr;
    width: 100%;
  }

  .fa-icon-sharp-900 {
    padding-left: 30px;
    font-family: "Fa Sharp Solid 900", sans-serif;
  }

  .fa-icon-large-green {
    font-family: "Fa Sharp Solid 900", sans-serif;
    transform: none;
  }

  .testimonial-card-stacked {
    margin-bottom: 0;
  }

  .testimonial-alt-grid {
    grid-template-columns: 1.75fr 1fr;
  }

  .faq-toggle {
    color: #fff;
    background-color: #333;
    border-radius: 0;
  }

  .video {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._wf-section-grey, ._wf-section-integrate, ._wf-section-blue {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._wf-navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .sign-up-button-sml:hover {
    background-color: #2065ac;
  }
}

@media screen and (max-width: 991px) {
  .heading-1 {
    text-align: center;
  }

  .button-special-jumbo, ._wf-button-special {
    text-align: center;
    font-size: 16px;
  }

  .cta-heading-special {
    font-size: 48px;
  }

  .sml-logo {
    max-width: 200px;
  }

  .container_1172-vflex-centered {
    text-align: center;
  }

  .copy-lrg {
    font-size: 20px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-lower-footer {
    max-width: 728px;
  }

  .sign-up-button {
    text-align: center;
    font-size: 16px;
  }

  .hflex_1172-left {
    text-align: center;
  }

  .grid_3_benefits {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .vflex-card {
    max-width: 70vw;
  }

  .cta-heading-lrg {
    font-size: 60px;
  }

  .hero-copy-bold {
    text-align: center;
    font-size: 20px;
  }

  ._wf-features-grid {
    height: 250px;
  }

  .hero-copy-block {
    max-width: 84%;
  }

  ._wf-section-gradient {
    padding: 60px 20px;
  }

  .cta-heading-med {
    font-size: 48px;
  }

  .section-testimonials {
    width: 100%;
  }

  .heading-1-list {
    text-align: center;
  }

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

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

  .fa-icon-sharp-900 {
    font-size: 40px;
  }

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

  .video {
    width: 100%;
  }

  .div-block-4 {
    padding-left: 90px;
  }

  .grid_overview {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 60%;
  }

  .faq-questions {
    font-size: 20px;
  }

  .div-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-features {
    height: auto;
  }

  .div-right {
    background-color: #d0e4ee;
  }

  .feature-titles {
    text-align: center;
    font-size: 20px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-13 {
    background-image: url('../images/chart_10.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sign-up-button-sml {
    text-align: center;
    font-size: 16px;
  }

  .section-op-gradient {
    background-image: linear-gradient(#79a953 10%, #183582 90%);
    height: 870px;
  }

  .grid-10 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 65%;
    justify-items: center;
    width: 100%;
  }

  .fa-icons-chevrons {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .heading-1.white {
    font-size: 30px;
  }

  .button-special-jumbo, ._wf-button-special {
    margin-top: 20px;
  }

  .cta-heading-special {
    font-size: 36px;
  }

  ._wf-navbar-brand {
    padding-left: 0;
  }

  ._wf-section-60 {
    padding-top: 0;
  }

  .container_1172-vflex-centered {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sign-up-button {
    margin-top: 20px;
  }

  .hflex_1172-left {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

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

  .grid_3_benefits {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  ._wf-section-black {
    padding-top: 0;
  }

  .section-testimonials {
    padding: 60px 15px;
  }

  .heading-1-list {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

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

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

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

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .logo-strip-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .faq-toggle {
    width: 548px;
  }

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

  .div-block-4 {
    padding-left: 65px;
  }

  .grid_overview {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .grid-2 {
    grid-template-columns: 1.5fr;
  }

  .flex-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  ._wf-section-grey {
    padding-top: 0;
  }

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

  ._wf-section-integrate, ._wf-section-blue {
    padding-top: 0;
  }

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

  .grid-features-r {
    grid-template-columns: 1.25fr;
  }

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

  .feature-titles {
    text-align: left;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-12 {
    background-position: 0 0;
    height: 250px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-13, .div-block-14 {
    height: 250px;
  }

  .image-12, .image-14 {
    display: none;
  }

  .sign-up-button-sml {
    margin-top: 20px;
  }

  .flex-block-10 {
    justify-content: center;
    width: auto;
  }

  .grid-10 {
    grid-template-columns: 100%;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .sml-logo {
    max-width: 160px;
  }

  ._wf-section-60 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container_1172-vflex-centered {
    max-width: 100%;
    overflow: hidden;
  }

  .copy-lrg {
    font-size: 16px;
    line-height: 125%;
  }

  .footer-legal-block {
    margin-left: 0;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .app-link-img {
    padding-right: 0;
  }

  .copy-med {
    font-size: 16px;
  }

  .flex-block-7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-lower-footer {
    max-width: none;
  }

  .hflex_1172-left {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
  }

  .vflex_940-centered {
    padding-left: 0;
    padding-right: 0;
  }

  .vflex-card {
    max-width: 100vw;
  }

  ._wf-hero-copy {
    font-size: 16px;
  }

  .cta-heading-lrg {
    font-size: 48px;
  }

  .hero-copy-bold {
    font-size: 16px;
    line-height: 125%;
  }

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

  ._wf-features-grid {
    height: 190px;
  }

  .hero-img {
    max-width: 100%;
  }

  .hero-copy-block {
    width: auto;
    max-width: 100%;
  }

  ._wf-section-black {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .cta-heading-med {
    font-size: 36px;
  }

  .section-testimonials {
    display: none;
  }

  .heading-1-list {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

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

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

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

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

  .grid_2x1 {
    align-self: center;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .special-offer-centered {
    text-align: center;
  }

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

  .faq-toggle {
    width: 310px;
    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;
  }

  .sml-logo-block {
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
  }

  .grid-2 {
    grid-template-columns: 1.75fr;
  }

  .flex-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-questions {
    font-size: 16px;
    line-height: 125%;
  }

  ._wf-section-grey {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .section_cta {
    text-align: center;
  }

  ._wf-section-integrate {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .flex-block-18 {
    width: auto;
  }

  ._wf-section-blue {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

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

  .feature-titles {
    font-size: 16px;
    line-height: 125%;
  }

  .div-left-2 {
    text-align: center;
    padding-left: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image-13 {
    display: none;
  }

  ._wf-txt-sml {
    font-size: 16px;
  }
}

#w-node-c70e1394-ae77-eec2-131d-cd59825ee413-7509c018 {
  align-self: center;
}

#w-node-ca4c6ef2-1900-d81e-e0f8-83410436f519-7509c018 {
  align-self: start;
}

#w-node-_146beadd-4718-81a7-c4b5-da658a90be6d-7509c018, #w-node-_72bf9051-322e-4918-ed61-eae994914302-7509c018 {
  align-self: center;
}

#w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad57055-7509c018, #w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad5705b-7509c018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad5705d-7509c018 {
  justify-self: auto;
}

#w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad5705e-7509c018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad57065-7509c018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0bb120d6-ed42-de34-4a53-c60eed66e37e-7509c018 {
  align-self: auto;
}

#w-node-_628d91d2-d0d6-6175-c1cb-ac6552a4b4c9-7509c018 {
  justify-self: start;
}

#w-node-da49b176-92f4-3ecc-2da4-15256d421d58-7509c018 {
  align-self: center;
}

#w-node-_8343b20d-6873-4417-c660-35c6b72d2a49-7509c018 {
  place-self: center;
}

#w-node-c70e1394-ae77-eec2-131d-cd59825ee413-e91c0a88, #w-node-ca4c6ef2-1900-d81e-e0f8-83410436f519-e91c0a88, #w-node-_146beadd-4718-81a7-c4b5-da658a90be6d-e91c0a88, #w-node-_72bf9051-322e-4918-ed61-eae994914302-e91c0a88 {
  align-self: center;
}

#w-node-_6beb670f-f091-82d6-e2a0-235df23493fe-e91c0a88, #w-node-_850f131c-bd2d-1a1e-5653-e27bc1134c23-e91c0a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3480342f-85a5-ba1d-a4ab-fd00fa0799eb-e91c0a88 {
  justify-self: auto;
}

#w-node-_07ccd9a6-9a3e-8912-5285-788fc2eb92c7-e91c0a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_15c3de79-cadd-fa4c-688e-c8fcffb3fee3-e91c0a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_628d91d2-d0d6-6175-c1cb-ac6552a4b4c9-e91c0a88 {
  justify-self: start;
}

#w-node-_8343b20d-6873-4417-c660-35c6b72d2a49-e91c0a88 {
  place-self: center;
}

#w-node-_42785e82-361f-df8e-fcb0-2ff1daea5d3b-e91c0a88, #w-node-_42785e82-361f-df8e-fcb0-2ff1daea5d47-e91c0a88, #w-node-_42785e82-361f-df8e-fcb0-2ff1daea5d53-e91c0a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad5705b-7509c018 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad5705d-7509c018 {
    justify-self: auto;
  }

  #w-node-_850f131c-bd2d-1a1e-5653-e27bc1134c23-e91c0a88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3480342f-85a5-ba1d-a4ab-fd00fa0799eb-e91c0a88 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0dfa7b2a-2651-caef-230a-2d5c3ad5705d-7509c018, #w-node-_3480342f-85a5-ba1d-a4ab-fd00fa0799eb-e91c0a88 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 100';
  src: url('../fonts/fa-sharp-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}