body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9f6ff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body {
  font-family: Satoshi, sans-serif;
  color: #041338;
  font-size: 12px;
}

.h4 {
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0px;
  white-space: normal;
}

.h4.centered {
  padding-right: 88px;
  font-family: Satoshi, sans-serif;
  color: #edf2fe;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
}

.logo-hero {
  width: 150px;
}

.bg-hero {
  position: relative;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  padding-top: 56px;
  -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: #edf2fe;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-hero-bottom {
  height: 230px;
  background-image: url('../images/bg-hero-bottom.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-hero-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
}

.bg-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 820px;
  padding-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h1 {
  margin-top: 24px;
  margin-bottom: 4px;
  font-family: Satoshi, sans-serif;
  color: #144dd8;
  font-size: 52px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.h1.left {
  margin-bottom: 0px;
  font-size: 48px;
  text-align: center;
}

.label-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.label-button.hide {
  font-family: Satoshi, sans-serif;
  letter-spacing: 1px;
}

.bg-cta {
  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;
}

.footnotes {
  color: #041338;
  font-size: 14px;
  font-weight: 500;
}

.footnotes.features {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #144dd8;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.container {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #041338;
}

.container._3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container._2 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 860px;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 12px;
  background-color: #edf2fe;
}

.h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  color: #144dd8;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.2px;
}

.h2.centered {
  margin-bottom: 16px;
  padding-right: 114px;
  padding-left: 114px;
  font-family: Satoshi, sans-serif;
  color: #144dd8;
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
}

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

.body_2 {
  margin-bottom: 32px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.values-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 392px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 12px;
  background-color: #edf2fe;
  background-image: url('../images/people.svg');
  background-position: 50% -70%;
  background-size: auto;
  background-repeat: no-repeat;
}

.values-wrapper._2 {
  height: 780px;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -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-image: none;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 94px;
  margin-bottom: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.text-rights {
  display: block;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(30, 40, 51, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.secondary-link-dark {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e2833;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.illustration {
  width: 304px;
  height: 304px;
  margin-bottom: 48px;
  background-image: url('../images/voysmile-illustration.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image {
  display: none;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -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;
  color: #041338;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link__img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  display: none;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.06em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.is--1 {
  margin-left: 12.4em;
}

.nav-link.is--3 {
  margin-left: 6.2em;
}

.nav__logo {
  position: absolute;
}

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

.background__fill {
  width: 100%;
  height: 100%;
  background-color: #144dd8;
}

.nav-link__text {
  font-size: 7.03em;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.container-2 {
  width: 100%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

.container-2.is--menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #e9c6dd;
}

.container-2.is--nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.65em 64px;
  -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;
}

.sublink {
  overflow: hidden;
  margin-top: 1.5em;
}

.menu__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #f6c946;
}

.trigger__line {
  width: 3em;
  height: 0.2em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  background-color: #0d0628;
}

.trigger__line.is--2 {
  background-color: #041338;
}

.trigger__line.is--1 {
  background-color: #041338;
}

.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
}

.nav-link__line {
  width: 0em;
  height: 0.2em;
  background-color: #e9c6dd;
}

.section.is--nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  padding-left: 56px;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.nav__logo__dark {
  position: absolute;
  display: block;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-5 {
  height: 40px;
}

.h3 {
  font-family: Epilogue, sans-serif;
  font-size: 32px;
  text-align: left;
}

.h3.centered {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.button-form {
  width: 280px;
  height: 88px;
  border-radius: 160px;
  background-color: #144dd8;
  font-size: 20px;
}

.button-form.secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -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: #f6c946;
  font-family: Satoshi, sans-serif;
  color: #144dd8;
  font-weight: 500;
  letter-spacing: 1px;
}

.wrapper-cta {
  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;
}

.div-block-7 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 140px;
  background-color: #144dd8;
}

.button-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 56px;
  background-color: #041338;
  text-decoration: none;
}

.button-twitter:hover {
  background-color: #144dd8;
}

.wrapper_mockup {
  position: relative;
  top: 32px;
  height: 740px;
  padding-top: 56px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 16px 16px 0px 0px;
  background-color: #fff;
}

.mockup_1 {
  height: 537px;
  background-image: url('../images/01.-add-receiver.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mockup_1._2 {
  background-image: url('../images/02.-record-audio.png');
}

.mockup_1._3 {
  background-image: url('../images/03.-hide-it.png');
}

.wrapper_copy_features {
  position: relative;
  top: -24px;
}

.step {
  position: relative;
  z-index: 9999;
  height: 200px;
}

.step._1 {
  height: 88px;
  background-image: url('../images/people_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.step._2 {
  height: 88px;
  background-image: url('../images/micro-voysmile.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.step._3 {
  height: 88px;
  background-image: url('../images/map-voysmile.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.h0 {
  margin-bottom: 32px;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
}

.wrapper_message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 100px 220px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body_3 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  color: rgba(4, 19, 56, 0.8);
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

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

.subheading {
  margin-top: 8px;
  margin-bottom: 20px;
  padding-right: 32px;
  padding-left: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

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

.mockups {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 900px;
  margin-top: -250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mockups-voysmile-3.png');
  background-position: 50% -21%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  background-image: url('../images/micro.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.link {
  margin-left: 4px;
  cursor: pointer;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 750px;
  min-height: 350px;
  margin: 10px 10px 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ccc;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 24%;
  z-index: 1;
}

.card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 28%;
  z-index: 2;
}

.card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 2%;
  z-index: 1;
  height: 680px;
  max-width: 1250px;
  min-height: auto;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-radius: 15px;
  background-color: #144dd8;
  box-shadow: none;
}

.card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 32%;
  z-index: 3;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 8%;
  z-index: 2;
  height: 680px;
  max-width: 1250px;
  min-height: auto;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-radius: 15px;
  background-color: #f5c229;
  box-shadow: none;
}

.card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 12%;
  z-index: 3;
  height: 680px;
  max-width: 1250px;
  min-height: auto;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-radius: 15px;
  background-color: #f9d877;
  box-shadow: none;
}

.card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 16%;
  z-index: 4;
  height: 680px;
  max-width: 1250px;
  min-height: auto;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-radius: 15px;
  background-color: #fae39e;
  box-shadow: none;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 4%;
  z-index: 1;
  height: 680px;
  max-width: 1250px;
  min-height: auto;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-radius: 15px;
  background-color: #1957ef;
  box-shadow: none;
}

.card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 6%;
  z-index: 1;
  height: 680px;
  max-width: 1250px;
  min-height: auto;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-radius: 15px;
  background-color: #5381f3;
  box-shadow: none;
}

.card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 8%;
  z-index: 1;
  height: 680px;
  max-width: 1250px;
  min-height: auto;
  padding-right: 56px;
  padding-bottom: 0px;
  padding-left: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-radius: 15px;
  background-color: #f6c946;
  box-shadow: none;
}

.card-content {
  display: -ms-grid;
  display: grid;
  height: 680px;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.75fr 1.5fr;
  grid-template-columns: 1.75fr 1.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cards-wrapper {
  margin-top: 0px;
}

.card-content-left {
  padding-bottom: 48px;
}

.input-field-form {
  height: 88px;
  margin-right: 16px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: transparent transparent #041338;
  border-radius: 160px;
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.input-field-form:focus {
  border-style: solid;
  border-color: #144dd8;
  background-color: #fff;
}

.input-field-form::-webkit-input-placeholder {
  background-color: transparent;
}

.input-field-form:-ms-input-placeholder {
  background-color: transparent;
}

.input-field-form::-ms-input-placeholder {
  background-color: transparent;
}

.input-field-form::placeholder {
  background-color: transparent;
}

.subheading-2 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  color: #f6c946;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -1px;
}

.subheading-2.blue {
  margin-bottom: 24px;
  color: #144dd8;
}

.bg-cta-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
  text-align: center;
}

.success-message {
  border-radius: 60px;
  background-color: rgba(37, 193, 137, 0.1);
}

.form-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.error-message {
  margin-top: 16px;
  border-radius: 60px;
  background-color: rgba(195, 0, 82, 0.1);
  color: #c30052;
  font-size: 14px;
}

.wrapper-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #c30052;
}

.card-content-right-2 {
  background-image: url('../images/2-record_voice_mockup_voysmile.png');
  background-position: 50% 0%;
  background-size: 1200px;
  background-repeat: no-repeat;
}

.card-content-right-2._3 {
  background-image: url('../images/3-pin-it_mockup_voysmile.png');
}

.card-content-right-2._4 {
  background-image: url('../images/4-home_mockup_voysmile.png');
}

.card-content-right-2._1 {
  background-image: url('../images/1-add_receive_mockup_voysmile.png');
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 304px;
  height: 88px;
  margin-bottom: 8px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
  background-color: #144dd8;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.h4-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

.h4-2.confirmation {
  padding-right: 32px;
  padding-left: 32px;
  color: #25c189;
  font-size: 28px;
}

.img-2 {
  height: 94px;
  background-image: url('../images/micro.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-2._1 {
  width: 96px;
  height: 96px;
  background-image: url('../images/people_1.svg');
  background-position: 50% 50%;
}

.img-2._3 {
  width: 96px;
  height: 96px;
  background-image: url('../images/map-voysmile.svg');
  background-position: 50% 50%;
}

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

.card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 750px;
  min-height: 350px;
  margin: 10px 10px 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ccc;
}

.card-top.intro {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  max-width: 1250px;
  min-height: 0px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 40px 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: none;
}

.div-block-12 {
  width: 500px;
  height: 104px;
  margin-bottom: 24px;
  background-image: url('../images/img-cta-voysmile.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
}

.app-icon {
  height: 96px;
  background-image: url('../images/app-icon.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon {
  position: relative;
  z-index: 3;
  padding-right: 8px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 28px;
}

.button-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 56px;
  background-color: #041338;
  text-decoration: none;
}

.button-instagram:hover {
  background-color: #144dd8;
}

.html-embed {
  margin-bottom: 24px;
}

.weather {
  margin-bottom: 16px;
}

.h5 {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

.h5.confirmation {
  padding-right: 32px;
  padding-left: 32px;
  color: #25c189;
  font-size: 28px;
}

.wrapper-form-beta {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #c30052;
}

.text-block-4 {
  color: #041338;
  text-align: left;
}

.select-field {
  height: 88px;
  margin-bottom: 16px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .body {
    font-family: Satoshi, sans-serif;
  }

  .h4 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .h4.centered {
    font-weight: 400;
    letter-spacing: 0px;
  }

  .h1 {
    font-weight: 500;
    letter-spacing: 0px;
  }

  .label-button.hide {
    letter-spacing: 1px;
  }

  .feature-wrapper {
    height: 856px;
  }

  .h2 {
    font-family: Satoshi, sans-serif;
    color: #144dd8;
    font-size: 48px;
    line-height: 44px;
    font-weight: 500;
  }

  .h2.centered {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
  }

  .body_2 {
    font-weight: 400;
  }

  .button-form.secondary {
    font-weight: 500;
    letter-spacing: 1px;
  }

  .wrapper_mockup {
    top: 20px;
  }

  .step._1 {
    height: 88px;
    background-image: url('../images/people_1.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .step._2 {
    height: 88px;
    background-image: url('../images/micro-voysmile.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .step._3 {
    height: 88px;
    background-image: url('../images/map-voysmile.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .h0 {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
  }

  .subheading {
    padding-right: 64px;
    padding-left: 64px;
    line-height: 32px;
  }

  .mockups {
    height: 1020px;
    background-size: contain;
  }

  .text-block-2 {
    font-size: 16px;
    font-weight: 500;
  }

  .subheading-2 {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    font-family: Satoshi, sans-serif;
  }

  .h4.centered {
    font-weight: 400;
    letter-spacing: 0px;
  }

  .bg-hero-wrapper {
    max-width: 828px;
  }

  .h1 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 64px;
  }

  .label-button.hide {
    letter-spacing: 1px;
  }

  .container._2 {
    margin-bottom: 56px;
  }

  .feature-wrapper {
    height: 820px;
    padding-top: 24px;
  }

  .h2 {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
  }

  .h2.centered {
    font-family: Satoshi, sans-serif;
    color: #144dd8;
    font-weight: 500;
  }

  .body_2 {
    font-weight: 400;
  }

  .values-wrapper._2 {
    height: 700px;
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-form.secondary {
    font-weight: 500;
    letter-spacing: 1px;
  }

  .wrapper_mockup {
    padding-top: 40px;
  }

  .step {
    height: 104px;
    background-image: url('../images/people_1.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .step._1 {
    height: 92px;
  }

  .step._2 {
    height: 92px;
    background-image: url('../images/micro-voysmile.svg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .step._3 {
    height: 92px;
    background-image: url('../images/map-voysmile.svg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .h0 {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
  }

  .subheading {
    padding-right: 64px;
    padding-left: 64px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }

  .subheading.centered {
    padding-right: 124px;
    padding-left: 124px;
  }

  .mockups {
    margin-top: -240px;
  }

  .text-block-2 {
    font-weight: 500;
  }

  .subheading-2 {
    font-family: Satoshi, sans-serif;
  }

  .success-message {
    padding: 24px;
    border-radius: 100px;
  }

  .button {
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .h4-2.confirmation {
    color: #25c189;
    font-size: 24px;
  }

  .h5.confirmation {
    color: #25c189;
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .bg-hero {
    height: 670px;
  }

  .bg-hero-bottom {
    background-size: 3000px;
    background-repeat: no-repeat;
  }

  .footnotes {
    letter-spacing: 1px;
  }

  .h2 {
    font-size: 64px;
    line-height: 64px;
  }

  .h2.centered {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 88px;
    line-height: 80px;
  }

  .subheading {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 48px;
  }

  .mockups {
    margin-top: -200px;
    background-image: url('../images/voysmile_app_location_gps_geolocation.png');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .h4.centered {
    margin-bottom: 32px;
    padding-top: 0px;
    padding-right: 104px;
    padding-bottom: 0px;
  }

  .bg-hero-wrapper {
    padding-top: 1040px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .h1.left {
    margin-bottom: 0px;
    font-size: 56px;
  }

  .bg-cta {
    margin-bottom: 64px;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 730px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 93%;
    -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;
  }

  .feature-wrapper {
    padding-top: 0px;
    padding-right: 56px;
    padding-left: 56px;
    background-image: none;
  }

  .h2 {
    text-align: center;
  }

  .h2.centered {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 50px;
  }

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

  .body_2 {
    line-height: 28px;
  }

  .values-wrapper._2 {
    margin-bottom: 0px;
  }

  .footer-bottom {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 0px;
  }

  .hero-image {
    display: block;
    width: 100%;
    height: 960px;
    padding-bottom: 0px;
    background-image: url('../images/mockups-voysmile-mobile.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .menu__left {
    padding-left: 0em;
  }

  .background__fill {
    position: relative;
    z-index: 1;
  }

  .container-2 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .container-2.is--menu {
    padding-left: 56px;
  }

  .menu {
    display: none;
    height: 100vh;
  }

  .section.is--nav {
    padding-left: 0px;
  }

  .background__lottie {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-twitter {
    margin-right: 0px;
  }

  .wrapper_mockup {
    top: 0px;
    margin-top: 12px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .mockup_1 {
    height: 510px;
    background-position: 50% 0%;
    background-size: contain;
  }

  .h0 {
    font-size: 64px;
    line-height: 64px;
  }

  .wrapper_message {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .body_3 {
    line-height: 28px;
  }

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

  .subheading {
    padding-right: 140px;
    padding-left: 140px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }

  .subheading.centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mockups {
    display: none;
  }

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

  .card._1 {
    top: 4%;
    height: 1200px;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card._2 {
    top: 26%;
    height: 1200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card._3 {
    top: 54%;
    height: 1200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card._4 {
    top: 96%;
    height: 1200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card._2 {
    top: 8%;
    height: 1200px;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card._3 {
    top: 12%;
    height: 1200px;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card._4 {
    top: 16%;
    height: 1200px;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-content {
    height: auto;
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .input-field-form {
    height: 64px;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-right: 40px;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .subheading-2 {
    margin-bottom: 24px;
    font-size: 64px;
    line-height: 56px;
  }

  .bg-cta-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-home {
    width: 90%;
  }

  .wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-content-right-2._3 {
    height: 650px;
    background-position: 50% 30%;
  }

  .card-content-right-2._4 {
    height: 650px;
    background-position: 50% 30%;
  }

  .card-content-right-2._2 {
    height: 650px;
    background-position: 50% 30%;
  }

  .card-content-right-2._1 {
    height: 650px;
    background-position: 50% 30%;
  }

  .button {
    height: 64px;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .card-top {
    margin-right: 40px;
    margin-left: 40px;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/voysmile-illustration-4.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .app-icon {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
  }

  .button-instagram {
    margin-right: 0px;
  }

  .wrapper-form-beta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .h4.centered {
    padding-right: 16px;
  }

  .bg-hero {
    padding-top: 690px;
  }

  .bg-hero-wrapper {
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
  }

  .h1.left {
    font-size: 56px;
    line-height: 52px;
  }

  .bg-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    width: 93%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container._3 {
    display: block;
    width: 100%;
    margin-top: 330px;
    margin-bottom: 0px;
  }

  .container._2 {
    display: block;
    width: 92%;
  }

  .feature-wrapper {
    margin-bottom: 0px;
    background-image: none;
  }

  .h2 {
    text-align: center;
  }

  .h2.centered {
    padding-right: 56px;
    padding-left: 56px;
    font-size: 48px;
    line-height: 52px;
  }

  .footer-bottom {
    width: 1000%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 0px;
  }

  .hero-image {
    display: block;
    width: 100%;
    height: 690px;
    background-image: url('../images/mockups-voysmile-mobile.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .trigger {
    font-size: 8px;
  }

  .nav__logo {
    font-size: 10px;
  }

  .container-2 {
    padding-right: 4.9em;
    padding-left: 4.9em;
  }

  .container-2.is--menu {
    padding-left: 24px;
  }

  .container-2.is--nav {
    padding: 24px 40px;
  }

  .sublink {
    font-size: 7px;
  }

  .menu {
    display: none;
  }

  .global {
    display: block;
  }

  .nav__logo__dark {
    font-size: 10px;
  }

  .logos {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-form {
    width: 100%;
  }

  .button-twitter {
    margin-right: 0px;
  }

  .mockup_1 {
    height: 540px;
    background-position: 50% -3%;
    background-size: cover;
  }

  .mockup_1._2 {
    background-image: url('../images/02.-record-audio.png');
  }

  .mockup_1._3 {
    background-image: url('../images/03.-hide-it.png');
  }

  .wrapper_message {
    padding-right: 48px;
  }

  .section_features {
    grid-row-gap: 24px;
  }

  .subheading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .mockups {
    display: none;
  }

  .text-block-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .input-field-form {
    height: 56px;
    margin-right: 0px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }

  .subheading-2 {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 48px;
  }

  .subheading-2.blue {
    line-height: 52px;
  }

  .bg-cta-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-home {
    width: 90%;
  }

  .wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-content-right-2._4 {
    height: 840px;
  }

  .button {
    height: 56px;
    font-size: 16px;
  }

  .card-top.intro {
    margin-bottom: 24px;
    padding: 20px;
  }

  .div-block-12 {
    width: 280px;
    height: 140px;
    background-image: url('../images/voysmile-illustration-4.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .footer_menu {
    width: 100%;
  }

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

  .button-instagram {
    margin-right: 0px;
  }

  .wrapper-form-beta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .accordion-item-trigger {
    -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;
  }

  .utility-page-wrap {
    height: 70vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .utility-page-content {
    margin-top: 58px;
  }

  .h4 {
    margin-bottom: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .h4.centered {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #edf2fe;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.4px;
  }

  .bg-hero {
    height: 1170px;
    padding-top: 340px;
  }

  .bg-hero-bottom {
    height: 200px;
  }

  .bg-hero-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Epilogue, sans-serif;
    color: #144dd8;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    text-align: left;
    white-space: pre-line;
  }

  .h1.left {
    font-size: 48px;
    text-align: left;
  }

  .label-button {
    display: block;
    margin-left: 0px;
    font-size: 17px;
  }

  .label-button.hide {
    display: none;
  }

  .bg-cta {
    margin-right: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .footnotes.features {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .container {
    display: block;
    width: 93%;
  }

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

  .container._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 70px 16px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .feature-wrapper {
    width: auto;
    height: 830px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
  }

  .h2 {
    margin-top: 20px;
    margin-bottom: 8px;
    color: #144dd8;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
  }

  .h2.centered {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 48px;
    padding-left: 0px;
    font-size: 44px;
    line-height: 44px;
    text-align: left;
  }

  .h2.class {
    color: #144dd8;
    font-size: 28px;
  }

  .body_2 {
    margin-top: 0px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    color: #041338;
    font-size: 16px;
    line-height: 24px;
  }

  .values-wrapper._2 {
    height: 700px;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .text-rights {
    margin-right: 0px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    line-height: 24px;
    text-align: center;
    white-space: break-spaces;
  }

  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .secondary-link-dark {
    margin-right: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .illustration {
    margin-bottom: 24px;
  }

  .hero-image {
    display: block;
    width: 100%;
    height: 760px;
    margin-top: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/mockups-voysmile-mobile.png');
    background-position: 50% 0%;
    background-size: 600px;
    background-repeat: no-repeat;
  }

  .menu__left {
    display: block;
    padding-left: 0em;
    font-size: 2em;
  }

  .nav-link.is--1 {
    margin-left: 0em;
    font-size: 40px;
  }

  .nav-link.is--3 {
    margin-left: 0em;
  }

  .nav-link__text {
    font-size: 40px;
  }

  .container-2.is--menu {
    max-width: 100%;
    padding: 125px 24px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2.is--nav {
    padding-right: 32px;
    padding-left: 16px;
  }

  .sublink {
    font-size: 2em;
  }

  .menu__contain {
    display: block;
  }

  .menu {
    display: none;
  }

  .h3.centered {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    white-space: normal;
  }

  .button-form {
    width: 100%;
    height: 72px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
  }

  .button-form.secondary {
    width: 100%;
    font-weight: 700;
  }

  .wrapper-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-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;
  }

  .div-block-7 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 56px;
    border-bottom-right-radius: 96px;
  }

  .button-twitter {
    width: 56px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper_mockup {
    top: 0px;
    height: 700px;
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .mockup_1 {
    height: 490px;
  }

  .step {
    background-image: url('../images/people_1.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .step._1 {
    margin-bottom: 20px;
  }

  .step._2 {
    margin-bottom: 20px;
  }

  .step._3 {
    margin-bottom: 20px;
  }

  .h0 {
    font-size: 40px;
    line-height: 48px;
  }

  .wrapper_message {
    padding: 100px 20px;
  }

  .body_3 {
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    color: rgba(4, 19, 56, 0.8);
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
  }

  .section_features {
    grid-auto-flow: row;
    grid-row-gap: 16px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .subheading {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.4px;
  }

  .subheading.centered {
    padding-right: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-9 {
    width: 72px;
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .text-block-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card {
    min-height: 350px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 25px 25px 60px;
  }

  .card._1 {
    top: 0%;
    height: 790px;
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0f48d3;
  }

  .card._2 {
    top: 2%;
    height: 834px;
    margin-top: 40px;
    padding: 24px 20px 0px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card._3 {
    top: 4%;
    height: 834px;
    margin-top: 40px;
    padding: 24px 20px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card._4 {
    top: 6%;
    height: 834px;
    margin-top: 40px;
    padding: 24px 20px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card._2 {
    top: 2%;
    z-index: 2;
    height: 820px;
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1957ef;
  }

  .card._3 {
    top: 4%;
    z-index: 3;
    height: 820px;
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #144dd8;
  }

  .card._4 {
    top: 6%;
    z-index: 4;
    height: 880px;
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #c8d8ff;
  }

  .cards-wrapper {
    margin-top: 40px;
  }

  .card-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .input-field-form {
    height: 72px;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 16px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .input-field-form:focus {
    color: #041338;
  }

  .subheading-2 {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Satoshi, sans-serif;
    color: #fff;
    font-size: 29px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    white-space: pre-line;
  }

  .subheading-2.blue {
    margin-bottom: 0px;
  }

  .bg-cta-wrapper-2 {
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #edf2fe;
  }

  .success-message {
    background-color: rgba(37, 193, 137, 0.25);
    color: #041338;
  }

  .form-home {
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-content-right-2._3 {
    height: 606px;
    background-position: 50% 230%;
    background-size: 840px;
  }

  .card-content-right-2._4 {
    height: 606px;
    background-position: 50% 230%;
    background-size: 840px;
  }

  .card-content-right-2._2 {
    height: 606px;
    background-position: 50% 230%;
    background-size: 840px;
  }

  .card-content-right-2._1 {
    height: 606px;
    background-position: 50% 230%;
    background-size: 840px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .button {
    width: 100%;
    height: 72px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
  }

  .h4-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
  }

  .h4-2.confirmation {
    color: #25c189;
  }

  .img-2 {
    width: 100%;
    height: 56px;
    background-image: url('../images/micro.svg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .img-2._1 {
    width: 56px;
    height: 56px;
    background-image: url('../images/people_1.svg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .img-2._3 {
    width: 56px;
    height: 56px;
    background-image: url('../images/map-voysmile.svg');
  }

  .card-top {
    min-height: 350px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 25px 25px 60px;
  }

  .card-top.intro {
    min-height: 10vh;
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 0px;
  }

  .div-block-12 {
    width: 280px;
    height: 150px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/voysmile-illustration-4.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-block-3 {
    font-size: 10px;
    font-weight: 300;
    text-align: left;
  }

  .app-icon {
    width: 80px;
    height: 80px;
  }

  .social-icon {
    padding-right: 0px;
    font-size: 24px;
  }

  .button-instagram {
    width: 56px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h5 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
  }

  .h5.confirmation {
    color: #25c189;
  }

  .wrapper-form-beta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a7946d-9723db68 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -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-node-_07e3975a-2073-dbb1-4d15-7de0c4a79470-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79471-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a7947b-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a7947c-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79486-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79487-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79491-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79492-9723db68 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bd205c89-2541-2c84-fecb-043341f62ccd-9723db68 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d9fbd948-b49d-14d4-233c-8c3718601689-9723db68 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -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-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-bd205c89-2541-2c84-fecb-043341f62ccd-9723db68 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79470-9723db68 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79471-9723db68 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a7947b-9723db68 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a7947c-9723db68 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79486-9723db68 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79487-9723db68 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79491-9723db68 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_07e3975a-2073-dbb1-4d15-7de0c4a79492-9723db68 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clarendon';
  src: url('../fonts/Clarendon-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Bold.ttf') format('truetype'), url('../fonts/Epilogue-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-BoldItalic.ttf') format('truetype'), url('../fonts/Epilogue-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-BoldItalic.ttf') format('truetype'), url('../fonts/WorkSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans variablefont wght';
  src: url('../fonts/WorkSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans variablefont wght';
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu mono';
  src: url('../fonts/Apercu-Mono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}