body {
  text-transform: none;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
  clear: both;
  font-family:'Open Sans', sans-serif;
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.nav_bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 1px none #f2f2f2;
  background-color: transparent;
  box-shadow: none;
}
.nav-logo {
  margin-top: 14px;
}
.nav-logo.w--current {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.nav-link {
  margin-top: 2px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 13px;
  font-weight: 400;
}
.nav-link:hover {
  font-family:'Open Sans', sans-serif;
  color: #0a98df;
  font-weight: 400;
  text-decoration: none;
}
.nav-link.w--current {
  font-family:'Open Sans', sans-serif;
  color: #0a98df;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.hero_section {
  z-index: 0;
  height: 100vh;
  margin-top: -20px;
  border-bottom: 1px solid #f1f1f1;
  background-image: -webkit-linear-gradient(82deg, #b8e1ff, #dbf1ff 14%, #f3f9fd 50%, #f7fafc);
  background-image: linear-gradient(8deg, #b8e1ff, #dbf1ff 14%, #f3f9fd 50%, #f7fafc);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}
.hero_section.pricing {
  height: auto;
  background-image: none;
}
.page_section {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  background-color: white;
  box-shadow: none;
  font-family:'Open Sans', sans-serif;
  text-transform: none;
}
.page_section.nolineent {
  border-bottom-style: none;
  background-color: white;
}
.section_discription {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.section_discription.hero-container {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section_discription.hero-container.pricing {
  padding-bottom: 20px;
}
.section_discription.benefitstop {
  padding-top: 120px;
}
.icon {
  display: block;
  margin: 30px auto 5px;
}
.inc {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
}
.end {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-bottom: 3px;
  float: right;
  font-family:'Open Sans', sans-serif;
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.end:hover {
  border-bottom-width: 1px;
  border-bottom-color: black;
}
.hero_block {
  display: block;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}
.steps {
  margin-top: 35px;
  margin-bottom: 35px;
}
._404-container {
  background-color: transparent;
  color: #8c8c8c;
  text-align: center;
}
.signup-ent {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 20px;
  float: left;
  border: 1px solid #0a98df;
  border-radius: 5px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  color: #0a98df;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.signup-ent:hover {
  border-style: solid;
  border-color: #8c8c8c;
  background-color: #8c8c8c;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: white;
}
.signup-ent.footer {
  float: right;
  font-family:'Open Sans', sans-serif;
  text-decoration: none;
}
.signup-ent.footer2 {
  background-color: #0a98df;
  font-family:'Open Sans', sans-serif;
  color: white;
  text-decoration: none;
}
.signup-ent.footer2:hover {
  background-color: #8c8c8c;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.benefits {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}
.miniheader {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0a98df;
  font-family:'Open Sans', sans-serif;
  color: #595959;
  font-size: 14px;
  font-weight: 300;
}
.rows {
  margin-top: 0px;
  padding-top: 0px;
}
.mainheaderent {
  padding-top: 200px;
  clear: none;
  opacity: 1;
  -webkit-transition: opacity 900ms ease;
  transition: opacity 900ms ease;
  font-family:'Open Sans', sans-serif;
  color: #3a4145;
  font-size: 51px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}
.sectionheaderent {
  padding-right: 0px;
  padding-left: 0px;
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
.sectiontextent {
  position: static;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 36px;
}
.sectiontextent.upper {
  margin-top: 0px;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 27px;
  line-height: 40px;
  font-weight: 300;
}
.featureheaderent {
  font-family:'Open Sans', sans-serif;
  color: #0a98df;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}
.featureheaderent.firstblock {
  color: #0a98df;
  font-weight: 300;
}
.footerbgent {
  position: relative;
  background-color: black;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.signoffent {
  border-top: 1px solid #8c8c8c;
}
.footertextent {
  display: none;
  margin-top: 75px;
  margin-bottom: 45px;
  font-family:'Open Sans', sans-serif;
  color: #0a98df;
  font-size: 30px;
  font-weight: 600;
}
.footercolent {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  text-align: center;
}
.footerrowent {
  display: none;
  margin-top: 25px;
}
.footercentextent {
  display: block;
  padding-top: 34px;
  padding-bottom: 14px;
  font-family:'Open Sans', sans-serif;
  color: #999;
}
.featuretextent {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  font-family:'Open Sans', sans-serif;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 24px;
}
.featurenameent {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: #0a98df;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
.featuredesent {
  margin-top: 10px;
  padding-right: 225px;
  padding-left: 225px;
  color: black;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}
.featuresubent {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 250px;
  padding-left: 250px;
  color: #595959;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  text-transform: none;
}
.featurecontainerent {
  margin-bottom: 75px;
}
.featuretopheadent {
  margin-top: 100px;
  font-family:'Open Sans', sans-serif;
  color: #0a98df;
  font-size: 31px;
  line-height: 40px;
  font-weight: 300;
}
.featuretopheadent.tablet {
  margin-top: 0px;
}
.featuretopheadent.tablet.pricingpage {
  margin-top: 70px;
}
.featuretopsubent {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #595959;
  font-size: 21px;
  font-weight: 300;
}
.featuretopsubent.pricingpage {
  margin-bottom: 25px;
  line-height: 28px;
}
.errorpage {
  background-color: transparent;
}
.highlightline {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 25px 44px;
  background-color: transparent;
  box-shadow: none;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: white;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 700;
}
.highlightline.withquote {
  margin-bottom: 20px;
  box-shadow: none;
}
.highlightsec {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #8c8c8c;
}
.error {
  margin-top: 180px;
  margin-bottom: 50px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 120px;
  font-weight: 800;
}
.errortext {
  padding-right: 200px;
  padding-left: 200px;
  color: white;
  font-size: 20px;
}
.whitelogo {
  margin-top: 25px;
  margin-bottom: 180px;
}
.errorbody {
  margin-bottom: 0px;
  background-color: #3cbbdc;
}
.errormessage {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
}
.formerrortext {
  display: none;
  margin-top: -15px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #d13d29;
  font-size: 19px;
}
.bgoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  background-color: rgba(94, 94, 94, 0.4);
  background-image: url('../images/pattern.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}
.imagebg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #0a98df;
}
.highlightsubhead {
  margin-bottom: 80px;
  color: #f2f2f2;
}
.formheading {
  padding-top: 10px;
  color: black;
  font-size: 20px;
  font-weight: 300;
}
.formsubhead {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5e5e5e;
  font-weight: 300;
}
.popupform {
  position: fixed;
  right: 8px;
  bottom: 60px;
  z-index: 10000;
  display: none;
  max-width: 500px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #f2f2f2;
  box-shadow: #8c8c8c 0px -2px 6px 1px;
}
.popupformcloselilnk {
  float: right;
  font-size: 13px;
  font-weight: 300;
}
.popupformsuccess {
  background-color: transparent;
}
.signupformfield {
  width: 280px;
  height: 40px;
  margin-left: 20px;
  float: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(255, 255, 255, 0.65);
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
}
.notifymebtn {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #a80808;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.notifymebtn:hover {
  background-color: #d13d29;
}
.calllink {
  float: none;
  font-family:'Open Sans', sans-serif;
  color: #8c8c8c;
  font-weight: 700;
}
.calllink:hover {
  color: #363434;
}
.popupformwrapper {
  margin-bottom: 5px;
}
.bodywrapper {
  background-color: transparent;
}
.benefit_card {
  margin: 15px 20px;
  padding: 85px 22px;
  border: 3px solid rgba(140, 140, 140, 0.2);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #666;
  font-size: 23px;
  line-height: 27px;
}
.benefit_card:hover {
  border-color: rgba(214, 182, 0, 0.6);
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #cdaf03;
}
.explainer_section {
  position: relative;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #f2f2f2;
  background-color: white;
}
.lm_btn {
  display: inline-block;
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 10px 30px;
  border: 1px solid #d7b700;
  border-radius: 20em;
  background-color: #d7b700;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.lm_btn:hover {
  border-style: solid;
  border-color: #a80808;
  border-bottom-width: 1px;
  background-color: #d13d29;
  color: white;
}
.screenshot_tag {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -17px;
  padding-top: 50px;
  padding-bottom: 45px;
  text-align: center;
}
.tag_div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}
.tag {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 175px;
  padding: 7px 14px;
  border: 1px solid rgba(10, 152, 223, 0.4);
  border-radius: 5px;
}
.tag.develop {
  left: auto;
  top: -4%;
  right: 40%;
}
.tag.discover {
  left: auto;
  right: 5%;
}
.tag_head {
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}
.tag_subhead {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.link_section {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: rgba(94, 94, 94, 0.4);
  background-image: url('../images/Blurred-Blue-Background-picspaper-com-1600x1200.jpg');
}
.link_container {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.try_btn {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 34px;
  border: 2px solid white;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.try_btn:hover {
  background-color: white;
  color: #0a98df;
}
.try_btn.red {
  border-style: none;
  background-color: #d13d29;
}
.try_btn.red:hover {
  background-color: white;
}
.trial_head {
  margin-top: 0px;
  margin-bottom: 20px;
  color: white;
}
.form {
  margin-bottom: 40px;
  padding: 0px 200px 40px;
  border-radius: 6px;
}
.submit {
  border-radius: 5px;
  background-color: #0a98df;
}
.form_inside {
  padding: 55px 40px;
  border-radius: 6px;
  background-color: #f2f2f2;
}
.secondary_text {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #5e5e5e;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0px;
}
.secondary_text.featurehead {
  line-height: 25px;
}
.header_btn {
  display: block;
  width: 300px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
  background-color: #09d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.header_btn:hover {
  background-color: #8c8c8c;
}
.content {
  position: static;
  top: 650px;
  z-index: 2;
  display: block;
}
.link {
  display: inline-block;
  margin-top: 75px;
  padding: 0px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.36);
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.nav_bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: 63px;
  background-color: white;
  box-shadow: #ccc 0px 0px 3px 0px;
}
.trial_btn {
  margin-top: 10px;
  padding: 10px 30px;
  border: 1px solid #0a98df;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #0a98df;
  font-size: 14px;
  font-weight: 400;
}
.trial_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #0a98df;
}
.trial_btn.pricing {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  text-decoration: none;
}
.trial_btn.pricing:hover {
  border-color: white;
  background-color: #0a98df;
  color: white;
}
.trial_btn.pricing.demo {
  border-color: #d13d29;
  color: #d13d29;
}
.trial_btn.pricing.demo:hover {
  background-color: #d13d29;
  color: white;
}
.trial_btn_clr {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d13d29;
  border-radius: 4px;
  background-color: #d13d29;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
}
.trial_btn_clr:hover {
  background-color: #a80808;
  color: white;
}
.quick_action {
  color: white;
  font-size: 18px;
}
.important_color {
  padding-right: 5px;
  padding-left: 5px;
  background-color: white;
  color: black;
}
.dropdown-link {
  border-bottom-color: #d4d7dc;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
}
.dropdown-link:hover {
  background-color: #09d;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-weight: 400;
}
.dropdown-link.top {
  border-bottom: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}
.dropdown-link.top:hover {
  color: #09d;
}
.dropdown-link.white {
  border-bottom: 1px solid #eee;
  background-color: white;
  box-shadow: #ddd 1px 1px 3px 0px;
  font-size: 13px;
}
.dropdown-link.white:hover {
  color: #09d;
}
.dropdown-list.w--open {
  background-color: white;
  box-shadow: #ccc 1px 1px 3px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.toparrow {
  position: absolute;
  left: 20px;
  top: -12px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #f2f2f2;
  border-left: 7px solid transparent;
}
.tableheader {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.tableheadercol {
  display: block;
  height: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 0px 20px 15px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #09cdde #09cdde #ffe100;
  text-align: center;
}
.tableheadercol.planfeatures {
  border-style: none;
  border-width: 0px;
  color: #8c8c8c;
}
.planheader {
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
  font-family:'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.price {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #09d;
  font-size: 80px;
  font-weight: 500;
}
.tableitemheader {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}
.lfocus {
  font-size: 20px;
  font-weight: 400;
}
.highlight {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #09d;
  color: white;
  font-size: 28px;
}
.backcount {
  position: absolute;
  left: 30%;
  top: 35%;
  z-index: -1;
  color: rgba(234, 234, 234, 0.66);
  font-size: 180px;
  font-weight: 800;
}
.backcount.two {
  left: 33%;
}
.backcount.three {
  left: 33%;
}
html.w-mod-js *[data-ix="text-ease-in"] {
  opacity: 1;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="header-image-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}
html.w-mod-js *[data-ix="nav-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}
html.w-mod-js *[data-ix="image-appear-ent"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
html.w-mod-js *[data-ix="scale-up"] {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
html.w-mod-js *[data-ix="buttons-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
html.w-mod-js *[data-ix="nav-scroll-up"] {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
html.w-mod-js *[data-ix="highlight-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) scale(0.95);
  -ms-transform: translate(0px, 50px) scale(0.95);
  transform: translate(0px, 50px) scale(0.95);
}
html.w-mod-js *[data-ix="display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="landing-hover-image-left"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}
html.w-mod-js *[data-ix="landing-hover-image-right"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}
html.w-mod-js *[data-ix="scale-up-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
html.w-mod-js *[data-ix="popupform-initial"] {
  opacity: 0;
  -webkit-transform: translate(800px, 0px);
  -ms-transform: translate(800px, 0px);
  transform: translate(800px, 0px);
}
html.w-mod-js *[data-ix="bottomsignupinitial"] {
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}
html.w-mod-js *[data-ix="headline-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
html.w-mod-js *[data-ix="subhead-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}
html.w-mod-js *[data-ix="navbg-hide"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="submenu-initial-appearance"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.eulahead{
  margin: 100px 0 20px 0;
  text-align: left;
  padding: 0 20px;
}
.eulatxt{
  text-align: left;
  line-height: 30px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .nav_bar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }
  .nav-logo {
    display: inline-block;
    margin-left: -60px;
    float: none;
  }
  .nav-logo.w--current {
    display: inline-block;
    margin-right: auto;
    margin-left: -60px;
    float: none;
    text-align: center;
  }
  .nav-link {
    display: block;
    color: #333;
    text-align: left;
  }
  .nav-link.w--current {
    color: #09d;
  }
  .hero_section {
    padding-bottom: 145px;
  }
  .section_discription {
    padding-top: 40px;
  }
  .section_discription.hero-container {
    padding-bottom: 40px;
  }
  .icon {
    width: 85%;
  }
  .nav-menu {
    background-color: rgba(10, 152, 223, 0.85);
  }
  .nav-menu-button {
    display: inline-block;
    float: left;
  }
  .nav-menu-button.w--open {
    background-color: rgba(10, 152, 223, 0.65);
  }
  .mainheaderent {
    font-size: 50px;
    line-height: 55px;
  }
  .featuretextent {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featuredesent {
    padding-right: 142px;
    padding-left: 142px;
  }
  .featuresubent {
    padding-right: 161px;
    padding-left: 161px;
  }
  .featuretopheadent {
    margin-top: 0px;
  }
  .featuretopheadent.tablet {
    margin-top: 120px;
  }
  .featuretopheadent.tablet.pricingpage {
    margin-top: 100px;
  }
  .highlightline {
    box-shadow: none;
    font-size: 36px;
  }
  .nav-menu {
    background-color: #f2f2f2;
    box-shadow: #ccc 3px 3px 3px 0px;
  }
  .errortext {
    padding-right: 96px;
    padding-left: 96px;
  }
  .imageholderfeatures {
    display: block;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
  }
  .popupform {
    display: none;
  }
  .signupformfield {
    width: 200px;
    margin-left: 10px;
  }
  .benefit_card {
    margin-right: 0px;
    margin-left: 0px;
    padding: 67px 10px;
    box-shadow: none;
    font-size: 22px;
  }
  .tag.develop {
    right: 37%;
  }
  .form {
    padding-right: 161px;
    padding-left: 161px;
  }
  .nav_bg {
    display: block;
  }
  .trial_btn {
    display: inline-block;
  }
  .backcount {
    top: 31%;
  }
  .backcount.two {
    left: 30%;
    top: 31%;
  }
  .backcount.three {
    left: 30%;
    top: 31%;
  }
}
@media (max-width: 767px) {
  .nav_bar {
    display: block;
    padding-top: 19px;
  }
  .nav-logo {
    margin-top: -11px;
  }
  .nav-logo.w--current {
    margin-top: -11px;
  }
  .hero_section {
    margin-top: 63px;
    padding-bottom: 50px;
  }
  .section_discription {
    margin-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .section_discription.hero-container {
    padding: 0px 7px 7px;
  }
  .icon {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  .inc {
    display: block;
    float: none;
    text-align: center;
  }
  .end {
    display: block;
    float: none;
    text-align: center;
  }
  .nav-menu-button {
    margin-top: -20px;
  }
  .signup-ent.footer {
    float: none;
  }
  .signup-ent.footer2 {
    float: none;
  }
  .rows {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mainheaderent {
    margin-top: -63px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 45px;
    line-height: 50px;
  }
  .sectionheaderent {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 35px;
  }
  .sectiontextent {
    font-size: 18px;
  }
  .sectiontextent.upper {
    font-size: 24px;
    line-height: 30px;
  }
  .featureheaderent {
    font-size: 18px;
  }
  .featureheaderent.firstblock {
    font-size: 18px;
  }
  .signoffent {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featuretextent {
    padding-right: 120px;
    padding-left: 120px;
    font-size: 16px;
  }
  .featurenameent {
    font-size: 22px;
  }
  .featuredesent {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 18px;
  }
  .featuresubent {
    padding-right: 101px;
    padding-left: 101px;
    font-size: 16px;
  }
  .featuretopheadent {
    font-size: 28px;
    line-height: 36px;
  }
  .featuretopheadent.tablet {
    margin-top: 143px;
  }
  .featuretopsubent {
    font-size: 18px;
  }
  .highlightline {
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 28px;
  }
  .errortext {
    padding-right: 73px;
    padding-left: 73px;
    font-size: 16px;
  }
  .popupform {
    display: none;
  }
  .benefit_card {
    padding-top: 85px;
    border-radius: 2em;
    box-shadow: none;
  }
  .tag {
    width: 145px;
  }
  .try_btn {
    font-size: 16px;
  }
  .form {
    padding-right: 79px;
    padding-left: 79px;
  }
  .nav_bg {
    display: block;
  }
  .highlight {
    font-size: 23px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  body {
    min-height: 0px;
  }
  .nav_bar {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav-logo {
    display: inline-block;
    width: 115px;
    margin-top: -4px;
    padding-left: 0px;
  }
  .nav-logo.w--current {
    display: inline-block;
    overflow-x: visible;
    overflow-y: visible;
    width: auto;
    margin-top: -4px;
    padding-left: 0px;
  }
  .nav-link {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
  .hero_section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .page_section {
    display: block;
    text-align: left;
  }
  .section_discription {
    padding: 40px 0px 0px;
  }
  .section_discription.top {
    margin-top: -80px;
  }
  .section_discription.footer {
    padding-top: 0px;
  }
  .icon {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .inc {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 18px;
    text-align: center;
  }
  .end {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 18px;
    text-align: center;
  }
  .nav-menu-button {
    margin-top: -20px;
  }
  .signup-ent.footer {
    float: none;
  }
  .signup-ent.footer2 {
    float: none;
  }
  .rows {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mainheaderent {
    padding-top: 125px;
    font-size: 30px;
    line-height: 35px;
  }
  .sectionheaderent {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .sectiontextent {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
  }
  .sectiontextent.upper {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 21px;
    line-height: 28px;
  }
  .featureheaderent {
    font-size: 18px;
  }
  .featureheaderent.firstblock {
    font-size: 18px;
  }
  .featuretextent {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .footericonent {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .featurenameent {
    font-size: 22px;
  }
  .featuredesent {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
  .featuresubent {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-align: center;
  }
  .featuretopheadent {
    margin-top: 0px;
    font-size: 28px;
    line-height: 36px;
  }
  .featuretopheadent.tablet {
    font-size: 25px;
  }
  .featuretopsubent {
    font-size: 18px;
  }
  .highlightline {
    padding-right: 5px;
    padding-left: 5px;
    box-shadow: none;
  }
  .error {
    font-size: 100px;
  }
  .errortext {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
  .formerrortext {
    font-size: 13px;
  }
  .imagebg {
    width: 50%;
  }
  .formheading {
    font-size: 16px;
  }
  .formsubhead {
    font-size: 12px;
  }
  .popupform {
    left: 3px;
    right: 3px;
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .signupformfield {
    margin-left: 0px;
  }
  .notifymebtn {
    padding-right: 7px;
    padding-left: 3px;
  }
  .lm_btn {
    margin-right: 30px;
    margin-left: 30px;
  }
  .screenshot_tag {
    padding-top: 0px;
  }
  .link_container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .try_btn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .trial_head {
    font-size: 26px;
    line-height: 35px;
  }
  .form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form_inside {
    padding-right: 15px;
    padding-left: 15px;
  }
  .secondary_text {
    font-size: 21px;
  }
  .quick_action {
    line-height: 24px;
  }
  .logoicon {
    width: 120px;
  }
  .highlight {
    font-size: 21px;
  }
}

