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

.div-block {
  height: auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 6.944vw 4.167vw;
  -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;
}

.section.footer {
  padding-bottom: 2.778vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/asset-35-7.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/asset-35-7.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.hero {
  background-image: url('../images/wave-33.svg');
  background-position: 50% 29vw;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.margin--top {
  margin-top: 2.5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
}

.grid.auto {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid.auto.margin--side {
  grid-column-gap: 18px;
}

.grid.auto.margin--side.margin--top {
  grid-auto-columns: auto;
  grid-column-gap: 1.389vw;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Markpro, sans-serif;
  font-size: 3.889vw;
  line-height: 100%;
  letter-spacing: -2px;
}

.title.medium {
  font-size: 2.917vw;
  font-weight: 700;
}

.title.medium.margin--bottom {
  margin-bottom: 1.389vw;
}

.title.big {
  font-size: 5vw;
}

.title.big.margin--bottom {
  margin-bottom: 2.5vw;
}

.subtitle {
  margin-top: 1.389vw;
  margin-bottom: 1.389vw;
  font-size: 1.944vw;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #7e5495;
  font-size: 1.25vw;
  line-height: 200%;
  font-weight: 300;
}

.paragraph.big {
  font-size: 1.667vw;
}

.paragraph.white {
  color: #fff;
}

.paragraph.bold {
  font-weight: 400;
}

.body {
  font-family: Steradian, sans-serif;
  color: #470a68;
  font-size: 1.111vw;
  line-height: 200%;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25vw 2.222vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0.694vw;
  background-color: #fff;
  box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.1);
  color: #470a68;
  font-size: 1.111vw;
  line-height: 150%;
  text-decoration: none;
  text-transform: capitalize;
}

.button.green {
  border-color: #25d07c;
  background-color: #25d07c;
  color: #fff;
}

.button.green.margin-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.778vw;
}

.button.purple {
  border-color: #470a68;
  background-color: #470a68;
  color: #fff;
}

.button.purple.desktop-hide {
  display: none;
}

.button.purple.margin {
  margin-top: 1.389vw;
  margin-bottom: 1.389vw;
  font-weight: 400;
}

.button.big {
  padding: 1.389vw 2.5vw;
  font-size: 1.389vw;
}

.button.transparent {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

.image {
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image.border-radius {
  width: 31.25vw;
  height: 31.25vw;
  border-radius: 2.083vw;
}

.div-block {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block.derecha {
  padding-left: 6.944vw;
}

.cta {
  width: 100%;
  padding: 4.167vw 5.556vw;
  border-radius: 1.042vw;
  background-color: #25d07c;
  background-image: url('../images/Cap322a-3-p-800.png'), url('../images/Capa-322.png');
  background-position: 100% 100%, 0% 0%;
  background-size: 32.153vw, 33.681vw;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5vw;
  line-height: 150%;
  font-weight: 500;
}

.logo-footer {
  width: 6.944vw;
  margin-bottom: 1.389vw;
  background-color: transparent;
}

.link-block {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #470a68;
  text-decoration: none;
}

.link-block:hover {
  opacity: 0.7;
}

.grid-footer {
  justify-items: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.footer__sm-wrapper {
  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: 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__sm-link {
  margin-right: 13px;
}

.footer__sm-icon {
  width: 1.806vw;
  height: 1.806vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #55286d;
}

.footer__sm-icon:hover {
  color: #7e5495;
}

.container {
  width: 100%;
  max-width: 83.333vw;
  margin-right: auto;
  margin-left: auto;
}

.container.navbar {
  display: -ms-grid;
  display: grid;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.legal {
  max-width: 70vw;
}

.tabs {
  margin-top: 4.167vw;
}

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

.image-13 {
  width: 5.903vw;
  height: 5.903vw;
  margin-bottom: 0.694vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.image-13:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 2.083vw;
  -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;
  background-color: transparent;
  opacity: 0.5;
  color: #470a68;
}

.tab.w--current {
  background-color: transparent;
  opacity: 1;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.556vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  height: 6.25vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  background-color: transparent;
}

.nav-link {
  padding: 0px 0.694vw;
  color: #fff;
}

.nav-link.w--current {
  font-weight: 500;
}

.bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.hero-wrap {
  position: relative;
  padding-top: 6.944vw;
}

.logo {
  width: 14vw;
  height: 2.46vw;
  color: #fff;
}

.logo.second {
  color: #19c68a;
}

.bg-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 6.944vw;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.bg-navbar.frost-blur {
  z-index: 4;
  height: 6.25vw;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.icon {
  width: 1.806vw;
  height: 1.806vw;
  min-height: 1.806vw;
  min-width: 1.806vw;
  margin-left: 0.694vw;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #470a68;
  font-size: 1.389vw;
  line-height: 120%;
  font-weight: 500;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.right-arrow {
  top: 1.181vw;
  right: -1.181vw;
  width: 4.167vw;
  height: 4.167vw;
  border-radius: 100px;
  background-color: #25d07c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.042vw;
}

.right-arrow:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-horizontal {
  width: 100%;
  height: auto;
  border-radius: 1.389vw;
  background-color: transparent;
  box-shadow: 0 3px 29vw -0.903vw rgba(0, 0, 0, 0.1);
}

.left-arrow {
  left: -1.181vw;
  top: 1.181vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.167vw;
  height: 4.167vw;
  margin-top: 9.722vw;
  margin-bottom: 9.722vw;
  padding: 0px;
  -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: 100px;
  background-color: #25d07c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.042vw;
}

.left-arrow:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.slide-nav {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 24.444vw;
  padding: 1.389vw 5.208vw;
  -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;
}

.mask-horizontal {
  overflow: hidden;
}

.horizontal-fixed-height {
  min-height: 6.944vw;
}

.author-job {
  color: rgba(71, 10, 104, 0.5);
}

.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 52.083vw;
  margin-top: 6.944vw;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: -3.2vw;
  right: 0%;
  bottom: auto;
  width: 5.556vw;
  height: 5.556vw;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu.frost-blur.mobile {
  display: none;
}

.video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.laptop-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  opacity: 1;
}

.video-subwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 0vw;
  -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;
}

.video-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 29vw;
  padding: 2.6vw 3.76vw 1.95vw 3.54vw;
}

.handle-bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.3vw;
  height: 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;
  background-color: #fff;
  color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}

.handle-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34.722vw;
  height: 34.722vw;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  -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: 2.083vw;
}

.circle-wrapper {
  position: absolute;
  width: 3.819vw;
  height: 3.819vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: -webkit-grab;
  cursor: grab;
}

.before {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.944vw;
  height: 3.472vw;
  padding-right: 0px;
  padding-left: 0px;
  -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: 0.6vw;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.after {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.944vw;
  height: 3.472vw;
  padding: 0px;
  -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: 0.6vw;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.handle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: 0px;
}

.image-right {
  position: absolute;
  z-index: 0;
  width: 100%;
}

.handle {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.25vw;
  line-height: 200%;
  font-weight: 300;
  text-align: center;
}

.image-left {
  position: absolute;
  z-index: 1;
  border-radius: 2.083vw;
}

.upgrade-container {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 52vw;
  min-height: 27.778vw;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 4.167vw 3.472vw 3.472vw;
  -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: 10px;
  background-color: #fff;
  color: #470a68;
  font-weight: 300;
  text-align: center;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.close-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  background-color: #470a68;
  opacity: 0.4;
  cursor: pointer;
}

.upgrade-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 0.9vw;
  background-color: #25d07c;
}

.modal-scroll {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
}

.text-input__field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-input {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding: 0px 1rem;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
  box-shadow: inset 0 0 0 2px transparent;
  -webkit-transition: all 70ms ease;
  transition: all 70ms ease;
  font-size: 1.111vw;
  line-height: 100%;
}

.text-input:focus {
  border-bottom-color: transparent;
  box-shadow: none;
}

.text-input::-webkit-input-placeholder {
  color: #8c8c8c;
  font-weight: 300;
}

.text-input:-ms-input-placeholder {
  color: #8c8c8c;
  font-weight: 300;
}

.text-input::-ms-input-placeholder {
  color: #8c8c8c;
  font-weight: 300;
}

.text-input::placeholder {
  color: #8c8c8c;
  font-weight: 300;
}

.text-input.area {
  height: auto;
  min-height: 9vw;
  padding-top: 1em;
  padding-bottom: 1em;
}

.checkbox {
  position: relative;
  left: 0px;
  z-index: auto;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #282828;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.checkbox:hover {
  box-shadow: inset 0 0 0 1px #242424;
}

.checkbox.w--redirected-checked {
  border-color: #282828;
  background-color: #282828;
  background-image: url('../images/checkmark-icon.svg');
  background-size: 10px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.small {
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-color: #470a68;
}

.form-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
}

.form-item-3.centered {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 1.389vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item-3.centered.margin-top {
  margin-top: 1.389vw;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 35vw;
  margin-top: 0vw;
  -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;
}

.checkbox-label {
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}

.checkbox-label.small {
  padding-left: 7.5px;
  font-size: 12px;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0vw;
  margin-bottom: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
}

.form-item-2.horizontal {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 1.389vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.389vw;
  grid-row-gap: 1.111vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkbox-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0px;
  -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;
}

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

.lottie-animation-2 {
  width: 5.208vw;
  margin-bottom: 2.778vw;
  -webkit-filter: none;
  filter: none;
}

.success-message {
  padding: 0px;
  background-color: #fff;
}

.error-message {
  margin-top: 0.694vw;
  padding: 0.694vw;
  border-radius: 0.694vw;
  background-color: #e74040;
  color: #fff;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.778vw;
  -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-form {
  padding: 1.389vw;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #470a68;
  font-weight: 400;
}

.tab-form:hover {
  border-bottom-color: rgba(37, 208, 124, 0.5);
}

.tab-form.w--current {
  border-bottom-color: #25d07c;
  background-color: transparent;
  font-weight: 500;
}

.tabs-menu-3 {
  margin-bottom: 3.778vw;
}

.grid-contact {
  max-width: 19vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-contact-button {
  padding: 0.972vw 1.667vw;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  border-radius: 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #470a68;
  text-decoration: none;
}

.link-contact-button:hover {
  border-color: #470a68;
}

.grid-8 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-15 {
  width: 1.528vw;
}

.rich-text {
  margin-top: 3vw;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  background-color: rgba(71, 10, 104, 0.9);
}

.close-button {
  position: absolute;
  left: auto;
  top: 2vw;
  right: 2vw;
  bottom: auto;
  width: 4.5vw;
  height: 4.5vw;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.close-button:hover {
  opacity: 1;
}

.grid-bottom {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-bottom.footer {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 60px 30px;
  }

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

  .section.hero {
    background-color: transparent;
    background-position: 50% 118%;
    font-size: 14px;
  }

  .grid {
    font-size: 14px;
  }

  .title {
    font-size: 36px;
  }

  .title.medium.margin--bottom {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .title.big.margin--bottom.white {
    font-size: 42px;
  }

  .subtitle {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

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

  .paragraph.white {
    font-size: 12px;
  }

  .paragraph.bold.big {
    font-size: 16px;
  }

  .button {
    padding: 14px 24px;
    border-radius: 7.5px;
    font-size: 14px;
  }

  .button.green.margin-top {
    margin-top: 20px;
    font-size: 14px;
  }

  .button.purple.desktop-hide {
    display: none;
  }

  .button.purple.margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image.border-radius {
    width: 300px;
    height: 300px;
  }

  .cta {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 40px;
  }

  .heading {
    font-size: 24px;
  }

  .logo-footer {
    width: 80px;
    margin-bottom: 15px;
  }

  .grid-footer {
    justify-items: center;
  }

  .footer__sm-link {
    margin-right: 15px;
  }

  .footer__sm-icon {
    width: 30px;
    height: 30px;
  }

  .container {
    max-width: 900px;
  }

  .container.navbar {
    height: 65px;
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .tabs {
    margin-top: 40px;
  }

  .image-13 {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .tab {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .tabs-menu {
    margin-bottom: 60px;
  }

  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .logo {
    width: 150px;
    height: 26px;
  }

  .bg-navbar.frost-blur {
    height: 65px;
  }

  .icon {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .author-name {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .right-arrow {
    top: 0vw;
    right: -25px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .left-arrow {
    left: -25px;
    top: 0vw;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 180px;
    margin-left: auto;
    font-size: 16px;
  }

  .horizontal-content-block {
    overflow: visible;
    min-height: 250px;
    padding: 20px 40px 2px;
  }

  .mask-horizontal {
    overflow: hidden;
  }

  .horizontal-fixed-height {
    min-height: 100px;
  }

  .author-job {
    font-size: 14px;
  }

  .slider-wrapper {
    max-width: 600px;
  }

  .image-14 {
    width: 60px;
    height: 60px;
  }

  .menu-button {
    width: 65px;
    height: 65px;
  }

  .nav-menu {
    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;
  }

  .video-wrapper {
    height: 30vw;
    padding: 2.85vw 4.2vw 0vw 4vw;
  }

  .handle-bar {
    height: 500px;
  }

  .handle-wrapper {
    width: 700px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .handle-container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-left {
    width: auto;
  }

  .upgrade-container {
    max-width: 600px;
  }

  .overlay {
    display: none;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-input {
    font-size: 12px;
  }

  .checkbox.small {
    margin-top: 0px;
  }

  .form-item-3.centered {
    margin-bottom: 20px;
  }

  .form {
    max-width: 400px;
  }

  .form-item-2.horizontal {
    margin-bottom: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 0vw;
  }

  .lottie-animation-2 {
    width: 75px;
    margin-bottom: 50px;
  }

  .error-message {
    margin-top: 20px;
    padding: 10px;
  }

  .title-wrap {
    margin-bottom: 40px;
  }

  .tab-form {
    padding: 14px 20px;
  }

  .tabs-menu-3 {
    margin-bottom: 40px;
  }

  .grid-contact {
    max-width: 400px;
  }

  .link-contact-button {
    padding: 14px 24px;
  }

  .image-15 {
    width: 20px;
  }

  .rich-text {
    margin-top: 40px;
    font-size: 12px;
    line-height: 165%;
  }

  .grid-bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .grid.auto.margin--side.margin--top {
    display: -ms-grid;
    display: grid;
    min-width: auto;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    grid-column-gap: 1.389vw;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid.auto.margin--side.margin--top.mobile {
    grid-auto-flow: row;
    grid-row-gap: 16px;
  }

  .button.purple.hide {
    display: none;
  }

  .button.transparent {
    display: none;
  }

  .container.navbar {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .testimonial-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

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

  .nav-menu.frost-blur.mobile {
    background-color: hsla(0, 0%, 100%, 0.51);
  }

  .handle-wrapper {
    width: auto;
    height: auto;
    min-width: 500px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-scroll {
    overflow: auto;
  }

  .form {
    max-width: none;
  }

  .form-block-3 {
    width: auto;
  }

  .tabs-2 {
    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;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/asset-35-7.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/asset-35-7.svg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
  }

  .section.hero {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: transparent;
    background-position: 50% 100%;
    background-size: contain;
  }

  .grid {
    justify-items: center;
    grid-auto-flow: row;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.auto.margin--side.margin--top {
    margin-top: 30px;
  }

  .grid.auto.margin--side.margin--top.mobile {
    grid-auto-flow: column;
  }

  .grid.hero {
    grid-row-gap: 60px;
  }

  .title {
    font-size: 32px;
  }

  .title.medium.margin--bottom {
    font-size: 32px;
  }

  .title.medium._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
  }

  .title.big.margin--bottom.white {
    margin-bottom: 15px;
  }

  .paragraph.white {
    font-size: 14px;
  }

  .button.purple {
    -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;
  }

  .button.purple.hide {
    display: none;
  }

  .button.purple.desktop-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }

  .button.purple.margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.big {
    padding: 14px 24px;
    font-size: 14px;
  }

  .button.transparent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 14px;
    padding-left: 14px;
  }

  .image.border-radius {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 20px;
  }

  .div-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block.derecha {
    padding-left: 0vw;
  }

  .div-block.hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block.centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta {
    border-radius: 15px;
    background-size: cover, cover;
  }

  .heading {
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -2px;
  }

  .logo-footer {
    display: none;
  }

  .grid-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__sm-icon {
    width: 24px;
    height: 24px;
  }

  .container {
    max-width: none;
  }

  .container.navbar {
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

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

  .sub-container.centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-13 {
    width: 55px;
    height: 55px;
  }

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

  .navbar {
    height: 60px;
  }

  .nav-link {
    padding: 30px 20px;
    color: #470a68;
    text-align: center;
  }

  .hero-wrap {
    padding-top: 60px;
  }

  .logo {
    width: 150px;
  }

  .bg-navbar.frost-blur {
    height: 60px;
  }

  .icon {
    margin-left: 5px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 20%;
    bottom: -27.5px;
    width: 55px;
    height: 55px;
  }

  .author-block {
    margin-top: 15px;
  }

  .slider-horizontal {
    border-radius: 15px;
  }

  .left-arrow {
    left: 20%;
    top: auto;
    right: auto;
    bottom: -27.5px;
    width: 55px;
    height: 55px;
    margin-bottom: 0px;
  }

  .horizontal-content-block {
    padding: 60px 30px 80px;
  }

  .horizontal-fixed-height {
    margin-bottom: 20px;
  }

  .slider-wrapper {
    margin-top: 80px;
  }

  .image-14 {
    top: -34px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0px;
    -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;
  }

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

  .nav-menu {
    background-color: transparent;
    font-size: 14px;
  }

  .nav-menu.frost-blur {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.75);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: hsla(0, 0%, 100%, 0.5);
  }

  .nav-menu.frost-blur.mobile {
    display: none;
  }

  .nav-menu.hide-mobile {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.75);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: hsla(0, 0%, 100%, 0.5);
  }

  .nav-menu.hide-mobile.desktop {
    display: none;
  }

  .lottie-animation-3 {
    position: static;
    z-index: 10;
    width: 100%;
    height: 100%;
    min-width: auto;
    padding: 8px;
  }

  .laptop-image {
    opacity: 1;
  }

  .video-wrapper {
    top: 0.1vw;
    height: 51.6vw;
    padding: 5vw 7.3vw 0vw 6.6vw;
  }

  .handle-bar {
    height: 300px;
  }

  .handle-wrapper {
    width: 100%;
    height: 300px;
    max-width: 300px;
    min-width: auto;
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .circle-wrapper {
    width: 50px;
    height: 50px;
  }

  .before {
    width: auto;
    height: auto;
    padding: 5px 14px;
    border-radius: 7.5px;
  }

  .after {
    width: auto;
    height: auto;
    padding: 5px 14px;
    border-radius: 7.5px;
  }

  .image-right {
    width: 300px;
    height: 300px;
  }

  .handle {
    font-size: 16px;
  }

  .image-left {
    width: 300px;
    height: 300px;
    border-radius: 0vw;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding: 40px 5%;
  }

  .overlay {
    display: none;
  }

  .upgrade-accent {
    height: 10px;
  }

  .checkbox.small {
    margin-top: 1px;
    border-color: #616161;
  }

  .form-item-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .form-block-3 {
    width: 100%;
  }

  .form-item-2.horizontal {
    margin-bottom: 10px;
    grid-column-gap: 10px;
  }

  .div-wrapper {
    margin-bottom: 40px;
  }

  .lottie-animation-2 {
    margin-bottom: 30px;
  }

  .error-message {
    min-height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 20px;
  }

  .tab-form {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .rich-text {
    line-height: 165%;
  }

  .close-button {
    width: 40px;
    height: 40px;
  }

  .grid-bottom {
    justify-items: center;
    grid-auto-flow: row;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-bottom.footer {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

#w-node-f935d8a2-460d-5e1c-15ac-def1d5657e33-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f935d8a2-460d-5e1c-15ac-def1d5657e34-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26e86727-559f-7bc4-dced-bc1c9d3d3382-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d94ab681-dc5a-ad30-3224-a940401706de-f0e80607 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_33d9339b-4a7b-756f-c5d7-57b1a9eb2c5c-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33d9339b-4a7b-756f-c5d7-57b1a9eb2c66-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3054dd42-812d-9145-48c3-ba4e634b6980-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6642f2e6-0681-356a-ae1e-0d130fda1c46-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fbef3f3-3c38-0d8d-e6ee-08772a4c2025-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fbef3f3-3c38-0d8d-e6ee-08772a4c201b-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_55eb2255-5d4b-be0a-7604-a692aac4d1d3-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_55eb2255-5d4b-be0a-7604-a692aac4d1dd-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f3411953-6c31-efa2-fa52-8fc689c02833-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ff161c63-f7f8-3b5d-4b59-93645cb58c5a-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_550a6a4e-6fe0-8ff2-a0be-7b48a817a24a-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_550a6a4e-6fe0-8ff2-a0be-7b48a817a24c-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1f57913e-9df3-a401-1581-a0324a579640-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1f57913e-9df3-a401-1581-a0324a579642-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6b9cf920-26a3-60a8-d66f-3bd1238ae42e-f0e80607 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6b9cf920-26a3-60a8-d66f-3bd1238ae430-f0e80607 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a9760d5d-1d58-bbd8-704f-5f7c4ce45b13-f0e80607 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3ad6c4b7-4d75-c011-f902-e8f65b03723c-5b037239 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3ad6c4b7-4d75-c011-f902-e8f65b037240-5b037239 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3ad6c4b7-4d75-c011-f902-e8f65b037248-5b037239 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3ad6c4b7-4d75-c011-f902-e8f65b037250-5b037239 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa0b-e6e8060a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa1b-e6e8060a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa0b-33e8060b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa1b-33e8060b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa0b-c3e8060c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa1b-c3e8060c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa0b-09e8060d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dc77e13b-94e5-28f4-0259-3425aa33aa1b-09e8060d {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_4fbef3f3-3c38-0d8d-e6ee-08772a4c2025-f0e80607 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ff161c63-f7f8-3b5d-4b59-93645cb58c5a-f0e80607 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a9760d5d-1d58-bbd8-704f-5f7c4ce45b13-f0e80607 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3ad6c4b7-4d75-c011-f902-e8f65b03723c-5b037239 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_3ad6c4b7-4d75-c011-f902-e8f65b037240-5b037239 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ad6c4b7-4d75-c011-f902-e8f65b037248-5b037239 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ad6c4b7-4d75-c011-f902-e8f65b037250-5b037239 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-UltraLight-Italic.otf') format('opentype'), url('../fonts/Steradian-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-ExtraLight.otf') format('opentype'), url('../fonts/Steradian-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro';
  src: url('../fonts/MarkPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro book';
  src: url('../fonts/MarkPro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro';
  src: url('../fonts/MarkPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro';
  src: url('../fonts/MarkPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro';
  src: url('../fonts/MarkPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro';
  src: url('../fonts/MarkPro-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro testfont';
  src: url('../fonts/MarkPro-TestFont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}