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

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

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

h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  margin-top: 12px;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.body {
  font-family: Roboto, sans-serif;
  color: #212c42;
  font-size: 16px;
  line-height: 24px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 120px 24px;
  -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;
}

.section.grade-bg-1 {
  background-image: -webkit-linear-gradient(225deg, #a8dc19, #42ae13);
  background-image: linear-gradient(225deg, #a8dc19, #42ae13);
  color: #fff;
}

.section.big-padding {
  padding-top: 192px;
  padding-bottom: 192px;
}

.section.big-padding.grade-bg-1 {
  background-image: -webkit-linear-gradient(225deg, #f5803c, #077de2);
  background-image: linear-gradient(225deg, #f5803c, #077de2);
}

.section.big-padding-bottom {
  padding-bottom: 192px;
}

.section.big-padding-bottom.grade-bg-1 {
  background-image: -webkit-linear-gradient(225deg, #f5803c, #077de2);
  background-image: linear-gradient(225deg, #f5803c, #077de2);
}

.section.post-header {
  height: 520px;
}

.section.post-header.grade-bg-1 {
  background-image: -webkit-linear-gradient(225deg, #f5803c, #077de2);
  background-image: linear-gradient(225deg, #f5803c, #077de2);
}

.section.blog-post {
  overflow: visible;
  padding-top: 0px;
  background-color: #f8f8f9;
}

.section.no-padding-side {
  padding-right: 0px;
  padding-left: 0px;
}

.section.footer-section {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(47deg, #212c42, #3d4a63);
  background-image: linear-gradient(43deg, #212c42, #3d4a63);
}

.section.full-screen {
  height: 100vh;
}

.section.grade-bg-3 {
  background-image: -webkit-linear-gradient(45deg, #7f3acb, #d93c81);
  background-image: linear-gradient(45deg, #7f3acb, #d93c81);
}

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

.wrapper {
  position: relative;
  z-index: 3;
  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;
  padding-top: 12px;
  padding-bottom: 12px;
  -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.text-white {
  position: relative;
  z-index: 1;
}

.wrapper.flex-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button {
  height: 48px;
  padding: 12px 32px;
  border-radius: 24px;
  background-color: #009fd6;
  box-shadow: 0 2px 5px 0 rgba(33, 44, 66, .15);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, .2);
}

.button.grade-1 {
  height: 48px;
  background-image: -webkit-linear-gradient(270deg, #f5803c, #f5803c);
  background-image: linear-gradient(180deg, #f5803c, #f5803c);
}

.button.grade-1:hover {
  box-shadow: 0 5px 14px 0 rgba(110, 179, 0, .2);
}

.button.grade-1.big {
  height: 64px;
  padding: 20px 40px;
  border-radius: 32px;
  font-size: 18px;
}

.button.grade-2:hover {
  box-shadow: 0 5px 14px 0 rgba(255, 156, 17, .5);
}

.button.grade-3:hover {
  box-shadow: 0 5px 14px 0 rgba(214, 62, 141, .4);
}

.button.grade-4:hover {
  box-shadow: 0 5px 14px 0 rgba(112, 88, 255, .4);
}

.button.white {
  background-color: #fff;
  color: #212c42;
}

.button.white:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, .2);
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #b0b9cb;
  color: #212c42;
}

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

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .5);
}

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

.button.form {
  width: 100%;
  margin-top: 20px;
}

.button.ghost-bg-icon {
  padding-right: 24px;
  padding-left: 52px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .5);
  font-weight: 400;
}

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

.button.ghost-bg-icon.facebook {
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 16px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button.ghost-bg-icon.mail {
  background-image: url('../images/mail.svg');
  background-position: 16px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.paragraph-small {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-small.transparent {
  margin-bottom: 0px;
  opacity: 0.7;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px 64px;
  -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;
}

.button-style-wrapper {
  width: 25%;
  padding: 48px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #505e78;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
  color: #fff;
}

.nav-link {
  height: 40px;
  padding: 9px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
}

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

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

.text-white {
  color: #fff;
}

.service-window {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 56px;
  -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;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, .08);
  color: #212c42;
  text-align: center;
}

.utility-page-form {
  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;
}

.tooltip {
  position: absolute;
  bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  padding: 6px 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: 1px solid #dce0e9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 hsla(0, 0%, 7%, .1);
  color: #212c42;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.tooltip.change-tooltip {
  bottom: 50px;
  padding-right: 12px;
  padding-left: 12px;
  font-weight: 600;
}

.tooltip-text {
  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 #dce0e9;
  border-bottom: 1px solid #dce0e9;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.haze {
  background-color: #f8f8f9;
}

.text-grey {
  color: #505e78;
}

.no-margin {
  margin: 0px;
  color: #212c42;
}

.text-green {
  color: #76c515;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

.section-intro.page-header-intro {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

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

.mini-heading {
  display: inline-block;
  height: 24px;
  margin-bottom: 28px;
  padding: 4px 8px 4px 9px;
  border: 1px solid #dce0e9;
  border-radius: 4px;
  color: #505e78;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-heading.white {
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  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;
}

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

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

.footer-link {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  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 hsla(0, 0%, 100%, .2);
  font-size: 12px;
  line-height: 16px;
}

.footer-bottom-text {
  margin-right: 20px;
  color: hsla(0, 0%, 100%, .6);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.brand.footer-logo {
  margin-bottom: 8px;
  margin-left: -15px;
  padding-top: 15px;
  padding-bottom: 16px;
}

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-bottom: 64px;
  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;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .08);
}

.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: #212c42;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.changelog-contact-text {
  max-width: 400px;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  color: #505e78;
  text-align: center;
}

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

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

.full-width {
  width: 100%;
}

.color-1 {
  background-color: #76c515;
}

.color-2 {
  background-color: #ff9c11;
}

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

.grade-1 {
  background-image: -webkit-linear-gradient(270deg, #a8dc19, #42ae13);
  background-image: linear-gradient(180deg, #a8dc19, #42ae13);
}

.grade-2 {
  background-image: -webkit-linear-gradient(270deg, #ffaf00, #f76240);
  background-image: linear-gradient(180deg, #ffaf00, #f76240);
}

.grade-3 {
  background-image: -webkit-linear-gradient(270deg, #d93c81, #7f3acb);
  background-image: linear-gradient(180deg, #d93c81, #7f3acb);
}

.grade-4 {
  background-image: -webkit-linear-gradient(270deg, #4d90ff, #8534ff);
  background-image: linear-gradient(180deg, #4d90ff, #8534ff);
}

.background {
  position: absolute;
  left: 0px;
  top: -30%;
  right: 0px;
  bottom: 0px;
  height: 160%;
  background-image: url('../images/backgorund-blocks.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.background.fade-1 {
  background-image: url('../images/backgorund-blocks.svg');
  background-position: 0px 0px;
  background-size: 720px;
  opacity: 0.24;
}

.background.fade-2 {
  opacity: 0.18;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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;
}

.angle {
  position: absolute;
  left: -10%;
  z-index: 2;
  width: 120%;
  height: 160px;
  background-color: #fff;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.angle.bottom {
  bottom: -310px;
  height: 360px;
}

.angle.bottom.haze {
  background-color: #f8f8f9;
}

.angle.top {
  top: -110px;
  right: 0px;
}

.angle.top.haze {
  height: 160px;
  background-color: #f8f8f9;
}

.paragraph-big {
  font-size: 18px;
  line-height: 28px;
}

.posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posts.no-margin {
  margin: 0px;
}

.post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 14px 0 rgba(80, 94, 120, .08);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  color: #212c42;
  text-decoration: none;
}

.post-card:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.post-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 34px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dce0e9;
}

.category {
  height: 24px;
  padding: 4px 8px 4px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d8d8d8;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.category.post-category {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #d93c81;
}

.post-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80%;
  margin-top: -360px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 120px 80px 80px;
  -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;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 14px 0 rgba(80, 94, 120, .08);
}

.post-card-summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
}

.post-card-date {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6c7a92;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
}

.post-date {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6c7a92;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.post-image {
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 8px;
}

.big-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  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: 12px;
  background-color: rgba(33, 44, 66, .12);
}

.big-icon.white {
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, .08);
}

.big-icon.color-1 {
  background-color: rgba(118, 197, 21, .12);
}

.big-icon.color-2 {
  border-radius: 12px;
  background-color: #077de2;
}

.big-icon.color-3 {
  background-color: rgba(214, 62, 141, .12);
}

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

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 32px;
  padding-left: 32px;
  -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;
  text-align: center;
}

.page-wrapper {
  overflow: hidden;
}

.side-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  width: 44%;
  background-image: url('../images/Hand-Asset-video.png');
  background-position: 100% 157px;
  background-size: 526px;
  background-repeat: no-repeat;
}

.hero-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 6%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.testimonials {
  position: relative;
  width: 100%;
  height: 440px;
  max-width: 800px;
  background-color: transparent;
}

.testimonials.full-view {
  position: static;
}

.no-mask {
  overflow: visible;
}

.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 90px 56px;
  -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;
  border-radius: 12px;
  background-color: #fff;
  background-image: url('../images/quote-icon-grey.svg');
  background-position: 32px 32px;
  background-size: 46px;
  background-repeat: no-repeat;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, .08);
  color: #212c42;
  text-align: center;
}

.testimonials-slide {
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonials-nav {
  margin-top: 58px;
  opacity: 1;
  font-size: 9px;
}

.review-rating {
  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;
}

.rating-star {
  margin-right: 1px;
  margin-left: 1px;
}

.testimonials-wrapper {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-arrow-link {
  width: 100%;
  max-width: 20%;
  margin-top: -20px;
  margin-bottom: 70px;
}

.review-arrow-link.left {
  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;
}

.review-arrow-link.right {
  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;
}

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

.phone-features-column {
  max-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
}

.phone-feature {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 8px;
}

.phone-image-wrapper {
  width: 300px;
  height: 560px;
  margin-right: 6%;
  margin-left: 6%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-down {
  position: absolute;
  right: 8.33%;
  bottom: -146px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-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;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .08);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.scroll-down:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, .2);
}

.book-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-bottom: 40px;
  padding: 40px 48px 32px 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(80, 94, 120, .08);
}

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

.input {
  height: 48px;
  margin-bottom: 20px;
  padding: 8px 16px;
  border: 1px solid #dce0e9;
  border-radius: 6px;
  background-color: #f8f8f9;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
}

.input:hover {
  border-color: #b0b9cb;
}

.input:focus {
  border-color: #76c515;
  background-color: #fff;
}

.input::-webkit-input-placeholder {
  color: #95a0b4;
}

.input:-ms-input-placeholder {
  color: #95a0b4;
}

.input::placeholder {
  color: #95a0b4;
}

.input.icon-right {
  padding-right: 64px;
  background-image: url('../images/input-icon-base-right.svg');
  background-size: 48px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
}

.input.icon-right.mail {
  background-image: url('../images/input-mail-icon.svg'), url('../images/input-icon-base-right.svg');
  background-position: 100% 50%, 100% 50%;
  background-size: 48px, 48px;
  background-repeat: no-repeat, no-repeat;
}

.input.icon-left {
  padding-left: 64px;
  background-image: url('../images/input-icon-base-left.svg');
  background-position: 0px 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.input.icon-left.user {
  background-image: url('../images/input-user-icon.svg'), url('../images/input-icon-base-left.svg');
  background-position: 0px 50%, 0px 50%;
  background-size: 48px, 48px;
  background-repeat: no-repeat, no-repeat;
}

.input.icon-left.mail {
  background-image: url('../images/input-mail-icon.svg'), url('../images/input-icon-base-left.svg');
  background-position: 0px 50%, 0px 50%;
  background-size: 48px, 48px;
  background-repeat: no-repeat, no-repeat;
}

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.input.reset-password {
  margin-bottom: 0px;
  border-width: 0px;
  border-radius: 8px;
}

.input.reset-password.top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input.reset-password.bottom {
  border-top-width: 1px;
  border-top-color: #f5803c;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.free-book-cover {
  margin-top: -82px;
  margin-left: 52px;
}

.book-subscribe-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer-heading {
  margin-top: 17px;
  margin-bottom: 20px;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.footer-social-link:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  text-decoration: underline;
}

.footer-social-link.twitter {
  background-image: url('../images/twitter-icon.svg');
  background-size: 12px;
}

.footer-social-link.facebook {
  background-image: url('../images/facebook-icon.svg');
  background-size: 12px;
}

.footer-social-link.instagram {
  background-image: url('../images/instagram-icon.svg');
  background-size: 12px;
}

.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.scroll-up {
  position: absolute;
  top: -28px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-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;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .08);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.scroll-up:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, .3);
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.heart {
  display: inline-block;
  width: 14px;
  background-image: url('../images/heart-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
}

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

.footer-more-link {
  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;
  color: #fff;
  text-decoration: none;
}

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

.footer-more-icon {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.form-success {
  background-color: transparent;
}

.form-error {
  margin-top: 16px;
  padding: 8px 12px;
  border: 1px solid #f03855;
  border-radius: 6px;
  background-color: rgba(240, 56, 85, .08);
  color: #f03855;
  font-size: 12px;
  text-align: center;
}

.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: #212c42;
}

.preloader.grade-bg-1 {
  background-image: -webkit-linear-gradient(45deg, #077de2, #f5803c), -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(45deg, #077de2, #f5803c), linear-gradient(180deg, #000, #fff);
}

.promo-card {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  max-width: 388px;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .25);
}

.promo-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding: 16px 8px 16px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505e78;
  text-decoration: none;
}

.promo-card-icon {
  width: 24px;
  margin-right: 24px;
  margin-left: 8px;
}

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

.promo-card-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url('../images/close-icon.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.promo-card-close:hover {
  opacity: 1;
}

.form-label {
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.post {
  margin-top: 40px;
}

.post p {
  color: #505e78;
}

.post h1 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post blockquote {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post h4 {
  color: #505e78;
  font-size: 16px;
  font-weight: 400;
}

.post h5 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post ul {
  margin-bottom: 32px;
  color: #505e78;
  font-size: 16px;
}

.post ol {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post h3 {
  color: #505e78;
}

.post img {
  border-radius: 12px;
}

.post a {
  color: #009fd6;
  text-decoration: none;
}

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

.post h6 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.dropdown {
  height: 48px;
  min-width: 270px;
  padding: 12px 44px 12px 24px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .08);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.dropdown:hover {
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, .2);
}

.blog-category-dropdown {
  margin-top: 64px;
  margin-bottom: 96px;
}

.blog-category-list.w--open {
  overflow: hidden;
  margin-top: 12px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .08);
}

.dropdown-link {
  overflow: hidden;
  height: 48px;
  margin-bottom: 1px;
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #dce0e9;
  font-size: 15px;
  line-height: 24px;
}

.dropdown-link:hover {
  background-color: #f8f8f9;
}

.dropdown-link.w--current {
  color: #212c42;
  font-weight: 500;
}

.contact {
  position: fixed;
  z-index: 1000;
  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;
}

.contact-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  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: rgba(33, 44, 66, .6);
}

.contact-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 62px;
  height: 62px;
  margin: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-image: url('../images/chat-icon-white.svg'), -webkit-linear-gradient(270deg, #a8dc19, #42ae13);
  background-image: url('../images/chat-icon-white.svg'), linear-gradient(180deg, #a8dc19, #42ae13);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .25);
}

.contact-popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  max-width: 90%;
  border-radius: 8px;
  background-color: #fff;
}

.contact-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px;
  -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: 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;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: -webkit-linear-gradient(270deg, transparent 50%, rgba(0, 0, 0, .7)), url('../images/contact-image.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .7)), url('../images/contact-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.contact-form {
  width: 58.33%;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-right: 8%;
  padding-left: 8%;
}

.contact-link {
  color: #ff9c11;
}

.contact-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #212c42;
  background-image: url('../images/close-icon-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 0 rgba(33, 44, 66, .4);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.contact-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.logo-dark {
  position: absolute;
  opacity: 0;
}

.nav-bar-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, .08);
  opacity: 0;
}

.badges {
  display: inline-block;
  width: 140px;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
}

.reset-password-form {
  text-align: center;
}

.div-block {
  margin-right: -8px;
  margin-left: -8px;
  padding-left: 0px;
}

.logo-icon-cta {
  margin-bottom: 48px;
  border-radius: 30px;
  box-shadow: 0 4px 12px -1px rgba(104, 70, 0, .1);
}

.footer-button {
  padding-right: 8px;
  padding-left: 8px;
}

.copyright {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 11px;
}

.hero-image-ui {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  padding-top: 125px;
  padding-right: 69px;
  -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;
}

.ui-phone {
  display: none;
  width: 200px;
  margin-top: -32px;
}

.badges-block {
  margin-top: 32px;
  margin-right: -8px;
  margin-left: -8px;
  padding-left: 0px;
}

.slider-ui {
  position: absolute;
  display: block;
  width: 200px;
  height: 355px;
  margin-top: -17px;
}

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

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

.slide-nav-2 {
  display: none;
}

.list-item {
  margin-bottom: 4px;
}

.sublist {
  list-style-type: none;
}

.list-symbol {
  list-style-type: lower-alpha;
}

.slider-ui-phone {
  position: absolute;
  top: 67px;
  display: block;
  width: 235px;
  height: 417px;
  margin-left: 17px;
}

.phone-frame {
  position: static;
  z-index: 2;
  display: block;
  min-height: 100%;
}

.phone-container {
  position: absolute;
  top: 0px;
  display: block;
  overflow: visible;
}

@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
  h2 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 40px;
  }
  p {
    font-size: 15px;
  }
  .section {
    padding: 80px 2%;
  }
  .section.big-padding {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .section.big-padding-bottom {
    padding-bottom: 152px;
  }
  .section.post-header {
    height: 440px;
  }
  .section.no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper.nav-bar-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-bar {
    position: absolute;
    height: 88px;
    padding: 0px 0px 0px 16px;
  }
  .nav-link {
    display: block;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 36px;
    background-image: url('../images/Facebook_icon_dark.svg');
    background-position: 0px 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    color: #505e78;
    font-size: 18px;
    line-height: 32px;
  }
  .nav-link.w--current {
    color: #212c42;
  }
  .nav-link.email {
    background-image: url('../images/mail_icon_dark.svg');
    background-size: 24px;
  }
  .no-margin {
    margin: 0px;
  }
  .section-intro {
    margin-bottom: 64px;
  }
  .section-intro.wide {
    max-width: 80%;
  }
  .mini-heading {
    margin-bottom: 20px;
  }
  .footer-bottom {
    margin-top: 64px;
  }
  .changelog {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .nav-menu {
    position: fixed;
    display: block;
    overflow: scroll;
    width: 240px;
    padding-top: 64px;
    background-color: #fff;
    color: #212c42;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .nav-menu-wrapper {
    padding-right: 8px;
  }
  .posts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post-item {
    width: 50%;
  }
  .post-content {
    margin-top: -328px;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .post-image {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .features {
    margin-bottom: 0px;
  }
  .feature {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-image {
    width: 46%;
    background-image: url('../images/Hand-Asset-video.png');
    background-position: 100% 116px;
    background-size: 410px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .hero-intro {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-right: 0%;
  }
  .testimonials.full-view {
    max-width: 90%;
  }
  .testimonials-slide {
    max-width: 100%;
  }
  .phone-image-wrapper {
    margin-right: 2%;
    margin-left: 2%;
  }
  .scroll-down {
    bottom: -111px;
    width: 48px;
    height: 48px;
  }
  .book-subscribe {
    max-width: 88%;
    padding-right: 20px;
    padding-left: 56px;
  }
  .free-book-cover {
    margin-top: -75px;
    margin-left: 40px;
  }
  .book-subscribe-form-wrapper {
    padding-top: 8px;
  }
  .footer-about {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 15px;
  }
  .scroll-up {
    top: -24px;
    width: 48px;
    height: 48px;
  }
  .menu-button {
    margin-left: 8px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #212c42;
  }
  .form-error {
    margin-top: 16px;
    border: 1px solid #ff3850;
    border-radius: 6px;
    background-color: rgba(255, 56, 80, .16);
    font-size: 14px;
    line-height: 20px;
  }
  .post p {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h2 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h1 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post blockquote {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h4 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h5 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post ul {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post ol {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h3 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h6 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .badges {
    width: 138px;
  }
  .footer-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-image-ui {
    width: 46%;
    padding-top: 76px;
    padding-right: 54px;
  }
  .ui-phone {
    width: 156px;
  }
  .slider-ui {
    width: 156px;
    height: 276px;
    margin-top: -17px;
  }
  .slider-ui-phone {
    width: 235px;
    height: 419px;
    margin-top: 0px;
    margin-left: 17px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .section.no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper.nav-bar-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .wrapper.flex-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-style-wrapper {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-bar {
    height: 64px;
    padding-left: 8px;
  }
  .nav-link {
    display: block;
  }
  .no-margin {
    margin: 0px;
  }
  .section-intro.wide {
    max-width: 100%;
  }
  .footer-column {
    width: 50%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-bottom {
    margin-top: 24px;
    -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-bottom-text {
    margin-bottom: 8px;
  }
  .changelog {
    width: 100%;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .nav-menu-wrapper {
    padding-right: 0px;
  }
  .post-item {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .post-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .features {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature {
    width: 66.66%;
  }
  .side-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8%;
    padding-left: 8%;
    -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;
  }
  .hero-image {
    position: relative;
    width: 480px;
    height: 560px;
    margin-bottom: -200px;
    background-position: -47% 0px;
  }
  .hero-intro {
    width: 90%;
    margin-top: 24px;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .review {
    padding-right: 48px;
    padding-left: 48px;
  }
  .testimonials-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
  .phone-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .phone-features-column {
    width: 50%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .phone-features-column.text-right {
    text-align: center;
  }
  .phone-feature {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .phone-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 25%;
    padding-left: 25%;
    -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-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .scroll-down {
    display: none;
  }
  .book-subscribe {
    max-width: 80%;
    padding-right: 64px;
    padding-bottom: 48px;
    padding-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .free-book-cover {
    margin-top: -110px;
    margin-left: 20px;
  }
  .book-subscribe-form-wrapper {
    padding-top: 16px;
  }
  .footer-about {
    padding-right: 15px;
  }
  .footer-bottom-column {
    width: 100%;
    margin-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact {
    display: none;
  }
  .contact-wrapper {
    overflow: auto;
  }
  .contact-popup {
    max-width: 86%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-image {
    height: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .contact-form {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .badges {
    width: 180px;
  }
  .footer-button {
    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;
  }
  .hero-image-ui {
    position: relative;
    width: 480px;
    height: 560px;
    margin-bottom: -469px;
    padding-top: 0px;
    padding-right: 157px;
    background-image: none;
  }
  .ui-phone {
    margin-top: 0px;
  }
  .slider-ui {
    margin-top: 0px;
  }
  .slider-ui-phone {
    width: 236px;
    height: 421px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .section.post-header {
    height: 320px;
  }
  .section.no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .button.ghost-bg-icon.mail {
    display: inline-block;
  }
  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .nav-bar {
    height: 64px;
  }
  .service-window {
    width: 96%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .no-margin {
    margin: 0px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .post-item {
    width: 100%;
  }
  .post-content {
    margin-top: -240px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .big-icon.color-2 {
    background-color: #077de2;
  }
  .feature {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .side-buttons {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image {
    width: 320px;
    height: 496px;
    background-position: -77px 0px;
    background-size: 360px;
  }
  .testimonials {
    height: auto;
    padding-bottom: 56px;
  }
  .testimonials.full-view {
    height: auto;
    max-width: 86%;
    padding-bottom: 56px;
  }
  .review {
    padding-right: 32px;
    padding-left: 32px;
    background-position: 24px 24px;
    background-size: 40px;
  }
  .phone-features-column {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .phone-image-wrapper {
    height: 460px;
    padding-right: 16%;
    padding-left: 16%;
  }
  .book-subscribe {
    max-width: 100%;
    margin-right: 9px;
    margin-left: 9px;
    padding-right: 12%;
    padding-left: 12%;
  }
  .free-book-cover {
    margin-left: 8px;
  }
  .book-subscribe-form-wrapper {
    padding-top: 8px;
  }
  .footer-about {
    padding-right: 15px;
  }
  .post p {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h2 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h1 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post blockquote {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h4 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h5 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post ul {
    margin-right: 0%;
    margin-left: 0%;
    color: #505e78;
    font-size: 15px;
  }
  .post ol {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h3 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post a {
    color: #009fd6;
  }
  .post h6 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .blog-category-dropdown {
    margin-bottom: 64px;
  }
  .contact-image {
    height: 200px;
  }
  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .badges {
    width: 200px;
  }
  .footer-button {
    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;
  }
  .hero-image-ui {
    top: -37px;
    width: 320px;
    height: 496px;
    padding-top: 0px;
    padding-right: 84px;
    background-image: none;
  }
  .ui-phone {
    width: 138px;
    margin-top: -34px;
  }
  .slider-ui {
    width: 137px;
    height: 244px;
    margin-top: -17px;
  }
  .slider-ui-phone {
    top: 54px;
    width: 192px;
    height: 341px;
    margin-top: 0px;
  }
  .phone-container {
    width: 220px;
  }
}
