body {
  padding-top: 59px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #d7d9de;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-family: Roboto, sans-serif;
  color: #f2f4f7;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #f2f4f7;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

h3 {
  margin: 10px 0px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 0px 0px 10px;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #a5a7ad;
  font-size: 14px;
  line-height: 22px;
}

.button {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 200px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 24px;
  clear: none;
  border-radius: 2px;
  background-color: #0ac278;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.button.contact {
  width: 215px;
  margin-bottom: 17px;
  padding: 14px 53px;
  border-radius: 4px;
  background-color: #0f8ad1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f8ad1), to(#3b6cf3));
  background-image: linear-gradient(180deg, #0f8ad1, #3b6cf3);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding: 6px 14px;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-top: 8px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.35);
  color: #fff;
}

.nav-link.w--current {
  padding-top: 8px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 0 12px #1d1f21;
}

.nav-link.right {
  margin-top: 14px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: right;
  border: 1px solid #5f6266;
  border-radius: 2px;
}

.nav-link.right.primarybutton {
  margin-top: 11px;
  margin-right: 10px;
  margin-bottom: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-color: #fff;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.11);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.nav-link.right.primarybutton:hover {
  border-color: #fff;
  background-color: hsla(0, 0%, 74.7%, 0.3);
  background-image: none;
}

.nav-link.right.primarybutton.registerbtn {
  background-color: hsla(0, 0%, 100%, 0.93);
  font-family: Poppins, sans-serif;
  color: #000;
}

.nav-link.right.primarybutton.registerbtn:hover {
  background-color: #fff;
}

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

.nav-link.pro.w--current {
  padding-right: 27px;
  padding-left: 27px;
}

.nav-link.enterprise {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
}

.nav-link.lastlink {
  margin-right: 21px;
}

.logo-text {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 0px;
  border-bottom: 3px none #5f6266;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #d84966;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.logo-text:hover {
  border-bottom-color: #4c709e;
}

.logo-text.footer {
  color: #5f6266;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-wrapper {
  width: auto;
  margin-right: 19px;
}

.brand-wrapper.w--current {
  width: auto;
  margin-right: 29px;
}

.section {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
  opacity: 1;
}

.section.darkestgrey {
  background-color: #1d1f21;
}

.section.black {
  background-color: #000;
}

.section.white {
  overflow: hidden;
  max-width: 100%;
  padding-top: 44px;
  padding-bottom: 39px;
  padding-left: 0px;
  background-color: #fff;
  color: #1d1f21;
}

.section.white.desktoppricesection {
  display: block;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #31343c;
}

.section.white.diagrambackground {
  background-color: transparent;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.white.browsers {
  padding-top: 184px;
  padding-bottom: 184px;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.grey {
  padding-bottom: 64px;
  background-color: #f8f8f8;
  color: #fdfdfd;
}

.section.grey.nobottom {
  padding-bottom: 21px;
}

.section.grey.special {
  overflow: hidden;
  max-width: 100%;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5f88a6a8bcd7c4222117e235_testimonial-bg-5%20(1).png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.subtitle {
  display: block;
  width: 856px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: rgba(242, 246, 252, 0.63);
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle.gallerysubtitle {
  width: 900px;
  margin: 19px auto 16px;
  font-family: Poppins, sans-serif;
  color: rgba(242, 246, 252, 0.93);
  font-size: 16px;
  line-height: 29px;
  text-align: left;
}

.subtitle.trialsubtitle {
  width: 70%;
  margin-top: 16px;
  margin-bottom: 5px;
  line-height: 27px;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #909499;
  text-decoration: none;
}

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

.success-message {
  background-color: #5f6266;
}

.success-message.big {
  padding: 41px 30px;
}

.social-link {
  margin-right: 11px;
  opacity: 0.29;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.74;
}

.small-heading {
  margin-bottom: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

.small-heading.whitetext {
  margin-bottom: -1px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: 0 -1px 8px rgba(0, 0, 0, 0.25);
}

.small-heading.whitetext.pro {
  margin-top: 59px;
  font-size: 34px;
  text-align: center;
}

.small-heading.whitetext.name {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
  text-align: left;
}

.feature-icon-wrapper {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 25px;
  padding-bottom: 0px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #5f6266;
  border-radius: 42px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.feature-list-right {
  position: relative;
  padding-left: 25px;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-icon {
  width: 20px;
  margin-top: 10px;
  margin-bottom: -6px;
  opacity: 0.81;
}

.feature-icon.small {
  width: 14px;
  margin-top: 0px;
  margin-bottom: 3px;
  opacity: 0.5;
  font-size: 18px;
}

.feature-text {
  margin-top: 6px;
  color: #8f9196;
  font-size: 17px;
  line-height: 28px;
}

.feature-text.title {
  margin-top: 11px;
  font-family: Poppins, sans-serif;
  color: #5f6266;
  font-size: 21px;
  line-height: 39px;
  font-weight: 400;
}

.pricing-column {
  margin: 4px 25px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 11, 40, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.pricing-column:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 11, 40, 0.1);
}

.pricing-column.mainpricecolumn {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.11);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.pricing-column.mainpricecolumn:hover {
  box-shadow: 3px 0 15px 10px rgba(0, 0, 0, 0.11);
}

.pricing-column.first {
  margin-right: 0px;
}

.pricing-column.last {
  margin-left: 0px;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.plan-title {
  margin-bottom: 0px;
  padding: 33px;
  border-bottom: 3px solid rgba(218, 224, 232, 0);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  font-family: Poppins, sans-serif;
  color: #3f4451;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.price {
  margin-top: 36px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 41px;
  font-weight: 300;
  text-align: center;
}

.price.pricesoon {
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  color: #3f4451;
  font-size: 40px;
  font-weight: 700;
}

.per-month {
  margin-bottom: 25px;
  padding-top: 5px;
  opacity: 1;
  color: #999;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  text-transform: none;
}

.per-month.hidden {
  opacity: 1;
}

.price-feature {
  padding: 10px 19px;
  color: #505976;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.get-started-link {
  display: block;
  margin: 18px auto;
  -webkit-transition: color 200ms ease, border-color 500ms ease;
  transition: color 200ms ease, border-color 500ms ease;
  color: #0bd685;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link.pricing {
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 42px;
  color: #d34864;
}

.get-started-link.pricing:hover {
  color: #ac4055;
}

.get-started-link.gallerystartedlink {
  position: static;
  margin-top: 33px;
  margin-bottom: 0px;
  text-align: center;
}

.get-started-link.gallerystartedlink.button {
  display: inline-block;
  width: 229px;
  margin: 31px auto 17px;
  padding-left: 42px;
  border-radius: 40px;
  background-color: #0075ce;
  color: #fdfffe;
  text-align: center;
}

.get-started-link.gallerystartedlink.button.mainbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 219px;
  margin: 0px 0px 19px;
  padding-right: 8px;
  padding-left: 40px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 20px 30px 0 rgba(12, 0, 46, 0.1);
  -webkit-transition: box-shadow 200ms cubic-bezier(.55, .055, .675, .19), color 200ms ease, border-color 500ms ease;
  transition: box-shadow 200ms cubic-bezier(.55, .055, .675, .19), color 200ms ease, border-color 500ms ease;
  font-family: Poppins, sans-serif;
  color: #d53276;
  font-size: 14px;
  text-align: center;
}

.get-started-link.gallerystartedlink.button.mainbutton:hover {
  box-shadow: 0 20px 30px 0 rgba(12, 0, 46, 0.23);
}

.get-started-link.gallerystartedlink.button.mainbutton.withicon {
  width: auto;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 7px;
  border-color: #e3e6e4;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(43deg, #c62d4d, rgba(213, 50, 118, 0.93));
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: none;
  object-fit: none;
}

.get-started-link.gallerystartedlink.button.mainbutton.withicon.custom1 {
  padding-right: 42px;
  padding-left: 42px;
  background-image: linear-gradient(54deg, #d10f60, rgba(188, 36, 64, 0.91));
}

.get-started-link.gallerystartedlink.button.mainbutton.docker {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 3px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.36);
  background-image: linear-gradient(23deg, rgba(66, 83, 255, 0.33), rgba(66, 83, 255, 0));
}

.get-started-link.gallerystartedlink.button.mainbutton.cloud {
  margin-bottom: 0px;
}

.get-started-link.gallerystartedlink.button.buynowbutton {
  display: block;
  margin-top: 55px;
  margin-bottom: 8px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f8ad1), to(#3863ee));
  background-image: linear-gradient(180deg, #0f8ad1, #3863ee);
  font-size: 14px;
}

.get-started-link.gallerystartedlink.button.buynowbutton.trial {
  background-color: #d34864;
}

.get-started-link.button.gallerystartedlink {
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(38, 179, 77, 0);
  border-radius: 2px;
  background-color: #2b9cd5;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.get-started-link.button.gallerystartedlink.custom1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f8ad1), to(#344cad));
  background-image: linear-gradient(180deg, #0f8ad1, #344cad);
}

.get-started-link.getstarttext {
  position: relative;
  margin-top: 47px;
  color: #d34864;
}

.support {
  margin-bottom: 53px;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  text-align: right;
}

.field {
  height: 39px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #5f6266;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  color: #fff;
  font-size: 16px;
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.field.right {
  width: 49%;
  float: left;
}

.field.captcha {
  display: none;
}

.title {
  margin-right: auto;
  margin-left: auto;
}

.image {
  position: static;
  display: inline-block;
  width: 156px;
  height: 46px;
  margin-top: 6px;
}

.sectiongallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1100px;
  margin-bottom: 58px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(177deg, #6c2aff, #672bfd 6%, #2bbdfd 90%, #616161 103%);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
}

.body {
  overflow: visible;
  padding-top: 0px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.gallerycontainer {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.contactform {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.contactheader {
  margin-left: 138px;
}

.easyfeaturesrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  padding-bottom: 10px;
}

.heading.featuresheading-new {
  margin-bottom: 33px;
  font-family: Poppins, sans-serif;
  color: #222d39;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading.featuresheading-new.solutionsheader {
  font-family: Poppins, sans-serif;
  text-align: center;
  text-transform: none;
}

.heading.featuresheading-new.slider5 {
  margin-top: 23px;
  margin-bottom: 34px;
}

.heading.featuresheading {
  margin-bottom: 39px;
  font-family: Poppins, sans-serif;
  color: #2c2f30;
  font-size: 35px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.heading.faqheading {
  padding-top: 46px;
}

.heading.pricingtitle {
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph {
  margin-bottom: 57px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.paragraph.securityfeaturesubtitle {
  font-family: Poppins, sans-serif;
  color: #5f6266;
  font-size: 17px;
}

.paragraph.browsersparagraph {
  margin-top: 1px;
  font-size: 28px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
}

.paragraph.subpar {
  margin-bottom: 0px;
  font-size: 16px;
}

.paragraph.remotedesktopsubpar {
  text-align: center;
}

.securityfeatureheader {
  margin-top: 32px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #2c2f30;
  font-size: 27px;
  font-weight: 400;
  text-transform: none;
}

.securityfeaturetext {
  font-family: Poppins, sans-serif;
  color: #2c2f30;
  font-size: 16px;
  line-height: 36px;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-4.securityimage {
  background-color: #5cbd2c;
}

.div-block-4 {
  position: relative;
  margin-top: 304px;
  margin-right: -18px;
  margin-left: -9px;
}

.mainscreenshot {
  position: relative;
  left: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: -166px;
  margin-left: 0px;
  padding-bottom: 0px;
  -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;
  box-shadow: none;
  text-align: left;
}

.imagemaincloudcontainer {
  position: absolute;
  left: 542px;
  top: 17%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-top: 44px;
  padding-bottom: 0px;
}

.feature-list-left {
  position: relative;
  max-width: 700px;
  padding-right: 11px;
}

.link-block {
  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;
  border-radius: 7px;
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.24);
  text-align: center;
  text-decoration: none;
}

.link-block.card {
  max-width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  box-shadow: 0 0 32px -8px rgba(0, 0, 0, 0.24);
}

.link-block.card.first {
  margin-right: 0px;
  margin-left: 35px;
}

.card-header {
  border: 1px none #000;
  border-radius: 4px 4px 0px 0px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.card-header.card-headeralt {
  border-radius: 4px 4px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.card-title {
  margin-top: 28px;
  padding-bottom: 24px;
  font-family: Poppins, sans-serif;
  color: #3f4451;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  padding-bottom: 31px;
  padding-left: 38px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
}

.checkboxlist {
  position: relative;
  padding-top: 33px;
  padding-right: 5px;
  padding-left: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(197, 193, 193, 0.33);
  text-align: left;
}

.image-8 {
  min-width: 100%;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.securityimage {
  padding: 16px;
  border-radius: 20px 40%;
  background-color: #000;
}

.securityimage.image10 {
  background-color: #35bfe7;
}

.securityimage.image11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0006d), to(#c0006d));
  background-image: linear-gradient(180deg, #c0006d, #c0006d);
}

.body-2 {
  padding-top: 0px;
}

.text-span-2 {
  font-size: 20px;
}

.browserlogo {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.browserlogo.middlebrowserlogo {
  width: 120px;
  margin-right: 83px;
  margin-left: 83px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-7 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: center;
}

.dollarsign {
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
}

.imagemaindesktopcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sectiongallerydesktop {
  overflow: hidden;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.text-span-4 {
  display: none;
  font-family: Roboto, sans-serif;
  color: #28ca56;
  font-size: 22px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.text-block {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
}

.image-9 {
  width: 30px;
  margin-top: -4px;
  margin-right: 4px;
}

.column-7 {
  height: 601px;
}

.slide {
  width: auto;
  padding-bottom: 0px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider {
  position: absolute;
  height: auto;
  padding-bottom: 0px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.34);
}

.featuretextwrapper {
  line-height: 16px;
}

.featuretextwrapper.small {
  margin-bottom: 14px;
}

.featuretextwrapper.small.center {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 17px;
  text-align: center;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-4 {
  width: 900px;
}

.slider-2 {
  position: absolute;
  width: 900px;
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-4 {
  margin-bottom: 10px;
  color: #ebebeb;
  font-size: 24px;
  line-height: 53px;
  text-align: center;
}

.div-block-12 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 78px;
  font-weight: 700;
}

.text-block-9 {
  margin-bottom: 1px;
  color: #fff;
  text-align: center;
}

.image-10 {
  display: block;
  max-width: 338px;
  margin: 1px auto 58px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.text-block-10 {
  margin-top: 43px;
  color: #929292;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.shellngntext {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-transform: uppercase;
}

.body-3 {
  padding-top: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  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;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sectiongalleryenterprise {
  overflow: hidden;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), -webkit-gradient(linear, left top, left bottom, from(#0082b9), to(#fff));
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(180deg, #0082b9, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.imagemainenterprisecontainer {
  margin-top: 40px;
  padding-bottom: 0px;
}

.imagemainenterprise {
  position: relative;
  left: 50%;
  display: block;
  width: 700px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: -350px;
  padding-bottom: 0px;
  box-shadow: 0 0 19px 15px rgba(0, 0, 0, 0.28);
  text-align: left;
}

.body-4 {
  padding-top: 0px;
}

.generalheadersection {
  overflow: hidden;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(127deg, #d82e50 51%, #000);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.faqblock {
  margin-bottom: 62px;
}

.questiontitle {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #fcfcfc;
  font-size: 21px;
}

.columns {
  padding-top: 41px;
  padding-bottom: 41px;
}

.answertext {
  color: #b9b9b9;
}

.greysection {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1f21;
}

.body-5 {
  padding-top: 0px;
}

.rich-text-block {
  font-family: Poppins, sans-serif;
  color: #a5a7ad;
}

.mobileimage {
  position: absolute;
  top: 96px;
  right: -27px;
  z-index: 0;
  display: block;
  width: 35%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  height: 600px;
  margin-top: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-4 {
  margin-top: 32px;
  text-align: center;
}

.mainsubtitle {
  color: #fff;
  font-size: 39px;
  line-height: 51px;
  font-weight: 700;
}

.text-span-5 {
  font-size: 33px;
}

.image-20 {
  margin-right: 10px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.container-6 {
  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;
  text-align: center;
}

.image-21 {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.23);
}

.card-text {
  margin-top: 3px;
  font-family: Roboto, sans-serif;
  color: #6f7275;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

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

.bold-text-2 {
  font-family: Roboto, sans-serif;
  color: #6f7275;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.startingattext {
  font-family: Roboto, sans-serif;
  color: #7f8080;
  font-style: normal;
  font-weight: 300;
}

.nocreditcard {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.sectiongalleryprotrial {
  overflow: hidden;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.trialform {
  display: block;
  max-width: 500px;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-11 {
  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;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-8 {
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 10px;
}

.link {
  color: #5fa9d2;
}

.trialsignup {
  margin-bottom: 0px;
  text-transform: none;
}

.trialsignup.subtitle {
  width: auto;
  margin-top: 35px;
  font-size: 22px;
}

.text-span-9 {
  font-size: 22px;
  text-transform: uppercase;
}

.paragraph-2 {
  color: #000;
}

.error-message {
  background-color: #f7b0b0;
}

.text-span-11 {
  font-size: 25px;
  font-weight: 400;
}

.bold-text-3 {
  color: #c5c5c5;
}

.container-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-bottom: 1px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  text-align: center;
}

.image-22 {
  box-shadow: 2px 2px 12px -5px rgba(0, 0, 0, 0.47);
}

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

.image-24 {
  width: 900px;
  box-shadow: 1px 1px 20px -11px #000;
}

.card-subtext-2 {
  margin-top: -11px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #5f6266;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 18px;
  margin-bottom: 74px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.feature-icon-wrapper-2 {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 25px;
  padding-bottom: 0px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #5f6266;
  border-radius: 42px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.feature-icon-wrapper-2.small {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 9px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  line-height: 23px;
}

.heading-2 {
  text-transform: none;
}

.image-25 {
  position: relative;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-shadow: 0 0 6px transparent;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-8 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  margin-right: 22px;
  margin-left: 22px;
  color: #fff;
}

.noinstallation {
  position: absolute;
  top: 55px;
  width: 100%;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.div-block-19 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
}

.div-block-20 {
  position: relative;
}

.italic-text {
  font-weight: 300;
}

.link-2 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-transition: text-shadow 125ms cubic-bezier(.6, .04, .98, .335);
  transition: text-shadow 125ms cubic-bezier(.6, .04, .98, .335);
  color: #fff;
  text-shadow: 1px 1px 0 transparent;
}

.link-2:hover {
  text-shadow: -3px 3px 14px rgba(0, 0, 0, 0.5);
}

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

.clients-container {
  position: relative;
  width: 86px;
  height: 51px;
  margin-right: 13px;
  margin-left: 13px;
  color: #06ff24;
  font-size: 39px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
}

.clientnamessh {
  position: absolute;
  width: 100%;
}

.clientnamesftp {
  position: absolute;
  width: 100%;
}

.clientnamerdp {
  position: absolute;
  width: 100%;
}

.clientnamevnc {
  position: absolute;
  width: 100%;
}

.iconcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 65px;
  margin-bottom: 25px;
  -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-radius: 50% 24%;
  background-color: #7142f8;
}

.iconcontainer.sub2 {
  background-color: #5cbd2c;
}

.iconcontainer.sub3 {
  background-color: #f38650;
}

.iconcontainer.sub4 {
  background-color: #ecbf24;
}

.iconcontainer.sub5 {
  background-color: #fa4c9a;
}

.iconcontainer.sub6 {
  background-color: #35bfe7;
}

.container-9 {
  position: relative;
  border-radius: 50% 50% 50px;
}

.image-28 {
  width: 40px;
}

.featuresmaintitle {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #222d39;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}

.featuressubtext {
  color: #222d39;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

.div-block-22 {
  position: absolute;
  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;
}

.div-block-23 {
  position: absolute;
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: repeating-radial-gradient(circle closest-corner at 50% 50%, rgba(227, 221, 246, 0.2), rgba(241, 238, 251, 0) 22%, rgba(246, 244, 253, 0.76) 48%, #fff 73%);
  opacity: 0.69;
}

.div-block-23.sub1 {
  width: 43rem;
  height: 43rem;
}

.div-block-23.sub2 {
  width: 20rem;
  height: 20rem;
}

.div-block-23.sub3 {
  width: 10rem;
  height: 10rem;
}

.div-block-23.sub4 {
  width: 53rem;
  height: 53rem;
}

.container-10 {
  position: relative;
  max-width: 1170px;
}

.columns-4 {
  margin-bottom: 63px;
}

.container-12 {
  max-width: 100%;
}

.galleryimage {
  width: auto;
  max-width: 1900px;
  min-width: 900px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  width: auto;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 601px;
  -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;
}

.container-13 {
  display: block;
  max-width: 1400px;
  -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;
}

.separator {
  width: 80%;
  margin: 10px auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e9e9f4 #e9e9f4;
}

.text-block-14 {
  position: absolute;
  left: -121px;
  bottom: 540px;
  overflow: visible;
  padding: 106px 83px 11px;
  background-color: #3476b8;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  font-size: 12px;
}

.bold-text-4 {
  font-weight: 500;
}

.text-span-12 {
  font-size: 35px;
}

.div-block-24 {
  padding-bottom: 107px;
  text-align: center;
}

.heading-3 {
  font-family: Poppins, sans-serif;
}

.heading-4 {
  font-family: Poppins, sans-serif;
}

.heading-5 {
  font-family: Poppins, sans-serif;
}

.text-span-13 {
  font-size: 29px;
}

.productnametitle {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: 600;
}

.productdescription {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.productintrocolumn {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.productintrocolumn:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.columns-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 58px auto 51px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.productblockwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 46px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-image: linear-gradient(39deg, rgba(54, 178, 251, 0), rgba(63, 89, 243, 0.38) 63%, rgba(52, 171, 247, 0.23));
}

.productblockwrapper.revert {
  background-image: linear-gradient(333deg, rgba(54, 178, 251, 0), rgba(63, 89, 243, 0.38) 63%, rgba(52, 171, 247, 0.3));
}

.image-33 {
  margin-right: 11px;
}

.text-block-15 {
  color: #fff;
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 160px;
  margin-top: 7px;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7903db6f01a905f6850392_hero-curve.svg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidercontent {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-3 {
  overflow: hidden;
}

.slider-3 {
  height: 771px;
  background-color: transparent;
}

.section-3 {
  padding-bottom: 62px;
  background-color: #fcfcfc;
}

.right-arrow-3 {
  color: #000;
}

.moreinfo {
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  text-decoration: underline;
}

.container-14 {
  margin-bottom: 62px;
}

.div-block-16-cloud {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  padding-top: 83px;
  padding-bottom: 86px;
}

.sectiongallery-cloud {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 50px;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(12deg, #d62e4f, #d62e4f 42%, #000 103%);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
}

.getstartedwrapper {
  margin-right: 14px;
  margin-left: 14px;
}

.licensedesc {
  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;
  color: #ddd;
  font-weight: 500;
}

.licensedesctext {
  margin-bottom: 6px;
  font-size: 15px;
}

.storecategorycontainer {
  margin-top: 39px;
}

.text-span-14 {
  font-weight: 700;
}

.card-body-price-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7px;
  padding-bottom: 31px;
  padding-left: 7px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
}

.checkboxlist-price-plan {
  position: relative;
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(197, 193, 193, 0.33);
  text-align: left;
}

.pricingplanswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pricinggroup {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricinggroup:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.03)), color-stop(49%, hsla(0, 0%, 100%, 0.56)), to(hsla(0, 0%, 100%, 0.05)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.03), hsla(0, 0%, 100%, 0.56) 49%, hsla(0, 0%, 100%, 0.05));
}

.pricinggroup.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-title-plan-group {
  margin-top: 28px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.pricinggroupcardswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricecolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  margin-bottom: 27px;
  margin-left: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.card-title-plan-name {
  margin-top: 14px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #f7f7f7;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.plan-group-sub-title {
  height: 62px;
  margin: -11px 65px 16px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.plan-price {
  margin: 15px;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
}

.text-span-15 {
  font-size: 27px;
}

.text-span-16 {
  font-size: 16px;
}

.plan-trial-info {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 300;
}

.try-now-button {
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #8dc23b;
  border-radius: 0px;
  background-color: transparent;
  color: #8dc23b;
  text-decoration: none;
  text-transform: uppercase;
}

.try-now-button:hover {
  box-shadow: 1px 1px 2px 0 #b1b1b1;
}

.try-now-button.filled {
  background-color: #8dc23b;
}

.try-now-button.filled.color2 {
  border-bottom-color: #fba31d;
  background-color: #fba31d;
}

.try-now-button.filled.color3 {
  background-color: #27a8e1;
}

.try-now-button.filled.color4 {
  background-color: #bd68c0;
  color: #bd68c0;
}

.try-now-button.color2 {
  border-color: #fba31d;
  color: #fba31d;
}

.try-now-button.color3 {
  border-color: #27a8e1;
  color: #27a8e1;
}

.try-now-button.color4 {
  border-color: #bd68c0;
}

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

.card-header-container {
  border-radius: 5px 5px 0px 0px;
  background-color: #8dc23b;
}

.card-header-container.color2 {
  background-color: #fba31d;
}

.card-header-container.color3 {
  background-color: #27a8e1;
}

.card-header-container.color4 {
  background-color: #bd68c0;
}

.text-block-17 {
  color: #fff;
  text-decoration: none;
}

.text-block-18.color3 {
  color: #27a8e1;
}

.text-block-18.color4 {
  color: #bd68c0;
}

.we-accept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-style: italic;
}

.image-34 {
  margin-right: 11px;
  margin-left: 11px;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 76px;
  padding: 50px 130px;
  -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;
}

.text-block-19 {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
}

.link-3 {
  color: #e9e9e9;
}

.text-block-20 {
  margin-top: 7px;
  color: #c7c7c7;
  font-size: 13px;
  text-align: center;
}

.text-block-21 {
  margin-top: -6px;
  margin-bottom: -16px;
  color: rgba(255, 255, 255, 0.84);
}

.div-block-30 {
  padding: 27px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdfd), to(#fff));
  background-image: linear-gradient(180deg, #fffdfd, #fff);
}

.bloglistitemtitle {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  text-transform: none;
}

.sectionblog {
  overflow: hidden;
  background-color: #000;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.div-block-31 {
  margin: 29px 63px;
  padding: 34px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.11);
}

.paragraph-3 {
  color: #fdfdfd;
}

.text-block-22 {
  color: #000;
  text-decoration: none;
}

.link-block-3 {
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
}

.collection-item {
  margin-bottom: 32px;
}

.text-block-23 {
  margin-bottom: 7px;
  text-align: left;
}

.body-6 {
  padding-top: 0px;
  color: #fff;
}

.blogitemtitle {
  margin-bottom: 30px;
  padding-bottom: 33px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #949494;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

.text-block-24 {
  margin-bottom: 9px;
}

.captchaimg {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-32 {
  display: none;
  margin-bottom: 11px;
  -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;
  text-align: center;
}

.link-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-25 {
  display: inline-block;
  margin-left: 28px;
  color: #7093ff;
  text-decoration: underline;
}

.container-16 {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .button {
    background-color: #0bd685;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
    color: #000;
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    background-color: #d64b67;
  }

  .nav-link.right {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    border-style: none;
  }

  .nav-link.right.primarybutton {
    background-color: #fff;
    color: #000;
  }

  .nav-link.right.primarybutton:hover {
    background-color: #5f6266;
    color: #fff;
  }

  .nav-link.right.primarybutton.registerbtn:hover {
    color: #bb2d4c;
  }

  .nav-link.pro {
    color: #000;
  }

  .nav-link.pro:hover {
    color: #fff;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 61px;
    right: 0%;
    bottom: auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.28);
  }

  .brand-wrapper.w--current {
    width: 25%;
  }

  .menu-button {
    background-color: rgba(192, 222, 255, 0.68);
    color: #000;
  }

  .menu-button:hover {
    background-color: #e2e2e2;
  }

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

  .section.white {
    padding-right: 8px;
    padding-bottom: 28px;
    padding-left: 8px;
  }

  .subtitle {
    width: 477px;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
  }

  .subtitle.gallerysubtitle {
    width: 100%;
  }

  .small-heading {
    font-size: 34px;
  }

  .feature-icon-wrapper {
    margin-bottom: 56px;
  }

  .pricing-column {
    margin: 24px;
  }

  .pricing-column.mainpricecolumn {
    overflow: hidden;
    height: auto;
    margin: 56px;
  }

  .pricing-column.first {
    margin-right: 61px;
    margin-left: 61px;
  }

  .pricing-column.last {
    margin-right: 56px;
    margin-left: 56px;
  }

  .price {
    font-size: 36px;
  }

  .price.pricesoon {
    font-size: 36px;
  }

  .price-feature {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .sectiongallery {
    height: auto;
    background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(177deg, #6c2aff, #672bfd 6%, #2bbdfd 87%);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat, repeat;
  }

  .contactheader {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .easyfeaturesrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    margin-right: -14px;
    margin-left: -19px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mainscreenshot {
    margin-bottom: 0px;
    margin-left: auto;
  }

  .imagemaincloudcontainer {
    position: relative;
    left: auto;
    top: 0%;
    width: 95%;
    margin-top: 71px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-list-left {
    width: 100%;
    max-width: 100%;
  }

  .link-block.card {
    width: 95%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block.card.first {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .card-title {
    font-size: 20px;
  }

  .slide-4 {
    width: auto;
  }

  .slider-2 {
    position: relative;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }

  .imagemainenterprise.mainscreenshot {
    left: 0%;
  }

  .mobileimage {
    left: 216px;
    height: 630px;
  }

  .trialform {
    width: 90%;
  }

  .row-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-icon-wrapper-2 {
    margin-bottom: 56px;
  }

  .feature-icon-wrapper-2.small {
    margin-bottom: 30px;
  }

  .image-25 {
    max-width: 100%;
  }

  .div-block-16 {
    padding-top: 0px;
  }

  .columns-4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .galleryimage {
    max-width: 100%;
  }

  .column-12 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-13 {
    height: auto;
  }

  .featurescolumn {
    padding-left: 23px;
  }

  .div-block-27 {
    display: none;
  }

  .div-block-16-cloud {
    padding-top: 0px;
  }

  .sectiongallery-cloud {
    height: 1120px;
  }

  .pricingplanswrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-title-plan-group {
    font-size: 20px;
  }

  .card-title-plan-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .navbar {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link.right.primarybutton {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-link.pro {
    padding-left: 25px;
  }

  .nav-link.enterprise {
    padding-left: 25px;
  }

  .nav-menu {
    margin-top: 27px;
  }

  .brand-wrapper.w--current {
    width: 63%;
  }

  .menu-button {
    background-color: rgba(192, 222, 255, 0.68);
  }

  .menu-button:hover {
    background-color: rgba(192, 222, 255, 0.68);
  }

  .section {
    padding: 40px 20px;
  }

  .section.white {
    padding-right: 7px;
    padding-left: 7px;
  }

  .subtitle.gallerysubtitle {
    padding-right: 21px;
    padding-left: 21px;
    text-align: center;
  }

  .small-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
  }

  .feature-list-right {
    margin-bottom: 20px;
  }

  .pricing-column {
    margin-right: 33px;
    margin-left: 33px;
  }

  .pricing-column.mainpricecolumn {
    height: auto;
    margin: 46px 53px;
  }

  .pricing-row {
    margin-top: 9px;
  }

  .get-started-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .support {
    text-align: center;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .field.right {
    width: 48%;
  }

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

  .footer-column {
    margin-bottom: 33px;
  }

  .sectiongallery {
    height: auto;
    background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(177deg, #6c2aff, #672bfd 6%, #2bbdfd 87%);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat, repeat;
  }

  .contactform {
    width: 100%;
  }

  .securityfeaturetext {
    margin-bottom: 36px;
  }

  .mainscreenshot {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .imagemaincloudcontainer {
    margin-top: -9px;
  }

  .feature-list-left {
    margin-bottom: 20px;
  }

  .link-block.card {
    width: 100%;
  }

  .link-block.card.first {
    margin-left: 0px;
  }

  .checkboxlist {
    margin-bottom: 20px;
  }

  .slider-2 {
    width: 100%;
  }

  .imagemainenterprise.mainscreenshot {
    left: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .mobileimage {
    left: 167px;
    height: 430px;
    margin-bottom: -429px;
  }

  .trialform {
    width: 100%;
  }

  .columns-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-span-8 {
    color: #a5a7ad;
  }

  .feature-icon-wrapper-2.small {
    margin-bottom: 30px;
  }

  .div-block-16 {
    padding-right: 9px;
    padding-left: 9px;
  }

  .galleryimage {
    min-width: auto;
  }

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

  .featurescolumn {
    padding-bottom: 41px;
  }

  .text-span-12 {
    margin-right: 11px;
    margin-left: 11px;
  }

  .productintrocolumn {
    margin-bottom: 30px;
  }

  .columns-5 {
    display: block;
    max-width: 100%;
  }

  .div-block-27 {
    display: none;
  }

  .slider-3 {
    height: auto;
    padding-bottom: 39px;
  }

  .section-3 {
    margin-bottom: -2px;
    padding-bottom: 62px;
  }

  .div-block-16-cloud {
    padding-right: 9px;
    padding-left: 9px;
  }

  .sectiongallery-cloud {
    height: auto;
  }

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .checkboxlist-price-plan {
    margin-bottom: 20px;
  }

  .pricingplanswrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin-bottom: 14px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 0px;
  }

  .nav-link {
    color: #000;
  }

  .nav-link.right.primarybutton {
    background-color: #fff;
    color: #000;
  }

  .nav-link.right.primarybutton:hover {
    background-color: #5f6266;
    color: #f8f8f8;
  }

  .nav-link.pro.w--current {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
    text-shadow: none;
  }

  .brand-wrapper {
    width: 52%;
  }

  .brand-wrapper.w--current {
    width: 70%;
    padding-left: 0px;
  }

  .menu-button {
    padding: 12px;
    background-color: rgba(192, 222, 255, 0.68);
  }

  .menu-button:hover {
    background-color: rgba(192, 222, 255, 0.83);
  }

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

  .section.white {
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
  }

  .section.white.browsers {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.grey {
    padding-bottom: 40px;
  }

  .section.grey.nobottom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.grey.special {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subtitle {
    width: 278px;
    margin-bottom: 29px;
    font-family: Roboto, sans-serif;
  }

  .subtitle.gallerysubtitle {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
  }

  .subtitle.gallerysubtitle.cloud {
    margin-top: 0px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .small-heading.whitetext {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 21px;
    line-height: 26px;
  }

  .small-heading.whitetext.pro {
    line-height: 45px;
  }

  .small-heading.whitetext.name {
    margin-bottom: 7px;
  }

  .feature-icon-wrapper {
    width: 30px;
    height: 30px;
    margin-bottom: 82px;
  }

  .feature-item {
    margin-bottom: 24px;
  }

  .feature-icon {
    width: 16px;
    margin-top: 0px;
  }

  .feature-text {
    font-size: 15px;
  }

  .feature-text.title {
    padding-left: 0px;
    font-size: 20px;
    line-height: 32px;
    white-space: normal;
  }

  .pricing-column {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-column.mainpricecolumn {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing-column.first {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-column.last {
    margin-right: 0px;
    margin-left: 0px;
  }

  .get-started-link.button.gallerystartedlink {
    display: block;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .field.right {
    width: 100%;
  }

  .image {
    width: 159px;
    height: 38px;
  }

  .sectiongallery {
    height: auto;
    padding-left: 0px;
    background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(177deg, #6c2aff, #672bfd 6%, #2bbdfd 87%);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat, repeat;
  }

  .contactform {
    width: 100%;
  }

  .contactheader {
    font-size: 22px;
  }

  .heading.featuresheading-new {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 39px;
  }

  .heading.featuresheading-new.solutionsheader {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .heading.featuresheading {
    font-size: 22px;
    line-height: 39px;
  }

  .heading.pricingtitle {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 39px;
  }

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

  .paragraph {
    font-size: 15px;
    line-height: 23px;
  }

  .paragraph.browsersparagraph {
    font-size: 21px;
    line-height: 29px;
  }

  .securityfeatureheader {
    font-size: 21px;
  }

  .securityfeaturetext {
    margin-bottom: 52px;
  }

  .image-4.securityimage {
    margin-top: 30px;
  }

  .div-block-4 {
    margin-top: 33px;
  }

  .mainscreenshot {
    position: static;
    left: auto;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
  }

  .imagemaincloudcontainer {
    display: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .feature-list-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block {
    margin-top: 23px;
  }

  .link-block.card.first {
    width: 100%;
  }

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

  .securityimage.image10 {
    margin-top: 30px;
  }

  .text-span-2 {
    font-size: 15px;
  }

  .browserlogo {
    float: none;
  }

  .browserlogo.middlebrowserlogo {
    margin: 59px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-7 {
    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;
  }

  .imagemaindesktopcontainer {
    text-align: center;
  }

  .column-7 {
    margin-top: 39px;
  }

  .slide {
    background-image: none;
  }

  .slide-2 {
    background-image: none;
  }

  .slider {
    height: 246px;
  }

  .slide-3 {
    background-image: none;
  }

  .slide-4 {
    background-image: none;
  }

  .slider-2 {
    width: 100%;
    margin-top: 26px;
  }

  .div-block-12 {
    margin-left: 0px;
  }

  .div-block-13 {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .image-10 {
    max-width: 280px;
  }

  .imagemainenterprisecontainer {
    text-align: center;
  }

  .imagemainenterprise {
    left: auto;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .greysection {
    padding-right: 13px;
    padding-left: 13px;
  }

  .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .mobileimage {
    left: 97px;
    top: 35px;
    display: none;
    height: 0px;
    margin-bottom: -212px;
  }

  .image-17 {
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mainsubtitle {
    font-size: 21px;
    line-height: 23px;
  }

  .div-block-15 {
    display: block;
  }

  .trialform {
    width: 100%;
  }

  .column-11 {
    margin-top: 112px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-24 {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-icon-wrapper-2 {
    margin-bottom: 82px;
  }

  .feature-icon-wrapper-2.small {
    margin-bottom: 37px;
  }

  .image-25 {
    margin-bottom: 12px;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-21 {
    margin-bottom: 0px;
  }

  .clients-container {
    width: 55px;
    margin-top: 2px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 22px;
    line-height: 23px;
  }

  .galleryimage {
    min-width: auto;
  }

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

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

  .text-block-14 {
    left: -77px;
    top: 39px;
    bottom: auto;
    padding-top: 1px;
    padding-bottom: 2px;
  }

  .text-span-13 {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    line-height: 33px;
  }

  .productnametitle {
    font-size: 22px;
  }

  .columns-5 {
    margin-top: 37px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .productblockwrapper.revert {
    padding-right: 2px;
    padding-left: 2px;
  }

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

  .div-block-27 {
    display: none;
  }

  .mask-3 {
    padding-bottom: 59px;
  }

  .slider-3 {
    height: auto;
  }

  .section-3 {
    padding-top: 0px;
    padding-bottom: 53px;
  }

  .moreinfo {
    margin-right: auto;
    margin-left: auto;
  }

  .sectiongallery-cloud {
    height: 600px;
    padding-left: 9px;
  }

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

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .getstartedwrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricinggroupcardswrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-group-sub-title {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
}

