.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 {
  position: relative;
  margin-top: -8vw;
  padding-top: 18vw;
  padding-bottom: 2.778vw;
  background-color: #250436;
  color: #250436;
}

.section.hero {
  display: block;
  height: 45vw;
  padding-top: 4vw;
  color: #fff;
}

.section.last {
  position: relative;
  padding-bottom: 0vw;
  background-color: #f2f2f2;
}

.section.wave-bottom {
  display: block;
  background-image: url("../images/wave-50.svg");
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #470a68;
}

.section.background {
  background-color: #f3f4f5;
}

.section.wave-top {
  background-image: url("../images/wave-51.svg");
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.line {
  background-image: url("../images/wave-haikei-2.svg");
  background-position: 50% 100%;
  background-size: cover;
}

.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: 1.5fr 1.25fr;
  grid-template-columns: 1.5fr 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;
}

.grid.hero {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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;
  text-align: center;
}

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

.title.big.margin--bottom.white {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #7e5495;
  font-size: 1.25vw;
  line-height: 200%;
  font-weight: 300;
  white-space: normal;
}

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

.paragraph.big.white {
  text-align: right;
}

.paragraph.white {
  color: #fff;
}

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

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

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25vw 2.222vw;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  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: #ff0a68;
  background-color: #ff0a68;
  color: #fff;
}

.button.green.margin-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.778vw;
  border-color: #ff0a68;
  background-color: #ff0a68;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.green.margin-top:hover {
  background-color: #ff0a68;
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
}

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

.button.purple.hide.primary {
  border-color: #ff0a68;
  background-color: #ff0a68;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.button.purple.hide.primary:hover {
  border-color: #ff0a68;
  background-color: #ff0a68;
  color: #fff;
}

.button.purple.hide.secondary {
  display: none;
  border-color: rgba(71, 10, 104, 0.13);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #470a68;
}

.button.purple.hide.secondary:hover {
  border-color: #ff0a68;
  background-color: #ff0a68;
}

.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.big.transparent {
  background-color: #470a68;
}

.button.transparent {
  display: block;
  border-color: hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.button.transparent.hidden {
  display: none;
}

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

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

.div-block.hero {
  max-width: 60vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta {
  width: 100%;
  max-width: 75vw;
  padding: 4.167vw 5.556vw;
  border-radius: 1.042vw;
  background-color: #ff0a68;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

.logo-footer {
  width: 100%;
  max-width: 200px;
  margin-bottom: 1.389vw;
}

.logo-footer-accio {
  max-width: 140px;
  width: 100%;
}

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

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

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

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

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

.container.center {
  position: relative;
  z-index: 3;
  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;
}

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

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

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 1.111vw;
  -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;
  color: #470a68;
}

.nav-link:hover {
  color: #ff0a68;
}

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

.bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/asset-44.svg"),
    -webkit-gradient(linear, left top, left bottom, from(#470a68), to(#639));
  background-image: url("../images/asset-44.svg"), linear-gradient(180deg, #470a68, #639);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.hero-wrap {
  position: relative;
  display: block;
  padding-top: 6.944vw;
  background-color: transparent;
  color: #470a68;
}

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

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

.bg-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 100%;
  height: 6.5vw;
  background-color: #fff;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
}

.bg-navbar.frost-blur {
  z-index: 4;
  height: 6.25vw;
  background-color: #fff;
}

.icon {
  display: block;
  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: #ff0a68;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.042vw;
  display: flex;
  justify-content: center;
}

.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: #fff;
  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: #ff0a68;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.042vw;
  display: flex;
  justify-content: center;
}

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

.left-arrow img,
.right-arrow img {
  width: 35%;
}

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

.nav-menu.hide-mobile.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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: 10vw;
  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;
}

.image-16 {
  width: 14vw;
}

.grid-9 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  grid-column-gap: 1.111vw;
  grid-row-gap: 1.111vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 40vw;
  -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: 3vw;
  background-color: #e6e6e6;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  color: #470a68;
}

.div-block-3.none {
  padding-left: 5vw;
  background-color: rgba(255, 238, 245, 0.13);
  box-shadow: none;
}

.html-embed-4 {
  cursor: pointer;
}

.html-embed-5 {
  cursor: pointer;
}

.grid-6 {
  overflow: visible;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -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;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 40px;
  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;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 15px;
  color: #592377;
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: -1px;
}

.image-17 {
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

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

.paragraph-2-copy {
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 200%;
  font-weight: 300;
  letter-spacing: -0.6px;
}

.paragraph-2-copy.centered {
  font-size: 24px;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-2.vertical {
  max-width: 83.333vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.div-block-24 {
  overflow: hidden;
  width: 31.25vw;
  height: 31.25vw;
  border-radius: 30px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Markpro, sans-serif;
  color: #470a68;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-5.centered {
  font-size: 42px;
  line-height: 110%;
}

.tabs-content {
  overflow: visible;
}

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

.bloque {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 120px 60px;
  -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;
}

.bloque.gradient-down {
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec));
  background-image: linear-gradient(180deg, #fff, #ececec);
}

.bloque.gradient-down._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: none;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: auto;
  margin-right: 30px;
  margin-left: 30px;
  padding: 6px 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-style: none;
  border-width: 1px;
  border-color: rgba(140, 120, 81, 0.2);
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.65;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Markpro, sans-serif;
  color: #546681;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}

.tab-link:hover {
  border-style: none;
  background-color: transparent;
  opacity: 1;
  color: #592377;
}

.tab-link.w--current {
  min-height: auto;
  margin-right: 30px;
  margin-left: 30px;
  padding: 6px 0px;
  border-style: none;
  border-color: transparent;
  border-radius: 100px;
  background-color: transparent;
  opacity: 1;
  font-family: Markpro, sans-serif;
  color: #470a68;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.dfertw {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Markpro, sans-serif;
  color: #470a68;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -2px;
}

.image-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  -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-18 {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

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

.text-block-7 {
  display: block;
}

@media screen and (min-width: 1280px) {
  .bg-wrapper {
    background-size: contain, auto;
  }

  .grid-6 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
  }

  .div-block-24 {
    width: 31.25vw;
    height: 31.25vw;
  }

  .bloque.gradient-down {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .bg-wrapper {
    background-size: contain, auto;
  }

  .grid-6 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
  }

  .paragraph-2-copy.centered {
    font-size: 1.667vw;
  }

  .div-block-24 {
    width: 31.25vw;
    height: 31.25vw;
  }

  .heading-5.centered {
    font-size: 2.917vw;
    line-height: 100%;
  }

  .bloque.gradient-down {
    max-width: none;
  }

  .bloque.gradient-down._2 {
    margin-bottom: 140px;
  }

  .tab-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 2.083vw;
    border-radius: 0px;
    background-color: transparent;
    opacity: 0.5;
    color: rgba(71, 10, 104, 0.7);
  }

  .tab-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 2.083vw;
    background-color: transparent;
    color: #470a68;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .bg-wrapper {
    display: block;
    background-image: url("../images/asset-44.svg"),
      -webkit-gradient(linear, left top, left bottom, from(#470a68), to(#639));
    background-image: url("../images/asset-44.svg"), linear-gradient(180deg, #470a68, #639);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
    color: #25d07c;
  }

  .overlay {
    display: none;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
  }

  .tabs-menu-4 {
    margin-bottom: 100px;
  }

  .image-17 {
    width: 5.903vw;
    height: 5.903vw;
    margin-bottom: 0.694vw;
  }

  .paragraph-2-copy {
    color: #546681;
  }

  .image-12 {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-24 {
    width: 31.25vw;
    height: 31.25vw;
  }

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

  .bloque.gradient-down {
    max-width: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec));
    background-image: linear-gradient(180deg, #fff, #ececec);
  }

  .bloque.gradient-down._2 {
    margin-bottom: 120px;
    background-color: transparent;
    background-image: none;
  }

  .tab-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 2.083vw;
    background-color: transparent;
  }

  .text-block-3 {
    font-size: 1.111vw;
    line-height: 200%;
  }

  .text-block-4 {
    font-size: 1.111vw;
    line-height: 200%;
  }

  .text-block-5 {
    font-size: 1.111vw;
    line-height: 200%;
  }

  .text-block-6 {
    font-size: 1.111vw;
    line-height: 200%;
  }
}

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

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

  .section.hero {
    height: 50vw;
    background-color: transparent;
    background-image: none;
    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;
  }

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

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

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

  .grid-6 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .div-block-24 {
    width: 75vw;
    height: 75vw;
  }

  .bloque.gradient-down._2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .tab-link {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .dfertw {
    font-size: 48px;
  }
}

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

  .tab-link {
    width: 40%;
    text-align: center;
    white-space: nowrap;
  }
}

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

  .section.footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: none;
    background-position: 0px 0px;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
  }

  .section.hero {
    height: auto;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section.last {
    padding-bottom: 60px;
  }

  .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;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    text-align: left;
  }

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

  .title.big.margin--bottom.white.left {
    text-align: left;
  }

  .paragraph.big.white.left {
    text-align: left;
  }

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

  .button.green.margin-top {
    box-shadow: 0 15px 10px -1px rgba(0, 0, 0, 0.1);
  }

  .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;
    border-color: #ff0a68;
    background-color: #ff0a68;
  }

  .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;
    background-color: #fff;
    box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.1);
    color: #470a68;
  }

  .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 {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 40px;
    border-radius: 15px;
    background-image: none;
  }

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

  .logo-footer-accio {
    max-width: 100px;
  }

  .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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
  }

  .navbar {
    height: 60px;
  }

  .nav-link {
    padding: 30px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #470a68;
    text-align: center;
  }

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

  .logo {
    width: 150px;
  }

  .bg-navbar {
    height: 60px;
  }

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

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

  .image-16 {
    width: 120px;
  }

  .grid-9 {
    display: none;
  }

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

  .html-embed-4 {
    border-radius: 15px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  }

  .grid-6 {
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-menu-4 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .title-wrap-centre {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-wrap-centre.centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
  }

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

  .paragraph-2-copy {
    font-size: 16px;
    line-height: 165%;
  }

  .paragraph-2-copy.centered {
    max-width: 300px;
    font-size: 14px;
    text-align: center;
  }

  .div-block-24 {
    width: 100%;
    height: 250px;
    max-width: 300px;
  }

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

  .heading-5.centered {
    font-size: 36px;
    text-align: center;
  }

  .bloque {
    padding: 60px 20px;
  }

  .bloque.gradient-down._2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link {
    width: auto;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    text-align: center;
  }

  .tab-link.w--current {
    width: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .dfertw {
    margin-bottom: 10px;
    font-size: 36px;
    text-align: left;
  }

  .image-main-wrapper {
    padding-left: 0vw;
  }
}

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

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

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

#w-node-c10598ff-0197-df65-1a90-0f8e58952ddc-a4694111 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b9657df3-05d6-c810-c053-24e1dd2266f7-a4694111 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_11f2b756-6038-d4d6-23d5-5034beb0186e-a4694111 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-aee8f0b6-de48-aecd-f181-cb351df9ce15-a4694111 {
  -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-_3054dd42-812d-9145-48c3-ba4e634b6980-a4694111 {
  -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-a4694111 {
  -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-a4694111 {
  -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-a4694111 {
  -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-a4694111 {
  -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-a4694111 {
  -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-_729caed8-ede3-0fd4-759c-742d7fde9435-a4694111 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_729caed8-ede3-0fd4-759c-742d7fde9437-a4694111 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_729caed8-ede3-0fd4-759c-742d7fde943f-a4694111 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_729caed8-ede3-0fd4-759c-742d7fde9441-a4694111 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_729caed8-ede3-0fd4-759c-742d7fde9449-a4694111 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_729caed8-ede3-0fd4-759c-742d7fde944b-a4694111 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_729caed8-ede3-0fd4-759c-742d7fde9453-a4694111 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_729caed8-ede3-0fd4-759c-742d7fde9455-a4694111 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a9760d5d-1d58-bbd8-704f-5f7c4ce45b13-a4694111 {
  -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-a8694112 {
  -ms-grid-column-align: start;
  justify-self: start;
}

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  #w-node-_55eb2255-5d4b-be0a-7604-a692aac4d1d3-a4694111 {
    -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-_729caed8-ede3-0fd4-759c-742d7fde9435-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde943f-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9449-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9453-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9435-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde943f-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9449-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9453-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9435-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde943f-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9449-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9453-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9421-a4694111 {
    -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-_729caed8-ede3-0fd4-759c-742d7fde9425-a4694111 {
    -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-_729caed8-ede3-0fd4-759c-742d7fde9429-a4694111 {
    -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-_729caed8-ede3-0fd4-759c-742d7fde942d-a4694111 {
    -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-_729caed8-ede3-0fd4-759c-742d7fde9435-a4694111 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde9437-a4694111 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_729caed8-ede3-0fd4-759c-742d7fde943f-a4694111 {
    -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-_729caed8-ede3-0fd4-759c-742d7fde9449-a4694111 {
    -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-_729caed8-ede3-0fd4-759c-742d7fde9453-a4694111 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aee8f0b6-de48-aecd-f181-cb351df9ce15-a4694111 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4fbef3f3-3c38-0d8d-e6ee-08772a4c2025-a4694111 {
    -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-a9760d5d-1d58-bbd8-704f-5f7c4ce45b13-a4694111 {
    -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;
}
