@font-face {
  font-family: Boxifier custom font;
  src: url('../fonts/boxifier-custom-font.eot') format("embedded-opentype"), url('../fonts/boxifier-custom-font.woff') format("woff"), url('../fonts/boxifier-custom-font.ttf') format("truetype"), url('../fonts/boxifier-custom-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dim-gray: #745785;
  --crimson: #f02e4e;
  --background-blue: #3d68a0bd;
  --light-sky-blue: #91c9f7;
  --gray: #777;
  --dark-slate-blue: #154ea3;
  --rosu-bun: #cf0606;
  --steel-blue: #2b64b9;
  --golden-yellow: #f6b63f;
  --forest-green: #12882c;
  --saddle-brown: #943509;
  --steel-blue-2: #006cb7;
  --culoare-discount: #c30d48;
  --medium-sea-green: #00ab66;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin: 0 0 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

h2 {
  color: #323232;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  text-align: left;
  margin: 10px 0 30px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

h6 {
  color: #323232;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

p {
  color: #333;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

a {
  color: #008ed6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  height: 100%;
  box-shadow: none;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #059963;
}

.button.buy-button {
  background-color: #00ab66;
}

.button.buy-button:hover {
  background-color: #009458;
  text-decoration: none;
}

.button.buy-button.modal-link {
  font-family: Lato, sans-serif;
}

.button.coming-soon {
  background-color: #b2dced;
}

.button.download-upgrade {
  background-image: linear-gradient(#79c2ff, #79c2ff);
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  display: inline-block;
}

.button.download-upgrade:hover {
  background-image: linear-gradient(#329af0, #329af0);
  text-decoration: none;
}

.section {
  border-bottom: 1px solid #00000017;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.hero {
  background-color: #006cb7;
  background-image: none;
  background-size: auto;
  margin-top: 0;
  padding-top: 185px;
  padding-bottom: 60px;
}

.magic-wand {
  text-shadow: 0 0 #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link {
  color: #5c5c5c;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: border .3s;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  background-color: #036db7;
  text-decoration: none;
}

.nav-link.w--current {
  text-transform: none;
  border-bottom: 5px solid #1594cf;
}

.product-usp {
  color: #fff;
  text-shadow: 0 2px #0003;
  margin-top: 45px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 54px;
}

.description {
  color: #fff;
  text-shadow: none;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.top-logo {
  text-align: left;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.top-logo._1200px-logo {
  margin-right: 4px;
  padding-left: 31px;
}

.floating-navbar {
  z-index: 9999;
  background-color: #fff;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  line-height: 20px;
  display: block;
  position: fixed;
  inset: 0 0 750px;
  overflow: visible;
  box-shadow: 1px 1px 3px #0000001f;
}

.edition-price {
  color: #fff;
  text-align: right;
  height: auto;
  text-shadow: none;
  margin-right: 2px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: inline-block;
}

.edition-price.dark {
  color: #fff;
  margin-left: 0;
  margin-right: 2px;
  font-weight: 400;
  text-decoration: none;
}

.edition-cent {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  width: auto;
  text-shadow: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: -6px;
  left: 0;
}

.edition-cent.dark {
  color: #fff;
  text-decoration: none;
}

.product-title {
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-title.pro {
  background-color: #008ed6;
  padding-bottom: 0;
}

.product-title.plus {
  background-color: #2da1dc;
  padding-bottom: 0;
}

.product-title.free {
  background-image: linear-gradient(#f5faff, #f5faff);
  border-bottom: 1px solid #daeeff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-section {
  margin-top: 40px;
  margin-bottom: 30px;
}

.navbar-section {
  z-index: 5000;
  width: 100%;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.navbar-section.combo-class {
  z-index: 9997;
}

.top-navbar {
  z-index: 5000;
  background-color: #fff;
  box-shadow: 0 1px 9px #0000001a;
}

.edition-feature {
  height: auto;
  box-shadow: none;
  background-color: #f2f7ff00;
  border-bottom: 1px solid #c5c5c54a;
  padding: 10px;
  display: block;
  position: relative;
}

.edition-feature.go-to-business, .edition-feature.go-to-server {
  cursor: pointer;
}

.popular {
  float: right;
  opacity: 1;
  background-color: #ff0090;
  background-image: radial-gradient(circle farthest-side, #e01919, #fc0303);
  flex-wrap: nowrap;
  width: 150px;
  height: 20px;
  margin-top: 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -44px;
  transform: rotate(45deg);
  box-shadow: inset 0 1px #ffffff80;
}

.feature-text {
  text-align: left;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.feature-text.disabled-feature {
  color: #8c8787;
  font-weight: 300;
  text-decoration: none;
}

.buy-button-container {
  text-align: center;
  background-color: #049bd600;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 1px;
  display: block;
}

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

.product-column.regular-column {
  display: inline-block;
}

.popular-text {
  color: #fff;
  margin-top: -3px;
  padding: 0;
}

.popular-text.combo {
  background-color: #12882c;
}

.server-heading {
  color: #056ca8;
  margin-top: 30px;
  font-size: 27px;
}

.checkmark {
  float: left;
  color: #09bd33;
  text-align: center;
  width: 20px;
  margin-top: 9px;
  margin-right: 9px;
  font-family: Boxifier custom font, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.checkmark.disabled-checkmark {
  color: #bfc7c1;
  font-family: Boxifier custom font, sans-serif;
  display: block;
}

.server-image {
  float: right;
  text-align: center;
  width: 40%;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.edition-price-per-year {
  opacity: 1;
  color: #fffc;
  margin-top: 9px;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

.edition-price-per-year.inactiv {
  opacity: 0;
}

.server-description {
  color: #051b57;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.title-text {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.title-text.plus {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.title-text.plus.black-friday {
  background-color: #d11927;
}

.title-text.black-friday {
  background-color: #d11927;
  position: relative;
}

.title-text.free {
  color: #2b3645;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 75px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.product-headline {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.product {
  border: 1px solid #91c9f7;
  border-radius: 5px;
  overflow: hidden;
}

.price-per-year {
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.price-per-year.business {
  outline-offset: 0px;
  text-align: center;
  border: 1px #000;
  outline: 3px #000;
  padding-bottom: 7px;
}

.power-server {
  background-color: #124ea3cf;
  padding-bottom: 20px;
}

.business-server {
  background-color: #008ed6;
  padding-bottom: 20px;
}

.home-server {
  background-color: #2da1dc;
  padding-bottom: 45px;
}

.any-questions {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.copyright-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.footer {
  border: 1px solid #deeeff;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

.testimonials {
  border-radius: 5px;
  margin-bottom: 30px;
}

.quote {
  color: #787878;
  font-size: 50px;
  position: absolute;
  top: 21px;
  left: 11px;
}

.author {
  float: left;
  margin-top: 5px;
  padding-left: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.the-slider {
  background-color: #f4fafd;
  border: 1px solid #d4eafc;
  border-radius: 5px;
  height: 130px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.testimonial {
  padding-bottom: 0;
  padding-left: 20px;
}

.the-arrow {
  color: #333;
  width: 40px;
  font-size: 25px;
}

.the-slider-icon {
  color: #2361a833;
}

.the-slider-icon:hover {
  color: #2361a8e6;
}

.people-say {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}

.pricing-container {
  padding-top: 10px;
  padding-bottom: 15px;
  display: block;
}

.pricing-row {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.server-product-column {
  display: block;
}

.pricing-page-heading {
  color: #362b2b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.pricing-page-heading.black-friday {
  color: #12882c;
  position: relative;
  top: 0;
}

.edition-price-coming-soon {
  color: #fff;
  padding-top: 10px;
  line-height: 25px;
}

.heart {
  color: #cf0606;
  margin-left: 20px;
  margin-right: 10px;
  font-family: Boxifier custom font, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.homepage-navbar {
  z-index: 1;
  display: block;
  position: relative;
}

.home-navbar {
  background-color: #006cb7;
}

.homepage-logo {
  height: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 35px;
  line-height: 20px;
}

.download-button-text {
  padding-top: 4px;
  padding-left: 5px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.download-button {
  float: left;
  color: #fff;
  background-color: #029948;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  display: flex;
}

.download-button:hover {
  background-color: #00ab28;
  text-decoration: none;
}

.download-button.combo {
  float: none;
  border-radius: 11px;
  width: 130px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  line-height: 20px;
  display: block;
}

.dl-button-contents {
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  text-decoration: none;
}

.button-icon {
  font-family: Boxifier custom font, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.button-icon:hover {
  text-decoration: none;
}

.download-version {
  color: #fffc;
  text-align: center;
  margin-top: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.download-version:hover {
  text-decoration: none;
}

.learn-more {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #006cb7;
  border: 1px solid #83b5ff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.learn-more:hover {
  border-color: #fff;
  text-decoration: none;
}

.boxifier-for-mac {
  color: #fff;
  margin-top: 0;
  padding-top: 19px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
}

._1200px-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.magic-wand-column {
  padding-right: 35px;
  position: relative;
}

.call-to-action-column {
  padding-right: 35px;
}

.social-icons {
  float: right;
  padding-top: 8px;
  padding-right: 50px;
}

.social-link {
  color: #fff;
  letter-spacing: 7px;
  font-family: Boxifier custom font, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1px;
  text-decoration: none;
  display: none;
  position: relative;
  top: 20px;
}

.social-link:hover {
  text-decoration: none;
}

.menu-button {
  display: inline-block;
}

.as-seen-on {
  padding-top: 20px;
  padding-bottom: 20px;
}

.used-by-text {
  color: #0667c0;
  text-align: center;
  padding-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.logo-img {
  max-width: 150px;
  max-height: 50px;
  margin: 15px auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.light-blue-section {
  color: #fff;
  background-color: #f7f8fa;
  border-style: solid none;
  border-color: #e0e9f8;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.colored-line {
  background-color: #008ed6;
  width: 70px;
  height: 1px;
  margin-top: 0;
  padding-left: 0;
  display: block;
}

.colored-line.colored-line-center {
  display: block;
}

.white-section, .white-section._1200px-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h2-centered {
  text-align: left;
}

.feature-list {
  margin-top: 25px;
}

.icon-container {
  float: left;
  background-color: #008ed6;
  border-radius: 3px;
  height: 32px;
  margin-right: 15px;
  display: inline-block;
}

.icon-white {
  color: #fff;
  text-align: center;
  width: 30px;
  font-family: Boxifier custom font, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.details {
  display: inline-block;
}

.feature-list-p {
  color: #727272;
  text-align: left;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
  line-height: 25px;
}

.feature-list-item {
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

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

.used-by-logos {
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -17px;
  padding: 15px;
  display: flex;
}

.screenshot {
  max-width: 532px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.screenshot.screenshot-right {
  margin-left: 40px;
}

.cta-section {
  background-color: #006cb7;
  background-image: none;
  padding-top: 40px;
  display: block;
}

.cta-h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.cta-button-container {
  margin-top: 30px;
  padding-bottom: 20px;
}

.email-subscribe {
  text-align: center;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 40px;
  display: block;
}

.email-input {
  border-radius: 11px;
  width: 300px;
  height: 42px;
  margin-bottom: 3px;
  padding-bottom: 6px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.submit-button {
  background-color: #008ed6;
  border-width: 1px;
  border-color: #000;
  border-radius: 11px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: inline;
}

.heading {
  color: #323232;
  margin-bottom: 0;
  line-height: 38px;
}

.heading.centered-heading {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.contact-us-link {
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.contact-button-icon {
  float: left;
  width: 25px;
  height: 16px;
  font-family: Boxifier custom font, sans-serif;
  font-size: 17px;
  line-height: 10px;
  overflow: visible;
}

.contact-button-text {
  float: left;
  height: 16px;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.check-forums {
  text-align: center;
}

.the-email-form {
  display: inline-block;
}

.interested-server {
  color: #413f3f;
  text-align: center;
  margin: 40px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.pricing-faq-container {
  margin-top: 20px;
  padding-bottom: 20px;
}

.pricing-faq {
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-faq p {
  color: #323232;
  padding-left: 0;
  padding-right: 0;
}

.pricing-faq h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.all-editions-include {
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.price-radio {
  padding-top: 28px;
}

.radio1year {
  width: 100px;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.radiolifetime {
  width: 100px;
  padding-left: 0;
  display: inline-block;
}

.radiopcnum {
  margin-top: 13px;
  margin-left: -9px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.radio-button {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: 0;
}

.radio-button-label {
  color: #333;
  text-align: left;
  width: 62px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.license-type-header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.pricing-form {
  padding-left: 10px;
  padding-right: 10px;
}

.price-form-buy-button-container {
  text-align: center;
  margin-top: 0;
}

.price-new-int {
  float: left;
  color: #154ea3;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  display: inline-block;
}

.price-new-dec {
  float: left;
  color: #154ea3b8;
  font-family: Lato, sans-serif;
  font-size: 8px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 1px;
}

.price-old-int {
  color: #817b7b;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
  display: inline-block;
}

.price-old-dec {
  color: #817b7b;
  font-family: Lato, sans-serif;
  font-size: 10px;
  text-decoration: line-through;
  display: inline-block;
  position: relative;
  top: -3px;
  left: 1px;
}

.price-new-container {
  margin-top: 7px;
  display: inline-block;
}

.radio-container {
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price-old-container {
  margin-top: 7px;
  padding-bottom: 7px;
}

.centered-div {
  width: 40%;
  min-width: 450px;
  max-width: 520px;
  height: 80%;
  min-height: 450px;
  max-height: 500px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 10px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 15px;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.close-modal {
  z-index: 4000;
  float: right;
  color: #e0dcdc;
  cursor: pointer;
  font-family: Boxifier custom font, sans-serif;
  font-size: 20px;
  display: inline;
  position: relative;
  top: -13px;
  right: 14px;
}

.close-modal:hover {
  color: #5e5e5e;
}

.modal {
  z-index: 3000;
  background-color: #414040c2;
  display: none;
  position: fixed;
  inset: 0;
}

.pricing-form-product-name {
  color: #154ea3;
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.contine-radio {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #91c9f7;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.radio-numpc-label {
  float: right;
  color: #154ea3;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.support-and-updates {
  margin-bottom: 10px;
}

.savings {
  height: 22px;
  margin-top: 10px;
}

.discount {
  opacity: 1;
  color: #fff;
  text-align: center;
  direction: ltr;
  background-color: #c30d48;
  border-radius: 5px;
  min-height: 0;
  padding: 1px 5px 2px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: inline;
  position: relative;
  top: -2.5px;
}

.multiple-pc-discount {
  color: #27190d;
  text-align: center;
  background-color: #f8d618;
  border: 1px solid #ffb800;
  border-radius: 3px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: none;
}

.percent-off {
  color: #fff;
  background-color: #c21b37;
  border-radius: 6px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.multiple-pc-discount-text {
  display: inline-block;
}

.save-multiple-pcs {
  color: #2b64b9;
  text-align: center;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.computer {
  color: #154ea3;
  font-family: Lato, sans-serif;
}

.buttons-container {
  flex-flow: row;
  align-content: flex-end;
  display: flex;
  overflow: hidden;
}

.contact-us {
  align-items: center;
  display: flex;
}

.vertical-rows {
  text-align: center;
  padding-left: 0;
}

.feature-subheader {
  text-align: left;
  padding-left: 0;
}

.feature-header {
  text-align: left;
  display: block;
}

.want-to-know {
  color: #fff;
  text-align: center;
  font-family: Raleway, sans-serif;
}

.faq-rich-text {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.faq-rich-text h4 {
  margin-top: 20px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
}

.homepage-footer {
  padding-top: 30px;
}

.main-window-screenshot {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.one-more-thing-rich-text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.upgrade-faq-section {
  margin-top: 15px;
  display: block;
}

.heading-2 {
  text-align: center;
  margin: 33px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.heading-2.combo-class {
  color: #12882c;
  background-color: #fff;
}

.tab-link {
  background-image: linear-gradient(#e2f1ff, #e2f1ff);
  border-top: 6px solid #c7ddf8;
  border-bottom: 1px solid #daeeff;
  border-right: 1px solid #daeeff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  overflow: hidden;
}

.tab-link:hover {
  text-decoration: none;
}

.tab-link.w--current {
  background-image: linear-gradient(#fff, #fff);
  border-color: #008ed6 #daeeff #fff;
  border-top-style: solid;
  border-top-width: 6px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.tab-link.w--current:hover {
  text-decoration: none;
}

.tab-link.tab-business.w--current, .tab-link.tab-home.w--current {
  width: auto;
}

.tab-link.tab-home.back-friday.w--current {
  color: #0000;
  background-color: #0000;
  background-image: none;
  display: none;
}

.tab-link.tab-server.w--current {
  width: auto;
}

.text-block {
  text-align: center;
  font-family: Lato, sans-serif;
}

.text-block-2 {
  text-align: center;
}

.price-row {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 13px;
}

.tabs-menu {
  text-align: center;
}

.trial {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.promotion {
  text-align: center;
  background-color: #12882c;
  width: 100%;
  height: 42px;
}

.promotion-text {
  color: #fff;
  text-align: center;
  height: 100%;
  padding-top: 9px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.footer-new {
  background-color: #006cb7;
  display: none;
}

.lista-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.element-footer {
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.footer-link {
  color: #fff;
  font-family: Lato, sans-serif;
}

.image {
  margin: 15px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-3 {
  direction: ltr;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.text-block-3.price-old-int {
  color: #b8b8b8;
  text-indent: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.div-block-2 {
  text-indent: 0;
  margin-left: -1px;
  padding-left: 0;
}

.div-block-3 {
  text-align: center;
}

.section-2 {
  display: flex;
  position: static;
}

.server-discount-container {
  display: inline-block;
}

.discount-server {
  opacity: 0;
  color: #fff;
  background-color: #00ab66;
  border-radius: 5px;
  padding: 1px 5px 2px;
  font-size: 12px;
  display: inline;
  position: relative;
  top: -2.5px;
}

.div-block-5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-4 {
  color: #c21b37;
  background-color: #fffffffc;
}

.text-block-5 {
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 200;
  display: block;
}

.text-block-5.policies-terms {
  display: none;
}

.text-field {
  text-transform: none;
  direction: ltr;
  border-radius: 5px;
  width: 400px;
  margin-bottom: 17px;
  margin-left: 270px;
  font-family: Lato, sans-serif;
  display: block;
}

.important-text {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.form-2 {
  display: block;
}

.field-label-3 {
  margin-top: 19px;
  margin-left: 270px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.field-label-4 {
  margin-left: 270px;
}

.error-message-2 {
  background-color: #fff;
  margin-left: 270px;
}

.free-download-button {
  text-align: center;
  direction: ltr;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  box-shadow: 1px 1px 3px #adaaaa;
}

.section-4 {
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 152px;
  display: block;
}

.image-4 {
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.image-5 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.image-6 {
  color: #000;
  background-color: #000;
  padding-bottom: 10px;
}

.image-7 {
  background-color: #000;
  padding-bottom: 10px;
}

.image-8, .image-9 {
  background-color: #000;
  padding-bottom: 20px;
}

.div-block-6 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2 {
  display: none;
}

.section-6 {
  margin-top: 90px;
}

.image-10 {
  opacity: 1;
  margin-top: 61px;
  position: relative;
}

.image-11, .image-12 {
  position: relative;
}

.body {
  background-color: #fff;
}

.modal-wrapper {
  z-index: 9996;
  text-align: center;
  background-color: #00000080;
  height: 100%;
  padding-top: 62px;
  position: fixed;
  inset: 0;
}

.div-block-7 {
  background-color: #fafafa;
  border-radius: 5px;
  width: 550px;
  height: 200px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
}

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

.heading-3.combo {
  color: #b31f1f;
}

.paragraph {
  margin: 25px 12px 11px;
  padding: 7px;
}

.column-3 {
  margin-top: 61px;
}

.link, .link-2, .link-3, .link-3.w--current, .link-4 {
  color: #000;
}

.help-heading {
  float: none;
  text-align: center;
  margin: 0 auto 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.article-list {
  color: #020202;
  border-bottom: 1px solid #beb9b9;
  padding-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-6 {
  color: #000;
}

.row {
  margin-top: 25px;
}

.column-4 {
  border-bottom: 1px #000;
  margin-top: 5px;
  padding-top: 0;
}

.container-4, .container-5, .container-6 {
  margin-bottom: 20px;
}

.div-block-11 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-7 {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-13, .div-block-14, .div-block-15 {
  margin-top: -10px;
}

.container-7 {
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 22px;
  line-height: 23px;
}

.ordered-list {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-item {
  padding-top: 0;
  padding-bottom: 5px;
}

.list-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-3, .list-item-4 {
  padding-bottom: 5px;
}

.list-item-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph-2 {
  margin-top: 0;
  padding-right: 0;
}

.ordered-list-2 {
  padding-top: 0;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.image-13 {
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-4 {
  color: #315471;
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: block;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.help-image {
  width: 500px;
  margin: 10px auto;
  display: block;
}

.list-item-7 {
  padding-left: 40px;
}

.list-item-8 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.list-item-10, .list-item-help {
  padding-top: 5px;
}

.section-8 {
  color: #fff;
  background-color: #d9d9d9;
}

.div-block-16 {
  background-color: #d9d9d9;
  padding-top: 2px;
}

.paragraph-3 {
  line-height: 20px;
}

.section-9 {
  text-align: center;
  margin-top: 61px;
}

.tabs-menu-2 {
  background-color: #fff;
  margin-bottom: 30px;
  display: none;
}

.tabs {
  padding: 0;
}

.div-block-17 {
  height: 60px;
}

.tabs-content {
  margin-top: 20px;
}

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

.mobile-detector-class {
  width: 0;
  height: 0;
  margin-top: 0;
  display: block;
  position: static;
}

.under-navbar-space {
  height: 80px;
}

.heading-6 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.general-page-heading {
  text-align: center;
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.heading-7 {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
}

.section-10, .section-11 {
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form {
  text-align: left;
  display: inline-block;
}

.section-12 {
  padding-left: 50px;
  padding-right: 50px;
}

.form-block {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  border-radius: 5px;
  width: 400px;
}

.text-field-3, .textarea, .submit-button-2 {
  border-radius: 5px;
}

.heading-8 {
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.row-3 {
  margin-bottom: 50px;
}

.column-5 {
  padding-left: 100px;
  padding-right: 20px;
  display: inline-block;
}

.column-6 {
  padding-left: 20px;
  display: inline-block;
}

.text-field-contact-form {
  border-color: #cfd4d8;
  border-radius: 5px;
  width: 400px;
  margin-top: 10px;
  box-shadow: 1px 1px 7px -2px #444141;
}

.text-field-contact-form:active {
  border-color: #4d6e8a;
}

.text-field-contact-form::placeholder {
  background-color: #0000;
}

.submit-button-contact {
  clear: none;
  border-radius: 5px;
  width: 100px;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  box-shadow: 1px 1px 7px -2px #444141;
}

.row-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-4 {
  padding-left: 10px;
}

.row-5 {
  display: inline;
}

.form-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.container-10 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.privacy-policy-text {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.section-14 {
  margin-bottom: 38px;
}

.container-11 {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 9px;
}

.text-block-6 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text {
  font-weight: 600;
}

.heading-9, .heading-10 {
  text-align: left;
}

.container-12 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.section-15 {
  padding: 10px;
}

.header-space {
  background-color: #121213;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-11 {
  color: #fafbfc;
  padding-top: 73px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 800;
  display: inline-block;
}

.black-friday-heading-1 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  height: auto;
  margin: 0 auto;
  padding-top: 45px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 800;
  display: block;
}

.bold-text-2 {
  font-weight: 800;
}

.black-friday-heading-2 {
  color: #fff;
  text-align: center;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: static;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 40px;
}

.product-black-friday {
  border: 1px solid #0a0a0a;
  border-radius: 5px;
  overflow: hidden;
}

.title-text-black-friday {
  color: #fdffff;
  text-align: left;
  background-color: #131414;
  border: 1px #131414;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.title-text-black-friday.plus {
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.title-text-black-friday.plus.black-friday {
  background-color: #d11927;
}

.title-text-black-friday.free {
  color: #2b3645;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 75px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.title-text-black-friday.black-friday {
  background-color: #d11927;
  position: relative;
}

.discounted-price-black-friday {
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.discounted-price-black-friday.business {
  color: #131414;
  text-align: center;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: line-through;
}

.discounted-price-bf {
  color: #f10e11;
  text-align: right;
  height: auto;
  text-shadow: none;
  margin-right: 2px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.discounted-price-bf.dark {
  color: #8f8f8f;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  text-decoration: line-through;
}

.discount-bf {
  color: #fff;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline;
}

.div-block-19 {
  height: 1px;
}

.discounted-cent-bf {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  width: auto;
  text-shadow: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: -6px;
  left: 0;
}

.discounted-cent-bf.dark {
  color: #f10e11;
  font-size: 13px;
  text-decoration: none;
}

.button-buy-bf {
  color: #f10e11;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1b1919;
  border-radius: 5px;
  height: 100%;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .1s;
  display: inline-block;
}

.button-buy-bf:hover {
  color: #141313;
  background-color: #f6b63f;
  text-decoration: none;
}

.button-buy-bf.buy-button {
  background-color: #00ab66;
}

.button-buy-bf.buy-button:hover {
  background-color: #009458;
  text-decoration: none;
}

.button-buy-bf.buy-button.modal-link {
  font-family: Lato, sans-serif;
}

.button-buy-bf.coming-soon {
  background-color: #b2dced;
}

.button-buy-bf.download-upgrade {
  background-color: #fff;
  background-image: linear-gradient(#79c2ff, #79c2ff);
  border-color: #1b1919;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  display: inline-block;
}

.button-buy-bf.download-upgrade:hover {
  background-image: linear-gradient(#329af0, #329af0);
  text-decoration: none;
}

.button-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.button-3 {
  float: left;
  text-align: center;
  display: inline;
}

.image-14 {
  margin-left: 0;
  padding: 30px 24px 24px;
}

.div-block-20 {
  margin-top: 0;
  padding-top: 0;
}

.link-block-3 {
  padding-left: 50px;
}

.div-block-21 {
  height: 1px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #131414;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 120px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: block;
}

.button-4:hover {
  text-decoration: none;
}

.container-13 {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.price-row-black-friday {
  color: #000;
  text-align: left;
  background-color: #131414;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.edition-cent-black-friday {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  width: auto;
  text-shadow: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: -6px;
  left: 0;
}

.edition-cent-black-friday.dark {
  color: #8f8f8f;
  text-decoration: none;
}

.feature-text-bf {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.feature-text-bf.disabled-feature {
  color: #8c8787;
  font-weight: 300;
  text-decoration: none;
}

.section-17 {
  z-index: 9999;
  background-color: #121213;
  background-image: linear-gradient(302deg, #000 66%, #f6b63fed);
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 70px;
  position: static;
  inset: 0 0 696px;
}

.floating-navbar-2 {
  z-index: 9999;
  background-color: #fff;
  width: auto;
  margin-top: 0;
  line-height: 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000001f;
}

.div-block-22 {
  height: 1px;
  display: none;
}

.section-18 {
  background-color: #121213;
  background-image: linear-gradient(307deg, #000 68%, #f6b63ff0);
  padding-bottom: 60px;
}

.discount-box-bf {
  color: #fff;
  margin-top: -3px;
  padding: 0;
}

.discount-box-bf.combo {
  background-color: #12882c;
}

.subtitle-text-black-friday {
  color: #fdffff;
  text-align: left;
  background-color: #131414;
  border: 1px #131414;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.subtitle-text-black-friday.plus {
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.subtitle-text-black-friday.plus.black-friday {
  background-color: #d11927;
}

.subtitle-text-black-friday.free {
  color: #2b3645;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 75px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.subtitle-text-black-friday.black-friday {
  background-color: #d11927;
  position: relative;
}

.compatibility-issue-alert {
  z-index: 99989;
  background-color: #fff;
  width: auto;
  line-height: 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000001f;
}

.header-space-2 {
  background-color: #131414;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.edition-feature-bf {
  height: auto;
  box-shadow: none;
  background-color: #f2f7ff00;
  border-bottom: 1px solid #c5c5c54a;
  padding: 10px;
  display: block;
  position: relative;
}

.edition-feature-bf.go-to-business, .edition-feature-bf.go-to-server {
  cursor: pointer;
}

.download-page-heading {
  color: #362b2b;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.download-page-heading.black-friday {
  color: #12882c;
  position: relative;
  top: 0;
}

.success-message {
  background-color: #fff;
  border-color: #cfd4d8;
  border-radius: 5px;
  width: 400px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  box-shadow: 1px 1px 7px -2px #444141;
}

.text-block-7 {
  color: #333;
}

.error-message-3 {
  border-color: #d32441;
  border-radius: 5px;
  width: 400px;
  margin-top: 20px;
  margin-left: 40px;
  box-shadow: 1px 1px 7px -2px #444141;
}

.faq-page-heading {
  color: #362b2b;
  text-align: center;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  display: block;
}

.faq-page-heading.black-friday {
  color: #12882c;
  position: relative;
  top: 0;
}

.subscribe-button {
  background-color: #00ab66;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.subscribe-button-2 {
  background-color: #00ab66;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: inline;
}

.email-input-2 {
  border-radius: 3px;
  width: 300px;
  height: 55px;
  padding-bottom: 6px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.email-subscribe-2 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.list-item-reseller-program {
  color: #727272;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list {
  margin-top: 15px;
}

.image-15 {
  text-align: center;
  margin-top: 68px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.image-16 {
  margin-top: 0;
  margin-left: 0;
}

.image-17, .column-8 {
  text-align: center;
}

.heading-12 {
  text-align: left;
}

.field-label-5 {
  color: #323232;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.field-description {
  color: #727272;
  width: 350px;
  padding-top: 5px;
  padding-left: 3px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.caseta-stanga {
  float: none;
  color: #574f4f;
  border-radius: 5px;
  width: 520px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  position: relative;
}

.caseta-dreapta {
  float: left;
  border-radius: 5px;
  width: 350px;
  margin-left: 60px;
  position: relative;
}

.div-block-23 {
  padding-top: 27px;
}

.submit-button-3 {
  border-radius: 5px;
  width: 150px;
  margin-top: 33px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
}

.select-field {
  color: #727272;
  background-color: #fff;
  width: 520px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.text-block-8 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.success-message-2 {
  background-color: #0491d1;
  border-radius: 5px;
}

.error-message-4 {
  background-color: #ff5f5f;
  border-radius: 5px;
  height: 50px;
  margin-top: 42px;
}

.text-block-9 {
  border-radius: 3px;
  margin-top: 4px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22 {
  text-align: left;
}

.checkbox-label {
  color: #727272;
  font-family: Raleway, sans-serif;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.checkbox-label-2 {
  color: #727272;
  padding-left: 10px;
  font-family: Raleway, sans-serif;
}

.checkbox-field-2 {
  margin-bottom: 0;
  padding: 10px 10px 0;
}

.checkbox {
  margin-left: 3px;
}

.heading-23 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: auto;
}

.slide {
  background-color: #f7f8fa;
  border-radius: 20px;
}

.slider {
  float: none;
  clear: both;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: block;
  overflow: visible;
}

.mask {
  border-radius: 20px;
}

.block-quote {
  padding-left: 82px;
  position: absolute;
  inset: 0%;
}

.paragraph-5 {
  margin-top: 5px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-18 {
  margin: 25px auto;
  display: block;
}

.italic-text {
  display: block;
  position: static;
}

.button-5 {
  text-align: center;
  border: 1px #000;
  border-radius: 11px;
  width: 130px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.slide-2 {
  background-color: #f7f8fa;
  border-radius: 20px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.navbar {
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1230px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-14 {
  margin: 0 auto;
  display: block;
  position: static;
}

.button-6 {
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  height: 40px;
  margin-top: 8px;
  padding-top: 11px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
}

.container-15, .section-19 {
  display: block;
}

.menu-button-2 {
  display: none;
}

.download-button-hp {
  background-color: #036db7;
  border: 2px solid #036db7;
  border-radius: 12px;
  margin-top: 9px;
  margin-bottom: 0;
  margin-left: 34px;
  padding: 9px 19px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  position: static;
}

.download-button-hp:hover {
  color: #036db7;
  background-color: #fff;
  border: 2px solid #036db7;
  text-decoration: none;
}

.div-block-25 {
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.beta-button {
  float: left;
  color: #fff;
  background-color: #eeaa04;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  margin-left: 10px;
  margin-right: 0;
  display: none;
}

.beta-button:hover {
  background-color: #db9d05;
  border: 1px #83b5ff;
  text-decoration: none;
}

.beta-button.combo {
  float: none;
  border-radius: 11px;
  width: 130px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  line-height: 20px;
  display: block;
}

.switch-text-left {
  color: #535353;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -60px;
}

.left-side {
  color: #e7e8ea;
  cursor: pointer;
  background-color: #c4cbd5;
  border-radius: 20px;
  justify-content: center;
  width: 50px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.left-side.w--current {
  opacity: 1;
  color: #c4cbd5;
  cursor: pointer;
  background-color: #0000;
  border: 0 #fff;
  border-radius: 0;
  width: 50px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18.5px;
  line-height: 28px;
}

.tab-link-yearly {
  background-color: #0000;
  border-radius: 0;
}

.right-side {
  cursor: pointer;
  background-color: #0000;
  width: 50px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
}

.right-side.w--current {
  opacity: 0;
  color: #0000;
  border: 0 #000;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.switch-text-right {
  color: #535353;
  margin-left: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -105px;
}

.pricing-v3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 45px;
  padding-bottom: 10px;
  display: flex;
}

.pricing-v3.page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1230px;
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.pricing-v3-name {
  color: #469af4;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 700;
}

.pricing-v3-name.best {
  color: #fff;
}

.pricing-v3-plan {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 35px 30px 40px;
  font-size: 16px;
  box-shadow: 0 6px 12px #00000014;
}

.pricing-v3-plan.best {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-v3-price-container {
  text-align: left;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  margin-bottom: 12px;
  padding-top: 20px;
  font-weight: 300;
  display: block;
}

.tabs-menu-3 {
  color: #7f8893;
  text-align: left;
  cursor: pointer;
  background-color: #c4cbd5;
  border-radius: 25px;
  justify-content: center;
  width: 70px;
  height: 35px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 18.5px;
  line-height: 28px;
  display: flex;
}

.pricing-v3-per-text {
  color: #999ea8;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 11px;
  margin-left: 120px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.pricing-v3-per-text.best {
  color: #fff;
  margin-top: 11px;
  margin-left: 110px;
}

.pricing-v3-billed-text {
  color: #999ea8;
  margin-left: 85px;
  font-size: 11px;
  line-height: 20px;
  display: none;
}

.pricing-v3-billed-text.best {
  color: #fff;
  display: none;
}

.selector {
  color: #7f8893;
  background-color: #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 5px;
}

.pricing-v3-feature {
  color: #282b31;
  text-align: left;
  border-bottom: 1px solid #e7e8ea;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.pricing-v3-feature.off {
  color: #babdc3;
}

.pricing-v3-feature.best-feature {
  color: #fff;
  border-bottom-color: #ffffff4d;
}

.pricing-v3-feature.best-feature.off {
  color: #ffffff80;
}

.tabs-2 {
  margin-top: 50px;
  display: block;
}

.gradient-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  border-radius: 6px;
  height: 50px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px #282b3114;
}

.gradient-button:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px #282b3129;
}

.gradient-button.block {
  background-image: linear-gradient(135deg, #f064ff, #ffe641);
  border-radius: 20px;
}

.gradient-button.blue {
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.gradient-button.blue.block {
  border-radius: 20px;
}

.pricing-v3-price {
  text-transform: uppercase;
  flex: none;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
}

.pricing-v3-features {
  text-align: left;
  border-top: 1px solid #e7e8ea;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.pricing-v3-features.best-features {
  border-top-color: #ffffff4d;
}

.pricing-v3-name-invisible {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 700;
}

.pricing-v3-name-invisible.best {
  color: #fff;
}

.subtitle {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.subtitle.plus {
  background-color: #0000;
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subtitle.plus.black-friday {
  background-color: #d11927;
}

.subtitle.free {
  color: #2b3645;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 75px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.subtitle.black-friday {
  background-color: #d11927;
  position: relative;
}

.compatibility-issue {
  background-color: #0000;
  margin: 0;
  display: inline-block;
}

.fixed {
  color: #fff;
  text-align: center;
  background-color: #0a9729;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 23px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
  position: static;
}

.div-block-26 {
  background-color: #036db7;
  display: none;
}

.compatibility-fixed {
  opacity: 1;
  background-color: #e9eaec;
  height: 1px;
}

.compativility-error {
  color: #fff;
  text-align: center;
  background-color: #8f0d0d;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 23px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: static;
}

.text-block-10 {
  background-color: #2a8b39;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 23px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.bold-text-3 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.link-7 {
  flex: none;
}

.link-8, .link-9 {
  color: #fff;
}

.tabs-menu-4 {
  background-color: #fff;
  margin-bottom: 30px;
  display: inline-block;
}

.price-row-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.heading-24 {
  text-align: center;
  margin: 33px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.div-block-27 {
  text-indent: 0;
  margin-left: -1px;
  padding-left: 0;
}

.text-block-11 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.home-server-2 {
  background-color: #2da1dc;
  padding-bottom: 17px;
}

.tabs-content-3 {
  margin-top: 20px;
}

.button-7 {
  height: 100%;
  box-shadow: none;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-7:hover {
  background-color: #059963;
}

.button-7.download-upgrade {
  background-image: linear-gradient(#79c2ff, #79c2ff);
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  display: inline-block;
}

.button-7.download-upgrade:hover {
  background-image: linear-gradient(#329af0, #329af0);
  text-decoration: none;
}

.button-7.buy-button {
  background-color: #00ab66;
}

.button-7.buy-button:hover {
  background-color: #009458;
  text-decoration: none;
}

.button-7.buy-button.modal-link {
  font-family: Lato, sans-serif;
}

.button-7.coming-soon {
  background-color: #b2dced;
}

.tabs-menu-5 {
  text-align: center;
}

.div-block-28 {
  color: #fff;
  background-color: #01ab67;
  border-radius: 0;
  margin-top: 50px;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.div-block-29 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.list-item-11 {
  padding-top: 20px;
}

.compatibility-list {
  border: 1px #ededed;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: -1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  list-style-type: disc;
  display: flex;
}

.compatibility-icon {
  border: 1px solid #fff;
  width: 30px;
  display: inline-block;
}

.text-block-12 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff0;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
}

.bold-text-4 {
  margin-right: 30px;
  font-size: 18px;
}

.heading-25 {
  margin-left: 19px;
  font-weight: 400;
}

.container-16 {
  margin-bottom: 50px;
}

.compatibility-item {
  border: 1px solid #cacaca;
  margin-top: -1px;
  padding-top: 0;
  padding-left: 17px;
}

.list-2 {
  margin-top: 30px;
}

.section-20 {
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.image-19 {
  margin: 40px;
  display: inline-block;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.bold-text-5 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.div {
  border-bottom: 2px solid #a01919;
  border-radius: 2px;
  margin-top: -9px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-26 {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.text-field-4 {
  border-radius: 20px;
  width: 315px;
  height: 40px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit-button-4 {
  background-color: #006cb7;
  border: 1px #fff;
  border-radius: 24px;
  margin-top: 1px;
  margin-left: 225px;
  padding-right: 15px;
  position: absolute;
}

.form-6 {
  height: auto;
  margin-top: 20px;
  padding-top: 0;
}

.heading-27 {
  color: #3348c0;
  text-align: left;
  margin-top: 46px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-28 {
  color: #3348c0;
  text-align: left;
  letter-spacing: normal;
  column-count: auto;
  overflow-wrap: normal;
  margin-top: 18px;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 57px;
}

.text-field-5 {
  border-radius: 20px;
  width: 350px;
  font-family: Poppins, sans-serif;
}

.submit-button-5 {
  background-color: #3348c0;
  border-radius: 20px;
  margin-left: 252px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
}

.form-7 {
  margin-top: 36px;
}

.image-20 {
  margin-top: 25px;
  margin-left: 0;
}

.section-21 {
  border-bottom: 3px solid #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 57px;
}

.paragraph-7 {
  margin-top: 25px;
  margin-bottom: 70px;
  font-family: Poppins, sans-serif;
}

.container-17 {
  margin-top: 87px;
}

.image-21 {
  text-align: center;
  border-radius: 360px;
  margin-top: -80px;
  margin-left: 110px;
  box-shadow: 7px 7px 5px #0003;
}

.paragraph-8 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.heading-29 {
  color: #3448c0;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.section-22 {
  background-color: #f8f8f8;
  margin-top: 40px;
  margin-bottom: 8px;
  padding-bottom: 40px;
}

.heading-30 {
  color: #3348c0;
  text-align: left;
  letter-spacing: normal;
  column-count: auto;
  overflow-wrap: normal;
  margin-top: 18px;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-7-copy {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image-22 {
  text-align: center;
  border-radius: 360px;
  margin-left: 59px;
}

.image-23 {
  background-image: url('../images/sync.png');
  background-position: 100% 100%;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.image-24 {
  position: relative;
}

.popular-text-copy {
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  margin-top: -3px;
  padding: 0 0 0 11px;
  font-size: 14px;
  display: inline-block;
}

.popular-text-copy.combo {
  background-color: #12882c;
}

.discount-symbol {
  float: right;
  opacity: 1;
  background-color: #ff0090;
  background-image: radial-gradient(circle farthest-side, #e01919, #fc0303);
  flex-wrap: nowrap;
  width: 60px;
  height: 20px;
  margin-top: 6px;
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -20px;
  overflow: visible;
  transform: rotate(45deg);
  box-shadow: inset 0 1px #ffffff80;
}

.edition-sale-price {
  color: #fff;
  text-align: right;
  height: auto;
  text-shadow: none;
  margin-right: 2px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: inline-block;
}

.edition-sale-price.dark {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.edition-price-old {
  color: #fff;
  text-align: right;
  height: auto;
  text-shadow: none;
  margin-right: 2px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: inline-block;
}

.edition-price-old.dark {
  color: #ebe3e3;
  margin-left: -59px;
  margin-right: 2px;
  font-weight: 400;
  text-decoration: line-through;
}

.div-block-31 {
  margin-top: 3px;
}

.container-20 {
  margin-top: 102px;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }

  .section.hero {
    padding-top: 53px;
    padding-bottom: 34px;
  }

  .magic-wand {
    text-shadow: 0 0 #000;
  }

  .product-usp {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 34px;
  }

  .description {
    text-shadow: 0 2px #0003;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .top-logo._1200px-logo {
    padding-left: 20px;
  }

  .floating-navbar {
    display: block;
    inset: 0 0 750px;
  }

  .product-title {
    background-color: #2da1dc;
  }

  .edition-feature {
    padding-left: 5px;
    display: block;
  }

  .popular {
    top: -17px;
    right: -31px;
  }

  .feature-text {
    font-size: 11px;
    line-height: 25px;
  }

  .product-column.empty {
    display: none;
  }

  .popular-text {
    padding-left: 40px;
  }

  .checkmark {
    margin-top: 8px;
    font-size: 16px;
  }

  .server-image {
    width: 50%;
    margin-top: 40px;
  }

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

  .title-text.free {
    padding-bottom: 51px;
  }

  .product-headline {
    display: none;
  }

  .responsive-menu {
    background-color: #f2f9fc;
    border: 1px solid #0787f06e;
  }

  .responsive-menu-button.w--open {
    background-color: #049bd600;
    border: 1px solid #0787f06e;
  }

  .responsive-menu-icon {
    color: #088ea8;
  }

  .any-questions {
    margin-bottom: 0;
    padding-bottom: 9px;
  }

  .pricing-container {
    margin-bottom: 0;
    padding-left: 0;
  }

  .pricing-row {
    display: block;
    position: static;
  }

  .all-editions {
    padding-bottom: 20px;
  }

  .homepage-logo {
    padding-left: 20px;
  }

  .download-button {
    width: 190px;
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .learn-more {
    width: 190px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boxifier-for-mac {
    padding-left: 10px;
  }

  .call-to-action-column {
    padding-left: 0;
  }

  .social-icons {
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #f2f8ff;
    border-top: 1px solid #9cd7ff;
  }

  .menu-button.w--open {
    color: #03529c;
    background-color: #f2f8ff;
    border-left: 1px solid #9cd7ff;
  }

  .logo-img {
    max-width: 120px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .light-blue-section {
    padding: 30px 20px;
  }

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

  .white-section._1200px-section {
    padding: 50px 20px;
  }

  .h2-centered {
    font-size: 32px;
  }

  .used-by-logos {
    padding: 21px;
  }

  .row-in-section {
    padding-top: 48px;
  }

  .centered-div {
    width: 70%;
    height: 90%;
    max-height: 500px;
  }

  .contine-radio {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .discount {
    margin-right: 0;
    top: -3px;
  }

  .buttons-container {
    display: block;
  }

  .feature-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .feature-header.mai-mic {
    font-size: 22px;
  }

  .faq-rich-text {
    margin-top: 0;
  }

  .used-by {
    margin: 17px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .upgrade-faq-section {
    display: none;
  }

  .price-row {
    padding-top: 3px;
  }

  .image {
    margin: 15px auto;
    padding-left: 10px;
  }

  .server-discount-container {
    margin-left: 0;
    display: inline-block;
  }

  .div-block-5 {
    text-align: left;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-3 {
    text-align: left;
    padding-left: 0;
  }

  .image-4 {
    margin-left: 70px;
  }

  .image-5 {
    margin-top: 23px;
    margin-left: 0;
    padding-top: 0;
  }

  .paragraph-2, .ordered-list-2, .paragraph-3 {
    font-size: 16px;
  }

  .div-block-17 {
    height: 10px;
  }

  .section-12 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-right: 50px;
  }

  .row-3 {
    margin-bottom: 20px;
  }

  .column-5 {
    padding-left: 0;
  }

  .container-10 {
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 6px;
    grid-row-gap: 27px;
    padding: 25px 10px;
  }

  .title-text-black-friday {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 19px;
    font-weight: 600;
  }

  .link-block-3 {
    padding-left: 0;
  }

  .price-row-black-friday {
    padding-top: 3px;
  }

  .feature-text-bf {
    padding-top: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .floating-navbar-2 {
    top: 0;
    left: 0;
    right: 0;
  }

  .discount-box-bf {
    padding-left: 40px;
  }

  .subtitle-text-black-friday {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
  }

  .compatibility-issue-alert {
    top: 0;
    left: 0;
    right: 0;
  }

  .edition-feature-bf {
    padding-left: 5px;
    display: block;
  }

  .download-page-heading {
    margin-top: 29px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 9px;
  }

  .caseta-stanga {
    width: 350px;
    display: block;
  }

  .select-field {
    width: 350px;
  }

  .slider {
    width: 700px;
  }

  .download-button-hp {
    display: none;
  }

  .div-block-25 {
    padding-bottom: 2px;
  }

  .beta-button {
    width: 190px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pricing-v3 {
    padding-bottom: 40px;
  }

  .pricing-v3.page {
    padding-bottom: 60px;
  }

  .pricing-v3-plan {
    flex: 45%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .gradient-button {
    height: 45px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .subtitle {
    font-size: 20px;
  }

  .price-row-2 {
    padding-top: 3px;
  }

  .popular-text-copy {
    text-align: left;
    padding-left: 40px;
  }

  .discount-symbol {
    width: 80px;
    top: -13px;
    right: -18px;
  }
}

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

  .section {
    text-align: center;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .section.hero {
    text-align: center;
    padding: 59px 38px 52px;
  }

  .magic-wand {
    text-shadow: 0 0 #000;
    margin-bottom: 1px;
  }

  .product-usp {
    text-shadow: 0 2px #0003;
    margin-top: 30px;
  }

  .description {
    font-size: 17px;
  }

  .product-title.free {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .edition-feature {
    padding-left: 13px;
  }

  .feature-text {
    padding-left: 10px;
    font-size: 14px;
  }

  .product-column {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-column.regular-column {
    margin-bottom: 20px;
  }

  .server-heading {
    padding-left: 10px;
  }

  .server-image {
    float: none;
    width: 25%;
  }

  .server-description {
    text-align: left;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .title-text.free {
    padding-bottom: 30px;
  }

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

  .people-say {
    padding-left: 20px;
  }

  .pricing-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-row {
    padding-left: 0;
    padding-right: 0;
  }

  .server-product-column {
    margin-bottom: 20px;
  }

  .homepage-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .download-button {
    margin-left: 0;
    margin-right: 15px;
  }

  .learn-more {
    margin-bottom: 12px;
  }

  .call-to-action-column {
    padding-right: 0;
  }

  .homepage-brand {
    width: 100%;
    padding-left: 0;
  }

  .as-seen-on {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .logo-img {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .light-blue-section, .white-section._1200px-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2-centered {
    font-size: 30px;
  }

  .feature-list {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .brief {
    float: left;
  }

  .used-by-logos {
    margin: 10px -5px;
    padding: 0;
  }

  .screenshot.screenshot-right {
    text-align: center;
    margin-left: 0;
  }

  .cta-h2 {
    font-size: 28px;
    display: none;
  }

  .cta-button-container {
    display: none;
  }

  .contact-us-container {
    justify-content: center;
    display: flex;
  }

  .pricing-faq-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-in-section {
    padding-top: 37px;
  }

  .pc-column {
    padding-bottom: 15px;
  }

  .buttons-container {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .vertical-rows {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .alternate-rows {
    flex-direction: column-reverse;
    display: flex;
  }

  .faq-rich-text {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-rich-text h4 {
    margin-bottom: 0;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .image-5 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .div-block-17 {
    height: 10px;
  }

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    margin-top: 18px;
    padding-left: 2px;
  }

  .section-13 {
    margin-top: 0;
  }

  .container-10 {
    margin-bottom: 20px;
  }

  .column-7 {
    padding-left: 50px;
  }

  .privacy-policy-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-11 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid {
    margin-top: 0;
    padding-top: 10px;
    display: inline-block;
  }

  .product-black-friday {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .title-text-black-friday {
    padding-left: 10px;
    font-size: 25px;
  }

  .title-text-black-friday.free {
    padding-bottom: 30px;
  }

  .discounted-price-bf, .discounted-price-bf.dark {
    padding-left: 1px;
  }

  .link-block-3 {
    padding-left: 0;
  }

  .feature-text-bf {
    padding-left: 0;
    font-size: 14px;
  }

  .subtitle-text-black-friday {
    padding-left: 10px;
  }

  .subtitle-text-black-friday.free {
    padding-bottom: 30px;
  }

  .edition-feature-bf {
    padding-left: 13px;
  }

  .download-page-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15, .image-16, .image-17 {
    display: none;
  }

  .select-field {
    width: 350px;
  }

  .slider {
    width: 500px;
  }

  .paragraph-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-5 {
    margin-top: 20px;
  }

  .slide-nav {
    display: none;
  }

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

  .pricing-v3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-v3.page {
    padding-bottom: 40px;
  }

  .pricing-v3-feature {
    padding-top: 10px;
    font-size: 14px;
  }

  .subtitle.free {
    padding-bottom: 30px;
  }

  .heading-24 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-27 {
    margin-top: 30px;
  }

  .heading-28 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .section-21 {
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-7 {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-21 {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-29 {
    margin-top: 30px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .section-22 {
    margin: 20px 0;
  }

  .section-23 {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .paragraph-7-copy {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container-18 {
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    line-height: 23px;
  }

  p {
    max-height: 125px;
    overflow: hidden;
  }

  .section {
    text-align: center;
  }

  .section.hero {
    margin-top: 39px;
    padding-top: 60px;
  }

  .magic-wand {
    text-shadow: 0 0 #000;
  }

  .nav-link {
    color: #013978;
    background-color: #0000;
    display: block;
  }

  .nav-link.w--current {
    background-color: #0000;
    display: block;
  }

  .product-usp {
    text-shadow: 0 2px #0003;
    font-size: 22px;
    line-height: 37px;
  }

  .description {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .edition-feature {
    padding-left: 11px;
  }

  .feature-text {
    padding-left: 10px;
  }

  .feature-text.valid-license {
    padding-left: 0;
    font-size: 13px;
    line-height: 26px;
    display: inline;
  }

  .server-heading {
    padding-left: 10px;
    padding-right: 4px;
  }

  .server-image {
    width: 30%;
  }

  .title-text.free {
    padding-bottom: 30px;
  }

  .responsive-menu {
    background-color: #f2f9fc;
    border: 1px solid #0787f06e;
  }

  .responsive-menu-button.w--open {
    background-color: #049bd600;
    border: 1px solid #0787f06e;
  }

  .responsive-menu-icon {
    color: #0a69c2;
  }

  .the-slider {
    height: 210px;
    margin-right: 10px;
  }

  .people-say {
    padding-left: 0;
    font-size: 14px;
  }

  .server-product-column {
    margin-bottom: 20px;
  }

  .homepage-navbar {
    display: none;
  }

  .download-button {
    align-self: center;
    margin-right: 0;
  }

  .learn-more {
    align-self: center;
    width: 190px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    top: 12px;
    right: 5px;
  }

  .boxifier-for-mac {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
  }

  .call-to-action-column {
    padding-right: 0;
  }

  .homepage-brand {
    padding-left: 0;
  }

  .logo-img {
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .light-blue-section {
    padding: 10px;
  }

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

  .h2-centered {
    font-size: 18px;
    font-weight: 600;
  }

  .feature-list-p {
    max-height: none;
  }

  .used-by-logos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-h2 {
    font-size: 21px;
  }

  .email-subscribe {
    text-align: center;
    margin-left: -10px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .email-input {
    margin-bottom: 21px;
    padding-bottom: 6px;
  }

  .interested-server {
    margin-right: 5px;
    padding-left: 5px;
  }

  .pricing-faq-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .radiopcnum {
    margin-left: -21px;
  }

  .radio-button {
    width: 14px;
    height: 14px;
    margin-bottom: 8px;
    margin-left: 20px;
  }

  .license-type-header {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .pricing-form {
    padding-left: 0;
    padding-right: 0;
  }

  .radio-container {
    margin-top: 0;
    display: block;
  }

  .row-in-section {
    padding-top: 114px;
    top: 5%;
  }

  .centered-div {
    width: 90%;
    min-width: 200px;
    height: 90%;
    min-height: 460px;
    max-height: 500px;
    margin-top: 5%;
  }

  .pricing-form-product-name {
    margin-bottom: 10px;
  }

  .pc-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .radio-numpc-label {
    float: right;
    font-size: 15px;
    display: inline-block;
  }

  .support-and-updates {
    margin-bottom: 0;
  }

  .discount {
    top: -3px;
  }

  .multiple-pc-discount {
    margin-right: 9px;
    padding-right: 11px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .alternate-rows {
    flex-direction: column-reverse;
    display: flex;
  }

  .feature-header {
    font-size: 20px;
    font-weight: 600;
  }

  .feature-header.mai-mic {
    font-size: 17px;
    font-weight: 600;
  }

  .want-to-know {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-rich-text {
    margin-top: 0;
  }

  .upgrade-logo-container {
    padding-bottom: 10px;
  }

  .heading-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link.tab-business {
    display: inline-block;
  }

  .tab-link.tab-home {
    width: auto;
    display: inline-block;
  }

  .tab-link.tab-home.w--current {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }

  .tab-link.tab-server {
    display: inline-block;
  }

  .tab-link.tabmic {
    float: none;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block, .text-block-2 {
    font-size: 11px;
  }

  .promotion {
    height: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .image {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .free-download-button {
    width: 200px;
  }

  .image-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-7 {
    width: 300px;
    height: 220px;
    margin-top: 26px;
    margin-bottom: 9px;
    padding: 27px;
  }

  .paragraph {
    margin: 16px -11px 0;
  }

  .help-heading {
    padding-bottom: 7px;
  }

  .article-list {
    border-style: none none solid;
    margin-top: 10px;
    padding-top: 0;
  }

  .container-7 {
    line-height: 23px;
  }

  .paragraph-2 {
    margin-right: 0;
    padding-left: 0;
    line-height: 25px;
  }

  .ordered-list-2 {
    padding-left: 0;
  }

  .body-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item-7, .list-item-8 {
    padding-left: 20px;
  }

  .list-item-10, .list-item-help {
    padding-left: 5px;
  }

  .heading-5 {
    padding-left: 0;
  }

  .tabs-menu-2 {
    justify-content: center;
    display: none;
  }

  .container-8 {
    margin-bottom: 0;
  }

  .div-block-17 {
    height: 5px;
  }

  .mobile-detector-class {
    display: none;
  }

  .form-3 {
    font-family: Lato, sans-serif;
  }

  .contact-form {
    padding-left: 5px;
    padding-right: 5px;
    font-family: Lato, sans-serif;
  }

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

  .column-6 {
    margin-top: 10px;
  }

  .section-13 {
    margin-top: -58px;
  }

  .text-field-contact-form {
    width: 270px;
  }

  .container-9 {
    padding-top: 0;
    display: block;
  }

  .form-5 {
    padding-left: 10px;
  }

  .container-10 {
    margin-bottom: 80px;
  }

  .column-7 {
    padding-left: 20px;
  }

  .text-block-6 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .container-12 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .black-friday-heading-1 {
    padding-top: 17px;
  }

  .bold-text-2 {
    font-size: 35px;
  }

  .black-friday-heading-2 {
    padding-top: 8px;
  }

  .grid {
    border-style: none;
    display: inline;
  }

  .product-black-friday {
    margin-top: 20px;
  }

  .title-text-black-friday {
    padding-left: 20px;
    display: block;
  }

  .title-text-black-friday.free {
    padding-bottom: 30px;
  }

  .discounted-price-bf, .discounted-price-bf.dark {
    padding-left: 12px;
  }

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

  .section-16 {
    border-style: none;
    margin-left: 5px;
    margin-right: 5px;
  }

  .link-block-3, .feature-text-bf {
    padding-left: 0;
  }

  .feature-text-bf.valid-license {
    padding-left: 0;
    font-size: 13px;
    line-height: 26px;
    display: inline;
  }

  .section-18 {
    padding-bottom: 30px;
  }

  .subtitle-text-black-friday {
    padding-left: 20px;
    display: block;
  }

  .subtitle-text-black-friday.free {
    padding-bottom: 30px;
  }

  .edition-feature-bf {
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-page-heading {
    margin-bottom: 10px;
  }

  .faq-page-heading {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-subscribe-2 {
    padding-bottom: 30px;
  }

  .list {
    padding-left: 0;
  }

  .field-description {
    width: 270px;
  }

  .caseta-stanga, .select-field {
    width: 280px;
  }

  .div-block-24 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slide {
    padding-bottom: 27px;
  }

  .slider {
    height: auto;
    padding-bottom: 0;
  }

  .paragraph-5 {
    max-height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Source Sans Pro, sans-serif;
  }

  .image-18 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .italic-text {
    display: block;
  }

  .button-5 {
    margin-top: 24px;
  }

  .beta-button {
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subtitle.free {
    padding-bottom: 30px;
  }

  .tabs-menu-4 {
    justify-content: center;
    display: flex;
  }

  .heading-24 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

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

  .heading-28 {
    margin-top: 0;
    font-size: 35px;
    line-height: 43px;
  }

  .text-field-5 {
    width: 300px;
  }

  .submit-button-5 {
    margin-left: 201px;
  }

  .image-20 {
    margin-top: 50px;
    margin-left: 14px;
  }

  .container-17 {
    margin-top: 31px;
    margin-left: 10px;
  }

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

  .section-23 {
    margin: 0 0 0 20px;
  }

  .container-19 {
    margin-left: 4px;
  }

  .popular-text-copy {
    font-size: 12px;
  }
}

#w-node-_7c199ac8-9109-f773-5fbb-7a7792612690-bbd82644 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8e1c76a-dd89-f4d1-8ead-d29fbc472dbd-bbd82644 {
  grid-column: 2 / 3;
  grid-row-start: 0;
  grid-row-end: 2;
}

#w-node-_4c321904-18bc-efb3-6a89-1b7dca07cbee-bbd82644 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8890ba71-b73d-48a8-33de-f6b2e9bf7804-bbd82644 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_494c7c39-64e4-1aa4-21a1-21263a773889-bbd82644 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ef02a1db-75e3-1ba0-de09-c172c6c2b985-bbd82644 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ceb4903b-3a32-c57c-be1b-c77fc1e6cfff-bbd82644 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_592eb763-43c9-fc56-94dc-033520fd3573-bbd82644 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-daae6769-f5eb-baab-5c21-162ffe13386a-bbd82644 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8c52eaa8-9cde-fd19-c53a-3e7b3a6cea99-bbd82644 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ed9d8686-6e08-17af-6f33-64c0bd75acbb-bbd82644 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_45a50d4b-85d0-25ad-91a6-04ffa0b8e4ce-bbd82644 {
  grid-area: 3 / 4 / 4 / 5;
}


@font-face {
  font-family: 'Boxifier custom font';
  src: url('../fonts/boxifier-custom-font.eot') format('embedded-opentype'), url('../fonts/boxifier-custom-font.woff') format('woff'), url('../fonts/boxifier-custom-font.ttf') format('truetype'), url('../fonts/boxifier-custom-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}