:root {
  --white100: white;
  --black100: #130501;
  --new-primary-orange-100: #f26144;
  --black70: #130501b3;
  --primary100: #df4113;
  --secondary70: #3b1c48b3;
  --black40: #13050166;
  --new-primaryblue100: #19759b;
  --primaryprimary10: #df41131a;
  --primary40: #df411366;
  --primary03: #df411308;
  --primary02: #df411305;
  --new-primary-orange25: #f2614440;
  --secondary03: #3b1c4808;
  --black12: #1305011f;
  --primary25: #df411340;
  --primary05: #df41130d;
  --black02: #13050105;
  --new-primary-orange10: #f261441a;
  --black05: #1305010d;
  --primary70: #df4113b3;
  --secondary100: #3b1c48;
  --white80: #fffc;
  --white10-2: #ffffff1a;
}

.body {
  background-color: var(--white100);
  background-image: linear-gradient(#3b1c4803, #3b1c4803);
  font-family: Nunito, sans-serif;
}

.navbar {
  background-color: #fff;
  height: 80px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 1px #13050124, 0 3px 6px #1305010f;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-heading-1 {
  color: var(--black100);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.text-heading-1.mobile {
  max-width: 20ch;
}

.text-heading-1.benefits {
  float: left;
  text-align: left;
  flex: 1;
  align-self: center;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.text-heading-1.how-to {
  text-align: center;
  max-width: none;
  margin-bottom: 64px;
}

.text-heading-1.step {
  color: var(--new-primary-orange-100);
  text-align: center;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
  line-height: 96px;
}

.text-heading-1.emoji {
  text-align: center;
  width: 96px;
  height: 96px;
  font-size: 72px;
  line-height: 96px;
}

.text-heading-1.contact-page {
  text-align: left;
  max-width: 19ch;
  margin-top: 96px;
  margin-bottom: 16px;
}

.text-heading-1.pricing {
  color: var(--white100);
}

.text-heading-1.pricing-item-value {
  text-align: center;
}

.text-heading-1.faq-header-text-heading-1 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
}

.text-heading-1.price-page {
  text-align: center;
  margin-bottom: 16px;
}

.text-heading-1.home-page {
  text-align: center;
  justify-content: center;
  max-width: 25ch;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.text-heading-2 {
  color: var(--black100);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-heading-2.how-to {
  text-align: center;
  margin-top: 24px;
}

.text-heading-2.pricing-item-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.text-heading-2.contact-page {
  margin-top: 0;
  margin-bottom: 8px;
}

.text-heading-3 {
  color: var(--black100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-3.link {
  text-align: left;
  margin-bottom: 8px;
}

.text-heading-3.faq-header-text-heading-3 {
  color: var(--black70);
  text-align: center;
  margin-top: 84px;
  margin-bottom: 12px;
}

.text-heading-3.faq-tag {
  color: var(--new-primary-orange-100);
  display: inline-block;
}

.text-heading-3.faq-item-heading-text {
  flex: 1;
  margin-right: 24px;
  font-weight: 500;
  display: inline-block;
}

.text-heading-3.form-success {
  text-align: left;
  margin-bottom: 8px;
}

.text-link {
  color: var(--black100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-link.on-nav {
  padding: 28px 12px;
}

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

.text-link.on-nav.w--current {
  color: var(--new-primary-orange-100);
}

.text-body {
  color: var(--black70);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body.scroll-effect {
  color: var(--black100);
  margin-left: 16px;
}

.text-body.how-to {
  text-align: center;
  margin-top: 0;
}

.text-body.link {
  text-align: left;
  text-decoration: underline;
}

.text-body.link:hover {
  color: var(--primary100);
}

.text-body.footer-text {
  color: var(--secondary70);
  text-align: left;
  max-width: 68ch;
}

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

.text-body.pricing-item-description {
  text-align: center;
  margin-bottom: 32px;
}

.text-body.pricing-info-text {
  text-align: center;
  max-width: 80ch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.text-body.pricing-info-text.last {
  margin-bottom: 0;
}

.text-body.header-contact-page {
  margin-bottom: 8px;
}

.text-body.header-contact-page.italic {
  color: var(--black40);
  margin-bottom: 16px;
  font-style: italic;
}

.text-body.contact-link {
  color: var(--primary100);
  margin-left: -8px;
  padding: 8px;
}

.text-body.contact-description {
  display: inline-block;
}

.text-body.faq-header-text-body {
  text-align: center;
}

.text-body.contact-additional-text {
  margin-bottom: 48px;
}

.text-body.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

.text-body.form-success-paragraph {
  color: var(--black70);
  text-align: left;
  padding-bottom: 24px;
}

.text-body.form-error-text {
  color: var(--primary100);
  text-align: center;
}

.text-body.visa {
  color: var(--black100);
  max-width: 30ch;
  margin-top: 28px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.text-body.visa-parapraph {
  max-width: 23ch;
}

.text-body.pricing-highlight {
  color: var(--primary100);
  text-align: center;
  margin-top: 0;
}

.button {
  background-color: var(--primary100);
  color: var(--white100);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s ease-out, background-color .3s ease-out;
}

.button:hover {
  background-image: linear-gradient(#c03810, #c03810);
  box-shadow: 0 1px 6px #c0381024;
}

.button.nav {
  background-color: var(--new-primary-orange-100);
  margin-left: 12px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.button.cta {
  letter-spacing: 1px;
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 12px 24px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.button.cta.plan {
  margin-top: 32px;
  margin-bottom: 0;
  overflow: hidden;
}

.button.cta.contact {
  margin-bottom: 24px;
}

.button.cta.contact.off.home {
  text-align: left;
  border-radius: 24px;
  flex-flow: row;
  place-content: space-around center;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.button.cta.contact.off.home:hover, .button.cta.contact.off.home:active {
  background-image: linear-gradient(to bottom, var(--new-primary-orange-100), var(--new-primary-orange-100));
}

.button.cta.float {
  border-radius: 6px;
}

.button.cta.off {
  background-color: var(--new-primaryblue100);
}

.button.cta.off:hover {
  background-image: linear-gradient(to bottom, var(--new-primary-orange-100), var(--new-primary-orange-100));
}

.button.cta.pricing {
  text-align: center;
  margin-bottom: 24px;
}

.button.cta.pricing.highlight {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

.icon {
  background-color: var(--primaryprimary10);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon.facebook {
  display: inline-block;
}

.icon.linkedin {
  margin-right: 16px;
  display: inline-block;
}

.header {
  z-index: 1;
  background-image: linear-gradient(#f2614400, #f261440d);
  border-radius: 24px;
  margin: 12px;
  padding-top: 20px;
  position: relative;
}

.header.faq-header {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/img_bg_contact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  height: 696px;
}

.header-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-image {
  width: 75%;
  max-width: 75%;
  margin-bottom: 35px;
  display: block;
}

.header-image.mobile {
  display: none;
}

.card-visa {
  background-color: var(--white100);
  box-shadow: 0 0 1px 1px var(--primary03), 0 6px 16px 1px #df41130f;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 260px;
  margin-bottom: 48px;
  padding: 24px;
  display: flex;
}

.card-visa.mobile {
  display: none;
}

.scroll-effect {
  align-items: center;
  display: flex;
}

.html-embed {
  display: inline-block;
}

.header-container {
  align-items: center;
  height: 100%;
  display: flex;
}

.large-container {
  height: 100%;
}

.large-container.faq-page {
  max-width: 840px;
}

.benefit-card {
  background-color: #fff;
  border-radius: 24px;
  margin: 24px 12px;
  padding: 24px;
  box-shadow: 0 0 1px #00000024, 0 8px 24px #1305010f;
}

.benefit-card.first {
  margin-left: 0;
  margin-right: 0;
}

.benefit-slide-test {
  width: 297px;
  margin-left: 0;
  margin-right: 24px;
}

.benefit-slide-test.first {
  margin-left: 24px;
}

.slider-test {
  background-color: #0000;
  height: 420px;
  margin-left: -24px;
  margin-right: -24px;
  display: none;
}

.benefit-icon-test {
  background-image: url('../images/img-benefit-shape-first.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.slide-nav-test {
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-top: 0;
  display: flex;
}

.mask-test {
  margin-left: 0;
}

.right-arrow-test {
  background-color: var(--white100);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: -32px;
  margin-right: 24px;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-test.slide-to-right {
  border-radius: 50%;
  margin-bottom: 0;
  box-shadow: 0 8px 24px #1305010f;
}

.left-arrow-test {
  width: 56px;
  height: 56px;
  inset: auto auto 0% 0%;
}

.left-arrow-test.slide-to-left {
  background-color: var(--white100);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.benefits {
  margin-top: 148px;
  margin-bottom: 80px;
}

.benefits-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.benefits-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.benefits-cards.impar {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-cards.par {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-card {
  background-color: var(--white100);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.benefits-card:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.benefit-icon {
  background-image: url('../images/img-benefit-shape-first.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.benefit-icon.first, .benefit-icon.second {
  background-image: url('../images/forma.png');
}

.benefit-icon.third {
  background-image: url('../images/img-benefit-shape-fourth.png');
}

.benefit-icon.fourth {
  background-image: url('../images/img-benefit-shape-first.png');
}

.plans {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border: 1px solid var(--primary40);
  background-color: var(--primary02);
  background-image: url('../images/bg_cta.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 430px;
  margin-top: 160px;
  display: grid;
  position: relative;
}

.plans-content {
  padding-left: 48px;
  padding-right: 48px;
}

.plan-image {
  border-bottom-right-radius: 23px;
  width: 50%;
  margin-top: -48px;
  margin-right: -1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.plan-image.large, .plan-image.small {
  display: none;
}

.how-to {
  margin-top: 160px;
}

.how-to-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
}

.how-to-content.mobile {
  display: none;
}

.how-to-card {
  box-shadow: none;
  border-radius: 24px;
}

.how-to-card:hover {
  background-color: var(--white100);
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.how-to-step {
  background-color: var(--white100);
  border-radius: 12px;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: block;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.how-to-card-content {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.how-to-dots {
  position: absolute;
  inset: auto -64px auto auto;
}

.how-to-emoji {
  width: 96px;
  height: 96px;
  display: none;
}

.contact-us {
  border: 1px solid var(--primary40);
  background-color: var(--white100);
  background-image: url('../images/img-contactus-bg-default.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 344px;
  margin-top: 160px;
  display: flex;
}

.contact-us.large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bg_cta.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us.large.contact-pricing {
  margin-top: 96px;
  display: flex;
}

.float-button {
  background-color: var(--secondary03);
  display: none;
}

.links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 120px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.link-block {
  padding: 6px 12px;
  display: inline-block;
}

.link-block.first {
  margin-left: 0;
}

.links-content {
  margin-left: -12px;
  margin-right: -3px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary03);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 51px;
  display: grid;
}

.float-button-spacing {
  height: 64px;
  display: none;
}

.social-content {
  margin-top: 48px;
  display: flex;
}

.social-content.tablet {
  align-items: center;
  margin-top: 0;
}

.icon-content {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.animation-content {
  width: 96px;
  height: 96px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 360px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  color: var(--black100);
}

.div-block {
  color: var(--black70);
}

.pricing-organic {
  z-index: -1;
  width: 60%;
  position: absolute;
}

.pricing-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 640px;
  display: grid;
}

.pricing-gradient {
  z-index: -2;
  background-image: linear-gradient(#df411300, #df41130d);
  border-radius: 24px;
  min-height: 780px;
  margin-top: 12px;
  position: absolute;
  left: 12px;
  right: 12px;
}

.pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: var(--white100);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.pricing-column {
  padding: 48px 24px 24px;
  position: relative;
}

.pricing-column.highlight {
  border-right: 1px solid var(--primary25);
  background-color: var(--primary02);
}

.pricing-column.first {
  border-right: 1px solid var(--primary25);
}

.pricing-list-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.pricing-list-icon {
  background-color: var(--primary05);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  padding: 4px;
  display: flex;
}

.pricing-item-span {
  color: var(--primary100);
}

.pricing-button {
  flex-direction: column;
  justify-content: center;
  margin-top: 48px;
  display: flex;
}

.pricing-button.align-to-bottom {
  margin-left: 24px;
  margin-right: 24px;
  position: absolute;
  inset: auto 0% 24px;
}

.pricing-info {
  margin-top: 96px;
}

.pricing-image {
  background-image: url('../images/img-price-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.pricing-organic-mobile {
  z-index: -1;
  width: 60%;
  display: none;
  position: absolute;
}

.header-grid-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.header-contact-link-separator {
  background-color: var(--black12);
  border-radius: 4px;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  display: inline-block;
}

.header-contacts.last {
  margin-top: -8px;
}

.contact-form-block {
  background-color: var(--white100);
  border-radius: 24px;
  height: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px 24px 0;
  box-shadow: 0 0 1px #df411308, 0 8px 24px #df41130f;
}

.tem-field-label {
  color: var(--black70);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tem-text-field {
  border: 1px solid var(--black12);
  background-color: var(--black02);
  color: var(--black40);
  border-radius: 6px;
  height: 56px;
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
}

.tem-text-field:hover {
  border-color: var(--black40);
  color: var(--black100);
}

.tem-text-field:active, .tem-text-field:focus {
  border-color: var(--black70);
  color: var(--black100);
}

.tem-text-field::placeholder {
  color: var(--black70);
}

.tem-text-field.text-area {
  height: auto;
  min-height: 128px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tem-field-span {
  color: var(--primary100);
}

.tem-form-submit-button {
  background-color: var(--primary100);
  color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.contact-page-bg {
  z-index: 1;
  background-color: var(--white100);
  border-radius: 24px;
  width: 600px;
  height: 600px;
  margin-top: -396px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  box-shadow: 0 0 1px #df411303, 0 8px 24px #df41130f;
}

.image-2 {
  border-radius: 24px;
}

.faq-wrapper {
  margin-top: 96px;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-wrapper.others {
  margin-top: 72px;
}

.faq-section-tag {
  background-color: var(--new-primary-orange10);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 8px 24px;
  display: inline-block;
}

.faq-tag-separator {
  background-color: var(--new-primary-orange-100);
  border-radius: 4px;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  display: inline-block;
}

.image-3 {
  max-width: 75%;
}

.faq-item {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px 24px 16px;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.faq-item-head {
  align-items: center;
  display: flex;
}

.faq-item-content {
  overflow: hidden;
}

.social-link {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  margin-top: 24px;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.div-block-7 {
  border: 1px solid var(--primary40);
  background-color: var(--primary02);
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  height: 312px;
  margin-bottom: 24px;
  padding-top: 24px;
  display: flex;
}

.image-4 {
  height: 100%;
}

.error-message {
  background-color: var(--primary05);
  border-radius: 0 0 24px 24px;
  margin: 24px -24px 0;
  padding: 16px 24px;
}

.home-header-slogan {
  color: var(--primary100);
  margin-bottom: 48px;
  margin-left: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-link {
  color: var(--new-primary-orange-100);
}

.div-block-8 {
  background-color: var(--black12);
  height: 1px;
  margin-top: 28px;
}

.div-block-9 {
  padding-right: 0;
}

.html-embed-2 {
  margin-top: 120px;
}

.image-5 {
  text-align: left;
  align-self: stretch;
  margin-top: 7px;
}

.image-6, .image-7, .image-8 {
  margin-top: 7px;
}

.video {
  z-index: auto;
  box-shadow: 6px 6px 8px 4px var(--black12);
  opacity: 1;
  border: 1px #000;
  border-radius: 0;
  margin-top: 42px;
  position: relative;
  top: 0;
}

.section {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 61px;
  display: flex;
}

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

.benefits-header-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.text-heading-4 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.text-heading-4.benefits {
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
}

.text-body-2 {
  color: #130501b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-body-2.contact-link {
  color: var(--new-primary-orange-100);
  margin-left: -8px;
  padding: 8px;
}

.text-body-2.contact-description {
  display: inline-block;
}

.benefits-card-2 {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.text-heading-5 {
  color: #130501;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.link-2 {
  color: var(--primary100);
}

.text-span {
  font-size: 11px;
}

.text-span-2 {
  font-size: 12px;
}

.link-3 {
  color: var(--primary100);
}

.text-span-3 {
  font-size: 12px;
}

.text-span-4 {
  color: var(--primary100);
  text-decoration: underline;
}

.image-10 {
  object-fit: fill;
  max-width: 100%;
}

.section-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-heading-1-bold {
  color: var(--black100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-heading-1-bold.mobile {
  max-width: 20ch;
}

.text-heading-1-bold.benefits {
  float: left;
  text-align: left;
  flex: 1;
  align-self: center;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.text-heading-1-bold.how-to {
  text-align: center;
  max-width: none;
  margin-bottom: 64px;
}

.text-heading-1-bold.step {
  color: var(--primary100);
  text-align: center;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
  line-height: 96px;
}

.text-heading-1-bold.emoji {
  text-align: center;
  width: 96px;
  height: 96px;
  font-size: 72px;
  line-height: 96px;
}

.text-heading-1-bold.contact-page {
  text-align: left;
  max-width: 19ch;
  margin-top: 96px;
  margin-bottom: 16px;
}

.text-heading-1-bold.pricing {
  color: var(--white100);
}

.text-heading-1-bold.pricing-item-value {
  text-align: center;
}

.text-heading-1-bold.faq-header-text-heading-1 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
}

.text-heading-1-bold.price-page {
  text-align: center;
  margin-bottom: 16px;
}

.text-heading-1-bold.home-page {
  text-align: center;
  justify-content: center;
  max-width: 25ch;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

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

.image-table {
  display: block;
}

.image-table.mobile {
  display: none;
}

.header-contact-link-separator-2 {
  background-color: #1305011f;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  display: inline-block;
}

.link-4, .link-5, .link-6, .link-7 {
  color: var(--new-primary-orange-100);
}

.bold-text {
  font-weight: 500;
}

.image-11 {
  text-align: left;
  align-self: stretch;
  margin-top: 7px;
}

.icon-2 {
  background-color: #df41131a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-2.linkedin {
  background-color: var(--new-primary-orange10);
  margin-right: 16px;
  display: inline-block;
}

.icon-2.facebook {
  background-color: var(--new-primary-orange10);
  display: inline-block;
}

.text-body-3 {
  color: #130501b3;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body-3.footer-text {
  color: #3b1c48b3;
  text-align: left;
  max-width: 68ch;
}

.footer-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: -9px;
  display: grid;
}

.link-8 {
  color: var(--new-primary-orange-100);
}

.link-9 {
  color: var(--new-primary-orange-100);
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .body {
    background-image: linear-gradient(#3b1c4803, #3b1c4803);
  }

  .container.large {
    max-width: 1200px;
  }

  .text-heading-1.how-to {
    max-width: none;
  }

  .text-heading-3.link, .text-body.footer-text {
    text-align: left;
  }

  .text-body.pricing-info-text {
    max-width: 80ch;
  }

  .button.cta.pricing.highlight {
    border-radius: 62px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 30px;
  }

  .header-grid {
    flex: 1;
  }

  .header-image {
    width: 80%;
    max-width: 80%;
  }

  .header-container, .large-container {
    max-width: 1200px;
  }

  .benefits-cards, .benefits-cards.par {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .plans {
    border-color: var(--new-primary-orange25);
    background-color: var(--white100);
    background-image: url('../images/bg_cta.png'), linear-gradient(to bottom, var(--primary02), var(--primary02));
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .plan-image {
    width: 45%;
    display: none;
  }

  .plan-image.large {
    width: 40%;
    margin-top: -49px;
    display: block;
  }

  .how-to {
    margin-top: 160px;
  }

  .how-to-content {
    padding-left: 96px;
    padding-right: 96px;
  }

  .contact-us.large {
    border-color: var(--new-primary-orange25);
    background-image: url('../images/bg_cta.png');
    background-size: cover;
  }

  .links {
    grid-template-columns: 1.75fr 2fr;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    display: inline-block;
  }

  .links-content {
    margin-left: -12px;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
  }

  .social-content.tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .pricing-organic {
    width: 50%;
  }

  .pricing-header {
    grid-template-columns: .52fr 1fr;
  }

  .pricing-column.first {
    padding-bottom: 48px;
  }

  .pricing-organic-mobile {
    width: 50%;
  }

  .contact-form-block {
    margin-left: 48px;
    margin-right: 48px;
  }

  .contact-page-bg {
    z-index: 1;
    position: relative;
  }

  .faq-item {
    background-color: var(--white100);
  }

  .div-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .paragraph-4 {
    color: var(--primary100);
    text-align: center;
  }

  .image-9 {
    object-fit: scale-down;
  }

  .text-heading-1-bold.how-to {
    max-width: none;
  }

  .text-body-3.footer-text {
    text-align: left;
  }

  .footer-content-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 4.75fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .container.large {
    max-width: 100%;
  }

  .brand {
    padding-left: 24px;
  }

  .text-heading-1.mobile {
    text-align: center;
  }

  .text-heading-1.emoji {
    text-align: center;
    width: 96px;
    height: 96px;
    font-size: 72px;
    line-height: 96px;
  }

  .text-heading-1.contact-page {
    text-align: center;
    max-width: none;
  }

  .text-heading-1.pricing {
    max-width: 20ch;
    margin-top: 96px;
    margin-bottom: 0;
  }

  .text-heading-1.price-page {
    max-width: none;
  }

  .text-heading-1.home-page {
    max-width: 28ch;
    padding-left: 25px;
  }

  .text-heading-2.how-to {
    margin-top: 8px;
  }

  .text-heading-2.contact-page, .text-heading-3.link {
    text-align: center;
  }

  .text-link.on-nav {
    margin-left: 24px;
    margin-right: 24px;
    padding: 13px 0;
  }

  .text-link.on-nav.w--current {
    display: block;
  }

  .text-body.link, .text-body.footer-text, .text-body.footer-text.right {
    text-align: center;
  }

  .text-body.pricing-info-text {
    max-width: 50ch;
  }

  .text-body.header-contact-page, .text-body.contact-additional-text, .text-body.visa-parapraph {
    text-align: center;
  }

  .button.nav {
    margin: 24px;
    display: block;
  }

  .icon {
    background-color: var(--primary100);
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .icon.nav {
    background-color: var(--new-primary-orange-100);
    border-radius: 4px;
  }

  .icon.facebook, .icon.linkedin {
    background-color: var(--primaryprimary10);
    width: 32px;
    height: 32px;
  }

  .menu-button {
    margin-right: 0;
    padding: 20px 24px;
  }

  .menu-button.w--open {
    background-color: #fff;
    margin-right: 0;
  }

  .nav-menu {
    border-top: 1px solid var(--primary40);
    background-color: #fff;
    padding-top: 24px;
    box-shadow: 0 0 1px #13050124, 0 3px 6px #1305010f;
  }

  .header {
    height: auto;
  }

  .header-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .header-image {
    display: none;
  }

  .header-image.mobile {
    width: 59.6%;
    margin-top: 84px;
    margin-bottom: 48px;
    display: block;
  }

  .header-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-visa {
    margin-bottom: 24px;
  }

  .scroll-effect {
    display: none;
  }

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

  .benefits {
    margin-top: 108px;
  }

  .benefits-header {
    grid-template-areas: "Area";
  }

  .benefits-cards {
    grid-template-columns: 1fr 1fr;
  }

  .benefits-cards.par {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .plans {
    margin-top: 120px;
  }

  .plan-image {
    display: none;
  }

  .plan-image.large {
    width: 55%;
    margin-top: -41px;
    display: block;
  }

  .how-to {
    margin-top: 120px;
  }

  .how-to-content.desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-step {
    margin-bottom: 0;
    display: none;
  }

  .how-to-card-content {
    background-color: var(--white100);
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
  }

  .how-to-dots {
    z-index: 1;
    top: 49%;
  }

  .how-to-emoji {
    display: block;
  }

  .contact-us.large {
    background-image: url('../images/img-contactus-bg-default.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .float-button {
    display: none;
  }

  .links {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    display: block;
  }

  .links-content {
    margin-left: 0;
  }

  .footer-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-content {
    justify-content: center;
    margin-top: 24px;
    display: none;
  }

  .social-content.tablet {
    display: flex;
  }

  .header-cta-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-organic {
    width: 65%;
  }

  .pricing-header {
    grid-template-rows: 320px auto;
    grid-template-columns: 1fr;
  }

  .pricing-gradient {
    min-height: 780px;
  }

  .pricing-organic-mobile {
    width: 65%;
  }

  .header-grid-contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header-contacts {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-form-block {
    margin-bottom: 96px;
    margin-left: 96px;
    margin-right: 96px;
  }

  .div-block-4 {
    display: inline-block;
  }

  .home-header-slogan {
    margin-bottom: 96px;
  }

  .text-heading-1-bold.mobile {
    text-align: center;
  }

  .text-heading-1-bold.emoji {
    text-align: center;
    width: 96px;
    height: 96px;
    font-size: 72px;
    line-height: 96px;
  }

  .text-heading-1-bold.contact-page {
    text-align: center;
    max-width: none;
  }

  .text-heading-1-bold.pricing {
    max-width: 20ch;
    margin-top: 96px;
    margin-bottom: 0;
  }

  .text-heading-1-bold.price-page {
    max-width: none;
  }

  .text-heading-1-bold.home-page {
    max-width: 28ch;
  }

  .image-table.mobile {
    display: none;
  }

  .icon-2 {
    color: #fff;
    background-color: #df4113;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .icon-2.linkedin, .icon-2.facebook {
    background-color: var(--new-primary-orange25);
    width: 32px;
    height: 32px;
  }

  .text-body-3.footer-text {
    text-align: center;
  }

  .footer-content-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 10fr;
  }
}

@media screen and (max-width: 767px) {
  .text-heading-1.mobile {
    margin-bottom: 48px;
  }

  .text-heading-1.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
    display: flex;
  }

  .text-heading-1.plan, .text-heading-1.how-to {
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.contact-page {
    text-align: center;
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.pricing {
    text-align: center;
    max-width: 20ch;
    margin: 48px auto;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.pricing-item-value {
    max-width: none;
  }

  .text-heading-1.faq-header-text-heading-1 {
    text-align: center;
  }

  .text-heading-1.price-page {
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.home-page {
    max-width: 19ch;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-3.link {
    text-align: left;
  }

  .text-heading-3.faq-header-text-heading-3 {
    text-align: center;
    margin-top: 72px;
  }

  .text-body {
    display: inline-block;
  }

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

  .text-body.footer-text {
    text-align: left;
    max-width: none;
  }

  .text-body.footer-text.right {
    text-align: left;
  }

  .text-body.pricing-info-text {
    max-width: 40ch;
  }

  .text-body.header-contact-page {
    display: block;
  }

  .text-body.faq-header-text-body {
    text-align: center;
  }

  .button.cta.plan {
    margin-top: 24px;
  }

  .button.cta.contact.off {
    display: block;
  }

  .button.cta.float {
    background-color: var(--new-primaryblue100);
    text-align: center;
    margin: 8px;
  }

  .button.cta.float:hover {
    background-image: linear-gradient(to bottom, var(--new-primary-orange-100), var(--new-primary-orange-100));
  }

  .button.cta.off {
    display: none;
  }

  .button.cta.pricing {
    margin-bottom: 0;
  }

  .menu-button.w--open {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header.faq-header {
    border-radius: 0;
    height: auto;
    margin: 0;
  }

  .header-image.mobile {
    width: 100%;
  }

  .large-container {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .large-container.faq-page {
    height: auto;
    overflow: hidden;
  }

  .large-container.header-faq {
    height: 429px;
  }

  .benefits {
    margin-top: 84px;
  }

  .benefits-header {
    margin-bottom: 48px;
    display: block;
  }

  .benefits-cards.impar {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .plans {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    height: 800px;
    margin-top: 96px;
    display: block;
  }

  .plans-content {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .plan-image, .plan-image.large {
    display: none;
  }

  .plan-image.small {
    border-bottom-left-radius: 23px;
    width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .how-to {
    margin-top: 96px;
  }

  .how-to-content.desktop {
    display: none;
  }

  .how-to-content.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 64px;
    padding-right: 64px;
    display: grid;
  }

  .how-to-card-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-to-emoji {
    width: 96px;
    height: 96px;
    margin-bottom: 16px;
    display: block;
  }

  .contact-us.large {
    background-image: linear-gradient(to bottom, var(--primary03), var(--primary03));
    background-position: 0 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 96px;
    padding: 64px 24px;
  }

  .contact-us.large.contact-pricing {
    margin-top: 64px;
  }

  .float-button {
    z-index: 100;
    background-color: var(--white100);
    flex-direction: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 1px #13050124, 0 0 6px #1305010f;
  }

  .links {
    margin-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .links-content {
    margin-left: -12px;
  }

  .footer {
    margin-top: 64px;
  }

  .float-button-spacing {
    display: block;
  }

  .social-content {
    justify-content: flex-start;
  }

  .pricing-organic {
    width: 100%;
    display: none;
  }

  .pricing-header {
    grid-template-rows: auto 344px;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pricing-table {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-column {
    border-bottom: 1px solid var(--black12);
    padding-top: 24px;
  }

  .pricing-column.last {
    border-bottom-style: none;
  }

  .pricing-column.highlight, .pricing-column.first {
    border-right-style: none;
    border-bottom-color: var(--primary25);
  }

  .pricing-button.align-to-bottom {
    position: static;
  }

  .pricing-image {
    width: auto;
    height: 270px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .pricing-organic-mobile {
    width: 100%;
    display: block;
  }

  .contact-form-block {
    margin-bottom: 48px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .contact-page-bg {
    width: auto;
    max-width: 432px;
    height: auto;
    margin-top: -163px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .faq-wrapper {
    margin-top: 64px;
  }

  .div-block-5 {
    display: block;
  }

  .home-header-slogan {
    align-self: auto;
    margin-left: 0;
  }

  .benefits-header-2 {
    margin-bottom: 48px;
    display: block;
  }

  .text-heading-4.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .benefits-card-2 {
    margin-bottom: 0;
  }

  .text-heading-1-bold.mobile {
    margin-bottom: 48px;
  }

  .text-heading-1-bold.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
    display: flex;
  }

  .text-heading-1-bold.plan, .text-heading-1-bold.how-to {
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.contact-page {
    text-align: center;
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.pricing {
    text-align: center;
    max-width: 20ch;
    margin: 48px auto;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.pricing-item-value {
    max-width: none;
  }

  .text-heading-1-bold.faq-header-text-heading-1 {
    text-align: center;
  }

  .text-heading-1-bold.price-page {
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.home-page {
    max-width: 19ch;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

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

  .image-table {
    display: none;
  }

  .image-table.mobile {
    display: block;
  }

  .text-body-3 {
    display: inline-block;
  }

  .text-body-3.footer-text {
    color: #130501b3;
    text-align: center;
    max-width: none;
  }

  .footer-content-2 {
    grid-template-columns: 10.5fr;
  }
}

@media screen and (max-width: 479px) {
  .text-heading-1.mobile {
    text-align: center;
    max-width: 13ch;
    margin-left: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.how-to {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.contact-page {
    text-align: left;
  }

  .text-heading-1.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1.price-page {
    margin-top: 0;
  }

  .text-heading-1.home-page {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
  }

  .text-heading-2.contact-page {
    text-align: left;
  }

  .text-body.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .text-body.header-contact-page {
    text-align: left;
  }

  .text-body.faq-header-text-body {
    display: block;
  }

  .text-body.contact-additional-text {
    text-align: left;
  }

  .text-body.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body.visa-parapraph {
    text-align: center;
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.cta.contact.off.home {
    display: none;
  }

  .button.cta.float {
    background-color: var(--new-primaryblue100);
  }

  .button.cta.float:hover {
    background-image: linear-gradient(to bottom, var(--new-primary-orange-100), var(--new-primary-orange-100));
  }

  .icon.nav {
    background-color: var(--new-primary-orange-100);
  }

  .header {
    border-radius: 0;
    margin: 0;
  }

  .header-image.mobile {
    margin-top: 36px;
  }

  .header-cta {
    width: 100%;
  }

  .card-visa {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-bottom: 24px;
    display: none;
  }

  .card-visa.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 320px;
    display: grid;
  }

  .large-container.header-faq {
    height: 429px;
  }

  .benefits {
    margin-top: 84px;
  }

  .benefits-header {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    margin-bottom: 48px;
  }

  .benefits-cards {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-cards.impar {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .benefits-cards.par {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .plans {
    height: 710px;
  }

  .plans-content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .how-to-content.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-card-content, .contact-us.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-us.large.contact-pricing {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .links {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-content.tablet {
    margin-bottom: 8px;
  }

  .pricing-image {
    height: 220px;
  }

  .header-contact-link {
    display: block;
  }

  .header-contact-link-separator {
    display: none;
  }

  .header-contacts {
    align-items: flex-start;
  }

  .header-contacts.last {
    margin-top: 24px;
  }

  .contact-form-block {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .tem-form-submit-button {
    margin-top: 0;
  }

  .contact-page-bg {
    max-width: none;
    margin-top: -118px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 16px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    text-align: center;
    margin-bottom: 0;
  }

  .div-block-6, .error-message {
    margin-top: 0;
  }

  .home-header-slogan {
    text-align: center;
    margin-bottom: 24px;
    margin-left: 12px;
  }

  .div-block-8 {
    background-color: var(--black05);
    margin-top: 24px;
  }

  .div-block-8.top {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .benefits-header-2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    margin-bottom: 48px;
  }

  .text-heading-4.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .benefits-card-2 {
    margin-bottom: 0;
  }

  .image-10 {
    margin-left: 29px;
  }

  .text-heading-1-bold {
    font-size: 24px;
  }

  .text-heading-1-bold.mobile {
    text-align: center;
    max-width: 13ch;
    margin-left: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.how-to {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.contact-page {
    text-align: left;
  }

  .text-heading-1-bold.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1-bold.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1-bold.price-page {
    margin-top: 0;
  }

  .text-heading-1-bold.home-page {
    max-width: none;
    margin-top: 0;
  }

  .header-contact-link-separator-2 {
    display: none;
  }

  .image-11 {
    display: block;
  }
}

#w-node-_95b77326-a8d2-d33b-2f17-a028ac93290a-9ed2fb2b {
  align-self: center;
}

#w-node-_7908fce7-b68a-6f57-34ba-eecfb177dd95-9ed2fb2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eb42745f-7e5f-9251-4cad-bf30aa304775-9ed2fb2b {
  grid-area: Area;
}

#w-node-c293b3d0-2594-7f38-1258-abd08b2ebdf4-9ed2fb2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-9ed2fb2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-9ed2fb2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48da3f7c-b23d-b8c1-6f8a-f06f5fa94869-9ed2fb2b {
  align-self: center;
}

#w-node-_2784303d-7603-9f01-1799-5899a9418f6f-9ed2fb2b {
  align-self: start;
}

#w-node-_6e78402d-cc71-3eb0-b462-ccd0fabf0a9d-9ed2fb2b, #w-node-_4f7170a8-45de-3238-f31d-55b8fc9200fc-9ed2fb2b, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
  justify-self: center;
}

#w-node-a3b11479-4c92-8e67-9ac6-0221c49a53b8-5ab816ce {
  justify-self: stretch;
}

#w-node-a3b11479-4c92-8e67-9ac6-0221c49a53c0-5ab816ce {
  place-self: center;
}

#w-node-bdd35da8-1391-7566-81ed-33d2aaead541-aaead540, #w-node-bdd35da8-1391-7566-81ed-33d2aaead55e-aaead540 {
  justify-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-9ed2fb2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
    justify-self: stretch;
  }

  #w-node-a3b11479-4c92-8e67-9ac6-0221c49a53b7-5ab816ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3b11479-4c92-8e67-9ac6-0221c49a53b8-5ab816ce {
    justify-self: auto;
  }

  #w-node-a3b11479-4c92-8e67-9ac6-0221c49a53c0-5ab816ce {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eb42745f-7e5f-9251-4cad-bf30aa304775-9ed2fb2b {
    grid-area: Area;
  }

  #w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-9ed2fb2b, #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-9ed2fb2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce, #w-node-a3b11479-4c92-8e67-9ac6-0221c49a53b7-5ab816ce, #w-node-a3b11479-4c92-8e67-9ac6-0221c49a53b8-5ab816ce {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce {
    justify-self: center;
  }

  #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-9ed2fb2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce {
    justify-self: start;
  }
}


