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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

body {
  font-family: 'Lato - Normal';
  color: #2c3340;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 24px;
  padding: 16px 32px;
  border-left: 3px solid #2583fd;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

.body {
  font-family: 'Lato - Normal';
  color: #2c3340;
}

.section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}

.section.dark {
  background-color: #253f6f;
  color: #fff;
}

.section.haze {
  z-index: 5;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f6f8;
}

.section.haze.top-section.pricing-plan {
  margin-top: 40px;
  padding-top: 40px;
}

.section.haze.top-section.pricing-plan.studio-panel {
  display: none;
}

.section.border-top {
  display: block;
  border-top: 1px solid #e1e6ee;
  background-color: #f5f7ff;
  font-family: 'Lato - Normal';
}

.section.border-bottom {
  border-bottom: 1px solid #e1e6ee;
}

.section.border-bottom.no-padding-vertical {
  z-index: auto;
}

.section.grade-1 {
  position: static;
  z-index: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #39abff, #253f6f);
  color: #fff;
}

.section.grade-2 {
  z-index: 3;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #253f6f);
  color: #fff;
}

.section.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
  color: #fff;
}

.section.no-padding-vertical.border-top {
  display: block;
}

.section.no-padding-vertical.border-top.section-footer {
  z-index: 0;
}

.section.no-padding-top {
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.no-padding-top.v2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f5f7ff;
}

.section.no-padding {
  display: block;
  text-align: center;
}

.section.video-section {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.5)), to(rgba(37, 63, 111, 0.5))), url('../images/TouchbarAndKeyboard-Min.jpg');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.5), rgba(37, 63, 111, 0.5)), url('../images/TouchbarAndKeyboard-Min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.video-section.remote {
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.5)), to(rgba(37, 63, 111, 0.5))), url('../images/63a06412aa7229d650127ab5_6389867a038430ac00074e69_Mitzi-home_aa7ce1d4d31df1600531f976e93bbf83.webp');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.5), rgba(37, 63, 111, 0.5)), url('../images/63a06412aa7229d650127ab5_6389867a038430ac00074e69_Mitzi-home_aa7ce1d4d31df1600531f976e93bbf83.webp');
  font-family: 'Lato - Normal';
}

.section.video-section.remote.pro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.5)), to(rgba(37, 63, 111, 0.5))), url('../images/B17A7412-Edit4.jpg');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.5), rgba(37, 63, 111, 0.5)), url('../images/B17A7412-Edit4.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section.borders {
  border-top: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
}

.section.hero-intro-section {
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.hero-v3-section {
  z-index: 5;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(37, 63, 111, 0.17);
  background-image: url('../images/B17A7412-Edit4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.hero-v3-section.air {
  position: static;
  display: block;
  overflow: hidden;
  min-height: 700px;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(23%, rgba(0, 0, 0, 0.36)), color-stop(51%, rgba(0, 0, 0, 0.35)), color-stop(59%, transparent)), url('../images/632a45e34d9fe923b3c55cf9_631fb1c59be12c2d39faf5f2_iPadRemote-reduced-p-1600.webp');
  background-image: linear-gradient(180deg, #fff, rgba(0, 0, 0, 0.36) 23%, rgba(0, 0, 0, 0.35) 51%, transparent 59%), url('../images/632a45e34d9fe923b3c55cf9_631fb1c59be12c2d39faf5f2_iPadRemote-reduced-p-1600.webp');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero-v3-section.v2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(255, 255, 255, 0.17);
  background-image: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.hero-v3-section.v2.video {
  position: static;
  height: auto;
  margin-top: 100px;
}

.section.hero-v3-section.extend {
  background-image: url('../images/63a06412aa7229d650127ab5_6389867a038430ac00074e69_Mitzi-home_aa7ce1d4d31df1600531f976e93bbf83.webp');
}

.section.hero-v3-section.extend.holiday-sale {
  background-image: url('../images/DuetProWindows-small-reduced-home.jpg');
}

.section.hero-v2-section {
  padding-top: 192px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ff933c, #f8238f);
  color: #fff;
}

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

.section.top-section.grade-1 {
  padding-top: 140px;
  background-color: #5c98de;
  background-image: none;
}

.section.top-section.grade-1.help-center {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #5c98de;
  background-image: none;
}

.section.top-section.grade-2 {
  z-index: 5;
  background-color: #5c98de;
  background-image: none;
}

.section.top-section.grade-3 {
  padding-top: 140px;
  background-color: #5c98de;
  background-image: none;
}

.section.hero-v4-section {
  padding-top: 160px;
  padding-bottom: 88px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
  color: #fff;
}

.wrapper {
  position: static;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.details-element {
  margin-right: auto;
  margin-left: auto;
}

.button {
  position: static;
  bottom: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 50px;
  margin-right: auto;
  margin-left: 0px;
  padding: 12px 24px;
  -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: 2.5px solid #5c98de;
  border-radius: 40px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #5c98de;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.button:hover {
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(37, 131, 253, 0.5);
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.small.white {
  border-style: none;
  border-width: 1px;
}

.button.small.white.help-center {
  border-width: 1px;
  color: #5c98de;
}

.button.small.ghost.w--current {
  margin-left: 20px;
  padding-left: 45px;
  background-color: #39abff;
  background-image: url('../images/apple-logo-white.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
  color: #fff;
}

.button.small.ghost.macos {
  display: none;
  height: 46px;
  max-width: 18%;
  margin-left: 20px;
  padding-right: 25px;
  padding-left: 50px;
  border: 0px solid #2583fd;
  background-color: #5c98de;
  background-image: url('../images/apple-logo-white.png');
  background-position: 5% 45%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0 #d3d8e1;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  text-transform: none;
}

.button.small.ghost.macos:hover {
  border: 0px solid #39abff;
  background-color: #39abff;
}

.button.small.ghost.ios {
  display: none;
  height: 46px;
  max-width: 18%;
  margin-left: 20px;
  padding-right: 25px;
  padding-left: 50px;
  border-style: solid;
  border-width: 0px;
  border-color: #2583fd;
  background-color: #5c98de;
  background-image: url('../images/apple-logo-white.png');
  background-position: 5% 45%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0 #d3d8e1;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
}

.button.small.ghost.ios.w--current {
  margin-left: 20px;
  padding-left: 45px;
  background-color: #39abff;
  background-image: url('../images/apple-logo-white.png');
  color: #fff;
}

.button.small.ghost.windows {
  display: none;
  height: 46px;
  max-width: 18%;
  margin-left: 20px;
  padding-right: 25px;
  padding-left: 50px;
  border-style: solid;
  border-width: 0px;
  border-color: #0d7dcf;
  background-color: #5c98de;
  background-image: url('../images/windows_logo_white.png');
  background-position: 5% 50%;
  background-size: auto 85%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0 #d3d8e1;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
}

.button.small.ghost.windows:hover {
  border: 0px solid #39abff;
  background-color: #39abff;
  box-shadow: inset 0 0 0 0 #d3d8e1;
  color: #fff;
}

.button.small.ghost.android {
  display: none;
  height: 46px;
  max-width: 18%;
  margin-left: 20px;
  padding-right: 25px;
  padding-left: 50px;
  background-color: #5c98de;
  background-image: url('../images/android-icon.png');
  background-position: 0px 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
}

.button.small.appstore {
  width: 60%;
  margin-top: 10px;
  padding-top: 10px;
  background-color: transparent;
  background-image: url('../images/badge-google-play-color-1.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px #2583fd;
}

.button.small.appstore.google {
  border-radius: 3px;
  background-image: url('../images/badge-google-play-dark.svg');
  background-position: 50% 50%;
  background-size: 95% 95%;
  box-shadow: 0 0 0 2px #2c3340;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.button.small.appstore.google:hover {
  position: static;
  background-color: transparent;
  background-image: url('../images/badge-google-play-dark.svg');
  opacity: 1;
}

.button.small.appstore.apple {
  border: 0px solid #000;
  border-radius: 3px;
  background-image: url('../images/badge-appstore-dark.svg');
  background-position: 50% 50%;
  background-size: 95% 95%;
  background-attachment: scroll;
  box-shadow: 0 0 0 2px #000;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.button.small.appstore.apple:hover {
  background-color: transparent;
  background-image: url('../images/badge-appstore-dark.svg');
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button.small.appstore.apple.dark {
  background-color: #2c3340;
  background-image: url('../images/badge-appstore-white.svg');
}

.button.small.appstore.apple.dark:hover {
  background-color: #0b6fda;
  box-shadow: 0 0 0 2px #0b6fda;
}

.button.small.appstore.apple.dark.blue {
  width: 100%;
  max-width: 200px;
  background-color: #0b6fda;
  box-shadow: 0 0 0 2px #0b6fda;
  cursor: pointer;
}

.button.small.appstore.apple.dark.blue.google {
  background-image: url('../images/badge-google-play-white.svg');
}

.button.small.appstore.downloadmac {
  width: 100%;
  max-width: 200px;
  padding-left: 48px;
  background-color: #0b6fda;
  background-image: url('../images/download-icon-white.svg');
  background-position: 5% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: inset 0 0 0 2px #0b6fda;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.button.small.appstore.downloadmac:hover {
  opacity: 1;
}

.button.small.appstore.downloadmac.pc {
  max-width: 200px;
  margin-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
}

.button.white {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #2c3340;
}

.button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.button.white.margin-left {
  font-family: 'Nunito Sans', sans-serif;
}

.button.white.margin-left.signup-button {
  bottom: 0px;
  color: #5c98de;
  line-height: 24px;
}

.button.white.margin-left.blog {
  border-style: solid;
  border-width: 1px;
  color: #5c98de;
  line-height: 26px;
}

.button.white.help {
  margin-left: auto;
}

.button.ghost {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
  color: #2c3340;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px #a9b0be;
}

.button.ghost.blog {
  border-width: 2px;
  box-shadow: none;
  color: #5c98de;
}

.button.ghost.blog:hover {
  box-shadow: 1px 1px 7px 0 #5c98de;
}

.button.side-margins {
  margin-right: 6px;
  margin-left: 6px;
}

.button.margin-left {
  margin-left: 12px;
}

.button.pricing-plan {
  position: static;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.border-btn {
  margin-right: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #378efa;
  background-color: #5c98de;
  color: #fff;
}

.button.border-btn.help-center {
  border-color: #fff;
  background-color: #fff;
  color: #5c98de;
}

.button.border-btn.nav-getting-started {
  width: 260px;
}

.button.home {
  margin-left: auto;
}

.button.pro.holiday-sale {
  width: 350px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
}

.button.contact-us {
  line-height: 24px;
}

.button.blog {
  line-height: 24px;
}

.button.subscribe {
  line-height: 28px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 0 10px 0 rgba(89, 98, 115, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-bar.v2 {
  position: fixed;
  height: auto;
  background-color: #fff;
}

.nav-bar.v2.help-center {
  position: relative;
  background-color: #5c98de;
  box-shadow: none;
}

.nav-link {
  padding: 8px 16px;
  border-radius: 5px;
}

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

.nav-link.w--current {
  color: #2c3340;
  font-weight: 700;
}

.text-white {
  color: #fff;
}

.text-link {
  font-family: 'Nunito Sans', sans-serif;
  color: #5895dd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.plan {
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.text-link.plan.cancel {
  color: #e95f61;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap.grade-3 {
  z-index: 4;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #0b6fda);
  color: #fff;
}

.utility-page-wrap.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #4c39f3);
}

.utility-page-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -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;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  -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: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.1);
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltip.hidden {
  display: none;
}

.tooltip.hidden:hover {
  display: block;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.haze {
  background-color: #f5f6f8;
}

.text-grey {
  font-family: 'Nunito Sans', sans-serif;
  color: #7a8292;
  font-size: 16px;
}

.text-grey.no-margin {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #ccc;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-grey.no-margin.overimage {
  color: #fff;
}

.text-grey.no-margin.review-source {
  margin-left: 10px;
}

.no-margin {
  margin: 0px;
  font-family: 'Nunito Sans', sans-serif;
}

.no-margin.blog-title {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.no-margin-bottom {
  width: 70%;
  margin-bottom: 0px;
  font-size: 20px;
}

.no-margin-bottom.contact-page-text {
  font-family: 'Nunito Sans', sans-serif;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 20px auto 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-intro.no-margin {
  margin: 0px;
}

.section-intro.no-margin-bottom {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
}

.section-intro.text-white {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.section-intro.text-white.two-card {
  padding-right: 100px;
  padding-left: 100px;
}

.section-intro.wide {
  max-width: 800px;
}

.section-intro.wide.no-margin-bottom.row2 {
  padding-left: 0px;
}

.section-intro.left {
  width: 100%;
  max-width: none;
  padding-right: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.section-intro.left.no-margin {
  padding-right: 30%;
}

.dark {
  background-color: #2c3340;
}

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

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

.title {
  display: none;
  margin-bottom: 16px;
  font-family: 'Nunito Sans', sans-serif;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.dark-bg {
  display: none;
  color: hsla(0, 0%, 100%, 0.6);
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v3-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-v1-link {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7a8292;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}

.footer-v1-link:hover {
  text-decoration: underline;
}

.footer-v1-link.dark-bg {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.brand.footer-v1-brand {
  padding-right: 0px;
  padding-bottom: 24px;
  padding-left: 0px;
}

.brand.footer-v3-brand {
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.footer-v4-brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2c3340;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.nav-menu {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
  margin-left: 0px;
}

.no-padding {
  padding: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.full-width {
  width: 100%;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-icon {
  height: 24px;
  margin-right: 6px;
  margin-left: -2px;
}

.text-dark-grey {
  font-family: 'Nunito Sans', sans-serif;
  color: #596273;
}

.text-dark-grey.no-margin {
  min-width: 300px;
  padding-right: 20px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #596273;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-dark-grey.no-margin.v2.mode-subtitle {
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.text-dark-grey.no-margin.v2.subtitle {
  -webkit-transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease, -ms-flex-positive 200ms ease;
  font-size: 24px;
  line-height: 36px;
}

.bg-bubbles {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
  -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;
  opacity: 0.18;
}

.bubble-1 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 28vh;
  z-index: 10;
  display: block;
  width: 36vh;
  height: 36vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.bubble-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 72%;
  bottom: 27vh;
  z-index: 9;
  display: block;
  width: 20vh;
  height: 20vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.83;
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

.bubble-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 26%;
  bottom: 59vh;
  z-index: 8;
  display: block;
  width: 15vh;
  height: 15vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.78;
  -webkit-filter: blur(11px);
  filter: blur(11px);
}

.bubble-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 7%;
  bottom: -56vh;
  z-index: 7;
  display: block;
  width: 12vh;
  height: 12vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.72;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.bubble-5 {
  position: absolute;
  left: 71%;
  top: 0px;
  right: 0%;
  bottom: -43vh;
  z-index: 6;
  display: block;
  width: 8vh;
  height: 8vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.52;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.bubble-6 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 38%;
  bottom: -14vh;
  z-index: 5;
  display: block;
  width: 8vh;
  height: 8vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.bubble-7 {
  position: absolute;
  left: 84%;
  top: 0px;
  right: 0%;
  bottom: 59vh;
  z-index: 4;
  display: block;
  width: 5vh;
  height: 5vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.49;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.bubble-8 {
  position: absolute;
  left: 97%;
  top: 0px;
  right: 0%;
  bottom: -11vh;
  z-index: 3;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.45;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.bubble-9 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 66%;
  bottom: -40vh;
  z-index: 2;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.bubble-10 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: -19%;
  bottom: 69vh;
  z-index: 1;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.loading-icon {
  width: 28px;
  margin-right: 10px;
}

.pricing-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-v1-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 30%;
  margin-right: 15px;
  margin-bottom: 32px;
  margin-left: 15px;
  padding: 40px 20px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.pricing-v1-card.two-card {
  max-width: 400px;
}

.pricing-v1-billing {
  padding-left: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: #7a8292;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.pricing-v1-tag {
  position: relative;
  top: 5px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 20px;
}

.pricing-v1-currency {
  margin-right: 6px;
  font-family: 'Nunito Sans', sans-serif;
  color: #2c3340;
  font-size: 16px;
  line-height: 16px;
}

.pricing-v1-features {
  min-height: 65%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  clear: both;
  border-top: 1px solid #e1e6ee;
}

.pricing-v1-feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #596273;
  cursor: default;
}

.pricing-v1-feature:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  -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: 1px solid #e1e6ee;
  border-radius: 50%;
  background-image: url('../images/info-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
}

.info:hover {
  border-color: #d3d8e1;
}

.pricing-v1-badge {
  position: absolute;
  top: -60px;
  right: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  padding-bottom: 7px;
  padding-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253f6f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.pricing-v1-badge.color-3 {
  background-color: #5c98de;
}

.pricing-v1-badge-icon {
  width: 18px;
  margin-right: 1px;
  margin-bottom: 3px;
}

.tabs-menu {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background-color: #fff;
}

.tabs-menu.dark-bg {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.06);
}

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

.tab-link {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: transparent;
}

.tab-link.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
  background-image: linear-gradient(180deg, #39abff, #397ef3);
  box-shadow: inset 0 0 0 1px #2583fd;
  color: #fff;
}

.tab-link.white {
  color: #fff;
}

.tab-link.white.w--current {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 0 0 1px #fff;
  color: #2c3340;
}

.color-3 {
  background-color: #ff9320;
}

.blog-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-sidebar {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-error {
  padding: 8px 12px;
  background-color: transparent;
  color: #fc3762;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.form-error.dark-bg {
  color: #fff;
}

.input {
  height: 48px;
  min-width: 228px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #f5f6f8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:focus {
  border-color: #a9b0be;
}

.input::-webkit-input-placeholder {
  color: #a9b0be;
}

.input:-ms-input-placeholder {
  color: #a9b0be;
}

.input::-ms-input-placeholder {
  color: #a9b0be;
}

.input::placeholder {
  color: #a9b0be;
}

.input.icon-input {
  position: relative;
  z-index: 1;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e1e6ee;
  border-radius: 0px 5px 5px 0px;
  text-align: left;
}

.input.icon-input-bg {
  position: relative;
  z-index: 1;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0px 5px 5px 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

.input.icon-input-bg:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.input.icon-input-bg::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input.subject {
  display: none;
}

.form-success {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
}

.post-item-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e6ee;
}

.sidebar-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-card {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
}

.sidebar-card.authors {
  display: none;
}

.sidebar-card.categories {
  display: none;
}

.sidebar-card.tags {
  display: none;
}

.posts-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
}

.post-card-v1-image {
  width: 100%;
  height: 360px;
  background-color: #d3d8e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.post-card-v1-image:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.post-card-v1-info {
  padding: 32px 40px 12px;
}

.post-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1e6ee;
}

.post-card-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.link-dark {
  color: #2c3340;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.post-card-v1-avatar {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
}

.post-card-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #596273;
  text-decoration: none;
}

.post-card-author-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.sidebar-icon {
  width: 24px;
  margin-right: 12px;
}

.sidebar-card-info {
  padding-top: 24px;
  padding-right: 40px;
  padding-left: 40px;
}

.sidebar-card-info.small-padding {
  padding-right: 24px;
  padding-left: 24px;
}

.sidebar-post-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #2c3340;
  text-decoration: none;
}

.sidebar-post-card:hover {
  background-color: #f5f6f8;
}

.sidebar-post-image {
  width: 80px;
  height: 60px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #d3d8e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-post-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-author-avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
}

.sidebar-author-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #2c3340;
  text-decoration: none;
}

.sidebar-author-card:hover {
  background-color: #f5f6f8;
}

.sidebar-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-category {
  width: 50%;
  padding: 6px;
}

.sidebar-category-link {
  display: block;
  padding: 11px 12px;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #2c3340;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.sidebar-category-link:hover {
  background-color: #f5f6f8;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-tag {
  padding: 4px;
}

.sidebar-tag-link {
  display: block;
  padding: 5px 7px 5px 8px;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #2c3340;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-tag-link:hover {
  background-color: #f5f6f8;
}

.badge {
  display: inline-block;
  padding: 6px 8px 6px 9px;
  border-radius: 5px;
  background-color: #2583fd;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge.post-card-category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: none;
}

.badge.post-card-category:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #2c3340;
}

.badge.layout-badge {
  margin-bottom: 20px;
  background-color: #f5f6f8;
  color: #2c3340;
  font-weight: 900;
}

.sidebar-post-category {
  margin-top: 5px;
  margin-bottom: 1px;
  font-family: 'Nunito Sans', sans-serif;
  color: #7a8292;
  font-size: 12px;
  line-height: 14px;
}

.link-arrow {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5c98de;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link-arrow.no-margin {
  margin: 0px;
}

.link-arrow.post-author-link {
  margin-top: -8px;
}

.link-arrow-icon {
  margin-top: 1px;
  margin-left: 4px;
}

.sidebar-big-avatar {
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
  border-radius: 50%;
}

.sidebar-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-v2.margin-bottom {
  margin-bottom: 32px;
}

.post-item-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.post-card-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #2c3340;
  text-decoration: none;
}

.post-card-link:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.15);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.post-card-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v2-image {
  width: 100%;
  height: 304px;
  background-color: #d3d8e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.post-card-v2-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #7a8292;
}

.post-card-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #596273;
  text-decoration: none;
}

.bg-squares {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  -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;
  opacity: 0.15;
}

.square-1 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 28vh;
  z-index: 10;
  display: block;
  width: 23vh;
  height: 23vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(53deg);
  -ms-transform: rotate(53deg);
  transform: rotate(53deg);
}

.square-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 72%;
  bottom: 27vh;
  z-index: 9;
  display: block;
  width: 16vh;
  height: 16vh;
  margin: auto;
  background-color: #fff;
  opacity: 0.77;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}

.square-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 26%;
  bottom: 59vh;
  z-index: 8;
  display: block;
  width: 10vh;
  height: 10vh;
  margin: auto;
  background-color: #fff;
  opacity: 0.69;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.square-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 7%;
  bottom: -56vh;
  z-index: 7;
  display: block;
  width: 10vh;
  height: 10vh;
  margin: auto;
  background-color: #fff;
  opacity: 0.72;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.anchor-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding: 32px 24px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #2c3340;
  text-align: center;
  text-decoration: none;
}

.anchor-card:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.16);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5c98de;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.circle-icon.color-1-ghost {
  padding: 20px;
}

.circle-icon.color-6-ghost {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 3px;
  padding-left: 2px;
  clear: none;
}

.circle-icon.color-6-ghost.twitter {
  background-color: rgba(79, 151, 245, 0.12);
}

.circle-icon.white {
  background-color: #fff;
}

.anchor-card-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 24px;
  margin-top: 24px;
  border-top: 1px solid #e1e6ee;
  background-image: url('../images/dots-hr-icon-grey.svg');
  background-position: 51% 48%;
  background-repeat: no-repeat;
}

.color-1-ghost {
  background-color: rgba(37, 131, 253, 0.12);
}

.color-2-ghost {
  background-color: rgba(252, 55, 98, 0.12);
}

.color-3-ghost {
  background-color: rgba(255, 147, 32, 0.12);
}

.color-4-ghost {
  background-color: rgba(70, 206, 31, 0.12);
}

.color-5-ghost {
  background-color: rgba(142, 42, 240, 0.12);
}

.color-6-ghost {
  background-color: rgba(0, 213, 187, 0.12);
}

.cta-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 770px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 80px 16% 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #253f6f;
  color: #fff;
  text-align: center;
}

.cta-card.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #39abff, #4c39f3);
  box-shadow: 0 8px 24px 0 rgba(37, 131, 253, 0.4);
  color: #fff;
}

.cta-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-card-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.2);
}

.cta-card-waves {
  position: absolute;
  top: -335px;
  width: 670px;
  height: 670px;
  border-radius: 50%;
  opacity: 0.15;
}

.circle-wave-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 10%;
  height: 10%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
}

.circle-wave-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: block;
  width: 20%;
  height: 20%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.9;
}

.circle-wave-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8;
  display: block;
  width: 30%;
  height: 30%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.8;
}

.circle-wave-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 7;
  display: block;
  width: 40%;
  height: 40%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
}

.circle-wave-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  display: block;
  width: 50%;
  height: 50%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
}

.circle-wave-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  width: 60%;
  height: 60%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.circle-wave-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
  width: 70%;
  height: 70%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.4;
}

.circle-wave-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 80%;
  height: 80%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.circle-wave-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 90%;
  height: 90%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.2;
}

.cta-card-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-wave {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  box-shadow: inset 0 0 100px 100px #fff;
  opacity: 0.5;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-buttons.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.store-button {
  border-radius: 5px;
  background-color: #253f6f;
}

.store-button.white {
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.store-button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.store-button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e1e6ee;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.ghost:hover {
  box-shadow: inset 0 0 0 1px #a9b0be;
}

.store-badge {
  display: none;
  height: 48px;
}

.store-badge.small {
  height: 40px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a9b0be;
  font-size: 12px;
  line-height: 16px;
}

.link-grey {
  color: #7a8292;
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  margin-right: 8px;
  margin-left: 8px;
}

.link-grey-light {
  font-family: 'Nunito Sans', sans-serif;
  color: #7a8292;
  text-decoration: none;
}

.link-grey-light:hover {
  text-decoration: underline;
}

.text-light-grey {
  font-family: 'Nunito Sans', sans-serif;
  color: #a9b0be;
}

.review-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
  cursor: pointer;
}

.review-v3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -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;
  cursor: pointer;
}

.features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 25px;
  padding-bottom: 64px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.icon.left {
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon.left.color-1-ghost {
  background-color: rgba(70, 206, 31, 0.15);
}

.icon.left.color-3-ghost {
  border-radius: 50%;
  background-color: rgba(57, 171, 255, 0.12);
}

.icon.left.color-4-ghost {
  background-color: rgba(255, 147, 32, 0.17);
}

.square-10 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: -19%;
  bottom: 69vh;
  z-index: 1;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}

.square-7 {
  position: absolute;
  left: 84%;
  top: 0px;
  right: 0%;
  bottom: 59vh;
  z-index: 4;
  display: block;
  width: 5vh;
  height: 5vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  transform: rotate(-57deg);
}

.square-5 {
  position: absolute;
  left: 71%;
  top: 0px;
  right: 0%;
  bottom: -43vh;
  z-index: 6;
  display: block;
  width: 8vh;
  height: 8vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}

.square-6 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 31%;
  bottom: -14vh;
  z-index: 5;
  display: block;
  width: 10vh;
  height: 10vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.square-8 {
  position: absolute;
  left: 97%;
  top: 0px;
  right: 0%;
  bottom: -11vh;
  z-index: 3;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.square-9 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 66%;
  bottom: -40vh;
  z-index: 2;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}

.pricing-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  margin-bottom: -32px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-v2-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  margin-right: 30px;
  margin-bottom: 32px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.pricing-v2-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e1e6ee;
}

.pricing-v2-card-header._1 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(#39abff), to(rgba(7, 227, 161, 0.88)));
  background-image: linear-gradient(90deg, #39abff, rgba(7, 227, 161, 0.88));
  color: #fff;
}

.pricing-v2-card-header._2 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 35, 143, 0.88)), to(rgba(255, 147, 60, 0.88)));
  background-image: linear-gradient(90deg, rgba(248, 35, 143, 0.88), rgba(255, 147, 60, 0.88));
  color: #fff;
}

.pricing-v2-tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.pricing-v2-tag {
  margin-right: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
}

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

.text-white-faded {
  color: hsla(0, 0%, 100%, 0.7);
}

.pricing-v2-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: 48px;
  margin-left: 48px;
  padding-top: 32px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-v2-features {
  margin-bottom: 16px;
  padding-top: 6px;
  padding-bottom: 16px;
}

.pricing-v-2-feature {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: left;
}

.pricing-v-2-feature.no {
  color: #a9b0be;
}

.pricing-v-2-feature.android {
  display: block;
}

.pricing-v2-feature-icon {
  width: 24px;
  margin-right: 12px;
}

.pricing-v2-icon {
  position: absolute;
  right: 40px;
  bottom: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(89, 98, 115, 0.12);
}

.pricing-additional-info {
  display: block;
  max-width: 370px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  color: #596273;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c3340;
  text-decoration: none;
}

.video-link.dark-bg {
  color: #fff;
}

.video-link.margin-left {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.video-link-icon-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.video-link-icon {
  width: 16px;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrapper.no-margin {
  margin: 0px;
}

.input-icon-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #e1e6ee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f8));
  background-image: linear-gradient(180deg, #fff, #f5f6f8);
}

.input-icon-base.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: hsla(0, 0%, 100%, 0.24);
  background-image: none;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons.subscribe-v1-icons {
  margin-right: -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-circle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin: 4px;
  -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: 1px solid #e1e6ee;
  border-radius: 50%;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-circle-link:hover {
  border-color: #d3d8e1;
}

.social-circle-link.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-circle-link.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.social-icon {
  width: 16px;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-info.hero-intro {
  padding-bottom: 32px;
  padding-left: 15px;
}

.side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.side-feature.next {
  margin-top: 48px;
}

.side-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-media.flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-v1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v1-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icons-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -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;
}

.social-icons-small.footer-v4-icons {
  margin-right: 0px;
  margin-left: -3px;
}

.social-link-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  padding: 6px;
  -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: 1px solid #e1e6ee;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-link-small:hover {
  border-color: #d3d8e1;
}

.social-link-small.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-link-small.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.social-icon-small {
  width: 12px;
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-v3-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #596273;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v3-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.footer-v3-link.dark-bg {
  color: #fff;
}

.footer-v3-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.footer-v3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v3-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v3-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v3-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-v3-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #d3d8e1;
}

.divider.dark-bg {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.side-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 600px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.side-block.flex-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 800px;
  min-height: 240px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(11%, rgba(0, 0, 0, 0.18)), color-stop(85%, rgba(0, 0, 0, 0.18)), to(transparent));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.18) 11%, rgba(0, 0, 0, 0.18) 85%, transparent);
  opacity: 1;
}

.side-block.flex-left.v2 {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-block.flex-left.v2.home {
  background-image: none;
}

.side-block.flex-left.extend {
  width: 70%;
  padding-right: 60px;
  padding-left: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(11%, rgba(0, 0, 0, 0.28)), color-stop(85%, rgba(0, 0, 0, 0.28)), to(transparent));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.28) 11%, rgba(0, 0, 0, 0.28) 85%, transparent);
}

.side-block.flex-left.extend.holiday-sale {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(11%, rgba(0, 0, 0, 0.34)), color-stop(85%, rgba(0, 0, 0, 0.34)), to(transparent));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.34) 11%, rgba(0, 0, 0, 0.34) 85%, transparent);
}

.side-block.flex-left.remote {
  position: static;
  display: block;
  width: 60%;
  height: 100%;
  min-height: 800px;
  background-image: none;
}

.feature-blocks {
  display: none;
  width: 100%;
  margin-right: 100px;
  margin-bottom: 1px;
  margin-left: 100px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px none #000;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 64px;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-align: center;
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  -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;
}

.message.grade-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8238f), to(#ff933c));
  background-image: linear-gradient(90deg, #f8238f, #ff933c);
  color: #fff;
}

.message.grade-1 {
  position: relative;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #39abff 16%, #39abff 53%, #253f6f);
  color: #fff;
}

.message-text {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.message-text.contact-callout {
  margin-left: auto;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.post-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.post-heading {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
}

.post-image {
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 40px 0 rgba(89, 98, 115, 0.25);
}

.post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 16.66%;
  padding-left: 16.66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post p {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 28px;
}

.post a {
  color: #2583fd;
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-bottom-menu-link {
  margin-right: 20px;
  color: #596273;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v2-bottom-menu-link:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu-link.white {
  color: #fff;
}

.footer-v2-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v1-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c3340;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-app-link:hover {
  text-decoration: underline;
}

.footer-app-link.dark-bg {
  color: #fff;
}

.footer-app-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.footer-app-icon:hover {
  border-color: #d3d8e1;
}

.footer-app-icon.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.footer-app-icon.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.side-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.side-review-card {
  position: relative;
  width: 100%;
  padding: 32px;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(89, 98, 115, 0.08);
  color: #2c3340;
  font-size: 17px;
  line-height: 24px;
}

.side-review-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-review-avatar {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.16);
}

.side-review-name {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.side-review-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.side-review-corner {
  position: absolute;
  left: 27px;
  bottom: -6px;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.review-v4-text {
  margin-top: 4px;
  margin-bottom: 32px;
  color: #2c3340;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.review-v4-text.review-highlighted {
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
}

.review-v4-text.review-highlighted.imagereview {
  display: none;
  width: 50%;
  color: #fff;
  text-align: center;
}

.review-v4-text.review-highlighted.overimage {
  color: #fff;
}

.testimonials-v5 {
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: -40px;
  padding-bottom: 80px;
  background-color: transparent;
}

.testimonials-v5-slide {
  width: 33.33%;
  padding-right: 4%;
  padding-left: 4%;
}

.slider-nav {
  height: 30px;
  opacity: 1;
  font-size: 9px;
  line-height: 16px;
}

.review-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

.review-v5-logo {
  height: 40px;
  margin-bottom: 16px;
}

.features-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-v3._2-columns {
  width: 80%;
}

.feature-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 16px 25px 32px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-v3._50-percent {
  width: 50%;
}

.feature-info-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-intro-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 80px;
  width: 62%;
  background-image: url('../images/hero-1-bg.svg');
  background-position: 0px 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.big-side-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  margin-top: 140px;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.big-side-block-info.v2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.icon-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
}

.icon-big.grade-1 {
  background-image: linear-gradient(135deg, #4c39f3, #39abff);
}

.ipad-float {
  width: 110%;
  max-width: none;
  margin-top: 30px;
  margin-left: -9%;
}

.iphone-float {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 45%;
  max-width: none;
  margin-top: -40px;
  margin-right: -10%;
}

.mini-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 8px 25px 32px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-feature-icon {
  margin-right: 16px;
}

.layouts {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.layouts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #f5f6f8;
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.layout:hover {
  box-shadow: 0 20px 32px -12px rgba(89, 98, 115, 0.16);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.layout.inner {
  height: auto;
  max-height: 384px;
}

.post-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-right: 0%;
  padding: 40px 20% 32px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
}

.post-author-avatar {
  width: 104px;
  height: 104px;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.post-author-info {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-features-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.side-feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-feature-v1-info {
  margin-left: 16px;
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-feature-v1-info.remote {
  margin-left: 0px;
}

.button-icon {
  width: 20px;
  margin-right: 8px;
  float: left;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.subscribe-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 470px;
  padding: 56px 64px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  color: #2c3340;
  text-align: center;
}

.label {
  margin-bottom: 8px;
  color: #7a8292;
  font-size: 11px;
  line-height: 16px;
}

.label.subject {
  display: none;
}

.label.contact-email-title {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.subscribe-card-from {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.checkbox {
  margin-top: 4px;
  margin-bottom: 28px;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.checkbox-field {
  margin-top: 0px;
  font-size: 16px;
}

.pricing-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 47%;
  background-color: #253f6f;
}

.pricing-bg.grade-3 {
  overflow: hidden;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
}

.mini-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-border-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  text-align: center;
}

.components {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  margin-bottom: -30px;
  margin-left: 8.33%;
  padding-top: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.components-link {
  width: 25%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.components-link:hover {
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.16);
  color: #2583fd;
}

.search-result-list {
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.search-result-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(44, 51, 64, 0.16);
  text-align: center;
}

.dancing-laptop-and-phone {
  margin-top: -40px;
  margin-bottom: -64px;
}

.iphone-right {
  position: relative;
  width: 57%;
  margin-top: 5%;
  margin-right: -51%;
  margin-bottom: 7%;
}

.iphone-left {
  position: absolute;
  z-index: 1;
  width: 61%;
  margin-left: -11%;
}

.scroll-icon-link {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  -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;
}

.scroll-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eceff4));
  background-image: linear-gradient(180deg, #fff, #eceff4);
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.4);
}

.scroll-mouse-wheel {
  width: 4px;
  height: 9px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #a9b0be;
}

.sidebar {
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
}

.faq-questions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-questions.margin-right {
  margin-right: 6%;
}

.text-color-5 {
  color: #8e2af0;
}

.faq-top-link {
  display: inline-block;
  color: #a9b0be;
  font-size: 12px;
  text-decoration: underline;
}

.faq-top-link:hover {
  color: #2c3340;
  text-decoration: underline;
}

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v4-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v4-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #596273;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-v4-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.footer-v4-link.w--current {
  display: none;
}

.footer-v4-link.dark-bg {
  color: #fff;
}

.footer-v4-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.footer-v4-link.blog {
  display: none;
}

.footer-v4-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v4-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.help-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  max-width: 570px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.help-input {
  width: 100%;
  height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 19px 24px 20px 52px;
  border-style: none;
  border-radius: 10px;
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 16px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 24px;
}

.help-input::-webkit-input-placeholder {
  color: #a9b0be;
}

.help-input:-ms-input-placeholder {
  color: #a9b0be;
}

.help-input::-ms-input-placeholder {
  color: #a9b0be;
}

.help-input::placeholder {
  color: #a9b0be;
}

.help-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 48px;
  height: 48px;
  border-radius: 7px;
  background-color: transparent;
  background-image: url('../images/arrow-right-icon-color-1.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.help-button:hover {
  background-color: rgba(37, 131, 253, 0.12);
  opacity: 1;
}

.search-result-link {
  display: inline-block;
  min-width: 300px;
  font-family: Montserrat, sans-serif;
  color: #5c98de;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.search-result-link:hover {
  text-decoration: underline;
}

.search-result-url {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.search-result-card {
  min-width: 300px;
  margin-bottom: 0px;
  padding: 32px 32px 0px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.search-result-card:hover {
  background-color: transparent;
}

.article-list {
  width: 83.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-column-count: 2;
  column-count: 2;
}

.article-list-item {
  display: inline-block;
  width: 100%;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
}

.article-list-icon {
  width: 24px;
  margin-right: 12px;
  float: left;
}

.article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d3d8e1;
  border-radius: 10px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #596273;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
}

.article-link:hover {
  background-color: #f5f6f8;
}

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

.capitalized {
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.capitalized.no-margin {
  font-family: Montserrat, sans-serif;
}

.help-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
}

.help-mini-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-left: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-mini-input {
  height: 40px;
  max-width: 270px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 9px 16px 10px 42px;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #f5f6f8;
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 12px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.help-mini-input:hover {
  border-color: #d3d8e1;
  background-color: #fff;
}

.help-mini-input:focus {
  background-color: #fff;
}

.help-mini-button {
  display: none;
}

.help-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 40px;
}

.help-article.margin-left {
  margin-right: 6%;
  margin-left: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
}

.related-articles {
  padding-bottom: 48px;
}

.related-article-link {
  font-family: 'Nunito Sans', sans-serif;
  color: #596273;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.related-article-link:hover {
  text-decoration: underline;
}

.related-article-list-item {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 18px;
}

.related-articles-heading {
  margin-bottom: 24px;
  font-size: 22px;
}

.float-button-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 64px;
  min-width: 64px;
  padding: 20px 16px 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12);
}

.float-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -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: 2px solid #e1e6ee;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.float-button:hover {
  border-color: #a9b0be;
}

.float-button-list {
  width: auto;
  height: auto;
  padding-bottom: 28px;
}

.float-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  padding-right: 32px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #596273;
  text-decoration: none;
}

.float-link:hover {
  background-color: #f5f6f8;
}

.float-link-icon {
  width: 24px;
  margin-right: 10px;
}

.float-button-icon {
  width: 24px;
  height: 24px;
}

.float-button-close-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
}

.contact-form-card {
  width: 100%;
  max-width: 770px;
  margin-bottom: 24px;
  padding: 88px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.12);
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.waves-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 8vw;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/waves-bottom.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loading-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.promo-card {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 9px 32px 9px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12), inset 0 0 0 1px #e1e6ee;
}

.promo-card-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.promo-card-close {
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(44, 51, 64, 0.5);
  background-image: url('../images/stop-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.promo-card-close:hover {
  background-color: #7a8292;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.promo-image {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/avatar-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo-card-text {
  margin-bottom: 4px;
}

.floating-macbook {
  width: 100%;
  margin-left: -10%;
}

.devices {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 46%;
  margin-top: 3%;
  margin-right: -7%;
}

.intro-cta-heading {
  margin-bottom: 32px;
}

.counters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  text-align: center;
}

.counter-number {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 40px;
  font-weight: 400;
}

.floating-components-bg {
  width: 100%;
  margin-top: 24px;
  margin-bottom: -5%;
  opacity: 0.08;
}

.floating-pricing-card {
  position: absolute;
  z-index: 6;
  width: 58%;
  margin-top: 3%;
  margin-left: 2%;
}

.floating-post-card {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 36%;
  margin-top: 1%;
  margin-left: 0%;
}

.floating-team-member {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 40%;
  margin-bottom: 2%;
  margin-left: 3%;
}

.floating-testimonial {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 7;
  width: 41%;
  margin-top: -7%;
  margin-right: 13%;
}

.floating-cta-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 3px;
  z-index: 2;
  width: 54%;
  margin-top: 13%;
  margin-right: -2%;
}

.floating-chat {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 8;
  width: 43%;
  margin-right: -4%;
  margin-bottom: 8%;
}

.help-center-promo {
  width: 92%;
}

.menu-icon-line-top {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon-line-bottom {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon {
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -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;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #2c3340;
}

.background-video-3 {
  position: absolute;
  top: 70px;
  width: 100%;
  height: 86%;
  min-height: 200px;
  min-width: 200px;
}

.background-video-3.mobile {
  display: block;
  height: 100%;
  min-height: 400px;
}

.paragraph {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.81);
}

.paragraph.pro-page {
  color: #fff;
  text-align: left;
}

.paragraph.pro-page.holiday-sale {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.81);
}

.columns {
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #253f6f);
}

.text-block-2 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
}

.image-3 {
  position: static;
  display: block;
  height: 60px;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 0px;
}

.image-4 {
  width: 70px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.heading {
  min-width: 600px;
  font-family: Montserrat, sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.74);
}

.heading.pro-page {
  min-width: 0px;
  color: #fff;
}

.heading.pro-page.remote {
  text-align: left;
}

.heading.pro-page.usb-monitor {
  text-align: left;
}

.heading.pro-page.holiday-sale {
  font-size: 40px;
}

.heading-2 {
  font-family: 'Lato - Bold';
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.83);
}

.paragraph-2 {
  font-family: 'Lato - Normal';
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.87);
}

.div-block {
  position: fixed;
  z-index: 0;
  display: block;
}

.image-5 {
  max-width: 170%;
  margin-right: -70%;
  margin-left: 0%;
  padding-left: 0%;
  border-radius: 0px;
}

.image-5.remote {
  margin-right: -50%;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.heading-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-span {
  color: #39abff;
}

.text-block-3 {
  font-family: 'Nunito Sans', sans-serif;
  color: #0b6fda;
  font-size: 24px;
  font-weight: 400;
}

.text-block-4 {
  font-family: 'Nunito Sans', sans-serif;
  color: #0b6fda;
  font-weight: 400;
}

.devices-text {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  color: #2c3340;
  font-size: 20px;
  font-weight: 700;
}

.devices-text.subtext {
  margin-bottom: 20px;
  padding-top: 6px;
  font-family: 'Nunito Sans', sans-serif;
  color: #7a8292;
  font-size: 18px;
  font-weight: 400;
}

.image-6 {
  width: 14px;
  margin-right: 7px;
  margin-left: 8px;
}

.image-7 {
  width: 30px;
  padding-top: 4px;
}

.image-8 {
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.success-message {
  background-color: hsla(0, 0%, 86.7%, 0.13);
}

.newsletter-error {
  border-radius: 10px;
  background-color: #a50306;
}

.image-9 {
  width: 40%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d3d8e1;
  color: #7a8292;
}

.div-block-2.mobile {
  display: none;
}

.image-10 {
  width: 35%;
  height: auto;
}

.div-block-3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.image-11 {
  padding-right: 14%;
  padding-left: 14%;
}

.column-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-2 {
  color: #39abff;
}

.main-air-feature {
  width: 50%;
  padding-right: 8%;
  padding-left: 8%;
}

.paragraph-4 {
  font-size: 16px;
}

.paragraph-4.contact-us-address {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 52px;
}

.heading-14 {
  font-family: 'Nunito Sans', sans-serif;
}

.paragraph-6 {
  font-family: 'Nunito Sans', sans-serif;
}

.text-block-6 {
  font-family: 'Nunito Sans', sans-serif;
}

.body-2 {
  font-family: 'Lato - Normal';
}

.body-3 {
  font-family: 'Lato - Normal';
}

.body-4 {
  font-family: 'Lato - Normal';
}

.body-5 {
  font-family: 'Lato - Normal';
}

.body-8 {
  font-family: 'Lato - Normal';
}

.body-25 {
  font-family: 'Lato - Normal';
}

.body-26 {
  font-family: 'Lato - Normal';
}

.body-28 {
  font-family: 'Lato - Normal';
}

.body-29 {
  font-family: 'Lato - Normal';
}

.body-30 {
  font-family: 'Lato - Normal';
}

.body-31 {
  font-family: 'Lato - Normal';
}

.body-33 {
  font-family: 'Lato - Normal';
}

.heading-17 {
  font-family: 'Lato - Bold';
}

.heading-18 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.why-duet {
  padding-right: 30%;
  padding-left: 0px;
  font-size: 20px;
  line-height: 30px;
}

.list {
  font-size: 20px;
  line-height: 30px;
}

.list.jobs-list {
  margin-top: 4px;
}

.jobs-subtitle {
  margin-bottom: 0px;
}

.hiring-link {
  display: block;
  color: #0d7dcf;
}

.text-block-10 {
  font-family: 'Nunito Sans', sans-serif;
  color: #2c3340;
  font-size: 32px;
  line-height: 32px;
}

.text-block-11 {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}

.heading-31 {
  font-family: Montserrat, sans-serif;
}

.heading-32 {
  font-family: 'Nunito Sans', sans-serif;
}

.heading-32.pro-page {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.heading-35 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.heading-35.help-center-hero {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.button-2 {
  width: 200px;
  margin-right: 0%;
  margin-left: 20px;
  border-radius: 6px;
  background-color: #297ecd;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.button-2.subscribe-btn {
  margin-bottom: 30px;
  margin-left: 0px;
}

.modal-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0.32);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.columns-3 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.column-6 {
  height: 100%;
  padding-right: 0px;
}

.image-15 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-19 {
  width: 45px;
  height: 100%;
  margin-top: 0px;
  margin-left: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.download-apps-header {
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}

.download-apps-header.v2 {
  font-family: Montserrat, sans-serif;
}

.download-apps-block {
  margin-right: 20px;
  margin-bottom: 100px;
  margin-left: 20px;
}

.download-apps-block.account {
  margin-top: 0px;
  margin-left: 0px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 #999;
}

.paragraph-8 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.platform-header {
  width: 70%;
  margin: 0px auto 10px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.image-20 {
  width: 100px;
}

.image-20.mobile-download {
  width: 90%;
  margin-top: 0px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-21 {
  width: 140px;
}

.image-21.google-play-download {
  margin-left: 20px;
}

.image-21.google-play-download.mobile-download {
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.download-desktop-button {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 100px;
  background-color: #5c98de;
  box-shadow: none;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.download-desktop-button:hover {
  background-color: #2a8fc5;
}

.image-22 {
  display: block;
  width: 70px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
  padding-top: 10%;
  border-radius: 8px;
  background-color: transparent;
}

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

.text-block-13.desktop-text {
  margin-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-7 {
  width: 160px;
  height: 60px;
}

.div-block-8 {
  width: 125px;
  height: 60px;
}

.div-block-8.download-mobile-block {
  width: 165px;
  height: 70px;
  margin-left: 20px;
}

.div-block-9 {
  height: 1px;
  margin: 50px 30%;
  background-color: #ebebeb;
}

.div-block-9.account {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tripanel-column {
  padding-top: 3%;
  padding-right: 3%;
  padding-left: 3%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tripanel-column.recommended {
  padding-top: 3%;
  padding-right: 0%;
  padding-left: 3%;
  border-radius: 12px;
  background-color: rgba(92, 152, 222, 0);
}

.tripanel-section {
  margin: 10px auto 40px;
}

.subscription-header {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
}

.subscription-subtitle {
  min-height: 50px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #999;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.subscription-features-list {
  min-height: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.subscription-list-item {
  padding-left: 25px;
  background-image: url('../images/165720580213592663-2-2.png');
  background-position: 3px 4px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.subscription-pricing {
  display: inline-block;
  height: 50px;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  text-align: left;
}

.start-trial-btn {
  display: block;
  width: auto;
  max-width: 260px;
  min-width: 200px;
  margin-top: 20px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: #5c98de;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.start-trial-btn:hover {
  background-color: #80b9fc;
}

.columns-5 {
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.div-block-11 {
  display: inline-block;
  width: 250px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 11px;
  background-color: #5c98de;
}

.div-block-11.download-btn {
  width: 260px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px 0 #ccc;
  text-align: left;
}

.div-block-11.download-btn:hover {
  background-color: #82bbfd;
}

.div-block-11.download-btn.v2 {
  width: 240px;
  background-color: #5c98de;
}

.div-block-11.download-btn.v2:hover {
  background-color: #76b3ff;
}

.div-block-11.download-btn.v2.legacy {
  border: 2px solid #5c98de;
  background-color: #fff;
  text-align: center;
}

.image-23 {
  height: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-14 {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-block-14.desktop-text {
  font-size: 16px;
  line-height: 50px;
}

.text-block-14.desktop-text.legacy {
  margin-left: auto;
  color: #5c98de;
  font-size: 16px;
  text-align: center;
}

.text-block-14.desktop-text.download-page {
  display: inline;
}

.navbar {
  height: 70px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 #ccc;
}

.download-header {
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.brand-3 {
  height: 100%;
  margin-top: auto;
}

.columns-6 {
  margin-right: 20%;
  margin-left: 20%;
}

.column-10 {
  text-align: left;
}

.download-btn-col {
  text-align: right;
}

.platform-logo {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: left;
}

.mobile-app-div {
  width: 160px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

.image-24 {
  display: block;
  width: 80px;
  height: 80px;
  margin: 10px auto 25px;
}

.text-block-15 {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 16px;
  text-align: center;
}

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

.link-block.legacy {
  margin-top: 20px;
}

.link-block-2 {
  margin-left: 10px;
}

.image-25 {
  width: 100%;
  margin-top: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-25.splash-image-download {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

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

.tabs-2 {
  margin-top: 20px;
  text-align: center;
}

.tab-item {
  border: 1px solid #ccc;
  border-radius: 0px 8px 8px 0px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}

.tab-item.w--current {
  width: auto;
  border: 1px solid #5c98de;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #5c98de;
  color: #fff;
  font-weight: 400;
}

.tab-item.left {
  width: auto;
  border: 1px solid #ccc;
  border-radius: 8px 0px 0px 8px;
}

.tab-item.left.w--current {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tabs-menu-2 {
  margin-top: 20px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.billing-interval {
  display: inline-block;
  padding-left: 5px;
  color: #aaa;
  font-size: 12px;
  line-height: 12px;
}

.text-block-18 {
  margin-top: 20px;
}

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

.duet-basic-header {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 24px;
}

.text-block-20 {
  width: 110px;
  height: 24px;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 24px;
  background-color: #fff;
  color: #5c98de;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.tabs-content {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.account-nav-link {
  width: 100%;
  margin-left: 0px;
  padding-left: 80px;
  float: none;
  background-color: #fff;
  background-image: url('../images/noun-email-5059541.png');
  background-position: 30px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
}

.account-nav-link.w--current {
  width: 100%;
  padding-left: 80px;
  background-color: #efefef;
  background-image: url('../images/output-onlinepngtools.png');
  color: #5c98de;
  line-height: 40px;
  cursor: pointer;
}

.account-nav-link.download {
  padding-left: 80px;
  background-image: url('../images/noun-apps-1736450.png');
  background-position: 30px 50%;
}

.account-nav-link.contact {
  padding-left: 80px;
  background-image: url('../images/noun-email-681623.png');
  background-position: 30px 50%;
  background-size: 28px;
}

.account-nav-link.settings {
  padding-left: 80px;
  background-image: url('../images/noun-setting-5060573.png');
  background-size: 28px;
}

.account-nav-link.settings.w--current {
  background-image: url('../images/output-onlinepngtools-3.png');
}

.account-nav-link.plan {
  margin-top: 200px;
  background-image: url('../images/Group-3.png');
}

.account-nav-link.plan.w--current {
  padding-left: 80px;
}

.account-nav-bar {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.container-2 {
  text-align: left;
}

.nav-menu-3 {
  z-index: -1;
  height: 100%;
  float: none;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 #aaa;
}

.device-div {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-left: 20px;
  border: 0px solid #999;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 #777;
}

.device-div.offline {
  opacity: 0.33;
}

.div-block-16 {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 0px 0px 40px;
}

.div-block-16.dashboard {
  margin-right: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.settings-block {
  margin-top: 30px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #aaa;
}

.settings-block.plan {
  position: static;
  display: inline-block;
  width: auto;
  height: 400px;
  margin-right: 60px;
  margin-left: auto;
  padding: 40px 60px 0px;
  float: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.settings-header {
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-align: left;
}

.save-button {
  width: 120px;
  margin-top: 40px;
  border-radius: 6px;
  background-color: #5c98de;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
  font-weight: 600;
}

.settings-checkbox {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.settings-checkbox.text {
  padding-left: 20px;
}

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

.heading-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-23 {
  font-family: 'Nunito Sans', sans-serif;
}

.text-block-23.subheader {
  margin-bottom: 0px;
  color: #aaa;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-23.subheader.plan-length {
  margin-bottom: 0px;
  line-height: 20px;
}

.plan-header {
  font-family: 'Nunito Sans', sans-serif;
  color: #cecece;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
}

.div-block-18 {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e0e0e0;
}

.div-block-19 {
  margin-right: 10px;
  padding: 20px 10px 10px 20px;
  border-radius: 12px;
  background-color: rgba(92, 152, 222, 0.09);
}

.div-block-19.not-recommended {
  background-color: rgba(92, 152, 222, 0);
}

.show-plans {
  display: none;
}

.device-color {
  height: 40px;
  background-color: #5c98de;
}

.text-block-24 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.div-block-20 {
  height: 160px;
  text-align: center;
}

.image-28 {
  display: inline-block;
  width: 25%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-25 {
  margin-top: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #aaa;
  font-weight: 400;
}

.text-block-25.device-type {
  margin-top: 10px;
  color: #444;
  font-weight: 700;
}

.ck-button-w {
  padding: 0.875em 1.5em 1rem;
  border-radius: 0.25rem;
  background-color: #515750;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-color: transparent;
  color: #515750;
  font-size: 0.875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-txt-link {
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-modal__exit-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #f3f7f2;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.ck__exitbtn__line.is--left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ck-modal {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.c-body-content {
  padding-left: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95))), -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.c-side-navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-side-brand-logo {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.c-nav-extra-links {
  padding-top: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.c-sidenavbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

._w-navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
}

.c-navlink-icon {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navlink-text {
  position: relative;
  padding: 10px 20px 10px 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.c-navlinks {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: rgba(91, 98, 180, 0);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-decoration: none;
}

.c-navlinks:hover {
  background-color: rgba(92, 152, 222, 0.4);
}

.c-navlinks.w--current {
  background-color: #5c98de;
}

.c-sidenavbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)), -webkit-gradient(linear, left top, right top, from(#5c98de), to(hsla(0, 0%, 100%, 0))), url('../images/bg-pattern.svg');
  background-image: linear-gradient(180deg, #222, #222), linear-gradient(90deg, #5c98de, hsla(0, 0%, 100%, 0)), url('../images/bg-pattern.svg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  box-shadow: 1px 1px 3px 1px #aaa;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-hero-section {
  height: 100vh;
}

.side-brand-logo {
  display: inline-block;
  float: none;
}

.c-navlinks-item {
  position: relative;
  overflow: hidden;
}

._w-navlink-text {
  position: relative;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.c-navlink-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

._w-content {
  -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;
}

.navlink-icon {
  width: 30px;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-content {
  display: block;
  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;
}

._w-hero-section {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 40px 160px;
  -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;
}

._w-hero-section.plan {
  padding-left: 180px;
}

.ci-side-navlinks {
  margin-top: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cloneable-area {
  position: relative;
  display: block;
}

.image-29 {
  width: 40px;
  margin-left: 0px;
}

.tagline {
  margin-bottom: 0px;
  background-image: linear-gradient(267deg, #3891ff, #255caf);
  font-family: Montserrat, sans-serif;
  color: #257bd6;
  font-size: 55px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tagline.top {
  width: 100%;
  background-color: #5c98de;
  background-image: none;
  color: #464646;
  line-height: 60px;
}

.tagline-subtitle {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.text-logo {
  margin-bottom: 0px;
  background-color: #5c98de;
  font-family: 'Nunito Sans', sans-serif;
  color: #5c98de;
  font-size: 24px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-logo.footer {
  font-size: 18px;
  text-decoration: none;
}

.text-logo.help-center {
  display: inline-block;
  background-color: #fff;
}

.text-logo.linkless {
  line-height: 72px;
}

.header-available-on {
  margin: 100px auto 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
}

.text-span-3 {
  color: #39abff;
}

.mode-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}

.mode-container {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0.1px;
  border-color: #aaa #eee;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: -webkit-transform 200ms ease, -webkit-filter 200ms ease;
  transition: -webkit-transform 200ms ease, -webkit-filter 200ms ease;
  transition: transform 200ms ease, filter 200ms ease;
  transition: transform 200ms ease, filter 200ms ease, -webkit-transform 200ms ease, -webkit-filter 200ms ease;
  text-decoration: none;
}

.mode-container:hover {
  background-color: #eef4fc;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-30 {
  overflow: visible;
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.mode-text-container {
  padding: 20px 40px;
}

.features-header {
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 32px;
  line-height: 36px;
}

.features-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 20px;
  line-height: 28px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.review-card {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 #aaa;
}

.reviews-header {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}

.reviews-header.dark {
  background-color: rgba(44, 51, 64, 0);
  color: #222;
}

.nav-link {
  font-family: 'Nunito Sans', sans-serif;
  color: #5c98de;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.nav-link.w--current {
  color: #3dabf5;
  font-weight: 800;
}

.div-block-24 {
  min-width: 550px;
  margin-right: 50px;
}

.text-block-26 {
  font-family: 'Nunito Sans', sans-serif;
}

.heading-42 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-27 {
  font-family: 'Nunito Sans', sans-serif;
}

.text-block-28 {
  font-family: 'Nunito Sans', sans-serif;
}

.text-block-29 {
  font-family: 'Nunito Sans', sans-serif;
}

.heading-43 {
  font-family: Montserrat, sans-serif;
}

.pricing-plan-header {
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block {
  position: static;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.heading-44 {
  font-family: Montserrat, sans-serif;
}

.text-block-30 {
  font-family: 'Nunito Sans', sans-serif;
}

.text-block-31 {
  font-family: 'Nunito Sans', sans-serif;
}

.blog-link {
  color: #5c98de;
}

.div-block-25 {
  margin-right: auto;
  margin-left: auto;
}

.link {
  background-image: url('../images/windows-icon.png');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.link.platform-link {
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 30px;
  background-position: 0% 50%;
  font-family: 'Nunito Sans', sans-serif;
  color: #aaa;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.link.platform-link.mac {
  padding-left: 25px;
  background-image: url('../images/240px-Apple-logo.png');
  background-position: 0% 0%;
  background-size: auto 19px;
}

.link.platform-link.windows {
  padding-left: 25px;
}

.link.platform-link.android {
  padding-left: 25px;
  background-image: url('../images/android-icon_1.png');
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-copyright-center {
  font-family: 'Nunito Sans', sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.heading-45 {
  font-family: Montserrat, sans-serif;
}

.contact-page {
  font-family: Montserrat, sans-serif;
}

.contact-form-header {
  font-family: Montserrat, sans-serif;
}

.heading-46 {
  font-family: Montserrat, sans-serif;
}

.blog-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.monthly-pricing {
  color: #5c98de;
  text-decoration: none;
}

.help-category-header {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.help-category-description {
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.help-center-grid {
  margin: 20px 100px;
  grid-auto-flow: row dense;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.help-center-category {
  margin: 0px;
  padding: 10px;
  border-right: 0.75px solid #ccc;
  border-bottom: 0.75px solid #ccc;
  text-align: center;
  text-decoration: none;
}

.help-center-category:hover {
  background-color: rgba(92, 152, 222, 0.12);
}

.help-center-category.top-right {
  border-right-style: none;
  border-bottom-style: solid;
}

.help-center-category.bottom-right {
  border-right-style: none;
  border-bottom-style: none;
}

.help-center-category.bottom-middle {
  border-bottom-style: none;
}

.help-center-category.bottom-left {
  border-bottom-style: none;
}

.section-6 {
  position: relative;
  display: block;
}

.div-block-26 {
  width: 1px;
  height: 50%;
  margin: 10px 20px;
  background-color: #fff;
}

.release-notes {
  width: 100%;
  padding: 10px;
}

.release-notes.release-date {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.release-notes.release-tag {
  width: 140px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(92, 152, 222, 0.77);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.release-notes.version {
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.release-notes.description {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.collection-list-wrapper {
  width: 80%;
}

.release-notes-columns {
  width: 90%;
}

.column-13 {
  position: -webkit-sticky;
  position: sticky;
}

.release-notes-platform {
  display: block;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}

.release-notes-platform:hover {
  color: #5c98de;
}

.release-notes-platform.w--current {
  color: #5c98de;
  font-weight: 700;
}

.release-notes-platforms-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
}

.release-notes-separator {
  height: 1px;
  margin-top: 20px;
  background-color: #ddd;
  line-height: 1px;
}

.release-notes-btn {
  margin-left: 20px;
  border: 1.5px solid #5c98de;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #5c98de;
  font-weight: 600;
}

.div-block-27 {
  height: 1px;
  background-color: #ccc;
}

.div-block-27.separator {
  margin-top: 40px;
  background-color: #ddd;
}

.help-center-topic-header.faq-image {
  margin-top: 15px;
  margin-bottom: 15px;
}

.help-center-topic-header.terms-conditions {
  margin-top: 6px;
  margin-bottom: 6px;
}

.help-center-topic-header.blog-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.banner-section {
  background-color: #222;
}

.banner-section.light {
  padding-bottom: 40px;
  background-color: #f9f9f9;
}

.banner-header {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.banner-header.brands {
  color: #222;
  font-size: 24px;
  font-weight: 200;
}

.trusted-logo {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.trusted-logo.tesla-mod {
  width: 60%;
}

.trusted-logo.google-mod {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.trusted-logo.ge {
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
}

.brand-link-block {
  display: inline-block;
  width: 10%;
  margin-right: 30px;
  margin-left: 30px;
}

.fb-link-block {
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px;
  border-radius: 4px;
  background-color: #3b5998;
}

.fb-link-block.twitter {
  background-color: #1da1f2;
}

.fb-link-block.linkedin {
  background-color: #0077b5;
}

.social-share-block {
  margin-left: 15px;
  padding-left: 0px;
}

.image-33 {
  width: 24px;
  height: 24px;
}

.social-share-header {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}

.div-block-28 {
  height: 80px;
}

.section-7 {
  text-align: center;
}

.source-review {
  display: none;
}

.heading-47 {
  font-family: Montserrat, sans-serif;
}

.heading-48 {
  font-family: Montserrat, sans-serif;
}

.empty-state {
  font-family: 'Nunito Sans', sans-serif;
}

.div-block-29 {
  line-height: 1px;
}

.horizontal-line {
  height: 1px;
  line-height: 1px;
}

.plans-page-link-out {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.link-out-div {
  padding-top: 40px;
}

.sign-up-subheader {
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 24px;
}

.sign-up-subheader.forgot-password {
  margin-bottom: 0px;
}

.columns-4 {
  position: absolute;
  width: 100%;
  height: 92%;
}

.form {
  margin-top: 60px;
  font-family: 'Nunito Sans', sans-serif;
}

.form-block {
  max-width: 400px;
}

.image-16 {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-16 {
  font-weight: 700;
}

.success-message-2 {
  border: 2px solid #5895dd;
  border-radius: 6px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #5895dd;
}

.page-1-left-header {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
  font-size: 32px;
  line-height: 48px;
  font-weight: 800;
}

.page-1-left-header.sign-up-header {
  margin-top: 40px;
}

.login-link {
  color: #5b94ff;
}

.div-block-12 {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #253f6f;
  opacity: 0.54;
}

.sign-up-text-field {
  height: 55px;
  margin-bottom: 0px;
  border-radius: 6px;
  box-shadow: 1px 1px 2px 0 #ddd;
  font-size: 16px;
  line-height: 22px;
}

.submit-button {
  width: 100%;
  margin-top: 60px;
  border-radius: 11px;
  background-color: #5895dd;
  box-shadow: 1px 1px 3px 0 #ccc;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #82bbfd;
}

.submit-button.forgot-password {
  margin-bottom: 20px;
}

.form-label {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
}

.column-sign-in-form {
  margin-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
}

.column-7 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-left: 1px solid #e2e2e2;
  background-color: transparent;
}

.show-number-users {
  width: 60%;
  margin-top: 12px;
  margin-bottom: -30px;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.forgot-password-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  h4 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    margin-bottom: 24px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.haze {
    z-index: 2;
  }

  .section.hero-intro-section {
    padding-top: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.hero-v3-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section.hero-v3-section.air {
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(7%, rgba(0, 0, 0, 0.19)), color-stop(51%, rgba(0, 0, 0, 0.26)), color-stop(84%, transparent)), url('../images/631fb1c59be12c2d39faf5f2_iPadRemote-reduced-p-1600.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.19) 7%, rgba(0, 0, 0, 0.26) 51%, transparent 84%), url('../images/631fb1c59be12c2d39faf5f2_iPadRemote-reduced-p-1600.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .section.hero-v2-section {
    padding-top: 144px;
  }

  .section.top-section {
    padding-top: 144px;
  }

  .section.hero-v4-section {
    padding-top: 144px;
  }

  .wrapper.nav-bar-wrapper {
    height: 64px;
  }

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button {
    margin-left: auto;
  }

  .button.small.ghost.macos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.small.ghost.ios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .button.small.ghost.windows {
    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;
  }

  .button.small.ghost.android {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding-top: 10px;
  }

  .button.white.margin-left.signup-button {
    position: static;
    z-index: 1;
  }

  .button.border-btn {
    position: relative;
    top: auto;
    right: 0px;
    bottom: auto;
    width: 160px;
    height: 40px;
    margin-right: 0px;
    font-size: 18px;
  }

  .button.border-btn.nav-getting-started {
    width: 250px;
  }

  .button.pro {
    margin-left: auto;
    text-align: center;
  }

  .button.remote {
    margin-left: 0px;
  }

  .nav-bar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: #fff;
  }

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

  .nav-link.w--open {
    box-shadow: inset 0 1px 0 0 #e1e6ee;
  }

  .text-link {
    font-size: 12px;
    line-height: 18px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-intro.no-margin-bottom {
    position: relative;
    z-index: 0;
    margin-bottom: 0px;
  }

  .section-intro.wide {
    max-width: 83.33%;
  }

  .section-intro.wide.no-margin-bottom.row2 {
    display: none;
  }

  .section-intro.left {
    padding-right: 33.33%;
  }

  .section-intro.left.no-margin {
    padding-right: 15%;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    margin-top: 48px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    padding-left: 22px;
  }

  .brand.footer-v1-brand {
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .brand.footer-v4-brand {
    padding-left: 8px;
  }

  .nav-menu {
    overflow: scroll;
    max-height: 90vh;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px solid #e1e6ee;
    background-color: #fff;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .navigation {
    padding-right: 0px;
  }

  .text-dark-grey.no-margin.v2 {
    line-height: 32px;
  }

  .pricing-v1 {
    margin-bottom: -48px;
    padding-right: 16.66%;
    padding-left: 16.66%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-v1-card {
    width: 100%;
    max-width: 350px;
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .blog-sidebar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }

  .input.icon-input-bg {
    position: static;
  }

  .post-item-big {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar-card-header {
    padding: 16px;
  }

  .sidebar-card {
    margin-bottom: 16px;
  }

  .post-card-v1 {
    margin-bottom: 24px;
  }

  .post-card-v1-image {
    height: 264px;
  }

  .post-card-v1-info {
    padding: 20px 20px 8px;
  }

  .post-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .post-card-bottom-info {
    font-size: 11px;
  }

  .post-card-author-link:hover {
    background-color: transparent;
  }

  .sidebar-card-info {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sidebar-card-info.small-padding {
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sidebar-post-card {
    padding: 10px 0px;
  }

  .sidebar-post-card:hover {
    background-color: transparent;
  }

  .sidebar-post-image {
    width: 64px;
    height: 48px;
    margin-right: 12px;
  }

  .sidebar-author-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .sidebar-author-card {
    padding: 8px 0px;
  }

  .sidebar-author-card:hover {
    background-color: transparent;
  }

  .sidebar-categories {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidebar-category {
    width: 100%;
    padding: 4px 0px;
  }

  .sidebar-category-link {
    font-size: 12px;
  }

  .sidebar-tags {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-arrow {
    font-size: 13px;
  }

  .link-arrow.no-margin {
    margin: 0px;
  }

  .sidebar-big-avatar {
    width: 64px;
    height: 64px;
  }

  .sidebar-author-info {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-item-medium {
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-card-link {
    margin-bottom: 24px;
  }

  .post-card-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .post-card-v2-info {
    padding: 24px 24px 8px;
  }

  .post-card-v2-image {
    height: 200px;
  }

  .anchor-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .anchor-card {
    margin: 8px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .cta-card {
    margin-right: 8px;
    margin-left: 8px;
  }

  .cta-card-icon {
    width: 72px;
    height: 72px;
  }

  .breadcrumbs {
    padding: 15px 8px;
  }

  .features-v2 {
    width: 83.33%;
    margin-bottom: -48px;
  }

  .feature-v2 {
    width: 50%;
    padding-right: 4%;
    padding-bottom: 48px;
    padding-left: 4%;
  }

  .pricing-v2 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .pricing-v2-card {
    width: 100%;
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-additional-info {
    margin-top: 48px;
  }

  .input-wrapper.no-margin {
    margin: 0px;
  }

  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0px;
  }

  .side-info {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-feature {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .side-feature.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .side-media {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-media.flex-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-media.flex-right.drawing-tablet {
    display: none;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-column {
    width: 25%;
    padding-right: 16px;
    padding-left: 8px;
  }

  .footer-v1-info {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 8px;
    padding-left: 8px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-v2 {
    padding-top: 48px;
  }

  .footer-v3-left {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-right {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .side-block {
    width: 100%;
    max-width: none;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-block.flex-left {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-block.flex-left.extend {
    width: 80%;
    text-align: center;
  }

  .side-block.flex-left.drawing-tablet {
    width: 70%;
  }

  .message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-info-bottom {
    font-size: 11px;
  }

  .post-image {
    height: 480px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .post {
    padding-right: 6%;
    padding-left: 6%;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }

  .footer-v1-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .side-review {
    width: 83.33%;
  }

  .side-review-author {
    margin-left: 40px;
  }

  .side-review-corner {
    left: 67px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 50%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 36px;
  }

  .features-v3 {
    width: 100%;
  }

  .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 50%;
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .feature-v3._50-percent {
    width: 48%;
  }

  .hero-intro-bg {
    width: 98%;
    height: 600px;
  }

  .big-side-block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    margin-top: 72px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .big-side-block-info.v2 {
    margin-right: auto;
    margin-left: auto;
  }

  .big-side-block-info.remote {
    width: 90%;
  }

  .ipad-float {
    width: 72%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: -4%;
  }

  .iphone-float {
    width: 32%;
    margin-top: -32px;
    margin-right: 9%;
  }

  .mini-features {
    width: 100%;
    margin-bottom: -32px;
  }

  .mini-feature {
    padding-bottom: 32px;
  }

  .menu-button {
    z-index: 99999999999;
    display: none;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #2c3340;
  }

  .layouts {
    margin-bottom: -64px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .layouts-item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .layout {
    height: 440px;
  }

  .layout.inner {
    height: 328px;
  }

  .post-author {
    margin-top: 40px;
    padding-right: 16%;
  }

  .side-features-v1 {
    width: 83.33%;
  }

  .subscribe-card.hero-card {
    margin-top: 64px;
  }

  .pricing-bg.grade-3 {
    height: 24%;
  }

  .mini-faq {
    margin-bottom: 0px;
  }

  .sidebar-border-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .components {
    margin-right: 0%;
    margin-bottom: -16px;
    margin-left: 0%;
  }

  .components-link {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    padding: 24px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .search-result-list {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .iphone-right {
    width: 40%;
    margin-right: -26%;
  }

  .iphone-left {
    width: 44%;
    margin-left: -13%;
  }

  .scroll-icon-link {
    display: none;
  }

  .sidebar {
    width: 100%;
    margin-right: 0%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .faq-questions {
    padding-right: 8px;
    padding-left: 8px;
  }

  .faq-questions.margin-right {
    margin-right: 0%;
    padding-bottom: 64px;
  }

  .footer-v4-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .help-form {
    width: 470px;
  }

  .help-input {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), inset 0 0 0 0 transparent;
  }

  .article-list {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
  }

  .article-list-item {
    padding-right: 1px;
    padding-left: 1px;
  }

  .article-list-icon {
    margin-top: -2px;
  }

  .article-link {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .help-article-wrapper {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .help-mini-input {
    margin-right: -12px;
    box-shadow: inset 0 0 0 0 transparent;
  }

  .help-article.margin-left {
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
  }

  .float-button-wrapper {
    right: 12px;
    bottom: 12px;
  }

  .waves-bottom {
    display: none;
  }

  .floating-macbook {
    display: block;
    width: 80%;
    margin-left: 8%;
  }

  .image {
    width: 37%;
    margin-top: 1%;
    margin-right: 1%;
  }

  .counter {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .counter-number {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .floating-components-bg {
    width: 80%;
    margin-bottom: 0%;
  }

  .floating-pricing-card {
    width: 50%;
    margin-left: 2%;
  }

  .floating-post-card {
    width: 31%;
    margin-left: 6%;
  }

  .floating-team-member {
    width: 36%;
    margin-bottom: 5%;
    margin-left: 9%;
  }

  .floating-testimonial {
    width: 36%;
    margin-top: -5%;
  }

  .floating-cta-card {
    width: 48%;
    margin-right: 4%;
  }

  .floating-chat {
    width: 35%;
    margin-right: 8%;
    margin-bottom: 15%;
  }

  .help-center-promo {
    width: 80%;
  }

  .menu-icon {
    display: none;
  }

  .background-video-3.mobile {
    display: block;
  }

  .paragraph.pro-page {
    text-align: center;
  }

  .paragraph.pro-page.remote {
    padding-right: 50px;
    text-align: left;
  }

  .heading.pro-page {
    width: 100%;
  }

  .heading.pro-page.remote {
    text-align: left;
  }

  .main-air-feature {
    width: 75%;
  }

  .heading-7 {
    font-size: 36px;
    line-height: 44px;
  }

  .why-duet {
    padding-right: 10%;
  }

  .download-apps-header {
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
  }

  .download-apps-header.account {
    font-size: 26px;
  }

  .download-apps-block {
    margin-right: 50px;
    margin-left: 50px;
  }

  .download-apps-block.account {
    margin-right: 30px;
  }

  .paragraph-8 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .platform-header {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .tripanel-section {
    margin-top: 50px;
    font-size: 12px;
    line-height: 18px;
  }

  .subscription-header {
    font-size: 22px;
    line-height: 30px;
  }

  .subscription-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .subscription-features-list {
    min-height: 280px;
  }

  .subscription-list-item {
    background-position: 3px 5px;
    background-size: 12px;
    font-size: 13px;
    line-height: 22px;
  }

  .subscription-pricing {
    display: inline-block;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 20px;
  }

  .start-trial-btn {
    width: 180px;
    font-size: 14px;
    line-height: 20px;
  }

  .columns-5 {
    max-width: 700px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-11.download-btn.account {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-14.desktop-text.legacy {
    font-size: 16px;
  }

  .download-header {
    margin-right: 50px;
    margin-left: 50px;
  }

  .columns-6 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .text-block-15 {
    width: 50%;
  }

  .link-block.account {
    display: block;
    margin-right: 0px;
    text-align: right;
  }

  .link-block-2.account {
    display: block;
    margin-left: 0px;
  }

  .image-25.splash-image-download {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .column-11 {
    display: block;
    padding-left: 0px;
  }

  .icon-2 {
    display: none;
  }

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

  .columns-7 {
    display: block;
  }

  .billing-interval {
    height: 24px;
    margin-top: auto;
  }

  .duet-basic-header {
    font-size: 16px;
    line-height: 20px;
  }

  .ck-button-w {
    margin-right: auto;
    margin-left: auto;
    background-color: #5c98de;
  }

  .ck-button-w:hover {
    background-color: #66a7f1;
  }

  .ck-modal__exit-btn {
    background-color: #e9f4ff;
  }

  .ck-modal__btns-w.is--small {
    background-color: #e9f4ff;
  }

  .ck-modal {
    z-index: 99999;
  }

  ._w-hero-section.account {
    padding-right: 0px;
    padding-left: 160px;
  }

  .tagline.top {
    font-size: 36px;
    line-height: 44px;
  }

  .tagline-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

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

  .features-header {
    font-size: 26px;
    line-height: 32px;
  }

  .features-text {
    font-size: 18px;
    line-height: 24px;
  }

  .reviews-header {
    line-height: 44px;
  }

  .reviews-header.dark {
    line-height: 44px;
  }

  .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px;
  }

  .div-block-24 {
    min-width: 0px;
    margin-right: 40px;
  }

  .pricing-plan-header {
    margin-bottom: 0px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .help-center-grid {
    margin-right: 60px;
    margin-left: 60px;
  }

  .home-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .brand-link-block.ge {
    display: none;
  }

  .plans-page-link-out {
    font-size: 13px;
  }

  .show-number-users {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.haze.top-section.pricing-plan.studio-panel {
    display: none;
  }

  .section.hero-v3-section.air {
    padding-bottom: 0px;
  }

  .section.top-section {
    padding-top: 128px;
  }

  .section.hero-v4-section {
    padding-top: 124px;
  }

  .button {
    margin-left: auto;
  }

  .button.small.ghost.macos {
    padding-right: 40px;
    padding-left: 70px;
  }

  .button.small.ghost.ios {
    height: 36px;
    max-width: none;
    padding-left: 40px;
    line-height: 18px;
  }

  .button.small.ghost.windows {
    padding-right: 45px;
    padding-left: 75px;
  }

  .button.small.ghost.android {
    height: 36px;
    max-width: none;
    padding-left: 40px;
    line-height: 18px;
  }

  .button.border-btn {
    right: 0px;
    display: block;
    line-height: 18px;
    text-align: center;
  }

  .button.border-btn.nav-getting-started {
    width: 240px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .section-intro.no-margin-bottom {
    margin-bottom: 0px;
  }

  .section-intro.text-white.two-card {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-intro.wide.no-margin-bottom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-intro.left {
    padding-right: 8px;
  }

  .section-intro.left.no-margin {
    padding-right: 15%;
    padding-left: 15px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-v3-menu {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .brand.footer-v1-brand {
    width: 50%;
    margin-right: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .logo-icon {
    height: 22px;
  }

  .text-dark-grey.no-margin.v2.mode-subtitle {
    padding-right: 0px;
  }

  .pricing-v1 {
    margin-bottom: -32px;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .pricing-v1-card {
    max-width: 350px;
    margin-bottom: 32px;
  }

  .blog-v1 {
    -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;
  }

  .blog-sidebar {
    display: block;
    width: 100%;
  }

  .sidebar-subscribe-form {
    padding-right: 16%;
    padding-left: 16%;
  }

  .posts-side {
    width: 100%;
  }

  .sidebar-categories {
    padding-right: 16%;
    padding-left: 16%;
  }

  .link-arrow.no-margin {
    margin: 0px;
  }

  .link-arrow.post-author-link {
    margin-top: -12px;
  }

  .sidebar-author-info {
    padding-right: 16%;
    padding-left: 16%;
  }

  .blog-v2 {
    -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;
  }

  .blog-v2.margin-bottom {
    margin-bottom: 24px;
  }

  .post-item-medium {
    width: 100%;
  }

  .post-card-v2-image {
    height: 264px;
  }

  .cta-card {
    padding-right: 12%;
    padding-left: 12%;
  }

  .review-v3 {
    padding: 6px;
  }

  .features-v2 {
    width: 100%;
    margin-bottom: -48px;
  }

  .pricing-v2 {
    width: 83.33%;
    margin-bottom: -32px;
  }

  .pricing-v2-card {
    margin-bottom: 32px;
  }

  .input-wrapper.no-margin {
    margin: 0px;
  }

  .side-info {
    width: 83.33%;
  }

  .side-media.flex-right {
    display: none;
  }

  .footer-v1 {
    padding-bottom: 0px;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 48px;
  }

  .footer-v1-info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-icons-small.footer-v4-icons {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-v3-link {
    margin-right: 8px;
    margin-left: 0px;
  }

  .footer-v3-left {
    width: 100%;
  }

  .footer-v3-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .side-block.flex-left.extend {
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-block.flex-left.drawing-tablet {
    width: 80%;
  }

  .feature-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-block {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .post-image {
    height: 360px;
  }

  .footer-v2-bottom-menu {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .footer-v2-bottom-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-review-card {
    padding: 24px 28px;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-right: 4%;
    padding-left: 4%;
  }

  .slider-nav {
    font-size: 8px;
  }

  .features-v3 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .features-v3._2-columns {
    width: 66.66%;
  }

  .feature-v3 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .feature-v3._50-percent {
    width: 100%;
  }

  .hero-intro-bg {
    height: 50%;
  }

  .big-side-block-info.remote {
    width: 100%;
  }

  .ipad-float {
    margin-top: 64px;
    margin-bottom: 0px;
  }

  .iphone-float {
    width: 30%;
    margin-top: -11px;
    margin-right: 10%;
  }

  .mini-features {
    width: 83.33%;
  }

  .mini-feature {
    width: 50%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .layouts-item {
    margin-bottom: 26px;
  }

  .layout {
    height: 320px;
  }

  .layout.inner {
    height: 192px;
  }

  .post-author {
    margin-top: 32px;
    padding: 32px 32px 24px;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
    margin-right: 24px;
  }

  .side-features-v1 {
    width: 100%;
  }

  .mini-faq {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar-border-card {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .components-link {
    padding: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .search-result-list {
    width: 100%;
  }

  .dancing-laptop-and-phone {
    margin-bottom: -24px;
  }

  .faq-questions.margin-right {
    padding-bottom: 48px;
  }

  .footer-v4-menu {
    width: 100%;
    padding-top: 24px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v4-link {
    margin-right: 4px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .article-list {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .help-article-wrapper {
    width: 100%;
  }

  .help-mini-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .help-mini-input {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }

  .contact-form-card {
    padding: 64px;
  }

  .counters {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter {
    width: 50%;
    margin-bottom: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .help-center-promo {
    margin-top: 0%;
    margin-bottom: -12px;
  }

  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }

  .background-video-3.mobile {
    display: block;
  }

  .paragraph.pro-page.remote {
    padding-right: 20px;
    font-size: 20px;
  }

  .heading.pro-page.remote {
    font-size: 24px;
  }

  .column-4.tier2 {
    display: none;
  }

  .column-4.cultofmac {
    display: none;
  }

  .column-4.slate {
    display: none;
  }

  .main-air-feature {
    width: 95%;
  }

  .why-duet {
    padding-right: 0%;
  }

  .download-apps-header {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-8 {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
  }

  .platform-header {
    width: 60%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }

  .tripanel-column {
    margin-bottom: 50px;
  }

  .tripanel-column.recommended {
    padding-bottom: 3%;
  }

  .tripanel-section {
    margin-top: 30px;
  }

  .subscription-subtitle {
    min-height: 40px;
  }

  .subscription-features-list {
    min-height: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subscription-pricing {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .start-trial-btn {
    width: 250px;
    min-width: 220px;
    margin-top: 0px;
  }

  .div-block-11.download-btn {
    width: 240px;
  }

  .div-block-11.download-btn.v2 {
    width: 210px;
  }

  .text-block-14.desktop-text {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-14.desktop-text.legacy {
    font-size: 14px;
    line-height: 48px;
  }

  .download-header {
    margin-right: 50px;
    margin-left: 50px;
  }

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

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

  .download-btn-col {
    text-align: center;
  }

  .text-block-15 {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .image-25.splash-image-download {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .column-11 {
    display: none;
    padding-left: 0px;
  }

  .icon-2 {
    display: none;
  }

  .tabs-2 {
    margin-top: 40px;
  }

  .tab-item.w--current {
    width: 180px;
  }

  .text-block-20.not-recommended {
    display: none;
  }

  .div-block-16.dashboard {
    margin-top: 40px;
  }

  .settings-checkbox.text {
    font-size: 16px;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .c-body-content {
    padding-left: 0px;
  }

  .c-side-navmenu {
    display: block;
    height: auto;
    padding: 10px;
    background-color: #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
    background-image: linear-gradient(180deg, #222, #222);
  }

  .c-side-brand-logo {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-nav-extra-links {
    padding-top: 0px;
    border-top-style: none;
  }

  .c-sidenavbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .c-sidenavbar-container {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)), -webkit-gradient(linear, left top, right top, from(#6d76da), to(hsla(0, 0%, 100%, 0))), url('../images/bg-pattern.svg');
    background-image: linear-gradient(180deg, #222, #222), linear-gradient(90deg, #6d76da, hsla(0, 0%, 100%, 0)), url('../images/bg-pattern.svg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
  }

  .c-menu-btn {
    float: none;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 10px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #fff;
  }

  .c-menu-btn.w--open {
    border-color: hsla(0, 0%, 100%, 0.75);
    background-color: transparent;
  }

  .c-menu-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._w-hero-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  ._w-hero-section.plan {
    padding-left: 5%;
  }

  ._w-hero-section.account {
    margin-top: 20px;
    padding-left: 20px;
  }

  .tagline.top {
    line-height: 40px;
  }

  .mode-header {
    font-size: 20px;
    line-height: 32px;
  }

  .mode-container {
    margin: 20px 40px;
    border: 1px none #ccc;
    border-radius: 11px;
    box-shadow: 1px 1px 7px 0 #999;
  }

  .mode-text-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .review-card {
    width: 90%;
  }

  .nav-link {
    display: none;
  }

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

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-divider {
    margin-top: 60px;
  }

  .help-center-grid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .home-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .brand-link-block {
    width: 15%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .brand-link-block.amazon {
    display: none;
  }

  .image-16.forgot-password {
    margin-top: 20px;
  }

  .show-number-users {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section.haze.jobs-haze {
    padding-top: 20px;
  }

  .section.hero-v3-section.air {
    min-height: 200px;
    padding-top: 0px;
    background-color: rgba(37, 63, 111, 0);
  }

  .section.hero-v3-section.extend.holiday-sale {
    background-position: -400px 0px;
    background-size: cover;
  }

  .button.small {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.small.ghost.ios {
    height: 36px;
    max-width: none;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 38px;
    font-size: 15px;
  }

  .button.small.ghost.windows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .button.small.ghost.android {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    max-width: none;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 38px;
    font-size: 15px;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button.margin-left {
    margin-top: 16px;
    margin-left: 0px;
  }

  .button.pricing-plan {
    width: 100%;
  }

  .button.border-btn {
    right: 0px;
    line-height: 18px;
  }

  .button.border-btn.nav-getting-started {
    width: 210px;
  }

  .button.pro.holiday-sale {
    width: 100%;
    font-size: 18px;
  }

  .button.remote {
    margin-left: auto;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }

  .section-intro.wide {
    max-width: 100%;
  }

  .section-intro.wide.no-margin-bottom.row1 {
    display: none;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-v3-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .navigation {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-icon {
    min-width: 52px;
  }

  .text-dark-grey.no-margin.v2.mode-subtitle {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .pricing-v1 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .pricing-v1-card {
    width: 90%;
    min-width: 300px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .blog-sidebar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .input {
    min-width: 0px;
  }

  .sidebar-subscribe-form {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-card-v1-image {
    height: 224px;
  }

  .post-card-author-link {
    margin-left: 0px;
    padding-left: 0px;
  }

  .sidebar-categories {
    padding-right: 0%;
    padding-left: 0%;
  }

  .link-arrow.no-margin {
    margin: -1px;
  }

  .sidebar-author-info {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-card-v2-image {
    height: 224px;
  }

  .post-card-author {
    margin-left: 0px;
    padding-left: 0px;
  }

  .anchor-card {
    padding-bottom: 48px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .cta-card-info {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .subscribe-form {
    width: 100%;
    min-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .side-buttons {
    width: 100%;
    -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;
  }

  .feature-v2 {
    width: 100%;
  }

  .pricing-v2 {
    width: 100%;
  }

  .pricing-v2-card-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .pricing-v2-card-info {
    margin-right: 32px;
    margin-left: 32px;
  }

  .pricing-v2-icon {
    right: 28px;
    bottom: -28px;
    width: 56px;
    height: 56px;
  }

  .video-link.dark-bg.margin-left {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .input-wrapper.no-margin {
    margin: 0px;
  }

  .side-info {
    width: 100%;
  }

  .side-feature {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-media {
    min-height: 200px;
    margin-bottom: 48px;
  }

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

  .footer-v3-bottom-info {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .side-block.flex-left.extend {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .side-block.flex-left.remote {
    width: 100%;
    min-height: 400px;
  }

  .side-block.flex-left.drawing-tablet {
    width: 100%;
  }

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

  .message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .post-image {
    height: 240px;
  }

  .post {
    padding-right: 8px;
    padding-left: 8px;
  }

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

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

  .footer-app-link {
    font-size: 12px;
    line-height: 16px;
  }

  .side-review {
    width: 100%;
  }

  .side-review-author {
    margin-left: 20px;
  }

  .side-review-corner {
    left: 47px;
  }

  .testimonials-v5 {
    padding-bottom: 56px;
  }

  .testimonials-v5-slide {
    width: 100%;
  }

  .features-v3 {
    width: 100%;
  }

  .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-intro-bg {
    height: 50vh;
  }

  .big-side-block-info {
    width: 100%;
    max-width: none;
    margin-right: 0%;
    margin-left: 0%;
  }

  .ipad-float {
    width: 100%;
  }

  .iphone-float {
    width: 40%;
    margin-top: 4px;
    margin-right: -2%;
  }

  .mini-features {
    width: 100%;
    margin-bottom: -24px;
  }

  .mini-feature {
    width: 100%;
    padding-bottom: 24px;
  }

  .layouts {
    margin-bottom: -48px;
  }

  .layouts-item {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .layout {
    height: 360px;
  }

  .layout.inner {
    height: 328px;
  }

  .post-author {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .subscribe-card {
    padding: 32px;
  }

  .mini-faq {
    width: 100%;
  }

  .components-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .password-card {
    padding: 40px;
  }

  .dancing-laptop-and-phone {
    width: 140%;
    max-width: none;
  }

  .iphone-right {
    width: 62%;
    margin-right: -42%;
  }

  .iphone-left {
    width: 66%;
    margin-left: -19%;
  }

  .faq-questions {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v4-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .help-form {
    width: 100%;
  }

  .contact-form-card {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .floating-macbook {
    width: 100%;
    margin-left: -5%;
  }

  .image {
    width: 42%;
    margin-top: 3%;
    margin-right: -2%;
  }

  .counter {
    width: 100%;
  }

  .help-center-promo {
    width: 96%;
  }

  .background-video-3.mobile {
    display: block;
  }

  .paragraph.pro-page.remote {
    text-align: center;
  }

  .paragraph.pro-page.holiday-sale {
    font-size: 20px;
  }

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

  .heading.pro-page.remote {
    text-align: center;
  }

  .heading.pro-page.holiday-sale {
    font-size: 32px;
  }

  .column-4.tier2 {
    display: none;
  }

  .column-4.cultofmac {
    display: none;
  }

  .column-4.slate {
    display: none;
  }

  .main-air-feature {
    width: 100%;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 36px;
  }

  .why-duet {
    padding-right: 0%;
    font-size: 16px;
    line-height: 24px;
  }

  .list.jobs-list {
    font-size: 16px;
    line-height: 24px;
  }

  .jobs-subtitle {
    font-size: 22px;
  }

  .download-apps-block {
    margin-right: 20px;
    margin-left: 20px;
  }

  .platform-header {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .tripanel-section {
    margin-top: 10px;
  }

  .start-trial-btn {
    width: 100%;
  }

  .text-block-14.desktop-text.legacy {
    margin-left: 5px;
    font-size: 14px;
    line-height: 48px;
  }

  .columns-6 {
    display: block;
  }

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

  .download-btn-col {
    text-align: center;
  }

  .text-block-15 {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

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

  .link-block-2 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .image-25.splash-image-download {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

  .tabs-2 {
    width: 100%;
  }

  .tab-item {
    display: inline-block;
    width: 66%;
  }

  .tab-item.left.w--current {
    width: 33%;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .settings-block.plan {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-18 {
    border-color: #e4e4e4;
  }

  .ck-button-w {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .c-side-navmenu {
    background-color: #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
    background-image: linear-gradient(180deg, #222, #222);
  }

  .c-side-brand-logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  ._w-hero-section.plan {
    padding-left: 20px;
  }

  .tagline.top {
    font-size: 32px;
    line-height: 36px;
  }

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

  .mode-container:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mode-text-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .features-header {
    font-size: 20px;
    line-height: 24px;
  }

  .reviews-header {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-link {
    display: none;
  }

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

  .container-3 {
    max-width: none;
  }

  .help-center-grid {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .brand-link-block {
    width: 22%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .brand-link-block.google-block {
    display: none;
  }

  .plans-page-link-out {
    margin-right: 20px;
    margin-left: 20px;
  }

  .sign-up-subheader.forgot-password {
    font-size: 12px;
  }

  .page-1-left-header {
    font-size: 24px;
    line-height: 32px;
  }

  .submit-button.forgot-password {
    font-size: 18px;
    line-height: 24px;
  }

  .show-number-users {
    width: 100%;
  }

  .forgot-password-text {
    font-size: 14px;
    line-height: 18px;
  }
}

#w-node-e0bd03fd-9541-346c-4c9f-8fe4d86c35bb-505ede31 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d07729c3-94f1-2ff1-96b9-32f79fc34329-9fc34322 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d07729c3-94f1-2ff1-96b9-32f79fc34334-9fc34322 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d07729c3-94f1-2ff1-96b9-32f79fc3433d-9fc34322 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c23e533-b800-bb9f-8bf8-f3381d5f3588-1d5f3585 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-605ede53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-e25ede54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-a75ede55 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa7c4d39-b611-883c-8c3b-9a189fa5904b-9c5ede5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fcd7d63-a21c-3fd5-84e2-5bb283efbd82-9c5ede5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe265b1b-0ebd-42e3-c8df-0fb81894f5dc-9c5ede5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ece5a638-cafd-9fdc-53f7-7e813d71a9f5-9c5ede5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33af00bd-683a-4af9-e01a-57760a7dc143-9c5ede5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6fe2d2b-f9df-072b-ff5f-7ec33cc6fd94-9c5ede5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-fd5ede7c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

