:root {
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.b-testimonial-quote {
  letter-spacing: -.02em;
  height: 35px;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.hide {
  display: none;
}

.b-form-checkbox-field {
  align-items: center;
  max-width: 225px;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.line {
  background-color: #dce0e5;
  width: 100%;
  height: .5px;
}

.b-account-slide {
  margin-right: 0;
}

.b-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.b-account-banner {
  border-top: .5px solid #c4cad4;
  justify-content: flex-start;
  width: auto;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
}

.b-form-icon-circle {
  background-color: #f3f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: auto;
  right: 16px;
}

.b-testimonial-text {
  margin-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.b-account-form {
  width: 100%;
  max-width: 400px;
  margin-top: 45px;
}

.b-account-title-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.b-account-testimonial-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 64px;
  display: flex;
  position: relative;
}

.b-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.b-paragraph-small.b-text-color-gray-700 {
  color: #454f5f;
}

.span-link {
  color: #2a9fff;
  text-decoration: underline;
}

.span-link.terms {
  color: #969696;
  text-decoration: none;
}

.b-form-text-field {
  color: #000;
  border: 1px solid #c4cad4;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.b-form-text-field:focus {
  border-width: 1.2px;
  border-color: #309bff;
}

.b-form-text-field::placeholder {
  color: #95a1b2;
}

.b-form-text-field.code {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

.b-form-text-field.soporte {
  min-height: 170px;
}

.b-account-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.b-account-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 29%), url('../images/Vini-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.b-account-image-wrapper.b {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 29%), url('../images/ma2-min.jpg');
}

.b-account-image-wrapper.c {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 29%), url('../images/ale-min.jpg');
}

.b-account-form-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.b-account-form-wrapper.code {
  padding-top: 20px;
}

.b-account-form-wrapper.personal {
  padding-top: 50px;
  padding-bottom: 80px;
}

.b-form-input {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.b-account-testimonial {
  width: 100%;
  height: 100%;
  position: relative;
}

.b-section-account {
  align-items: stretch;
  height: 90vh;
  display: flex;
}

.b-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.b-paragraph-regular.text-color-gray-700.center {
  color: #000;
  text-align: center;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
}

.b-paragraph-regular.terms {
  font-size: 13px;
}

.b-account-mask {
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.b-testimonial-text-small {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.b-account-testimonial-arrow {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #c4cad4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-width .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.b-account-testimonial-arrow:hover {
  border-width: 1px;
}

.b-account-testimonial-arrow.left-arrow {
  z-index: 9;
  bottom: 64px;
  right: 120px;
}

.b-account-testimonial-arrow.right-arrow {
  z-index: 9;
  bottom: 64px;
  right: 64px;
}

.b-icon-xsmall {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.b-button-google {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #454f5f;
  background-color: #f3f4f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.b-button-google:hover {
  color: #22272f;
  background-color: rgba(220, 224, 229, .7);
}

.b-h2-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.b-h2-heading.text-color-gray-900 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.b-h2-heading.text-color-gray-900.center {
  text-align: center;
  align-self: center;
  font-size: 48px;
}

.b-form-field-label {
  color: #454f5f;
  letter-spacing: -.2px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.b-account-divider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #95a1b2;
  text-transform: uppercase;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.b-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.b-account-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.b-checkbox-remember {
  background-color: #f3f4f6;
  border-style: none;
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.b-checkbox-remember.w--redirected-checked {
  background-color: #f3f4f6;
  background-image: url('../images/Check-SVG.svg');
  background-size: auto;
  border-style: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.span-form-link {
  color: #5e53a2;
}

.b-account-testimonial-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 45%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-icon-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.b-button-dark {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
}

.b-button-dark:hover {
  background-color: rgba(0, 0, 0, .85);
}

.b-form-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  border-radius: 10px;
  align-items: center;
  padding: 4px 8px 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.nav-dropdown-toggle.w--current {
  color: #642eff;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-dropdown {
  justify-content: center;
  align-items: center;
}

.nav-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
}

.nav-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1da9ff;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f0f0;
  background-image: linear-gradient(rgba(255, 255, 255, .24), rgba(0, 0, 0, 0) 50%);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.nav-button:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(0, 0, 0, 0) 50%);
}

.nav-link-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.label-regular.text-gray-900 {
  color: #000;
}

.navbar {
  background-color: #fff;
  padding: 25px 3%;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.nav-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.nav-link {
  color: #000;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
}

.nav-link:hover {
  background-color: #f5f5f5;
}

.vertical-divider {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.vertical-divider.nav {
  height: auto;
}

.navigation-icon-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .06);
}

.navigation-icon-button:hover {
  background-color: #f5f5f5;
}

.nav-image-wide {
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .06);
}

.nav-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.nav-dropdown-list-large {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .06);
}

.nav-dropdown-list-large.w--open {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  width: 952px;
  margin-top: 8px;
  padding: 24px;
  display: flex;
  left: -202%;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph-small.text-gray-500 {
  color: #666;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.nav-link-icon-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 12px;
}

.nav-logo {
  flex: none;
}

.text-span {
  color: #a8a8a8;
}

.select-field {
  color: #000;
  border-radius: 6px;
  min-height: 49px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
}

.ms-light-text {
  font-size: 13px;
  font-weight: 300;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.token {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.ms-token-input {
  z-index: 2;
  color: #000;
  text-align: left;
  letter-spacing: 35.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 400px;
  height: 50px;
  margin-bottom: 0;
  padding: 0 0 0 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 23.5px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
}

.ms-token-input::placeholder {
  color: #6b7b8a;
  font-weight: 400;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.token-fake {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.ms-token-overflow {
  z-index: 5;
  background-color: #fff;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0%;
  left: 100%;
  right: auto;
}

.div-block {
  justify-content: center;
  display: flex;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
}

.text-span-2 {
  color: #299fff;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.link {
  color: #777;
  letter-spacing: -.2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
}

.textarea {
  border-radius: 7px;
}

.field-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.date-field {
  color: #000;
  border: 1px solid #c4cad4;
  border-radius: 6px;
  width: 100%;
  min-height: 49px;
  margin-bottom: 0;
  padding: 12px 16px 12px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  transition: all .25s;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #2e9aff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

@media screen and (max-width: 991px) {
  .b-account-form-wrapper {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-account-form-wrapper.code {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .b-account-form-wrapper.personal {
    padding-bottom: 50px;
  }

  .b-account-form-wrapper.home {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .b-section-account {
    flex-direction: column;
    align-items: stretch;
  }

  .b-h2-heading.text-color-gray-900, .b-h2-heading.text-color-gray-900.center {
    font-size: 42px;
  }

  .b-account-testimonial-wrapper {
    flex: 0 auto;
    max-width: none;
    height: 75vh;
    display: none;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-button {
    max-width: 150px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100%;
    padding: 16px 3%;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #141414;
    border-radius: 8px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .vertical-divider.nav {
    display: none;
  }

  .nav-image-wide {
    max-width: none;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-list-large.w--open {
    box-shadow: none;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    position: static;
  }

  .nav-logo {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .b-account-testimonial-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-account-slider {
    width: 100%;
  }

  .b-account-form-wrapper {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .b-account-form-wrapper.personal {
    padding-bottom: 40px;
  }

  .b-form-input {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .b-account-mask {
    width: 100%;
  }

  .b-account-testimonial-arrow.left-arrow, .b-account-testimonial-arrow.right-arrow {
    display: none;
  }

  .b-h2-heading {
    font-size: 44px;
  }

  .b-account-testimonial-wrapper {
    height: 65vh;
  }

  .nav-button {
    max-width: 100%;
  }

  .nav-image-wide {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .b-account-form.personal {
    margin-top: 0;
  }

  .b-account-title-wrapper {
    align-items: center;
  }

  .b-account-form-wrapper {
    padding-top: 0;
    padding-bottom: 280px;
  }

  .b-account-form-wrapper.personal {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .b-account-form-wrapper.home {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .b-paragraph-regular.text-color-gray-700 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 400;
  }

  .b-paragraph-regular.text-color-gray-700.center {
    font-size: 15px;
    line-height: 1.4;
  }

  .b-h2-heading.text-color-gray-900, .b-h2-heading.text-color-gray-900.center {
    font-size: 33px;
  }

  .b-button-dark {
    width: 100%;
  }

  .b-form-button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-button {
    display: none;
  }

  .nav-link-grid {
    grid-template-columns: 1fr;
  }

  .nav-button-group {
    display: none;
  }

  .select-field {
    min-height: 55px;
  }

  .ms-input-wrap.token {
    justify-content: center;
    overflow: hidden;
  }

  .ms-token-input {
    letter-spacing: 30.5px;
    margin-left: 16px;
    font-size: 20px;
  }

  .ms-input.token-fake {
    width: 33.5px;
  }
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a73-d688d1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a29-6b6a3c04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f4a05d-6c66-2004-47c6-b893e6385264-6b6a3c04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a29-b23535b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72856629-ea03-cd86-cd1f-43fa3b8ad161-b23535b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a29-7a82192c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a73-7a82192c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a29-13ade5aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72856629-ea03-cd86-cd1f-43fa3b8ad161-13ade5aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a29-8ee1af2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a73-8ee1af2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a79-d688d1c2, #w-node-_14f4a05d-6c66-2004-47c6-b893e638526a-6b6a3c04, #w-node-_72856629-ea03-cd86-cd1f-43fa3b8ad167-b23535b6, #w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a79-7a82192c, #w-node-_72856629-ea03-cd86-cd1f-43fa3b8ad167-13ade5aa, #w-node-_6fac7704-0fff-eab1-20f0-6ea67ec88a79-8ee1af2e {
    justify-self: end;
  }
}
