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

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

a {
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-weight: 500;
  text-decoration: none;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#2897e8), to(#4a6cdb));
  background-image: linear-gradient(90deg, #2897e8, #4a6cdb);
}

.body {
  font-family: Roboto, sans-serif;
  color: #4d4d4d;
  font-weight: 500;
}

.nav_button {
  margin-left: 10px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 20px;
}

.nav_text {
  color: #f7f7f7;
}

.nav_text.active {
  color: hsla(0, 0%, 96.9%, 0.6);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mastercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.heading {
  width: 60%;
  max-width: 765px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-size: 90px;
  line-height: 96px;
  font-weight: 900;
}

.heading.mini {
  margin-bottom: 9px;
  font-size: 55px;
  line-height: 62px;
}

.heading.mini2 {
  font-size: 40px;
  line-height: 50px;
}

.heading-2 {
  max-width: 700px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 34px;
}

.button {
  margin-top: 5px;
  padding: 13px 22px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2897e8), to(#4a6cdb));
  background-image: linear-gradient(90deg, #2897e8, #4a6cdb);
  font-size: 22px;
  line-height: 22px;
}

.button.herobutton {
  margin-top: 30px;
}

.image {
  width: auto;
  height: 30px;
  max-width: none;
}

.textblock {
  margin-top: 8px;
  color: #797979;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.1px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contentblock {
  width: 280px;
  margin-top: 0px;
}

.spacer300 {
  height: 300px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  min-height: 890px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formblock {
  display: block;
  width: 56%;
  max-width: 700px;
  margin-top: 30px;
}

.formblock.hide {
  display: none;
}

.input {
  width: 100%;
  height: 50px;
  max-width: none;
  border: 0px none #000;
  background-color: #f7f7f7;
  color: #797979;
  font-size: 20px;
  line-height: 24px;
}

.div-block {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 80px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.div-block-2 {
  width: 100%;
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: #707070 #000 #000;
}

.text-block {
  margin-top: 0px;
  margin-right: 5px;
  color: #4d4d4d;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ipad {
  position: fixed;
  left: auto;
  top: 0%;
  right: -60%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ipat_image {
  overflow: visible;
  width: 900px;
  height: auto;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.heading-2_hero {
  width: 100%;
  max-width: 700px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 34px;
}

.link-block {
  margin-right: 20px;
}

.ipad_m {
  display: none;
}

.contact_icon {
  display: none;
}

.ipad_feature_left {
  display: none;
}

.div-block-3 {
  width: 60%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.headinghero {
  display: block;
  width: 100%;
  max-width: 765px;
  color: #3881e1;
  font-size: 90px;
  line-height: 96px;
  font-style: normal;
  font-weight: 900;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.ipad_feature_right {
  display: none;
}

.pricing-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

.pringbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.priceheader {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #3881e1;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.price {
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: #3881e1;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}

.feature {
  margin-top: 8px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  color: #797979;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.1px;
}

.feature.blank {
  color: #f7f7f7;
}

.pricebutton_featured {
  width: 100%;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 17.5px 0px;
  border-style: none;
  border-width: 3px;
  border-color: #f7f7f7;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2897e8), to(#4a6cdb));
  background-image: linear-gradient(90deg, #2897e8, #4a6cdb);
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.pricingblock {
  width: 50%;
  padding-right: 10px;
}

.pricebutton {
  width: 100%;
  margin: 30px 0px 0px;
  padding: 15px 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #3881e1;
  border-radius: 4px;
  background-color: transparent;
  color: #3881e1;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.pricebutton._30b {
  margin-bottom: 30px;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  width: 50px;
  height: 70px;
}

.pricingblock_free {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
}

.pricebuttonfree {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 19px;
  border-style: solid;
  border-width: 0px;
  border-color: #3881e1;
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(264deg, #2897e7, #4a6cdb);
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
}

.pringbodyfree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.pringbodyfree.verticle {
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 96.9%, 0);
}

.freetext {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #797979;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.1px;
}

.ipadimage1 {
  position: absolute;
  top: 0px;
  z-index: -206;
  display: block;
  width: 830px;
  height: auto;
  padding: 15px 0px 0px;
}

.mobile_button {
  background-color: #f7f7f7;
  color: #3881e1;
}

.mobile_buy {
  display: none;
}

.section-3 {
  margin-top: 120px;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

.rich-text-block {
  margin-top: 40px;
}

.tabs {
  margin-top: 40px;
}

.tab {
  padding-left: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.tab.w--current {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-tab-2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.bold-text {
  color: #3881e1;
}

.legallink {
  margin-right: 0px;
  margin-bottom: 10px;
}

.div-block-6 {
  position: absolute;
  z-index: -200;
  overflow: hidden;
  width: 870px;
  height: 650px;
  padding: 14px 7px 14px 37px;
}

.ipadimage2 {
  position: absolute;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -203;
  display: block;
  width: 830px;
  height: auto;
  padding: 15px 0px 0px;
}

.ipadimage3 {
  position: absolute;
  top: 0px;
  z-index: -199;
  display: block;
  width: 900px;
  height: auto;
  padding: 15px 0px 0px;
}

.ipadimage4 {
  position: static;
  top: 0px;
  z-index: -206;
  display: block;
  width: 830px;
  height: auto;
  padding: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-3 {
  font-size: 30px;
}

.pricetitle {
  font-size: 26px;
  text-align: center;
}

.price2 {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #3881e1;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
}

.price3 {
  margin-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: #797979;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
}

.price4 {
  margin-top: 8px;
  margin-bottom: 25px;
  padding-right: 0px;
  padding-left: 0px;
  color: #797979;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.1px;
}

.price4.blank {
  color: #f7f7f7;
}

.leanrmorebutton {
  display: none;
  width: auto;
  margin: 0px 0px 20px;
  padding: 12px 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #3881e1;
  border-radius: 4px;
  background-color: transparent;
  color: #3881e1;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
}

.finefront {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #797979;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1px;
}

.success-message {
  height: 330px;
  background-color: #ececec;
  color: #4d4d4d;
}

.text-block-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section-4 {
  margin-top: 100px;
}

.headingpricing {
  display: block;
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-size: 60px;
  line-height: 70px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.grid_product {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.price_heading {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3881e1;
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

.columns {
  margin-top: 20px;
  border-radius: 0px;
}

.price_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  font-family: Roboto, sans-serif;
  color: #747474;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.price_feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.price_feature.blank {
  color: rgba(51, 51, 51, 0);
}

.price_price {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.grid_headings {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border: 1px none #000;
}

.grid_product2 {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.price_category_blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  font-family: Roboto, sans-serif;
  color: rgba(51, 51, 51, 0);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.price_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: Roboto, sans-serif;
  color: #535353;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.price_heading_blank {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 0px;
  background-color: #3881e1;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 96.9%, 0);
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

.price_heading_blank.realign {
  margin-top: 2px;
}

.image-4 {
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.price_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-5 {
  height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.15;
}

.price_x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.price_sub {
  width: 100%;
  padding: 5px 10px 3px;
  border: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #535353;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-size: 40px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
}

.price_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_text_button {
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #f7f7f7;
}

.div-block-10 {
  margin-top: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

.text-block-6 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3881e1;
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.price_otherprice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-block-7 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.price_other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.learnmorebutton {
  width: 60%;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-copy {
  width: 100%;
  max-width: 765px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-size: 90px;
  line-height: 96px;
  font-weight: 900;
  text-align: left;
}

.cta-copy {
  display: block;
  width: 100%;
  margin-bottom: 75px;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-2 {
  color: #3881e1;
}

.subprice {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #3881e1;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
}

.feature-copy {
  margin-top: 8px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  color: #797979;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.1px;
}

.feature-copy.blank {
  color: #f7f7f7;
}

.pricebutton2 {
  width: 80%;
  margin: 10px 0px 0px;
  padding: 15px 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #2eccba;
  border-radius: 4px;
  background-color: transparent;
  color: #2eccba;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.pricebutton2._30b {
  margin-bottom: 30px;
}

.pricebutton2.featured {
  max-width: 700px;
  border-style: solid;
  border-color: #2eccba;
  background-image: linear-gradient(136deg, #39d581, #2eccba);
  color: #fff;
}

.pricebutton2.featured.mini {
  max-width: 310px;
}

.headingtextbox {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #535353;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

.bold-text-3 {
  color: #3881e1;
}

.enterprisetext {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #c4c4c4;
  color: #797979;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.1px;
}

.formsub {
  width: 100%;
  max-width: 700px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #535353;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.formsub.topspace {
  margin-top: 50px;
}

.formsub.topspace.larger {
  margin-top: 70px;
  font-size: 26px;
}

.bold-text-4 {
  color: #3881e1;
}

.chbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 20px;
}

.chbox.checkmark {
  margin-left: 10px;
}

.chbox.box {
  margin-left: 10px;
}

.box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 0px;
}

.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  width: 64%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.text-block-9 {
  margin-top: 16px;
  font-size: 18px;
}

.icon-2 {
  color: #303030;
}

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

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 250px;
  padding: 30px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  border-radius: 12px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.slider-2 {
  width: 60%;
  height: auto;
  background-color: #fff;
}

.slide {
  padding: 6px 6px 12px;
}

.icon {
  color: #303030;
}

.slide-nav-2 {
  display: block;
  margin-bottom: 6px;
  color: #252525;
  font-size: 10px;
}

.text-block-10 {
  margin-top: 5px;
  color: #3881e1;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-8 {
  color: #797979;
  font-size: 18px;
  line-height: 24px;
}

.lottie-animation {
  width: 100%;
}

.image-6 {
  position: absolute;
  z-index: 5;
  width: 65%;
}

.div-block-14 {
  width: 65%;
}

@media screen and (max-width: 991px) {
  .mastercontainer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero {
    padding-top: 140px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    width: 560px;
    font-size: 64px;
    line-height: 64px;
  }

  .heading.mini2 {
    width: 500px;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 25px;
  }

  .button {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .textblock {
    font-size: 17px;
    line-height: 25px;
  }

  .contentblock {
    width: 235px;
  }

  .formblock {
    width: 53%;
  }

  .input {
    font-size: 16px;
  }

  .ipad {
    top: 4%;
    right: -50%;
    width: 120%;
    height: 120%;
  }

  .ipat_image {
    height: auto;
  }

  .heading-2_hero {
    width: 500px;
    margin-top: 20px;
    font-size: 22px;
    line-height: 25px;
  }

  .headinghero {
    width: 560px;
    font-size: 64px;
    line-height: 64px;
  }

  .pricing-blocks {
    width: 560px;
  }

  .priceheader {
    font-size: 22px;
    line-height: 25px;
  }

  .feature {
    font-size: 15px;
    line-height: 18px;
  }

  .pricebutton_featured {
    margin-top: 20px;
    font-size: 17px;
    line-height: 18px;
  }

  .pricebutton {
    margin-top: 20px;
    font-size: 17px;
    line-height: 18px;
  }

  .pricingblock_free {
    width: 560px;
  }

  .pricebuttonfree {
    margin-top: 20px;
    font-size: 17px;
    line-height: 18px;
  }

  .freetext {
    font-size: 17px;
    line-height: 25px;
  }

  .price4 {
    font-size: 15px;
    line-height: 18px;
  }

  .leanrmorebutton {
    margin-top: 20px;
    font-size: 17px;
    line-height: 18px;
  }

  .success-message {
    height: 315px;
  }

  .headingpricing {
    width: 560px;
    font-size: 64px;
    line-height: 64px;
  }

  .heading-copy {
    width: 560px;
    font-size: 64px;
    line-height: 64px;
  }

  .feature-copy {
    font-size: 15px;
    line-height: 18px;
  }

  .pricebutton2 {
    margin-top: 20px;
    font-size: 17px;
    line-height: 18px;
  }

  .enterprisetext {
    font-size: 17px;
    line-height: 25px;
  }

  .formsub {
    width: 560px;
  }

  .div-block-13 {
    min-height: 330px;
  }

  .slider-2 {
    width: 75%;
    height: auto;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-6 {
    width: 90%;
  }

  .div-block-14 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 55px;
  }

  .nav_button.hide {
    display: none;
  }

  .mastercontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero {
    padding-top: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    width: 56%;
    font-size: 45px;
    line-height: 45px;
  }

  .heading.mini2 {
    width: 270px;
    font-size: 30px;
    line-height: 40px;
  }

  .button {
    font-size: 16px;
  }

  .image {
    height: 25px;
  }

  .formblock {
    margin-top: 10px;
  }

  .footer {
    margin-top: 45px;
    padding-top: 30px;
  }

  .ipad {
    top: -15%;
    right: -57%;
    bottom: 0%;
    width: 100%;
    height: 130%;
    padding-top: 55px;
  }

  .ipat_image {
    width: 300px;
  }

  .heading-2_hero {
    width: 56%;
    margin-top: 10px;
    font-size: 19px;
    line-height: 22px;
  }

  .div-block-3 {
    width: auto;
  }

  .headinghero {
    width: 56%;
    font-size: 45px;
    line-height: 45px;
  }

  .pricing-blocks {
    width: 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricebutton_featured {
    width: 100%;
    font-size: 16px;
  }

  .pricingblock {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .pricebutton {
    width: 100%;
    font-size: 16px;
  }

  .pricingblock_free {
    width: 55%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .pricebuttonfree {
    font-size: 16px;
  }

  .pringbodyfree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .freetext {
    text-align: center;
  }

  .ipadimage1 {
    width: 300px;
    padding: 5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-6 {
    width: 300px;
    height: 220px;
    padding: 5px;
  }

  .ipadimage2 {
    width: 300px;
    padding: 5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .ipadimage3 {
    width: 300px;
    padding: 5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .ipadimage4 {
    width: 300px;
    padding: 5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .leanrmorebutton {
    font-size: 16px;
  }

  .finefront {
    text-align: center;
  }

  .headingpricing {
    width: 56%;
    font-size: 45px;
    line-height: 45px;
  }

  .price_feature {
    font-size: 14px;
    line-height: 16px;
  }

  .price_otherprice {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .price_other {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-copy {
    width: 56%;
    font-size: 45px;
    line-height: 45px;
  }

  .pricebutton2 {
    width: 100%;
    font-size: 16px;
  }

  .headingtextbox {
    padding-right: 10px;
    padding-left: 10px;
  }

  .enterprisetext {
    text-align: center;
  }

  .formsub {
    width: 56%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .div-block-13 {
    min-height: 490px;
  }

  .slider-2 {
    width: 60%;
    height: auto;
  }

  .image-6 {
    display: none;
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .nav_button {
    margin-right: -15px;
  }

  .nav_text {
    display: none;
    overflow: visible;
  }

  .section {
    overflow: hidden;
    padding-top: 0px;
  }

  .mastercontainer {
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero {
    overflow: visible;
    padding-top: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }

  .heading.mini {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .heading-2.mobileright {
    text-align: right;
  }

  .button {
    margin-top: 0px;
    margin-bottom: 170px;
  }

  .button.herobutton {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 70px;
    margin-left: 16px;
    padding: 14px 22px;
    font-size: 20px;
  }

  .textblock.mobileright {
    text-align: right;
  }

  .content {
    padding-top: 10px;
  }

  .contentblock {
    width: 100%;
    margin-top: 10px;
  }

  .spacer300 {
    height: 100px;
  }

  .cta {
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .formblock {
    width: 100%;
  }

  .footer {
    height: 50px;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
  }

  .ipad {
    display: none;
  }

  .heading-2_hero {
    width: 100%;
    margin-top: 15px;
    font-size: 22px;
    line-height: 27px;
  }

  .image-2 {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }

  .ipad_m {
    position: static;
    left: auto;
    top: 380px;
    right: -140px;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 120%;
    margin-top: 30px;
    margin-left: 40px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .contact_icon {
    display: block;
    width: 31px;
    height: 20px;
  }

  .ipad_feature_left {
    display: block;
    overflow: hidden;
    width: 120%;
    margin-top: 0px;
    margin-left: -90px;
  }

  .ipad_feature_left.loadstate {
    opacity: 0;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .image-3 {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-left: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .headinghero {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ipad_feature_right {
    display: block;
    overflow: hidden;
    width: 120%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 30px;
  }

  .ipad_feature_right.loadstate {
    opacity: 0;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .pricing-blocks {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature.mobileright {
    text-align: right;
  }

  .pricebutton_featured {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .pricebutton_featured.herobutton {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 70px;
    margin-left: 16px;
    padding: 14px 22px;
    font-size: 20px;
  }

  .pricingblock {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .pricebutton {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .pricebutton.herobutton {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 70px;
    margin-left: 16px;
    padding: 14px 22px;
    font-size: 20px;
  }

  .pricing {
    margin-bottom: 200px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricingblock_free {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .pricebuttonfree {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricebuttonfree.herobutton {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 70px;
    margin-left: 16px;
    padding: 14px 22px;
    font-size: 20px;
  }

  .pringbodyfree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .freetext {
    line-height: 22px;
  }

  .freetext.mobileright {
    text-align: right;
  }

  .mobile_button {
    padding: 10px 14px;
    border-radius: 7px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
  }

  .mobile_buy {
    display: inline-block;
  }

  .ipadscreen {
    position: absolute;
    z-index: -10;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .ipadscreen2 {
    position: absolute;
    z-index: -10;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
  }

  .ipadscreen3 {
    position: absolute;
    z-index: -10;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-transform: translate(0px, -63%);
    -ms-transform: translate(0px, -63%);
    transform: translate(0px, -63%);
  }

  .ipadscreen4 {
    position: absolute;
    z-index: -10;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .price4.mobileright {
    text-align: right;
  }

  .leanrmorebutton {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .leanrmorebutton.herobutton {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 70px;
    margin-left: 16px;
    padding: 14px 22px;
    font-size: 20px;
  }

  .finefront.mobileright {
    text-align: right;
  }

  .headingpricing {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }

  .price_category {
    background-color: #d9d9d9;
    font-size: 14px;
    line-height: 18px;
  }

  .price_feature {
    padding-right: 5px;
  }

  .price_category_blank {
    background-color: #d9d9d9;
  }

  .price_content {
    padding-right: 5px;
    font-size: 15px;
  }

  .price_sub {
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .price_block {
    height: 240px;
  }

  .nav_text_button {
    display: none;
    overflow: visible;
  }

  .price_otherprice {
    padding-right: 5px;
  }

  .price_other {
    padding-right: 5px;
  }

  .heading-copy {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }

  .cta-copy {
    height: 70vh;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subprice {
    font-size: 30px;
    line-height: 40px;
  }

  .feature-copy.mobileright {
    text-align: right;
  }

  .pricebutton2 {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .pricebutton2.herobutton {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 70px;
    margin-left: 16px;
    padding: 14px 22px;
    font-size: 20px;
  }

  .enterprisetext {
    line-height: 22px;
  }

  .enterprisetext.mobileright {
    text-align: right;
  }

  .formsub {
    width: 100%;
  }

  .clients {
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-13 {
    min-height: 560px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
  }
}

#w-node-2895a41501f9-6f6553ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ab04129b968e-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-329dbd9738c1-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-03b665ad5f8c-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c97406d02e6e-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7f93d56563fa-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-88249986438f-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-4d1b60935d20-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 17;
  grid-row-start: 17;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 18;
}

#w-node-4c16a8546e84-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-796dfd4b6279-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-072de7a0c893-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-afb3f92c07e0-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f080be10ae7a-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c0efe800fc7e-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-00b40ca5daf2-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6f93f813890f-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1a91e1f672d9-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-4033ee685831-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 13;
  grid-row-start: 13;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 14;
}

#w-node-c8863c820330-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
}

#w-node-cd0b497a08cd-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 13;
  grid-row-start: 13;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 14;
}

#w-node-ec63fc374878-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 31;
  grid-row-start: 31;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 32;
}

#w-node-54aaf80e0239-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 32;
  grid-row-start: 32;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 33;
}

#w-node-21e60714315a-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-241320c0be80-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d1beb0a65af2-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9638ddc3a0d6-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 36;
  grid-row-start: 36;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 37;
}

#w-node-a42119f21d93-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 40;
  grid-row-start: 40;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 41;
}

#w-node-111369f6333f-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f6bb334864ce-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 41;
  grid-row-start: 41;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 42;
}

#w-node-9f9eb8a0b62e-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 45;
  grid-row-start: 45;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 46;
}

#w-node-674da058aac1-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 35;
  grid-row-start: 35;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 36;
}

#w-node-3717b6fe29bc-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 44;
  grid-row-start: 44;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 45;
}

#w-node-395daf9e7a47-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
}

#w-node-bea27ff7d00f-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 14;
  grid-row-start: 14;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 15;
}

#w-node-107ad05ddbd7-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
}

#w-node-d56a73a0cbf5-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-7d47efacc247-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 12;
  grid-row-start: 12;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 13;
}

#w-node-7b323043a4ea-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 13;
  grid-row-start: 13;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 14;
}

#w-node-c6da3180d62b-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 17;
  grid-row-start: 17;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 18;
}

#w-node-1101e7717440-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 22;
  grid-row-start: 22;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 23;
}

#w-node-85cf1fe4d8e7-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 16;
  grid-row-start: 16;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 17;
}

#w-node-9d73dd73fb9b-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 18;
  grid-row-start: 18;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 19;
}

#w-node-a4f790238aff-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 20;
  grid-row-start: 20;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 21;
}

#w-node-b3c22ad4bc19-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 23;
  grid-row-start: 23;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 24;
}

#w-node-49efa08d987e-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 24;
  grid-row-start: 24;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 25;
}

#w-node-afb898e4bea5-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 21;
  grid-row-start: 21;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 22;
}

#w-node-5e4a1b30d399-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 42;
  grid-row-start: 42;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 43;
}

#w-node-1a086db2d4fe-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 31;
  grid-row-start: 31;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 32;
}

#w-node-81f1464fef48-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 36;
  grid-row-start: 36;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 37;
}

#w-node-26cc77dcac29-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 35;
  grid-row-start: 35;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 36;
}

#w-node-5e32abdfa19d-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 26;
  grid-row-start: 26;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 27;
}

#w-node-3c71b9bd5e8b-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 33;
  grid-row-start: 33;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 34;
}

#w-node-1fc24eea5253-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 40;
  grid-row-start: 40;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 41;
}

#w-node-93a77e912993-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 45;
  grid-row-start: 45;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 46;
}

#w-node-6636e2bfa8a3-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 42;
  grid-row-start: 42;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 43;
}

#w-node-b1c30057df1f-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 37;
  grid-row-start: 37;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 38;
}

#w-node-0ecd7d153af4-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 44;
  grid-row-start: 44;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 45;
}

#w-node-5e0b54942374-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 42;
  grid-row-start: 42;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 43;
}

#w-node-ca9c6bcfee42-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 41;
  grid-row-start: 41;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 42;
}

#w-node-352f03b5f5e4-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 32;
  grid-row-start: 32;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 33;
}

#w-node-797981eac744-6f6553ee {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 31;
  grid-row-start: 31;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 32;
}

.w-slider-aria-label {
  display: none !important;
}