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 Condensed', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 0px 0px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  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', sans-serif;
  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: 18px 53px;
  background-color: #0f8ad1;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

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

.nav-link {
  display: block;
  padding: 20px;
  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 {
  background-color: rgba(0, 0, 0, 0.18);
  color: #fff;
}

.nav-link.w--current {
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
}

.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: none;
  border-color: #d44d68;
  border-radius: 8px;
  background-color: hsla(0, 0%, 74.7%, 0.36);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.nav-link.right.primarybutton:hover {
  border-color: #000;
  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);
  color: #c02c4c;
}

.nav-link.right.primarybutton.registerbtn:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

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

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

.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 {
  width: 74%;
  float: left;
}

.brand-wrapper {
  width: 22%;
}

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

.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 {
  padding-bottom: 80px;
  background-color: #fff;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1b03895f1014_bg_pattern.png");
  background-position: 0px 0px;
  background-size: 1263px;
  color: #1d1f21;
}

.section.white.desktoppricesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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.grey {
  padding-bottom: 64px;
  background-color: #f8f8f8;
  color: #fdfdfd;
}

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

.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 {
  margin-top: 19px;
  margin-bottom: 16px;
  color: rgba(242, 246, 252, 0.93);
  font-size: 17px;
  line-height: 29px;
}

.subtitle.trialsubtitle {
  width: 70%;
  margin-top: 35px;
  margin-bottom: 5px;
}

.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-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 51px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 -1px 8px rgba(0, 0, 0, 0.25);
}

.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-icon-wrapper.small {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 9px;
  background-color: #fff;
}

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

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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: 10px;
  margin-top: 0px;
  margin-bottom: 3px;
}

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

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

.pricing-column {
  margin: 4px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.11);
  text-align: center;
}

.pricing-column.mainpricecolumn {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.11);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.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: 'Roboto Condensed', sans-serif;
  color: #d34865;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.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: Roboto, sans-serif;
  color: #2c2f30;
  font-size: 36px;
  font-weight: 700;
}

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

.price-feature {
  padding: 10px 19px;
  color: #2c2f30;
  font-size: 15px;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 47px;
}

.get-started-link.gallerystartedlink.button.mainbutton.withicon {
  width: auto;
  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;
  border: 7px solid #2bd55b;
  background-color: #60916e;
  -o-object-fit: none;
  object-fit: none;
}

.get-started-link.gallerystartedlink.button.downloadbutton {
  width: 198px;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 18px;
  background-color: #c02b4b;
}

.get-started-link.gallerystartedlink.button.buynowbutton {
  display: block;
  margin-top: 55px;
}

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

.get-started-link.button.gallerystartedlink {
  padding-right: 21px;
  padding-left: 21px;
  background-color: #2bd55b;
}

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

.support {
  margin-bottom: 53px;
  padding-top: 40px;
  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;
}

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

.image {
  position: static;
  display: inline-block;
  width: 140px;
  height: 40px;
  margin-top: 9px;
}

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

.body {
  padding-top: 0px;
  background-color: #fdf5f5;
}

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

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

.contactheader {
  margin-left: 138px;
}

.easyfeaturesrow {
  padding-bottom: 10px;
}

.heading.featuresheading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2c2f30;
  font-size: 38px;
  line-height: 52px;
  text-transform: none;
}

.heading.featuresheading.solutionsheader {
  text-align: center;
  text-transform: none;
}

.heading.featuresheading {
  margin-bottom: 39px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2c2f30;
  font-size: 35px;
  line-height: 52px;
}

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

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

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

.paragraph.securityfeaturesubtitle {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5f6266;
  font-size: 18px;
}

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

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

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

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

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

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

.image-4.securityimage {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d72e4f), color-stop(56%, #b60023));
  background-image: linear-gradient(0deg, #d72e4f, #b60023 56%);
}

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

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

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

.feature-list-left {
  position: relative;
  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 {
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: 0 0 32px -8px rgba(0, 0, 0, 0.24);
}

.card-header {
  border: 1px none #000;
  border-radius: 8px 8px 0px 0px;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(2deg, #d82e50 47%, #c0304d);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.card-header.card-headeralt {
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), -webkit-gradient(linear, left top, left bottom, color-stop(21%, #c0304d), to(#d82e50));
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5d7902f1765b1bbb9a5f1015_bg_shadow-light_community.png"), linear-gradient(180deg, #c0304d 21%, #d82e50);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.card-title {
  margin-top: 24px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-bottom: 31px;
  padding-left: 15px;
  -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;
}

.card-subtext {
  margin-top: 41px;
  margin-bottom: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #5f6266;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.checkboxlist {
  position: relative;
  padding-right: 5px;
  padding-left: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  background-color: #000;
}

.securityimage.image10 {
  background-image: linear-gradient(111deg, #d72d4f 6%, #b60023 94%);
}

.securityimage.image11 {
  background-image: linear-gradient(145deg, #d82e50 45%, #b60024 69%);
}

.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: 20px;
  line-height: 23px;
}

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

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

.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: inline;
  font-family: Roboto, sans-serif;
  color: #28ca56;
  font-size: 22px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.downloadbutton {
  display: block;
  margin: 11px 44px;
  padding: 17px;
  border-radius: 20px;
  background-color: #d34b67;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.slide {
  padding-bottom: 0px;
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5e61bd082800077e1ac82fc0_htop.png");
  background-position: 0% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-2 {
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5e61ee149ca437718006c133_mc.png");
  background-position: 0px 0px;
  background-size: cover;
}

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

.featuretextwrapper {
  line-height: 16px;
}

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

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

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

.slide-3 {
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5e61ee4e4527700009448946_sftp.png");
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url("https://uploads-ssl.webflow.com/5d7902f1765b1bf1005f0fde/5e61ee61dbb4cf230b740db5_editor.png");
  background-position: 0px 0px;
  background-size: cover;
}

.slider-2 {
  height: 317px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.34);
}

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

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

.text-block-5 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #df2d52;
  font-size: 48px;
  line-height: 78px;
  font-weight: 700;
  text-decoration: line-through;
}

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

.licensepricesubtext {
  display: block;
  color: #fff;
  text-align: center;
}

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

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

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

.text-block-10 {
  margin-top: 111px;
  color: #929292;
  font-size: 20px;
  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: Ubuntu, Helvetica, 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 {
  color: #a5a7ad;
}

.mobileimage {
  position: relative;
  left: 295px;
  top: 38px;
  z-index: 0;
  display: block;
  height: 658px;
  margin-right: auto;
  margin-bottom: -629px;
  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;
}

.image-18 {
  margin-bottom: 27px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.19);
}

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

.mainsubtitle {
  font-size: 39px;
}

.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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.card-text {
  margin-top: 3px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6f7275;
  font-size: 15px;
}

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

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

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

.nocreditcard {
  color: #656565;
}

.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;
  width: 70%;
  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: 1100px;
  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;
}

@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);
  }
  .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-menu {
    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: #cacaca;
    color: #000;
  }
  .menu-button:hover {
    background-color: #e2e2e2;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .section.white {
    padding-bottom: 28px;
  }
  .subtitle {
    width: 477px;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
  }
  .small-heading {
    font-size: 34px;
  }
  .feature-icon-wrapper {
    margin-bottom: 56px;
  }
  .pricing-column.mainpricecolumn {
    height: 469px;
  }
  .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;
  }
  .contactheader {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-4 {
    margin-right: -14px;
    margin-left: -19px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mainscreenshot {
    margin-left: -347px;
  }
  .card-title {
    font-size: 20px;
  }
  .mobileimage {
    left: 216px;
    height: 630px;
  }
  .trialform {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .navbar {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand-wrapper.w--current {
    width: 63%;
  }
  .section {
    padding: 40px 20px;
  }
  .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-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;
  }
  .contactform {
    width: 100%;
  }
  .mainscreenshot {
    width: 558px;
    margin-left: -278px;
  }
  .feature-list-left {
    margin-bottom: 20px;
  }
  .checkboxlist {
    margin-bottom: 20px;
  }
  .mobileimage {
    left: 167px;
    height: 430px;
    margin-bottom: -429px;
  }
  .trialform {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin-bottom: 14px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link {
    color: #000;
  }
  .nav-link.right.primarybutton {
    background-color: #fff;
    color: #000;
  }
  .nav-link.right.primarybutton:hover {
    background-color: #5f6266;
    color: #f8f8f8;
  }
  .brand-wrapper {
    width: 52%;
  }
  .brand-wrapper.w--current {
    width: 70%;
  }
  .menu-button {
    background-color: #fff;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.white {
    padding-bottom: 8px;
  }
  .section.grey {
    padding-bottom: 40px;
  }
  .subtitle {
    width: 278px;
    margin-bottom: 29px;
    font-family: Roboto, sans-serif;
  }
  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }
  .small-heading.whitetext {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }
  .feature-icon-wrapper {
    margin-bottom: 82px;
  }
  .feature-text.title {
    padding-left: 0px;
    font-size: 22px;
    line-height: 32px;
    white-space: normal;
  }
  .pricing-column {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pricing-column.mainpricecolumn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .get-started-link.button.gallerystartedlink {
    display: block;
  }
  .field.left {
    width: 100%;
    margin-right: 0%;
  }
  .field.right {
    width: 100%;
  }
  .image {
    width: 186px;
    height: 38px;
  }
  .contactform {
    width: 100%;
  }
  .heading.featuresheading {
    font-size: 32px;
  }
  .column-2 {
    padding-right: 10px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .securityfeaturetext {
    margin-bottom: 52px;
  }
  .image-4.securityimage {
    margin-top: 30px;
  }
  .div-block-4 {
    margin-top: 124px;
  }
  .mainscreenshot {
    position: static;
    left: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .imagemaincloudcontainer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .link-block {
    margin-top: 23px;
  }
  .column-3 {
    padding-left: 10px;
  }
  .securityimage.image10 {
    margin-top: 30px;
  }
  .browserlogo {
    float: none;
  }
  .browserlogo.middlebrowserlogo {
    margin: 33px 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;
  }
  .imagemaindesktop {
    left: auto;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .imagemaindesktopcontainer {
    text-align: center;
  }
  .column-7 {
    margin-top: 39px;
  }
  .slider {
    height: 246px;
  }
  .slider-2 {
    height: 303px;
    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;
    height: 246px;
    margin-bottom: -212px;
  }
  .image-17 {
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .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;
  }
}

