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

.image {
  max-width: 57%;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: .25px;
  text-transform: capitalize;
  background-color: #333c4e;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbar-brand {
  width: 250px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: none;
  background-color: rgba(17, 26, 43, 0);
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-link:hover {
  color: #cecece;
}

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

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

.hero-heading-left {
  background-color: rgba(245, 247, 250, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hero-wrapper {
  width: 80%;
  max-width: 1140px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 52%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-primary-2 {
  color: #333;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #ffc600;
  border-radius: 1000px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #333;
  background-color: #d5a500;
}

.button-primary-2:active {
  background-color: #dbaa00;
}

.heading {
  margin-top: -15px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
}

.background-video {
  height: 650px;
  max-height: none;
  aspect-ratio: auto;
  object-fit: fill;
  border: 0 #000;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
  position: static;
}

.hero-heading-left-2 {
  background-color: #fff;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-heading-left-2.mobilecontainer2 {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.containerfooter {
  background-color: rgba(64, 68, 77, 0);
}

.hero-wrapper-2 {
  width: 1023px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  margin-right: -40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.button-primary-3 {
  color: #adadad;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #333c4e;
  border-radius: 1000px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  align-self: flex-end;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: #333c4e;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.feature {
  text-align: left;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.text-block-13 {
  font-size: 13px;
}

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

.paragraph-big {
  font-size: 20px;
  line-height: 1.5;
}

.wrapper {
  height: auto;
  max-height: 100%;
  max-width: 1200px;
  min-height: 400px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtle-text {
  opacity: .8;
  margin-bottom: 32px;
}

.cta-dark {
  width: 100%;
  text-align: center;
  background-color: #e40048;
  border: 2px solid #e40048;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.cta-dark:hover {
  background-color: #c90040;
  border-color: #c90040;
}

.cta-dark.secondary {
  color: #fff;
  background-color: #00153e;
  border-style: solid;
  border-color: #fff;
  border-radius: 1000px;
  font-size: 18px;
}

.cta-dark.secondary:hover {
  background-color: rgba(228, 0, 72, .08);
}

.cta-dark.secondary.first:hover {
  background-color: #4083f9;
}

.cta-dark.secondary.third {
  background-color: #0a51d1;
}

.cta-dark.secondary.third:hover {
  background-color: #5894fd;
}

.cta-dark.secondary.second {
  background-color: #253e00;
}

.cta-dark.secondary.second:hover {
  background-color: #0cb80e;
}

.pricing-wrapper {
  width: auto;
  min-height: 100px;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -135px;
  padding: 40px 4px 30px;
  display: flex;
}

.disccount {
  z-index: 9;
  width: 120px;
  color: #e40048;
  cursor: auto;
  align-items: flex-end;
  margin-top: 80px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: -34px;
  left: 44px;
}

.text-span {
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
}

.caption-text-dark {
  color: #8d8d8d;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
}

.tab-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.tab-dark.w--current {
  color: #fff;
  background-color: #e40048;
  border-radius: 50px;
  align-items: center;
}

.heading-3 {
  color: #e9f0ff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.image-2 {
  margin-bottom: 19px;
  margin-right: 8px;
}

.text-block {
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.text-block-12 {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-12.footer {
  color: #91a0bd;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-12.footer:hover {
  color: #fff;
}

.tooltip-arrow {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -6px;
  left: auto;
  right: 28px;
  transform: rotate(45deg);
}

.tooltip-wrapper {
  flex: none;
  position: relative;
}

.features-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-menu-dark {
  background-color: #202020;
  border-radius: 40px;
  justify-content: center;
  padding: 4px;
  display: flex;
}

.checkmark {
  max-width: 100%;
  flex: none;
  margin-right: 8px;
}

.plan-wrapper-dark {
  width: 33.33%;
  height: auto;
  max-height: none;
  min-height: auto;
  color: #fff;
  text-align: left;
  background-color: #222;
  background-image: linear-gradient(#08163f, #05041a);
  border: 1px solid #82a9ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  padding: 32px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-text {
  text-align: left;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  margin-left: -12px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.tooltip {
  z-index: 999999;
  min-width: 180px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: -24px;
}

.plan-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-11 {
  display: inline;
}

.all-caps-text {
  color: #8d8d8d;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.tabs-content {
  max-width: 1100px;
}

.section {
  height: auto;
  max-height: 100%;
  min-height: 0;
  background-color: #030b1e;
  padding-top: 0;
}

.tab-pane-annually {
  width: 1000px;
}

.footer-light {
  background-color: #111a2b;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
}

.footer-wrapper-two {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-title {
  color: #5993fa;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 50%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 60px;
  margin-bottom: 20px;
}

.footer-divider-two.divider2 {
  display: none;
}

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

.footer-copyright {
  color: #91a0bd;
  text-align: left;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.container-3 {
  max-width: 940px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.div-block.first-f {
  flex: 0 auto;
  order: -1;
}

.div-block-2 {
  order: 1;
}

.section-2 {
  background-color: #111a2b;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-3 {
  width: auto;
  max-width: 80%;
  min-width: 0;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
}

.html-embed {
  max-width: none;
  text-align: left;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.section-4 {
  background-color: #f5f5f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-wrapper-3 {
  width: 100%;
  background-color: #2a74e3;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-3.aboutfintech {
  background-color: #e5e6e8;
}

.hero-split-3 {
  max-width: 50%;
  background-color: rgba(255, 68, 68, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-split-3.first {
  color: #635555;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-split-3.image-2 {
  background-image: url('../images/download_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.margin-bottom-24px-3.h4text3.h4txt32 {
  color: #2c2828;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.heading-4.filesafe {
  color: #504b4b;
  margin-bottom: -10px;
  font-size: 20px;
  font-weight: 500;
}

.heading-4.h4text3 {
  color: #4e4646;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.pricing-comparison {
  background-color: #030b1e;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.pricing-wrapper-2 {
  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;
  display: grid;
}

.pricing-card {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(#08163f, #05051b);
  border: 1px solid #82a9ff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 0 rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Lexend Deca, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #253e00;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 12px 25px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #5bff24;
}

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

.button-primary-5.outline-button {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #00153e;
  border: 2px solid #fff;
  border-radius: 25px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  box-shadow: 0 0 0 1px rgba(248, 248, 248, 0);
}

.button-primary-5.outline-button:hover {
  color: #fff;
  background-color: #4f72ff;
}

.button-primary-5.button3 {
  cursor: pointer;
  background-color: #0a51d1;
  font-family: Bitter, serif;
}

.button-primary-5.button3:hover {
  background-color: #4789ff;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.pricing-feature {
  background-image: url('../images/check.png');
  background-position: 0 75%;
  background-repeat: no-repeat;
  background-size: 12px;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.heading-5 {
  color: #dee9ff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text {
  font-family: Bitter, serif;
  font-size: 16px;
}

.image-3 {
  color: #928c8c;
  margin-top: 10px;
  padding-right: 20px;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4, .image-5 {
  margin-top: 10px;
  padding-right: 20px;
}

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

.bold-text-2 {
  color: #000;
}

.bold-text-3 {
  color: #413b3b;
}

.div-block-4 {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 0 solid #82a9ff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4.aboutdivb4 {
  width: 250px;
  height: 250px;
}

.text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.columns-2 {
  background-color: #40444d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  padding-top: 60px;
  display: flex;
}

.column-4, .column-5, .column-6, .column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 50px;
}

.text-block-19 {
  color: #5a81e5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-5 {
  width: 900px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: -19px;
  padding-top: 0;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

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

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

.hero-split-4 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.hero-form-2 {
  flex: 1;
  order: -1;
  align-self: baseline;
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input-2::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

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

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.heading-6 {
  color: #3d5e98;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #080c18;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #080c18;
}

.field-label-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #080c18;
  
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
      padding-bottom: 50px;
}

.text-field {
  width: 450px;
  color: #a1a1a1;
  border: 1px solid #afafaf;
  border-radius: 5px;
}

.textarea {
  border: 1px solid #afafaf;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
}

.text-field-2 {
  border: 1px solid #afafaf;
  border-radius: 5px;
}

.submit-button {
  /*width: 450px;*/
  background-color: #5993fa;
  border-radius: 25px;
  font-family: Montserrat, sans-serif;
}

.success-message {
  background-color: #edf3ec;
  border: 1px solid #99c28c;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-20 {
  color: #14360e;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-7 {
  text-align: center;
  align-self: center;
}

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

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

.nav-link-2 {
  color: #fff;
}

.navmenus {
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
}

.navmenus.w--current {
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
}

.navmenus.navbutton {
  color: #ffc600;
  background-color: #333c4e;
  border-radius: 25px;
  margin-top: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.div-block-10, .div-block-11 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
}

.tabs-menu-5 {
  font-family: Lexend Deca, sans-serif;
}

.html-embed-2 {
  max-width: 50vw;
  min-width: 50vw;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
}

.paragraph {
  background-color: #f6f8fa;
}

.tabs-menu-3 {
  background-color: #ebedef;
}

.tab-pane-tab-2 {
  max-width: 70vw;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1-2 {
  font-family: Lexend Deca, sans-serif;
  display: block;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #018ef5;
  background-clip: padding-box;
  border: 1px solid #018ef5;
  border-radius: 4px;
  padding-right: 30px;
}

.tab-link-tab-1-2.w--current:active {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.tab-link-tab-2-2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-2-2:hover {
  color: #fff;
  background-color: #018ef5;
}

.tab-link-tab-2-2:active {
  color: #fff;
}

.tab-link-tab-2-2:visited, .tab-link-tab-2-2.w--current:hover, .tab-link-tab-2-2.w--current:visited {
  color: #fff;
  background-color: #018ef5;
}

.tab-pane-tab-1-2 {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-2 {
  width: 25%;
  min-height: 95vh;
  background-color: #eff8ff;
  border-right: .5px solid #d9e4ec;
  padding-right: 0;
  font-family: Lexend Deca, sans-serif;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 0 #a1b7c7;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  display: flex;
}

.tab-link-nodejs {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-nodejs.w--current {
  background-color: #c9c9c9;
}

.tab-link-tab-7 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-7:hover {
  color: #fff;
  background-color: #018ef5;
}

.language-bash {
  max-width: 50vw;
  min-width: 50vw;
  background-color: #ededed;
  font-family: Lexend Deca, sans-serif;
}

.tab-pane-curl {
  font-family: Lexend Deca, sans-serif;
}

.tabs-content-2 {
  background-color: #f6f8fa;
  padding: 20px 10px;
}

.tab-link-tab-3-2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-3-2:hover, .tab-link-tab-3-2:visited {
  color: #fff;
  background-color: #018ef5;
}

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

.tabs-content-3 {
  max-width: 40vw;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.tabs-menu-8 {
  font-family: Lexend Deca, sans-serif;
}

.html-embed-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  display: none;
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-4:hover {
  color: #fff;
  background-color: #018ef5;
}

.tab-link-tab-6 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-6:hover {
  color: #fff;
  background-color: #018ef5;
}

.tab-link-tab-8 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-8:hover {
  color: #fff;
  background-color: #018ef5;
}

.tab-link-tab-5 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-5:hover {
  color: #fff;
  background-color: #018ef5;
}

.tab-pane-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  font-family: Lexend Deca, sans-serif;
}

.tab-link-curl {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-curl.w--current {
  background-color: #f6f8fa;
}

.tab-link-tab-9 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-9:hover {
  color: #fff;
  background-color: #018ef5;
}

.text-block-21 {
  font-size: 14px;
}

.tabs-3 {
  width: 480px;
}

.section-5 {
  background-color: #111a2b;
}

.body-2 {
  height: auto;
  min-height: 100svh;
}

.tab-pane-tab-4 {
  max-width: 75vh;
}

.text-block-22 {
  font-family: Lexend Deca, sans-serif;
}

.image-11, .image-12 {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    max-width: 728px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .background-video {
    height: auto;
    position: relative;
  }

  .hero-heading-left-2.mobilecontainer2 {
    display: flex;
  }

  .hero-heading-left-2.desktopcontainer2 {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .button-primary-3 {
    margin-top: 20px;
  }

  .shadow-two-2 {
    max-width: 25%;
    align-self: flex-start;
    display: none;
  }

  .pricing-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .text-block-12.footer {
    text-decoration: none;
  }

  .plan-wrapper-dark {
    width: 100%;
    max-width: 480px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content {
    width: 100%;
  }

  .footer-wrapper-two {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-brand, .footer-block-two {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-form {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .footer-form-container {
    max-width: 350px;
    text-align: center;
  }

  .footer-divider-two {
    width: 80%;
    font-size: 12px;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .container-5 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
    position: relative;
    overflow: visible;
  }

  .image-4 {
    text-align: center;
    align-self: center;
  }

  .div-block-5 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-6 {
    max-width: 728px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .form {
    align-items: flex-start;
  }

  .text-field {
    width: auto;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .navmenus {
    color: #7e7e7e;
  }

  .navmenus:hover, .navmenus:active, .navmenus.w--current {
    color: #1d1111;
  }

  .navmenus.navbutton {
    width: 130px;
    max-width: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2:hover, .nav-menu-2:active {
    color: #1d1111;
  }

  .div-block-11, .link-block, .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .container-2.containerfooter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .pricing-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-dark {
    padding: 8px 24px;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 1.2;
  }

  .tabs-menu-dark {
    position: relative;
  }

  .plan-wrapper-dark {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 10px;
  }

  .tabs-content {
    width: 100%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-brand {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-block-two {
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 20px;
  }

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-subscribe-left, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

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

  .pricing-card {
    width: auto;
  }

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

  .div-block-4 {
    width: 80px;
    height: 80px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

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

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

  .div-block-11 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper {
    width: auto;
  }

  .navbar-no-shadow-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .nav-link {
    color: #3f4147;
  }

  .container {
    max-width: none;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .button-primary-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .shadow-two {
    padding-bottom: 20px;
  }

  .heading {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
  }

  .background-video {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .hero-heading-left-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
    background-color: rgba(64, 68, 77, 0);
  }

  .container-2.containerfooter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper-2 {
    width: auto;
    margin-bottom: 0;
  }

  .margin-bottom-24px-2 {
    margin-right: 0;
  }

  .button-primary-3 {
    color: #fff;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 400;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    margin-top: -135px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-12 {
    font-size: 12px;
  }

  .text-block-12.footer {
    padding-top: 0;
    font-style: normal;
  }

  .features-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .checkmark {
    font-size: 10px;
  }

  .plan-wrapper-dark {
    width: auto;
    max-width: none;
    padding: 24px 10px;
  }

  .footer-light {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }

  .footer-wrapper-two {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-block-two {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-right: 40px;
    padding-top: 0;
  }

  .footer-title {
    text-align: center;
    font-style: normal;
  }

  .footer-divider-two {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

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

  .footer-copyright {
    text-align: center;
    font-size: 10px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-3 {
    text-align: center;
    object-fit: contain;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .div-block.first-f {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    font-size: 8px;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .section-3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subscribe-left {
    padding: 0;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .pricing-comparison {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    max-width: none;
  }

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

  .pricing-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-divider {
    margin-top: 20px;
  }

  .div-block-3 {
    flex-wrap: nowrap;
  }

  .div-block-4.aboutdivb4 {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .columns-2 {
    flex-direction: column;
  }

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

  .container-6 {
    max-width: none;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: auto;
    min-width: 280px;
  }

  .textarea {
    width: auto;
    min-width: 280px;
    object-fit: fill;
  }

  .text-field-2, .submit-button {
    width: auto;
    min-width: 280px;
  }

  .body {
    object-fit: fill;
  }

  .icon {
    background-color: rgba(167, 180, 204, 0);
  }

  .div-block-6 {
    min-width: 250px;
  }

  .image-7, .image-8, .image-9, .image-10 {
    margin-bottom: 10px;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navmenus {
    cursor: pointer;
  }

  .navmenus:hover {
    color: #251919;
  }

  .navmenus.navbutton {
    margin-bottom: 20px;
  }

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

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

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

#w-node-dd4dfb8a-31d8-481d-dfba-b95527b9ebdb-8c4932cd, #w-node-dd4dfb8a-31d8-481d-dfba-b95527b9ebfb-8c4932cd, #w-node-dd4dfb8a-31d8-481d-dfba-b95527b9ec23-8c4932cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.hero-split-2-2 {
    padding-left: 20px;
    padding-right: 60px;
    width: 50%;
}

.hero-split-2-1 {
    width: 50%;
    height: 60vh;
}

section.video-demo {
    background: #f5f5f7;
}

.hero-wrapper-2-1 {
    display: flex;
}

section.video-demo > div > div > div.hero-split-2-2 > ul > li:nth-child(n) {
    font-size: 16px;
    line-height: 30px;
    font-family: Lexend Deca, sans-serif;
}

p.li-title {
    font-size: 19px;
    font-family: Lexend Deca, sans-serif;
}

p#fc-desc {
    font-size: 16px;
    /* line-height: 30px; */
    font-family: Lexend Deca, sans-serif !important;
} 

@media screen and (max-width: 480px) {
  .hero-split-2-1 {
    width: 97%;
    height: 30vh;
    }
    
    .hero-wrapper-2-1 {
        display: inline-block !important;
    }
    
    .hero-split-2-2 {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    
    a.button-primary-3.w-button {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        padding: 10px 20px !important;
    }
}