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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  font-family: Surt, sans-serif;
  color: #7d7877;
  font-size: 1rem;
  line-height: 1.375rem;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
}

a {
  display: inline-block;
  color: #7d7877;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-right: auto;
  float: none;
  clear: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 0px;
  padding: 8px 16px;
  border-left: 4px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.u-margin-bottom__small {
  margin-bottom: 8px;
}

.u-margin-bottom__medium {
  margin-bottom: 16px;
}

.u-margin-bottom__large {
  margin-bottom: 24px;
}

.u-margin-bottom__xlarge {
  margin-bottom: 32px;
}

.u-text-align__center {
  text-align: center;
}

.u-opacity__80 {
  opacity: 0.8;
}

.u-opacity__60 {
  opacity: 0.6;
}

.u-opacity__40 {
  opacity: 0.4;
}

.u-opacity__20 {
  opacity: 0.2;
}

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

.o-column {
  padding-right: 0px;
  padding-left: 0px;
}

.o-button {
  padding: 8px 16px;
  background-color: #08f;
}

.o-button.o-button__secondary {
  background-color: #43d370;
}

.u-hidden {
  display: none;
}

.u-margin__none {
  margin: 0px;
}

.u-font-size__small {
  font-size: 14px;
  line-height: 20px;
}

.u-font-size__large {
  font-size: 18px;
  line-height: 24px;
}

.u-margin-bottom__2xlarge {
  margin-bottom: 40px;
}

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

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 9rem;
  -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;
}

.header-content.headerbar {
  width: 100%;
  height: 4.4rem;
  max-height: 4.4em;
}

.header-container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-link {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

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

.nav-link.gray {
  color: #7d7877;
}

.nav-link.gray:hover {
  color: #261f1c;
}

.nav-dropdown {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

.nav-dropdown.w--open {
  background-color: #f6bbac;
}

.text-block {
  color: #261f1c;
}

.dropdown-list.w--open {
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: #fff;
}

.image {
  width: 100%;
  max-width: 160px;
}

.cta-link {
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: #e85530;
  font-weight: 600;
}

.dropdown-link {
  padding: 0.75rem 1rem;
}

.dropdown-link.w--current {
  color: #261f1c;
}

.dropdown-link.link-rc-temporal {
  display: none;
}

.dropdown-link.link-baja-laboral {
  display: none;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-link-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

.nav-link-with-icon:hover {
  background-color: #f6bbac;
}

.nav-link-icon {
  margin-right: 0.25rem;
}

.image-2 {
  position: absolute;
  left: 50%;
  top: 1.875rem;
  right: 0%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-with-image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-with-image-container {
  position: relative;
  overflow: hidden;
  background-color: #f6dada;
}

.hero-with-image-left-column {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-bottom: 4rem;
}

.hero-with-image-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.display {
  color: #261f1c;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.home-hero-subtitle {
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.button {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: #e85530;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.button.cta-button-header {
  min-width: 149px;
  text-align: center;
}

.button.cta-button-header.cta-bajalaboral {
  display: none;
}

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

.hero-with-image-title-wrapper {
  margin-top: 7.5rem;
  margin-bottom: 3rem;
}

.overpositioned-normal-wrapper {
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-left: 16.666666666666664%;
  padding-bottom: 36.58536585365854%;
}

.hero-with-image-image-partners {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-with-image-image-partners.hero-with-image-nosotros {
  top: 383px;
}

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

.div-block-2 {
  width: 50%;
}

.div-block-3 {
  position: relative;
  width: 50%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 21.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/curly-arrow-stroke.svg');
  background-position: 100% 0px;
  background-size: 155px 320px;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.div-block-5 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.6666667%;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: 16.666666666%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-6 {
  position: relative;
  margin-bottom: 64px;
  padding-bottom: 62.5%;
}

.text-block-3 {
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.paragraph {
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
}

.list {
  padding-left: 0px;
  line-height: 1.375px;
  list-style-type: none;
}

.div-block-7 {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #e9e9e8;
}

.div-block-7._1 {
  background-color: #e85530;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 1.5rem 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(250, 238, 214, 0);
  cursor: pointer;
}

.list-item._2 {
  color: #261f1c;
  font-size: 18px;
  line-height: 245px;
}

.list-item._4 {
  position: relative;
}

.text-block-4 {
  width: 100%;
  color: #a8a5a4;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-block-4._1 {
  color: #261f1c;
  font-size: 18px;
  line-height: 24px;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.not-fixed {
  position: static;
  height: auto;
}

.heading {
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.heading-2 {
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.claim-text-wrapper {
  text-align: center;
}

.text-span {
  display: inline-block;
  padding-bottom: 16px;
  background-image: url('../images/title-underline-stroke.svg');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  white-space: nowrap;
}

.module-claim {
  padding-top: 6.5rem;
  padding-bottom: 5.5rem;
  background-color: #faeed6;
}

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

.text-and-image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text-and-image-text-block {
  width: 41.66666666666667%;
  padding-right: 16px;
  padding-left: 16px;
}

.text-and-image-image-block {
  position: relative;
  width: 58.333333333333336%;
  margin-top: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.text-and-image-image-area {
  width: 56.6666667vw;
  height: 41.6666667vw;
}

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

.section-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 12.5rem;
  background-color: #f3f3fe;
}

.text-and-image-subtitle {
  width: 80%;
  margin-bottom: 4rem;
  color: #524c4a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-and-image-title {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 600;
}

.module-features-grid {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.features-grid-content {
  width: 88%;
  min-width: 864px;
  margin-right: auto;
  margin-left: auto;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 4rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 5.5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-block-image {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.5rem;
}

.feature-block-title {
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
}

.faqs-item-body-content {
  width: 100%;
}

.faqs-item-icon-wrapper {
  width: 1.25rem;
  height: 1.25rem;
}

.faqs-item-icon-wrapper.closed {
  display: none;
}

.accordion-body-text {
  padding: 1rem 1.5rem 1.5rem;
  color: #261f1c;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.faqs-list {
  padding-left: 0px;
  list-style-type: none;
}

.faqs-item-title {
  margin-top: 0px;
  margin-right: 1.5rem;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #261f1c;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.faqs-item {
  display: block;
  margin-bottom: 1rem;
  background-color: #f8e6c3;
}

.faqs-item-body {
  overflow: hidden;
  width: 100%;
}

.faqs-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #939393;
  cursor: pointer;
}

.faqs-content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  min-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.section-4 {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6.5rem;
  background-color: #faeed6;
}

.hidden {
  display: none;
}

.testimonials-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -1rem;
  margin-left: -1rem;
}

.testimonials-left-column {
  width: 50%;
  padding-right: 16px;
  padding-left: 16px;
}

.testimonials-right-column {
  width: 50%;
  max-width: 464px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.testimonials-title-wrapper {
  width: 80%;
  margin-top: 5.75rem;
}

.module-testimonials {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-color: #faeed6;
}

.testimonials-quote-text {
  width: 5rem;
  margin-bottom: 1.5rem;
}

.testimonials-slider {
  width: 464px;
  height: 240px;
  max-width: 464px;
  background-color: transparent;
}

.testimonial-media {
  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;
}

.testimonial-media-text-block {
  margin-left: 1rem;
}

.testimonial-author-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-media-image-wrapper {
  width: 5rem;
  height: 5rem;
}

.testimonial-media-text-name {
  color: #261f1c;
}

.testimonial-quote {
  width: 345.32501220703125em;
  max-width: 464px;
  margin-bottom: 2rem;
  padding: 0px;
  border-left-style: none;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.testimonials-slider-wrapper {
  width: 80%;
}

.icon {
  color: #261f1c;
  font-size: 0.75rem;
}

.icon.left {
  margin-left: 9px;
}

.arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
}

.arrow.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -2rem;
}

.arrow.right {
  left: 13.325rem;
  top: auto;
  right: auto;
  bottom: -2rem;
}

.testimonials-slider-nav {
  left: 4rem;
  bottom: -1.375rem;
  width: 7.5rem;
  height: 0.75rem;
  margin-right: 0px;
  margin-left: 0px;
}

.module-media-links {
  overflow: hidden;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.media-links-title {
  width: 75%;
  min-width: 640px;
  margin-bottom: 2.5rem;
}

.faqs-title-wrapper {
  width: 50%;
}

.media-links-slider-mask {
  overflow: visible;
  width: 100%;
  min-width: 416px;
}

.media-links-slider-mask.desktop {
  width: 66.66666666%;
}

.media-links-slide {
  width: 33.33333333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.media-links-slider {
  height: auto;
  margin-right: -1rem;
  margin-left: -1rem;
  background-color: transparent;
}

.media-links-slider.mobile {
  display: none;
}

.cta-nav-list-item {
  margin-right: -0.75rem;
}

.media-links-link-item {
  padding: 2rem 1.75rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e8;
  background-color: #f4f4f4;
}

.media-links-link-author {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.media-links-link-quote {
  min-height: 6rem;
  padding: 0px;
  border-left-style: none;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.slider-arrow {
  top: auto;
  bottom: -4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #faeed6;
}

.slider-arrow.left {
  left: 1rem;
}

.slider-arrow.right {
  right: 1rem;
}

.slider-arrow.gray {
  background-color: #f4f4f4;
}

.footer {
  position: relative;
  padding-top: 6.5rem;
  background-color: #261f1c;
}

.link-block {
  height: 2rem;
}

.div-block-27 {
  width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.footer-nav-list {
  padding-left: 0px;
  list-style-type: none;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem -1rem;
}

.heading-5 {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.list-item-3 {
  margin-bottom: 1rem;
}

.list-item-3.item-baja-laboral-footer {
  display: none;
}

.list-item-3.item-rc-temporal-footer {
  display: none;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -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;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-7 {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-image {
  display: block;
  width: 100%;
}

.div-block-33 {
  width: 10rem;
  margin-right: 1rem;
}

.div-block-34 {
  width: 8rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.div-block-35 {
  width: 7.5rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.social-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-top: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-social-link {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.25rem;
}

.footer-social-icon {
  display: block;
  width: 100%;
}

.scroll-behaviour-trigger {
  position: absolute;
  left: 0%;
  top: 120vh;
  right: auto;
  width: 1px;
  color: #e85530;
}

.hero-vertical {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
  background-color: #f3f3fe;
}

.heading-6 {
  line-height: 5rem;
}

.product-hero-title-wrapper {
  width: 75%;
  margin-bottom: 1rem;
}

.div-block-36 {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}

.div-block-37 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-37.purple {
  position: relative;
  border-right-color: #7e7ef1;
}

.div-block-37.purple {
  position: relative;
  border-right-color: #7e7ef1;
}

.div-block-38 {
  display: block;
  padding: 1.5rem 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #261f1c;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
}

.div-block-38.purple {
  border-top-color: rgba(126, 126, 241, 0);
  border-bottom-color: rgba(126, 126, 241, 0);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.div-block-38.purple:hover {
  border-bottom-color: #7e7ef1;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  z-index: 2;
  background-color: #fff;
}

.navigation.purple {
  z-index: 2;
  border-top-color: #7e7ef1;
}

.navigation.text-purple {
  z-index: 14;
}

.heading-7 {
  margin-bottom: 2rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.div-block-39 {
  width: 66.66666666666666%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}

.section-overpositioned-title {
  width: 41.66666666666667%;
  margin-bottom: 4rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.66666666666667%;
  margin-bottom: 2rem;
}

.text-block-8 {
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.check-icon-wrapper {
  margin-right: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-3 {
  width: 33.33333333333333%;
  margin-bottom: 6rem;
}

.overpositioned-floating-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 41.1111111%;
  margin-top: -2rem;
  margin-left: auto;
  padding-bottom: 53.68055555555556%;
}

.div-block-42 {
  position: relative;
  margin-top: 9.75rem;
}

.section-7 {
  position: relative;
  overflow: hidden;
  background-color: #f3f3fe;
}

._2-columns-list-column {
  width: 50%;
  min-width: 400px;
  padding-right: 1rem;
  padding-left: 1rem;
}

._2-columns-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-4 {
  margin-bottom: 2rem;
  color: #524c4a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

._2-columns-list-title {
  margin-bottom: 2rem;
  color: #261f1c;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.list-2 {
  padding-left: 0px;
  list-style-type: none;
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-9 {
  margin-top: 2px;
  margin-left: 0.75rem;
}

._2-columns-list-wrapper {
  width: 66.66666666%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.module-features-row {
  position: relative;
  overflow: hidden;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  background-color: rgba(246, 218, 218, 0.85);
}

.features-row-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.features-row-item {
  width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.features-row-item-title {
  width: 14rem;
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.features-row-item-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
}

.section-overpositioned-title-copy {
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.paragraph-4-copy {
  margin-top: 1.5rem;
  color: #524c4a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-49 {
  width: 33.33333333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.div-block-49.first {
  padding-top: 25%;
}

.section-title-masonry {
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.div-block-49-copy {
  position: absolute;
  width: 41.66666666666667%;
}

.section-9 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.div-block-50 {
  margin-bottom: 2rem;
  padding: 5rem 2rem 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e8;
}

.image-9 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-51 {
  position: relative;
  width: 100%;
  max-width: 14rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
}

.heading-9 {
  margin-bottom: 0.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.hero-for-whom {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
  background-color: #f3f3fe;
}

.section-for-whom {
  width: 83.33333333333334%;
  min-width: 400px;
  margin-top: 40px;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-text-wrapper {
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.paragraph-3-copy {
  width: 66.66666666666666%;
  min-width: 400px;
  margin-bottom: 0rem;
  padding-right: 1rem;
}

.paragraph-3-copy._404 {
  margin-top: 16px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #261f1c;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.paragraph-3-copy._404 {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 40px;
  padding-right: 0px;
  color: #524c4a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.paragraph-3-copy._404.paragraphconfirmaciondedatos {
  text-align: left;
}

.paragraph-3-copy._404.paragraphyatengoseguro {
  text-align: left;
}

.paragraph-3-copy._404.alignleft {
  text-align: left;
}

.paragraph-3-copy._404 {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 40px;
  padding-right: 0px;
  color: #524c4a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.paragraph-3-copy._404 {
  margin-top: 16px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #261f1c;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.overpositioned-normal-wrapper-copy-2 {
  position: relative;
  width: 100%;
  margin-right: auto;
  padding-bottom: 30.2777778vw;
}

.div-block-42-copy {
  position: relative;
  margin-top: 9.5rem;
  padding-bottom: 4rem;
}

.div-block-42-copy._404 {
  padding-bottom: 9rem;
}

.div-block-42-copy._404 {
  max-width: 1440px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 62px;
  padding-bottom: 4rem;
  padding-left: 62px;
}

.div-block-42-copy._404-ebook {
  margin-top: 2rem;
  padding-bottom: 9rem;
}

.div-block-42-copy._404 {
  max-width: 1440px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 62px;
  padding-bottom: 0rem;
  padding-left: 62px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-53 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-55 {
  width: 100%;
  padding-right: 1rem;
}

.image-10 {
  width: 66.66666666666666%;
  margin-bottom: 2.5rem;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.div-block-57 {
  position: relative;
  z-index: 1;
  width: 50%;
}

.div-block-58 {
  width: 50%;
  margin-top: 17.22222222222222vw;
  padding-right: 1rem;
  padding-left: 1rem;
}

.section-10 {
  position: relative;
  overflow: hidden;
  background-color: #f3f3fe;
}

.hero-image-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-55-copy-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666666%;
  margin-top: -3rem;
  padding-right: 1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.overpositioned-normal-wrapper-copy-2-copycat {
  position: relative;
  width: 50vw;
  margin-right: auto;
  padding-bottom: 30.2777778vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-55-copy-23-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-for-whom-copy {
  width: 100%;
  margin-bottom: 2rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.paragraph-3-copy-2 {
  width: 66.6666666%;
  margin-bottom: 6rem;
  padding-right: 1rem;
}

.overpositioned-normal-wrapper-copy-2-copy-2-copy-test {
  position: relative;
  width: 33.3333334vw;
  margin-right: auto;
  padding-bottom: 23.8888889vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-59 {
  position: relative;
  z-index: 1;
  padding-top: 12.75rem;
  padding-bottom: 6.5rem;
  background-image: url('../images/curly-arrow-stroke-to-the-left.svg');
  background-position: 91% 64px;
  background-size: 24rem 26rem;
  background-repeat: no-repeat;
}

.section-11 {
  position: relative;
  background-color: #f4f4f4;
}

.section-for-whom-title-cards {
  width: 58.333333333333336%;
  margin-bottom: 2rem;
  padding-right: 1rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.div-block-60 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-11 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-61 {
  position: relative;
  width: 100%;
  padding-bottom: 67.6328502415459%;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -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;
}

.heading-10 {
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.text-block-10 {
  color: #e85530;
  font-weight: 600;
}

.paragraph-5 {
  margin-bottom: 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e8;
  background-color: #fff;
  cursor: pointer;
}

.paragraph-6 {
  overflow: hidden;
  height: 9.625rem;
}

.paragraph-3-copy-2-copy-test {
  width: 50%;
  margin-bottom: 6rem;
  padding-right: 1rem;
}

.hero-about-us {
  position: relative;
  min-height: 38.5rem;
  background-color: #f4f4f4;
}

.hero-product {
  position: relative;
  overflow: hidden;
  background-color: #faeed6;
}

.section-overpositioned-title-23 {
  width: 50%;
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.section-why {
  padding-top: 9.75rem;
}

.paragraph-tesad {
  width: 66.66666666666666%;
  min-width: 420px;
  margin-bottom: 4.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.image-12 {
  display: block;
  width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-65 {
  width: 50%;
  padding-top: 3.5rem;
}

.div-block-66 {
  width: 50%;
}

.div-block-54-copy {
  width: 83.33333333333334%;
  margin-bottom: -10rem;
  margin-left: 16.666666666666664%;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
}

.div-block-40-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 2rem;
}

.div-block-55-copy {
  width: 42.6vw;
}

.overpositioned-normal-wrapper-copy-2-copya {
  position: relative;
  width: 100%;
  margin-right: auto;
  padding-bottom: 36.4583333vw;
}

.image-13 {
  position: absolute;
  top: 0px;
  width: 30%;
  margin-top: 4rem;
  margin-left: 23.61111111111111%;
}

.about-us-title-wrapper {
  width: 41.66666666666667%;
  margin-bottom: 1rem;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.div-block-68 {
  width: 50%;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-13 {
  padding-top: 4rem;
}

.heading-copy {
  margin-bottom: 3rem;
  padding-right: 1rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.paragraph-7 {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.div-block-70 {
  width: 66.66666666666666%;
}

.div-block-test {
  width: 50vw;
  padding-right: 1rem;
}

.overpositioned-normal-wrapper-cop {
  position: relative;
  width: 100%;
  margin-right: auto;
  padding-bottom: 45.5555556vw;
}

.overpositioned-normal-wrapper-cop.image-nosotros {
  padding-bottom: 40px;
}

.text-span-2 {
  display: inline-block;
  margin-left: -0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 4px;
  padding-left: 0.5rem;
  background-image: url('../images/underline-stroke-small.svg');
  background-position: 50% 100%;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.div-block-72 {
  width: 50%;
  padding-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.div-block-73 {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.header-rounded {
  display: inline-block;
  max-width: 66.66666666666666%;
  margin-bottom: 3rem;
  margin-left: -2rem;
  padding: 3rem 3rem 1.5rem 2rem;
  background-image: url('../images/rounded-stroke.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.paragraph-8 {
  width: 66.66666666666666%;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.section-14 {
  margin-bottom: 3rem;
  padding-top: 4.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3fe), color-stop(58.700209644%, #f3f3fe), color-stop(0, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #f3f3fe, #f3f3fe 58.700209644%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0));
}

.div-block-55-copy-23-copycat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33333333333334%;
  padding-right: 1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.overpositioned-normal-wrapper-copy-2-copy {
  position: relative;
  width: 41.2vw;
  padding-bottom: 57.91666666666667vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overpositioned-normal-wrapper-copy-copy {
  position: absolute;
  bottom: 0%;
  width: 66.66666666666666%;
  margin-right: auto;
  margin-left: 33.333333333%;
  padding-bottom: 36.1280488%;
  -webkit-transform: translate(0px, 5rem);
  -ms-transform: translate(0px, 5rem);
  transform: translate(0px, 5rem);
}

.div-block-74 {
  position: relative;
}

.hero-with-image-overpositioned-image {
  position: relative;
  width: 83.33333333333334%;
  min-height: 39rem;
  min-width: 25rem;
  padding-bottom: 115.5487805%;
}

.div-block-75 {
  height: 60vh;
}

.div-block-75._1 {
  height: 40vh;
}

.div-block-76 {
  margin-bottom: -100%;
  opacity: 0;
}

.div-block-76._1 {
  opacity: 1;
}

.div-block-76._2 {
  opacity: 0;
}

.div-block-76._3 {
  opacity: 0;
}

.div-block-76._4 {
  margin-bottom: 0%;
  opacity: 0;
}

.div-block-76-copy.no-opacity {
  opacity: 0;
}

.div-block-77 {
  position: relative;
}

.div-block-78 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #faeed6;
  opacity: 0;
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}

.hairlines-group {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.hairlines-group.red {
  color: #e85530;
}

.hairlines-group.text-red {
  display: inline-block;
}

.hairlines-group.text-dark-gray {
  color: #524c4a;
}

.hairlines-group.red {
  color: #e85530;
}

.hero-with-images-h-line-3 {
  height: 1px;
  margin-top: -1px;
}

.hero-for-whom-h-line-2 {
  height: 1px;
  margin-top: -2px;
  margin-bottom: 2rem;
}

.hero-with-images-h-line-1 {
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 4.875rem;
}

.hero-with-images-v-line-ellipse-left {
  position: absolute;
  left: 43.333333333333336%;
  top: 0px;
  width: 1px;
  height: 100%;
  margin-top: -1px;
}

.hero-with-images-v-line-ellipse-right {
  position: absolute;
  left: 79.93055555555556%;
  width: 1px;
  height: 100%;
  margin-top: -1px;
}

.hero-with-image-hairline-ellipse {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 36.59722222222222%;
  height: 100%;
  margin-left: 43.333333333333336%;
  padding-top: 8.875rem;
}

.hero-with-images-h-line-bottom {
  position: absolute;
  top: auto;
  right: 56.666666666666664%;
  bottom: 2rem;
  width: 100vw;
  height: 1px;
}

.hero-with-images-h-line-middle {
  position: absolute;
  left: 43.333333333333336%;
  right: 57.3170731707317%;
  bottom: 41.98218262806236%;
  width: 100vw;
  height: 1px;
}

.global-hairline-v-line-left {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.global-hairline-v-line-right {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.html-embed-4 {
  position: absolute;
  left: 0px;
  right: 50%;
  width: 50%;
  height: 1px;
  margin-top: 72px;
  color: #e85530;
}

.html-embed-2-copy {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
}

.hairline-ellipse-what-we-can-do {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 52.22222222222223%;
  height: 31.67701863354037%;
  margin-left: 43.333333333333336%;
}

.text-and-image-h-hairline-line {
  height: 1px;
  color: #7e7ef1;
}

.faqs-hairline-v-line-1 {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  margin-top: -1px;
}

.faqs-hairlines-h-line-1 {
  width: 100%;
  height: 1px;
  max-width: 1440px;
  margin: -0.75rem auto 4.25rem;
  -webkit-transform: translate(-16.666666666666664%, 0px);
  -ms-transform: translate(-16.666666666666664%, 0px);
  transform: translate(-16.666666666666664%, 0px);
  color: #e85530;
}

.faqs-hairlines-h-line-3 {
  height: 1px;
  margin-top: 3.5rem;
  color: #e85530;
}

.underlinedasd-copy-copy {
  height: 1px;
  color: #e85530;
}

.faqs-hairlines-h-line-2 {
  position: absolute;
  right: 50%;
  width: 100%;
  height: 1px;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 4.25rem;
  margin-left: auto;
  -webkit-transform: translate(0px, -69px);
  -ms-transform: translate(0px, -69px);
  transform: translate(0px, -69px);
  color: #e85530;
}

.div-block-85 {
  position: absolute;
  width: 100%;
}

.div-block-86 {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 4.5rem;
  margin-bottom: -4.5rem;
  background-color: #faeed6;
}

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

.mask-2 {
  overflow: visible;
}

.slider-3 {
  min-height: 80vh;
  background-color: transparent;
}

.text-red {
  color: #e85530;
}

.menu-button {
  display: none;
}

.div-block-80-copy-copy-copy-copy {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
}

.hero-home-v-line-ellipse-left-copy {
  position: absolute;
  left: 43.333333333333336%;
  top: 0px;
  width: 1px;
  height: 100%;
  margin-top: -1px;
}

.hero-home-v-line-right-copy {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
}

.testimonials-content {
  width: 83.333333333%;
  min-width: 864px;
  margin-right: auto;
  margin-left: auto;
}

.faqs-hairline-v-line-2 {
  position: absolute;
  left: 83.3333333%;
  width: 1px;
  height: 100%;
  margin-top: -1px;
}

.hero-blog {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
  background-color: #f4f4f4;
}

.blog-hero-subtitle {
  width: 50%;
  min-width: 560px;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.product-hero-title-wrapper-copy {
  width: 75%;
  margin-bottom: 1rem;
}

.hero-blog-h-line-5 {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  height: 1px;
}

.text-dark-gray {
  color: #524c4a;
}

.hero-home-h-line-1-copy {
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 4.875rem;
}

.hero-blog-h-line-2 {
  height: 1px;
  margin-top: -2px;
}

.div-block-36-copya {
  padding-top: 6rem;
}

.hero-blog-ellipse-line-copy {
  position: absolute;
  left: 80.97222222222223%;
  bottom: 0px;
  display: block;
  width: 29.097222222222225%;
  padding-bottom: 29.097222222222225%;
}

.hero-blog-v-line-2 {
  position: absolute;
  left: 87.70833333333333%;
  width: 1px;
  height: 100%;
}

.hero-blog-v-line-1 {
  position: absolute;
  left: 85.76388888888889%;
  top: 0px;
  width: 1px;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-15 {
  padding-top: 2rem;
  padding-bottom: 8.75rem;
}

.div-block-92 {
  margin-top: 3.5rem;
  margin-bottom: 8rem;
}

.text-field {
  height: auto;
  padding: 0.8125rem 3rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e85530;
  border-radius: 90rem;
  background-color: transparent;
  background-image: url('../images/loupe.svg');
  background-position: 16px 50%;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}

.text-field:focus {
  border-color: #e85530;
}

.text-field::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
}

.text-field:-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
}

.text-field::-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
}

.text-field::placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
}

.category-tab {
  margin-right: 2rem;
  margin-left: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 0.125rem solid transparent;
  border-bottom: 0.125rem solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  color: #a8a5a4;
}

.category-tab.w--current {
  border-bottom-color: #e85530;
  background-color: transparent;
}

.category-tab.button-active {
  border-bottom-color: #e85530;
  color: #e85530;
}

.hero-post {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.5rem;
  background-color: #f4f4f4;
}

.hero-post._404 {
  padding-bottom: 2.125rem;
  background-color: #fff;
}

.hero-blog-h-line-6 {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 1px;
}

.section-16 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}

.section-16-copy {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #f4f4f4;
}

.heading-11 {
  margin-bottom: 4rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-93 {
  margin-top: 5.5rem;
  text-align: center;
}

.button-2 {
  min-width: 12.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: #e85530;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.newsletter-cta-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6dada;
}

.heading-11-copy {
  width: 50%;
  margin-bottom: 2rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.field-label {
  display: none;
}

.hs-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  width: 50%;
  margin-bottom: 0px;
}

.image-14 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-94 {
  position: relative;
  width: 100%;
  padding-bottom: 31.59722222222222%;
}

.div-block-95 {
  margin-right: -1rem;
  margin-left: -1rem;
  background-color: #fff;
}

.heading-12 {
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 3rem;
  line-height: 3.625rem;
  font-weight: 600;
}

.div-block-96 {
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.div-block-97 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.category-badge-button {
  padding: 0.3125rem 1rem;
  border-radius: 9rem;
  background-color: #ccccf9;
  color: #261f1c;
}

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

.div-block-99 {
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e9e9e8;
}

.text-block-13 {
  margin-left: 1rem;
  color: #261f1c;
}

.div-block-100 {
  margin-bottom: 2rem;
}

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

.div-block-101 {
  padding: 2rem 2rem 4rem;
}

.div-block-97-copy {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.underlinedasd-copy-copyasds {
  height: 1px;
  color: #7e7ef1;
}

.div-block-102 {
  padding: 1.5rem 2rem;
}

.div-block-97-copy-copy {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.keyword-badge {
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 9rem;
  background-color: #e9e9e8;
  color: #261f1c;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.div-block-103 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.field-label-2 {
  display: none;
}

.div-block-104 {
  margin-left: -64px;
  padding: 2rem 1.5rem 2rem 4rem;
  background-color: #f3f3fe;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-105 {
  width: 30%;
  margin-left: -10%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-106 {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.div-block-107 {
  width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-108 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.div-block-109 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.div-block-110 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.div-block-111 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.div-block-112 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-113 {
  padding-top: 3rem;
}

.form-block-2 {
  margin-bottom: 0px;
}

.text-block-14 {
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.floating-subscribe-form-button {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #7e7ef1;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.text-field-3 {
  height: auto;
  margin-bottom: 1rem;
  padding: 0.8125rem 1.25rem;
  border: 1px none #000;
  border-radius: 0.5rem;
}

.post-body {
  position: relative;
  color: #524c4a;
  white-space: pre-wrap;
}

.post-body h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.post-body p {
  margin-bottom: 1.375rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.post-body strong {
  color: #261f1c;
}

.post-body h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.post-body img {
  margin-bottom: 1.5rem;
}

.post-body h4 {
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 1rem;
  font-weight: 600;
}

.post-body a {
  color: #7e7ef1;
  font-weight: 600;
  cursor: pointer;
}

.post-body a:hover {
  text-decoration: underline;
}

.post-body ol {
  margin-left: 4.5rem;
  padding-left: 1.25rem;
}

.post-body ul {
  margin-left: 4.5rem;
  padding-left: 1.125rem;
}

.post-body li {
  margin-bottom: 0.75rem;
}

.post-body blockquote {
  min-height: 96px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  padding: 2rem 2rem 2rem 7rem;
  border-left-style: none;
  background-color: #f3f3fe;
  background-image: url('../images/icon-qoute.svg');
  background-position: 24px 24px;
  background-size: auto 3rem;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.image-16 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-115 {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 69.7115385%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.div-block-116 {
  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;
  color: #a8a5a4;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem 2rem;
  -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;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #e9e9e8;
}

.category-link {
  padding: 0.3125rem 1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 9rem;
  background-color: #ccccf9;
  color: #261f1c;
}

.post-title {
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.div-block-118 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-posts-slide-nav {
  bottom: -5rem;
  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;
}

.slider-4 {
  height: auto;
  background-color: transparent;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e8;
}

.div-block-117-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333333333%;
  height: 100%;
  min-width: 400px;
  padding: 2.5rem 2rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.mask-3 {
  height: auto;
}

.div-block-120 {
  position: relative;
  display: block;
  width: 66.66666666666666%;
}

.image-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-118-copy {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.paragraph-9 {
  overflow: hidden;
  height: 6.875rem;
  margin-bottom: 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #e85530;
}

.html-embed-6 {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.div-block-121 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8rem;
  height: 8rem;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter-search.filters-wrapper {
  display: none;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-width: 100%;
}

.div-block-124 {
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
  z-index: 2;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #e85530;
  background-color: #fff;
}

.section-17 {
  position: relative;
}

.heading-6-copy {
  line-height: 5rem;
}

.display-copy {
  color: #261f1c;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.div-block-125 {
  position: static;
  display: block;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-126 {
  padding-left: 1em;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  -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: 50%;
  background-color: #261f1c;
}

.image-21 {
  width: 33px;
  height: 17px;
  margin-left: auto;
}

.div-block-113-copy {
  padding-top: 4rem;
}

.div-block-96-copy {
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.div-block-101-copy {
  padding: 4rem 2rem;
}

.footer-text {
  color: #fff;
  text-decoration: none;
}

.main-content {
  position: relative;
}

.div-block-128 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-36-copy {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}

.home-hero-subtitle-copy {
  margin-bottom: 2rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.hero-for-whom-h-line-1 {
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 4.875rem;
}

.text-purple {
  color: #7e7ef1;
}

.hero-for-whom-h-line-3 {
  width: 100vw;
  height: 1px;
}

.hero-for-whom-ellipse-line {
  position: absolute;
  left: 100%;
  top: auto;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 8.88888888%;
  height: 100%;
  margin-left: -4rem;
  padding-top: 6.875rem;
}

.hero-for-whom-v-line-ellipse-left {
  position: absolute;
  left: 33.33333333333333%;
  top: 0px;
  width: 1px;
  height: 100%;
}

.hero-for-whom-h-line-4 {
  display: none;
  height: 1px;
  margin-top: -2px;
}

.div-block-130 {
  position: relative;
}

.section-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.hero-2nd-block-v-line {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
}

.for-whom-2nd-block-ellipse-line-copy {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 48.9655172%;
}

.for-whom-2nd-block-ellipse-line-copy.text-red {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
}

.for-whom-2nd-block-ellipse-line-copy.text-red {
  top: 304.694px;
}

.block-2-for-whom-h-line-3 {
  position: absolute;
  left: 50%;
  right: 0%;
  z-index: 1;
  width: 100vw;
  height: 1px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.block-2-for-whom-h-line-3.text-red {
  top: 418.917px;
}

.block-2-for-whom-h-line-4 {
  position: absolute;
  left: 50%;
  right: 0%;
  width: 100vw;
  height: 1px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.hero-2nd-block-v-line-2 {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-top: 1px;
  margin-left: 33.33333333333333%;
  -webkit-transform: translate(-2rem, 0px);
  -ms-transform: translate(-2rem, 0px);
  transform: translate(-2rem, 0px);
}

.for-whom-cards-ellipse-line {
  position: absolute;
  left: 50%;
  top: 34.93150684931507%;
  display: block;
  width: 76.1805556%;
  height: 49.3150685%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.for-whom-cards-v-line-ellipse-left {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  margin-left: 33.33333333333333%;
  -webkit-transform: translate(-2rem, 0px);
  -ms-transform: translate(-2rem, 0px);
  transform: translate(-2rem, 0px);
}

.div-block-54-copy2 {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.hero-home-v-line-right-copy2 {
  position: absolute;
  right: 4rem;
  display: none;
  width: 1px;
  height: 100%;
}

.hero-home-v-line-left-copy2 {
  position: absolute;
  left: 4rem;
  display: none;
  width: 1px;
  height: 100%;
}

.block-2-for-whom-h-line-4-copy {
  position: absolute;
  left: 50%;
  right: 0%;
  display: none;
  width: 100vw;
  height: 1px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.benefits-subtitle {
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.testimonial-slide-nav-copy {
  bottom: -2.75rem;
  height: 0.75rem;
  margin-right: 0px;
  margin-left: 0px;
}

.slider-5 {
  display: none;
}

.module-2-column-rich-text p {
  margin-bottom: 2rem;
  color: #524c4a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.module-2-column-rich-text ul {
  padding-left: 0px;
  list-style-type: none;
}

.module-2-column-rich-text li {
  margin-bottom: 1.5rem;
  padding-top: 2px;
  padding-left: 2.25rem;
  background-image: url('../images/icon-list-check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

._2-columns-list-content p {
  margin-bottom: 2rem;
  color: #524c4a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

._2-columns-list-content ul {
  padding-left: 0px;
  list-style-type: none;
}

._2-columns-list-content li {
  margin-bottom: 1.5rem;
  padding-top: 2px;
  padding-left: 2.25rem;
  background-image: url('../images/icon-list-plus.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.hairlines-group-copy {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.features-row-hairlines-v-line-1 {
  position: absolute;
  left: 25%;
  top: 0px;
  width: 1px;
  height: 100%;
  margin-top: -1px;
  margin-left: 8px;
}

.features-row-hairlines-v-line-2 {
  position: absolute;
  left: 66.66666666666666%;
  right: 4rem;
  width: 1px;
  height: 100%;
}

.features-row-hairlines-v-line-3 {
  position: absolute;
  left: 75%;
  width: 1px;
  height: 100%;
  margin-left: -0.5rem;
}

.features-row-hairlines-ellipse {
  display: block;
  width: 21.25rem;
  height: 21.75rem;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.features-row-hairlines-ellipse-wrapper {
  position: absolute;
  right: 4rem;
  overflow: hidden;
}

.features-row-header {
  position: relative;
  z-index: 1;
  width: 50%;
  min-width: 32rem;
}

.div-block-36-copy {
  position: relative;
  padding-top: 13rem;
}

.div-block-36-copy-copy {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}

.hero-for-whom-h-line-3-copy {
  width: 100vw;
  height: 1px;
}

.hero-for-whom-h-line-3-copy.text-purple {
  margin-bottom: -1px;
}

.hero-for-whom-h-line-3-copy2 {
  width: 100vw;
  height: 1px;
}

.hero-for-whom-h-line-3-copy2.text-purple {
  margin-top: -1px;
}

.hero-with-images-h-line-2 {
  height: 1px;
  margin-top: -2px;
  margin-bottom: 2rem;
}

.hero-with-images-h-line-2.lineaheaderhorizontal {
  position: absolute;
  top: 85%;
  width: 100%;
  margin-top: 0px;
}

.hero-with-images-h-line-2.hero-with-images-2 {
  position: relative;
  margin-top: 0px;
}

.hero-with-image-subtitle {
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.global-hairlines-group {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.global-hairlines-group.text-red {
  -o-object-fit: fill;
  object-fit: fill;
}

.text-and-image-hairlines {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.faqs-hairlines-group {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.div-block-135 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.global-hairline-v-line-left-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.div-block-135-copy {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.global-hairline-v-line-left-copy-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.text-link {
  color: #7e7ef1;
}

.link-2 {
  color: #7e7ef1;
}

.link-3 {
  color: #7e7ef1;
}

.features-row-title {
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.features-row-subtitle {
  margin-top: 1.5rem;
  color: #524c4a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.features-row-hairlines-h-line-1.text-red {
  display: none;
}

.features-row-hairlines-h-line-2 {
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.features-row-item-description {
  color: #524c4a;
}

.div-block-136 {
  position: relative;
}

.list-item-5.mobile-nav-list-item {
  display: none;
}

.text-span-3 {
  display: none;
}

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

.hero-product-h-line-1 {
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 4.875rem;
}

.hero-product-h-line-2 {
  height: 1px;
  margin-top: -2px;
  margin-bottom: 2rem;
}

.hero-product-v-line-1 {
  position: absolute;
  right: 26.666666666666668%;
  z-index: 0;
  width: 1px;
  height: 100%;
  margin-right: 0.5rem;
  color: #eab143;
}

.hero-product-content {
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}

.hero-product-title-wrapper {
  width: 75%;
  margin-bottom: 1rem;
}

.hero-product-subtitle {
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.hero-product-h-line-3 {
  height: 1px;
  margin-top: -2px;
  margin-bottom: 2rem;
}

.product-mobile-video {
  display: none;
}

.text-block-and-right-overlaped-images-h-line-3 {
  height: 1px;
  margin-bottom: 2rem;
}

.text-block-and-right-overlaped-images-h-line-1 {
  position: absolute;
  left: -100%;
  right: 0px;
  width: 500%;
  height: 1px;
  margin-top: -0.75rem;
  margin-bottom: 2rem;
}

.text-block-and-right-overlaped-images-h-line-1.text-purple {
  z-index: 1;
  margin-top: -0.625rem;
}

.text-block-and-right-overlaped-images-title {
  width: 41.66666666666667%;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.div-block-138 {
  width: 41.666666666%;
  margin-top: 4rem;
}

.text-block-and-right-overlaped-images-h-line-2 {
  position: absolute;
  left: -100%;
  right: 0px;
  bottom: 20rem;
  width: 500%;
  height: 1px;
  margin-top: -0.75rem;
  margin-bottom: 2rem;
}

.text-block-and-right-overlaped-images-h-line-2.text-purple {
  z-index: 1;
  margin-top: -0.625rem;
}

.text-block-and-right-overlaped-images-v-line-1 {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-top: -1px;
  margin-left: 16%;
  -webkit-transform: translate(-0.75rem, 0px);
  -ms-transform: translate(-0.75rem, 0px);
  transform: translate(-0.75rem, 0px);
}

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

.div-block-40-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.66666666666667%;
  margin-bottom: 2rem;
}

.overpositioned-normal-wrapper-copy {
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-left: 16.666666666666664%;
  padding-bottom: 36.58536585365854%;
}

.overpositioned-floating-wrapper-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 41.1111111%;
  margin-top: -2rem;
  margin-left: auto;
  padding-bottom: 53.68055555555556%;
}

.text-block-and-right-overlaped-images-v-line-2 {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
}

.text-yellow {
  color: #eab143;
}

.hero-product-navigation-hairline-h-line-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1px;
}

.hero-product-navigation-hairline-h-line-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
}

.navigation-hairline-v-line-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.navigation-hairline-v-line-left-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.hero-product-h-line-4 {
  display: none;
  height: 1px;
  margin-top: -1px;
}

.hero-vertical-h-line-4 {
  display: none;
  height: 1px;
  margin-top: -1px;
}

.hero-vertical-h-line-3 {
  height: 1px;
}

.hero-vertical-v-line-1 {
  position: absolute;
  left: 33.3333%;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
}

.html-embed-8 {
  position: absolute;
  right: 4rem;
  bottom: 0px;
  width: 60.75%;
  height: 12rem;
}

.div-block-40-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 420px;
  margin-bottom: 2rem;
}

.div-block-36-copy-copy {
  position: relative;
  padding-top: 4rem;
}

.nosotros-cta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6dada;
}

.div-block-141 {
  margin-top: 5.5rem;
}

.div-block-142 {
  position: relative;
  width: 100%;
  padding-bottom: 85.7142857%;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.html-embed-9 {
  display: none;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.div-block-121-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  height: 8rem;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.div-block-143 {
  width: 50%;
}

.div-block-143.first {
  padding-right: 1rem;
}

.div-block-143.last {
  padding-left: 1rem;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state {
  display: none;
}

.link-4 {
  color: #a8a5a4;
}

.load-more-button {
  margin-left: 0px;
  padding: 4px 10px;
  border-color: #e85530;
  border-left-style: none;
  border-radius: 0px 5px 5px 0px;
}

.pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.underlinedasd-copy-copyasds-copyd {
  height: 1px;
  color: #7e7ef1;
}

.horizontal-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-large {
  height: auto;
  margin-right: 1rem;
  margin-bottom: 0px;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.button-form-large {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #e85530;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.yt-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-top: 56.17021276595745%;
  background-color: #e9e9e8;
}

.image-31-copy {
  width: 16px;
  height: 16px;
  max-width: none;
  opacity: 1;
  color: #323232;
}

.image-30 {
  margin-top: 20px;
}

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

.image-32 {
  display: block;
  width: 76px;
  height: 34.8px;
  margin-top: 15px;
}

.column-12-copy {
  height: 70px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.div-block-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f7f7f7;
  font-size: 20px;
  text-align: center;
}

.div-block-5-copy.tellamamos-copy {
  position: static;
  width: 150px;
  margin-top: 10px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-21 {
  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-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;
}

.text-block-13-copy {
  margin-bottom: 2px;
  clear: both;
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.anchor__tel-copy {
  color: #323232;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-indent: 0px;
}

.section-8 {
  padding-right: 100px;
  padding-bottom: 10px;
  padding-left: 100px;
}

.nav-shadow {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  height: 0px;
  padding-top: 105px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.29);
}

.container-2 {
  display: block;
  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 auto;
  grid-template-rows: auto auto;
}

.main-subheading-copy {
  margin-top: 18px;
  margin-bottom: 44px;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.columns-copy {
  padding-top: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.main-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.26em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.heading-14 {
  text-align: center;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
}

.container-9 {
  display: none;
}

.link-6 {
  color: #ffec00;
}

.section-3 {
  padding-right: 100px;
  padding-left: 100px;
  border: 0px none #000;
  background-color: #2e2ecf;
  background-image: url('../images/s.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-y;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-12-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: transparent;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -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;
}

.text-block-17 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 16px;
}

.image-23 {
  width: auto;
  height: 69px;
}

.grid {
  height: 60px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-19 {
  padding: 0px 100px 10px;
  background-color: #2e2ecf;
}

.image-33 {
  width: 60px;
  height: 48px;
  max-width: none;
}

.image-34 {
  width: 60px;
  height: 57px;
  max-width: none;
}

.image-19 {
  width: 54px;
  height: 44px;
  max-width: none;
}

.image-20 {
  width: auto;
  height: 40px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

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

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 40px 14px 30px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d1d1d1;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-2:visited {
  background-color: #ffec09;
}

.tab-link-tab-2.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffec09;
}

.arrow-up {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-5 {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
}

.coberturas-slider {
  background-color: #f7f7f7;
}

.coberturas-slider.center-it {
  height: 520px;
  max-width: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.saccordion-footer-saber-mas {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 40px;
}

.new-dropdown-toggle-coberturas {
  width: 100%;
  padding: 30px;
  border-radius: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.new-dropdown-toggle-coberturas.w--open {
  overflow: visible;
  height: 100%;
  background-color: #ffec00;
}

.new-dropdown-toggle-coberturas.open {
  padding-top: 0px;
  padding-bottom: 10px;
}

.coberturas-slider-copy {
  background-color: #f7f7f7;
}

.coberturas-slider-copy.center-it {
  height: 520px;
  max-width: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mask-4 {
  height: 475px;
  padding-top: 60px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d1d1d1;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-size: 15px;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-right: 1px solid #d1d1d1;
  background-color: #ffec09;
  font-size: 18px;
}

.saccordion-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 40px;
}

.accordion-text-block-coberturas {
  position: relative;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  white-space: pre-wrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-3 {
  position: relative;
  left: 0px;
  display: inline;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 40px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 2px none #fff;
  border-radius: 4px;
  background-color: #ffec00;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #323232;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-3:hover {
  background-color: #fff;
  color: #323232;
}

.button-3.primary {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d1d1d1;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-3.w--current {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffec00;
}

.icon-6 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.parragraph-coberturas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  min-width: 100%;
  margin-bottom: 50px;
  padding-top: 10px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4d4d4d;
}

.tab-link-tab-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-4.w--current {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffec09;
}

.new-dropdown-list-coberturas {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: -5px;
  padding-bottom: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.new-dropdown-list-coberturas.w--open {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #ffec00;
}

.icon-coberturas {
  position: relative;
  right: auto;
  display: block;
  overflow: hidden;
  width: auto;
  height: 55px;
  max-width: none;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
}

.new-dropdown-coberturas {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  border: 1px none #d1d1d1;
  border-radius: 4px;
}

.saber-mas-text-block {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 20px;
  color: #000f19;
  font-size: 18px;
  text-align: left;
}

.heading-15 {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #323232;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.coberturas-slide {
  width: auto;
  height: auto;
  max-width: 296px;
  min-width: 292px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d9df;
  border-radius: 4px;
  background-color: #fff;
}

.saber-menos-arrow-up {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
}

.slide-nav-2 {
  display: none;
}

.feature-section-3 {
  padding: 100px;
}

.right-arrow-opinion {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin: 0px 0px auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow-opinion:hover {
  color: #c7aa8b;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.left-arrow-opinion {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.left-arrow-opinion:hover {
  color: #c7aa8b;
}

.text-block-19 {
  border-right: 1px none #4d4d4d;
  font-size: 18px;
}

.paragraph-10 {
  color: #d1d1d1;
  font-size: 12px;
  font-weight: 400;
}

.grid-3 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 8px;
  grid-template-areas: "."
    "."
    "Area"
    "Area-2";
  -ms-grid-columns: 0.25fr 8px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  font-size: 13px;
  font-weight: 300;
}

.div-block-147 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 16px;
  -ms-grid-columns: minmax(-webkit-max-content, 0.25fr) 1fr;
  -ms-grid-columns: minmax(max-content, 0.25fr) 1fr;
  grid-template-columns: minmax(-webkit-max-content, 0.25fr) 1fr;
  grid-template-columns: minmax(max-content, 0.25fr) 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.html-embed-3 {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: auto;
  float: none;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-6 {
  display: block;
  max-width: 94%;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #e2e2e2;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-text-2 {
  margin-top: 3px;
  color: #858585;
}

.footer-text-2.address {
  color: #f7f7f7;
  text-align: right;
}

.paragraph-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #236a8d;
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.section-20 {
  padding: 80px 100px;
  color: #4d4d4d;
}

.section-20.pre-footer {
  padding: 40px 100px;
  border-top: 2px solid #d1d9df;
  background-color: #fafafa;
}

.section-20.footer {
  padding: 60px 100px 53px;
  background-color: #0a0a0a;
}

.image-35 {
  display: block;
  max-height: 20px;
  max-width: 20px;
  line-height: 30px;
}

.column-13 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 1px solid #e2e2e2;
}

.footer-link-2 {
  margin-bottom: 0px;
  color: #236a8d;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #0b00da;
}

.columns-4 {
  display: block;
  width: 100%;
  max-width: 96%;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.paragraph-12 {
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.stone-logo-footer {
  margin-right: 8px;
  float: left;
  opacity: 0.9;
}

.stone-logo-footer.footer {
  background-color: transparent;
  opacity: 1;
}

.column-3 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #e2e2e2;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.form-noshasvisto-modal {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: inline-block;
  padding-bottom: 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-style: none;
  border-width: 1px;
  border-color: #ffec00;
  border-radius: 0px;
  background-color: transparent;
}

.modal-content-nhv {
  position: relative;
  width: 100%;
  max-width: 750px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffec00;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 22px -13px #000;
}

.close-modal {
  position: absolute;
  left: auto;
  top: -25px;
  right: -25px;
  bottom: auto;
  padding: 5px;
  border: 3px solid #000;
  border-radius: 20px;
  background-color: #ffec00;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 20px;
  text-decoration: none;
}

.columns-13 {
  margin-top: 30px;
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-148 {
  width: 80%;
  height: 60%;
  max-width: 750px;
  background-color: #f7f7f7;
  box-shadow: 4px 4px 0 2px rgba(0, 0, 0, 0.59);
}

.image-36 {
  width: 35px;
  height: 35px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-37 {
  display: block;
  width: 250px;
  height: 39px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: auto;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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;
}

.paragraph-13 {
  margin: auto 60px 20px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.51);
  -o-object-fit: cover;
  object-fit: cover;
}

.section-21.modalpop {
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.76);
}

.column-25 {
  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;
}

.heading-16 {
  margin: 25px 60px;
  padding-left: 0px;
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
}

.image-32-copy {
  display: block;
  width: 76px;
  height: 34.8px;
  margin-top: 18px;
  -webkit-filter: none;
  filter: none;
}

.image-38 {
  display: inline-block;
  width: 190px;
  height: auto;
  margin-right: auto;
  margin-left: 10px;
}

.html-embed-10 {
  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;
}

.html-embed-11 {
  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;
}

.module-scroll-slider {
  border-top: 1px solid rgba(232, 85, 48, 0.2);
  border-bottom: 1px solid rgba(232, 85, 48, 0.2);
}

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

.subscribe-form {
  display: block;
}

.text-block-13-copy {
  color: #7e7ef1;
  letter-spacing: normal;
}

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

.home-hero-with-images-v-line-ellipse-right {
  position: absolute;
  left: 79.93055555555556%;
  width: 1px;
  height: 100%;
  margin-top: 110px;
}

.slider-6 {
  width: 100%;
  max-height: 4rem;
  background-color: transparent;
}

.text-slide {
  width: 100%;
  max-height: 4rem;
}

.holded {
  width: 140px;
  height: auto;
  max-width: 140px;
  margin-top: 17px;
}

.openges {
  display: block;
  width: 75px;
  height: auto;
  margin-top: 0px;
}

.slider-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-153 {
  padding-right: 3rem;
}

.declarando {
  display: block;
  width: 170px;
  height: auto;
  margin-top: 24px;
}

.declarando-copy {
  display: block;
  width: 210px;
  height: auto;
  margin-top: 24px;
}

.labarra {
  display: block;
  width: 183px;
  height: auto;
  margin-top: 0px;
}

.labarra-2 {
  display: block;
  width: 190px;
  height: auto;
  max-width: 170px;
  margin-top: 0px;
}

.capitaltap-logo {
  display: block;
  width: 195px;
  height: auto;
  margin-top: 24px;
}

.capitaltaplogo {
  display: block;
  width: 210px;
  height: auto;
  margin-top: 24px;
}

.finutive {
  display: block;
  width: 210px;
  height: auto;
  margin-top: 10px;
}

.finutive-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-154 {
  width: 0%;
}

.div-block-footer3col {
  width: 33.333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.div-block-28-paraquien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0rem -1rem 10rem;
}

.footer3col {
  width: 33.333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.div-block-footer4col {
  width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.post-tags-empty-state {
  height: 1.75rem;
  background-color: #fff;
}

.text-block-20 {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-block-20.middle {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.underlinedasd-copy-copyasds-copy {
  height: 1px;
  color: #7e7ef1;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: none;
  -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;
}

.modal-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(38, 31, 28, 0.8);
}

.modal {
  position: relative;
  background-color: #faeed6;
}

.collection-item {
  display: inline-block;
}

._404-content {
  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;
}

.amazon-logo {
  display: inline-block;
  width: 120px;
  height: auto;
  margin-right: auto;
  margin-left: 10px;
  padding-top: 20px;
}

.section-20-partners {
  padding: 80px 100px;
  background-color: #261f1c;
  color: #fff;
}

.section-20-partners.pre-footer {
  padding: 40px 100px;
  border-top: 2px solid #d1d9df;
  background-color: #fafafa;
}

.section-20-partners.footer {
  padding: 60px 100px 53px;
  background-color: #0a0a0a;
}

.success-message-2 {
  border-radius: 4px;
  background-color: #ffec09;
}

.scroll-behaviour-trigger-2 {
  position: absolute;
  left: 0%;
  top: 120vh;
  right: auto;
  width: 1px;
  color: #e85530;
}

.nav-link-with-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 155px;
  padding: 0.5rem 0.75rem;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

.nav-link-with-icon-2:hover {
  background-color: #f6bbac;
}

.form-block-3 {
  position: absolute;
  z-index: 99;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.h2partnerssplash {
  margin-top: -29px;
  padding-top: 0px;
  text-align: center;
}

.container-15 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #3737af;
}

.header-content-partners {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8rem;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -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;
  background-color: transparent;
}

.image-logopartner {
  display: block;
  width: 200px;
  margin-right: 30px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-logopartner.image-formpage {
  width: 135px;
  height: 29px;
}

.hero-post-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2rem;
  background-color: #fff;
}

.div-block-160 {
  width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-container-partners {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  height: 8rem;
  max-width: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.header-container-partners.header-container-formpage {
  height: 88px;
}

.section-for-whom-partners {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.div-block-161 {
  width: 35vw;
  margin-left: 0px;
  padding-right: 1rem;
  text-align: left;
}

.overpositioned-normal-wrapper-copy-3 {
  position: relative;
  width: 100%;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 50vw;
}

.text-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-54-copy2-2 {
  padding-top: 0.5rem;
  padding-right: 0rem;
  padding-left: 2rem;
}

.hero-blog-h-hairlines-partners.text-dark-gray {
  height: 80px;
  padding-top: 7.5rem;
}

.hero-blog-h-hairlines-partners.text-dark-gray {
  height: 80px;
  padding-top: 7.5rem;
  background-color: #faeed6;
}

.link-block-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.nav-link-icon-2 {
  margin-right: 0.25rem;
  padding-left: 0px;
}

.header-brand-wrapper-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-162 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  -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;
}

.section-for-whom-title-cards-2 {
  width: 58.333333333333336%;
  margin-bottom: 2rem;
  padding-right: 1rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.image-40 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-163 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0%;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-22 {
  position: relative;
  margin-top: -70px;
  border-top: 1px solid #e85530;
  border-bottom: 1px solid #e85530;
  background-color: #f4f4f4;
}

.link-block-6 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e8;
  background-color: #fff;
  cursor: pointer;
}

.heading-18 {
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.footer-text-3 {
  color: #fff;
  text-decoration: none;
}

.underlinedasd-copy-copy-2 {
  height: 1px;
  color: #e85530;
}

.text-block-24 {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-3 {
  color: #fff;
  text-decoration: none;
}

.footer-2 {
  position: relative;
  padding-top: 6.5rem;
  background-color: #261f1c;
}

.tags-badge-button {
  padding: 0.3125rem 1rem;
  border-radius: 9rem;
  background-color: #ccccf9;
  color: #261f1c;
}

.invisible {
  display: none;
}

.link-7 {
  color: #a8a5a4;
}

.post-title-2 {
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.div-block-164 {
  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;
  color: #a8a5a4;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem 2rem;
  -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;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #e9e9e8;
}

.category-link-2 {
  padding: 0.3125rem 1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 9rem;
  background-color: #ccccf9;
  color: #261f1c;
}

.div-block-166 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.heading-19 {
  margin-bottom: 4rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-160-partners {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-logopartner2 {
  width: 16rem;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-logopartner2.image-coconuevastecnologias {
  width: 7rem;
}

.image-logopartner2.image-findoapp {
  width: 10rem;
}

.image-logopartner2.logomastercard {
  width: 12rem;
  max-height: 5rem;
}

.logopartner-barradigital {
  width: 150px;
  margin-right: 30px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.logopartner-cubicup {
  width: 14rem;
  margin-top: 14px;
  margin-right: 30px;
  padding-top: 10px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.logopartner-emuca {
  width: 14rem;
  margin-right: 30px;
  padding-top: 10px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.ofertabl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ffec00;
  color: #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.ofertabl.button.cta-button-header {
  max-width: 290px;
  min-width: auto;
  background-color: #e85530;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.ofertabl.button.cta-button-header.w--current {
  margin-left: 0px;
}

.ofertabl.button.cta-button-header._w-button {
  max-width: 100%;
  min-width: auto;
  background-color: #e85530;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.ofertabl.button.cta-button-header {
  max-width: 290px;
  min-width: auto;
  background-color: #e85530;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.ofertabl.button.cta-button-header.w--current {
  margin-left: 0px;
}

._200px {
  max-width: none;
  margin-right: 10px;
}

._100px {
  max-width: none;
  margin-right: 10px;
}

.text-errorr-block-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #261f1c;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
}

.error-message {
  padding: 0px 40px 20px;
  background-color: transparent;
}

.formcontainer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  background-color: transparent;
}

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

._250px {
  width: 416px;
  height: 56px;
  max-height: 7.23404290103622%;
  max-width: 416px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

.calculanddoload {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 64%;
  padding-top: 0px;
  padding-bottom: 20px;
  -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;
  background-color: rgba(250, 238, 214, 0);
}

.container-16 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-23 {
  background-color: rgba(250, 238, 214, 0.5);
}

.paragraph-legalaccept {
  width: 100%;
  margin-bottom: 0.125rem;
  padding-top: 0.85rem;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0.65rem;
  margin-right: 10px;
  padding-top: 0rem;
}

.checkbox:active {
  background-color: #e85530;
  color: #e85530;
}

.checkbox:focus {
  background-color: #e85530;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0px;
  line-height: 0.5rem;
}

.html-embed-12 {
  display: block;
  margin-bottom: 20px;
}

.success-message-3 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.html-embed-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.muitypography-h4 {
  color: #261f1c;
  font-size: 36px;
  font-weight: 600;
}

.image-41 {
  max-width: 40%;
  clear: none;
}

.h4-error {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #261f1c;
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

.itemserror {
  padding-left: 50px;
  background-image: url('../images/checkmark-ok.png');
  background-position: 0% 6%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #261f1c;
  font-size: 20px;
  line-height: 40px;
}

.phone-error-link {
  color: #b12907;
  font-weight: 400;
}

.list-3 {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 0px;
  text-align: left;
  list-style-type: none;
}

.image-42 {
  max-width: 300px;
}

.lottie-animation {
  max-width: 350px;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.labelform {
  color: rgba(38, 31, 28, 0.75);
  font-size: 12px;
  line-height: 14px;
}

.paragraph-14 {
  margin-top: 16px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.bold-text-2 {
  color: #261f1c;
  text-decoration: underline;
}

.bold-text-3 {
  color: #261f1c;
  text-decoration: underline;
}

.link-8 {
  color: #261f1c;
  text-decoration: underline;
}

.link-9 {
  color: #261f1c;
  text-decoration: underline;
}

.link-10 {
  color: #e85530;
}

.styles {
  display: none;
  margin-bottom: 10px;
  padding-top: 40px;
}

.javascript {
  display: none;
}

.hero-post-finutivee {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2rem;
  background-color: #f3f3fe;
}

.div-block-160-partners-copy {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-post-2-copy {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2rem;
  background-color: #faeed6;
}

.success-message-partners {
  position: static;
  padding: 40px 24px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0);
}

.image-43 {
  display: block;
  margin-left: 0px;
}

.partnersform {
  height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-7-copy {
  margin-bottom: 8px;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.opengeslogo {
  width: auto;
  max-height: 90px;
  margin-top: 10px;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.submit-button {
  position: relative;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 247px;
  height: 48px;
  max-width: 248px;
  min-width: 247px;
  margin: 32px auto 20px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.global-hairline-v-line-left-partnerfrm {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 200%;
}

.rc-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: auto;
  min-height: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px 40px;
  border-radius: 6px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed-14 {
  display: none;
}

.text-block-25 {
  margin-bottom: 2rem;
}

.divform {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.grid-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contenedor-divs-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3-titleform {
  margin-bottom: 1rem;
}

.msf-slider {
  height: auto;
  background-color: transparent;
}

.msf-hidden {
  display: none;
}

.submit-button-2 {
  max-height: none;
  min-width: 200px;
  margin-top: 3rem;
  padding-top: 0rem;
}

.field {
  display: block;
  width: 100%;
  padding: 1px 2px;
}

.sectionform {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(250, 238, 214, 0.5);
}

.text-field-4 {
  margin-bottom: 0px;
}

.text-field-5 {
  margin-bottom: 0px;
}

.div-block-167 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-168 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-169 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-170 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.modalcontainer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: #faeed6;
}

.div-block-173 {
  position: absolute;
  left: auto;
  top: -16px;
  right: -19px;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border-style: solid;
  border-width: 3px;
  border-color: #e85530;
  border-radius: 30px;
  background-color: #fff;
  color: #e85530;
}

.heading-20 {
  margin: auto;
  font-family: 'Varela Round', sans-serif;
  color: #e85530;
}

.form-block-4 {
  width: 90%;
}

.form-block-5 {
  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;
}

.cta-link-copy {
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: #e85530;
  font-weight: 600;
}

.cta-link-copy.cta_menu_top-copy {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-2-copy {
  font-weight: 600;
}

.form-block-4-copy {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.containsform {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: #faeed6;
}

.div-block-174 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  margin: auto;
  padding: 20px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
}

.formcontainermodal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding: 24px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  border-radius: 8px;
  background-color: transparent;
}

.columns-15 {
  width: 100%;
}

.div-block-175 {
  display: block;
  margin-bottom: 40px;
}

.image-44 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.global-hairlines-group-copy {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.global-hairlines-group-copy.text-yellow-copy {
  z-index: 0;
}

.global-hairline-v-line-left-copy {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #eab143;
}

.global-hairline-v-line-right-copy {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #eab143;
}

.hero-blog-h-line-2-copy {
  height: 1px;
  margin-top: -2px;
  color: #eab143;
}

.global-hairline-v-line-left-copy {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.global-hairline-v-line-right-copy {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.global-hairline-v-line-left-copy {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #7e7ef1;
}

.global-hairline-v-line-right-copy {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #7e7ef1;
}

.global-hairline-v-line-left-footer {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.global-hairline-v-line-right-footer {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.global-hairline-v-line-left-blog {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #524c4a;
}

.global-hairline-v-line-right-blog {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #524c4a;
}

.global-hairline-v-line-left-vertical {
  position: absolute;
  left: 4rem;
  z-index: 0;
  width: 1px;
  height: 100%;
  color: #eab143;
}

.global-hairline-v-line-right-vertical {
  position: absolute;
  right: 4rem;
  z-index: 0;
  width: 1px;
  height: 100%;
  color: #eab143;
}

.global-hairline-v-line-left-purple {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #7e7ef1;
}

.global-hairline-v-line-left-yellow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 100%;
  color: #eab143;
}

.global-hairline-v-line-right-purple {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #7e7ef1;
}

.global-hairline-v-line-left-yellow-partners {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #eab143;
}

.global-hairline-v-line-right-yellow-partnersy {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #eab143;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.image-logojeff {
  width: 100px;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.image-logotak {
  width: 120px;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-logocubicup {
  width: 175px;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-logostartupoasis {
  width: 120px;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-logoata {
  width: 110px;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-logohaddock {
  width: 140px;
  margin-right: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.formcontaineribl {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  background-color: transparent;
}

.logopartner-planreforma {
  width: 180px;
  margin-right: 30px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.previous {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -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;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-26 {
  color: #e85530;
  font-weight: 500;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 0.65rem;
  margin-right: 10px;
  padding-top: 0rem;
}

.checkbox-2:active {
  background-color: #e85530;
  color: #e85530;
}

.checkbox-2:focus {
  background-color: #e85530;
}

.input {
  height: 46px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  font-size: 18px;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15px;
  margin-left: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.success-message {
  padding: 50px;
  background-color: #faeed6;
  letter-spacing: 1px;
}

.next-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.next-button.button {
  display: none;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.paragraph-15 {
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #524c4a;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 90px 0px 140px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #7e7ef1;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0px;
}

.form-wrap-full {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: auto;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #5b3acc;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  letter-spacing: 1px;
}

.next {
  position: absolute;
  right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.line-bottom {
  height: 1px;
  background-color: #c5c7ca;
}

.mobile-nav-bottom {
  display: none;
}

.arrow-2 {
  width: 16px;
  margin-right: 8px;
  color: #7e7ef1;
}

.paragraph-legalaccept-2 {
  width: 100%;
  margin-bottom: 0.125rem;
  padding-top: 0.85rem;
  font-size: 14px;
  line-height: 1rem;
  text-align: left;
}

.slider {
  position: relative;
  height: 80%;
  max-width: 700px;
  background-color: transparent;
}

.form-section-title {
  margin-bottom: 12px;
  color: #261f1c;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.text-counter {
  color: rgba(91, 97, 124, 0.45);
  font-size: 14px;
}

.inputwrap {
  display: -ms-grid;
  display: grid;
  width: 90%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-16 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
}

.submit-button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.submit-button-copy.button {
  display: none;
}

.submit-button-next {
  display: none;
  margin-top: 20px;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #e85530;
  font-size: 20px;
}

.jeff-form {
  padding-right: 40px;
}

.container-formjeff {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.formcontainer-jeff {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  background-color: transparent;
}

._250px-vert {
  height: auto;
  max-width: none;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15%;
  padding-top: 0%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pass {
  width: 260px;
}

.lock {
  margin-left: auto;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logosingularc {
  margin-right: auto;
  margin-left: auto;
}

.submit-button-pass {
  position: relative;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  max-width: 260px;
  margin: 40px auto 20px;
  padding: 13px 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #e85530;
}

.div-block-94-mob {
  position: relative;
  display: none;
  width: 100%;
  padding-bottom: 31.59722222222222%;
}

.image-14-mob {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.previous-2 {
  margin-right: 0px;
  padding: 4px 10px;
  border-color: #e85530;
  border-right-style: none;
  border-radius: 5px 0px 0px 5px;
}

.text-block-27 {
  color: #000;
  font-size: 1em;
}

.icon-7 {
  color: #000;
  font-size: 1em;
}

.text-block-28 {
  color: #000;
  font-size: 1em;
}

.icon-8 {
  color: #000;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-count {
  max-width: 100px;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #e85530;
  color: #000;
  font-size: 0.9rem;
}

.nav-link-with-icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

.nav-link-with-icon-3:hover {
  background-color: #f6bbac;
}

.text-block-29 {
  font-weight: 600;
}

.nav-dropdown-2 {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-dropdown-2:hover {
  background-color: #f6bbac;
}

.nav-dropdown-2.w--open {
  background-color: #f6bbac;
}

.dropdown-link-2 {
  padding: 0.75rem 1rem;
}

.dropdown-link-2.w--current {
  color: #261f1c;
}

.text-block-30 {
  color: #261f1c;
}

.nav-link-2 {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

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

.nav-link-2.gray {
  color: #7d7877;
}

.nav-link-2.gray:hover {
  color: #261f1c;
}

.menu-button-2 {
  display: none;
}

.cta-link-2 {
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: #e85530;
  font-weight: 600;
}

.itemserrorebook {
  padding-left: 50px;
  background-image: url('../images/checkmark-ok.png');
  background-position: 0% 6%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #7d7877;
  font-size: 1rem;
  line-height: 40px;
}

.listebook {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: left;
  list-style-type: none;
}

.hero-with-image-ebook {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-with-image-ebook._404-content-ebook {
  position: relative;
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(232, 85, 48, 0.3);
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.46);
}

.overpositioned-normal-wrapper-eboook {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.block-2-for-whom-h-line-3-ebook {
  position: absolute;
  left: 50%;
  right: 0%;
  z-index: 1;
  width: 100vw;
  height: 1px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.block-2-for-whom-h-line-3-ebook.text-red {
  top: 418.917px;
}

.block-2-for-whom-h-line-3-ebook.text-red-ebook {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: 60px;
  color: #e85530;
}

.for-whom-2nd-block-ellipse-line-copy-copy {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 48.9655172%;
}

.for-whom-2nd-block-ellipse-line-copy-copy.text-red {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
}

.for-whom-2nd-block-ellipse-line-copy-copy.text-red {
  top: 304.694px;
}

.for-whom-2nd-block-ellipse-line-copy-copy.text-red-ebook {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
}

.for-whom-2nd-block-ellipse-line-copy-copy.text-red-copy {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
}

.for-whom-2nd-block-ellipse-line-copy-copy.text-red-ebook {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 95%;
  margin-top: 10%;
  color: #e85530;
}

.button-4 {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: #e85530;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.button-4.cta-button-header {
  min-width: 149px;
  text-align: center;
}

.div-block-177 {
  display: none;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 6px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.socialmedia {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e85530;
}

.div-block-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-5-sc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #261f1c;
}

.image-21-sc {
  width: 45px;
  height: 25px;
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: auto;
}

.whatsapp-icon-sc {
  width: 40px;
  height: 40px;
  margin-top: 3px;
  margin-left: 3px;
  padding-top: 0px;
}

.header-imp {
  color: #e85530;
  font-size: 24px;
  text-align: center;
}

.header-ebook {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 100%;
  padding-right: 4em;
  padding-left: 4em;
  background-color: hsla(0, 0%, 100%, 0);
}

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

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

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-btton {
  position: relative;
  left: auto;
  top: -58px;
  right: 0px;
  bottom: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  float: right;
  border-radius: 0px 20px 20px 0px;
  background-color: #e85530;
}

.search-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-result-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-45 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-178 {
  width: 100.00008%;
  min-height: 287px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.search {
  display: block;
}

.section-24 {
  padding-top: 100px;
  padding-right: 4em;
  padding-left: 4em;
}

.search-2 {
  margin-bottom: 0px;
}

.section-for-whom-ebook {
  width: 100%;
  min-width: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 30px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.image-10-ebook {
  width: 66.66666666666666%;
  margin-bottom: 2.5rem;
  margin-left: auto;
  padding-right: 10%;
}

.container-ebook {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.header-imp-copy {
  width: 90%;
  color: #e85530;
  font-size: 24px;
  text-align: center;
}

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

.text-span-4 {
  color: #e85530;
}

.imagesupercuidadores {
  width: 220px;
  margin-right: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-span-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #e85530;
}

.faqs-item-title-2 {
  margin-top: 0px;
  margin-right: 1.5rem;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #261f1c;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.faqs-item-2 {
  display: block;
  margin-bottom: 1rem;
  background-color: #f8e6c3;
}

.accordion-body-text-2 {
  padding: 1rem 1.5rem 1.5rem;
  color: #261f1c;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.link-11 {
  color: #e85530;
}

.link-12 {
  color: #e85530;
}

.container-17 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.heading-21 {
  margin-bottom: 2rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.contenedor {
  margin-right: auto;
  margin-left: auto;
}

.reproductor {
  width: 100.00006%;
  height: 100px;
}

.reproductor.div-block-145 {
  width: 100%;
  height: 100%;
  min-height: 456px;
  margin-right: auto;
  margin-left: auto;
}

.heading-22 {
  margin-bottom: 2rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.youtube-nocode {
  display: none;
}

.hero-with-image-container-partners {
  position: relative;
  overflow: hidden;
  background-color: #faeed6;
}

.hero-with-image-overpositioned-image-partners {
  position: relative;
  bottom: 0px;
  width: 100%;
  min-height: 39rem;
  min-width: 25rem;
  margin-top: auto;
  padding-bottom: 115.5487805%;
}

.hero-with-image-partners {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0px;
  width: 90%;
  height: auto;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-and-right-overlaped-images-title-copy {
  display: none;
  width: 100%;
  margin-top: auto;
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.text-block-and-right-overlaped-images-subtitle {
  display: none;
  width: 100%;
  height: 50px;
  margin-bottom: 32px;
  color: #261f1c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-3-partners {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 504px;
  margin-bottom: 32px;
  padding-top: 3px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.overpositioned-normal-wrapper-partners {
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-left: 16.666666666666664%;
  padding-bottom: 36.58536585365854%;
}

.column-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.columns-16 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.porque {
  padding-top: 112px;
}

.distributemiddle {
  display: none;
  height: 100%;
  max-width: 504px;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-partners {
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.contactarlinkpartners {
  color: #e85530;
  font-size: 16px;
  line-height: 22px;
}

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

.image-46 {
  position: relative;
  right: 0px;
  width: 12px;
  height: 7px;
  margin-right: 0px;
  margin-left: auto;
  clear: none;
  text-align: right;
}

.parragraphtext-scroll {
  width: 90%;
  color: #261f1c;
  font-size: 18px;
  line-height: 24px;
}

.div-block-180 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e85530;
  font-size: 16px;
  line-height: 22px;
}

.linkblockpartnersscroll {
  width: 200px;
  height: 40px;
  max-width: 200px;
  margin-top: 0px;
  padding-top: 16px;
  color: #e85530;
}

.rightsownarrowpartnerlink {
  width: 12px;
  height: 7px;
  margin-top: auto;
  margin-bottom: 7px;
  margin-left: 10px;
}

.header-partnersh3 {
  color: #261f1c;
}

.feature-block-description-partners {
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
}

.feature-block-title-partners {
  margin-bottom: 8px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.feature-block-image-partners {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

.features-grid-partners {
  display: -ms-grid;
  display: grid;
  margin-top: 84px;
  grid-auto-columns: 1fr;
  grid-column-gap: 5.5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.module-features-grid-partners {
  padding-top: 73px;
  padding-bottom: 73px;
}

.why-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.numberpartners {
  width: 43px;
  color: #e85530;
  font-size: 22px;
}

.numbersparragraphpartners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.header-partner-benefit {
  margin-bottom: 40px;
  color: #261f1c;
}

.columns-17 {
  margin-right: 0px;
}

.why-benefits {
  display: block;
  padding-left: 4rem;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lefttext {
  position: relative;
  display: block;
  width: 50%;
}

.rightimage {
  width: 50%;
  padding-left: 92px;
  clear: right;
}

.rightimagepartners {
  margin-left: 0px;
}

.fullwidthimagepartners {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-right: 4rem;
  clear: both;
  -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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefitscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.formpartners {
  padding-top: 136px;
  padding-bottom: 136px;
  background-color: #fef7f5;
}

.paraquien {
  height: 0px;
}

.hero-with-image-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed-4-top {
  position: absolute;
  left: 0px;
  right: 50%;
  width: 50%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 72px;
  color: #e85530;
}

.html-embed-4-last {
  position: absolute;
  left: 0px;
  right: 50%;
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-left: -70px;
  color: #e85530;
}

.columnform-contact {
  padding-right: 16px;
}

.column-29 {
  padding-right: 0px;
}

.image-47 {
  margin-right: 60px;
  padding-right: 40px;
}

.text-block-and-right-overlaped-images-title-desktop {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.text-block-and-right-overlaped-images-subtitle-desktop {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 32px;
  color: #261f1c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-3-partners-desktop {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 504px;
  margin-bottom: 16px;
  padding-top: 3px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.hero-with-image-image-partners-copydesktop {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.distributemiddle-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 504px;
  margin-top: 0px;
  margin-bottom: auto;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-block-partnerscontact {
  position: relative;
  display: none;
  width: 90%;
  margin-right: 0px;
  margin-left: 60px;
}

.distributemiddle-copy {
  display: none;
  height: 100%;
  max-width: 504px;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-3-partners-copy {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 504px;
  margin-bottom: 32px;
  padding-top: 3px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.form-block-partnerscontact-mobile {
  position: relative;
  display: none;
  width: 90%;
  margin-right: 0px;
  margin-left: 60px;
}

.paragraph-3-partners-copy {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 504px;
  margin-bottom: 32px;
  padding-top: 3px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-3-partners-mobile {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 504px;
  margin-bottom: 32px;
  padding-top: 3px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-3-partners-copy-copy {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 504px;
  margin-bottom: 32px;
  padding-top: 3px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.html-embed-16 {
  width: 100%;
  min-width: 100%;
}

.heading-19-tky {
  margin-bottom: 56px;
  color: #261f1c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.thnky-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sectionpostsblog {
  padding-top: 40px;
  padding-bottom: 64px;
  background-color: #fbfbfa;
}

.button-5 {
  max-width: 304px;
  min-width: 260px;
  margin: 32px auto 40px;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.tkylink {
  display: block;
  color: #e85530;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-53-404 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-content-tky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  -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;
}

.hero-post-rky {
  position: relative;
  overflow: hidden;
  height: 85px;
  background-color: transparent;
}

.hero-post-rky._404 {
  padding-bottom: 2.125rem;
  background-color: #fff;
}

.paragraph-3-partners-copy {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 504px;
  margin-bottom: 32px;
  padding-top: 3px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.hero-post-leads {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2rem;
  background-color: #fff;
}

.div-left-50 {
  position: relative;
  margin-top: 9.5rem;
  padding-bottom: 4rem;
}

.div-left-50._404 {
  padding-bottom: 9rem;
}

.div-left-50._404 {
  width: 50%;
  max-width: 1440px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-bottom: 4rem;
  padding-left: 0rem;
}

.div-left-50._404-ebook {
  margin-top: 2rem;
  padding-bottom: 9rem;
}

._250halfpx {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d2d2;
  border-radius: 8px;
}

.div-right-50 {
  position: relative;
  margin-top: 9.5rem;
  padding-bottom: 4rem;
}

.div-right-50._404 {
  padding-bottom: 9rem;
}

.div-right-50._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 1440px;
  margin-top: 4rem;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 0rem;
  padding-bottom: 4rem;
  padding-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-right-50._404-ebook {
  margin-top: 2rem;
  padding-bottom: 9rem;
}

.container-h-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h-block-flex {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 0.25fr;
  grid-auto-rows: 0.25fr;
  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;
}

.img-ledsnoconvert {
  max-width: 100%;
  margin: auto 0px auto auto;
}

.container-h-flex {
  max-width: 1440px;
  margin-right: 4rem;
  margin-left: 4rem;
}

._250px-select {
  height: 56px;
  max-width: none;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d2d2;
  border-radius: 8px;
  background-color: #fff;
}

.section-h2-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.telefonono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-mobile-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 155px;
  padding: 0.5rem 0.75rem;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

.nav-link-mobile-tel:hover {
  background-color: #f6bbac;
}

.header-content-partners-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8rem;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -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;
  background-color: transparent;
}

.header-content-partners-copy.header-content-formpage {
  width: 90%;
  height: 88px;
}

.header-content-partners-copy.headerconfirmaciondedatos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.hero-with-imageform {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-with-imageform._404-content-ebook {
  position: relative;
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(232, 85, 48, 0.3);
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.46);
}

.hero-with-imageform._404-content-form {
  position: relative;
  max-width: 225px;
  min-width: 390px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(232, 85, 48, 0.3);
}

.success-waiting-message {
  position: static;
  margin-top: 35%;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.h4-enviandomss {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #261f1c;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.error-message-leadsnoconv {
  padding: 0px 0px 20px;
  background-color: transparent;
}

.div-block-sm-thy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mixpaneltrack {
  display: none;
}

.image-49 {
  position: relative;
  left: 0px;
}

.instagram-icon-sc {
  width: 28px;
  height: 28px;
  margin-top: 8px;
  margin-bottom: auto;
  margin-left: 8px;
  padding-top: 0px;
}

.text-span-6 {
  color: #e85530;
}

.link-13 {
  color: #e85530;
  text-decoration: underline;
}

.link-14 {
  color: #e85530;
  text-decoration: underline;
}

.link-15 {
  color: #e85530;
  text-decoration: underline;
}

._250px-new {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  max-width: 200px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

._250px-copy {
  width: 416px;
  height: 56px;
  max-width: 416px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

.div-block-181 {
  width: 840px;
  height: 388px;
  max-height: 100%;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}

.heading-23 {
  width: 840px;
  height: 84px;
  max-height: 22%;
  max-width: 100%;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.div-block-182 {
  width: 800px;
  height: 96px;
  max-height: 25%;
  max-width: 96%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.heading-24 {
  color: #e85530;
  text-align: center;
}

.heading-25 {
  width: 140px;
  height: 24px;
  max-height: 25%;
  max-width: 55%;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  color: #524c4a;
  text-align: center;
}

.button-7 {
  display: block;
  width: 199px;
  height: 48px;
  margin: 80px auto 92px;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #e85530;
  font-weight: 600;
  text-align: center;
}

.section-25 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-26 {
  height: 42px;
  max-height: 100%;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.section-26 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #faeed6;
}

.div-block-183 {
  width: 112%;
  height: 198px;
  max-height: 83%;
  max-width: 112%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.image-50 {
  width: 48px;
  height: 48px;
  max-height: 100%;
}

.heading-27 {
  width: 298px;
  max-width: 88%;
  margin-top: 14px;
  color: #261f1c;
  font-weight: 600;
}

.paragraph-18 {
  width: 298px;
  margin-top: 8px;
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
}

.image-51 {
  width: 48px;
  height: 48px;
  max-height: 24%;
}

.image-52 {
  width: 48px;
  height: 48px;
  max-height: 24%;
}

.button-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.columns-19 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-18 {
  margin-right: auto;
  margin-left: auto;
}

.heading-28 {
  color: #261f1c;
}

.heading-29 {
  max-width: 484px;
  margin-top: 120px;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.slide-3 {
  width: 464px;
  max-width: 464px;
}

.heading-30 {
  margin-bottom: 16px;
  color: #524c4a;
}

.image-53 {
  display: inline-block;
  width: 16.2px;
  height: 16.2px;
}

.image-logo-findo {
  width: 16rem;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-54 {
  width: 518px;
  height: 574px;
  margin-top: 80px;
}

.section-27 {
  padding-top: 145px;
}

.heading-31 {
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.heading-32 {
  margin-top: 8px;
  margin-bottom: 40px;
  color: #261f1c;
}

.formcontainermodal1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 463px;
  max-width: 116%;
  margin-top: 0px;
  padding-top: 24px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  border-radius: 8px;
  background-color: transparent;
}

._250px-new-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
  height: 56px;
  max-width: 220px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

.columns-21 {
  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;
}

.formcontainermodal1-copy {
  display: inline-block;
  width: 464px;
  max-width: 116%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  border-radius: 8px;
  background-color: #fff;
}

.mask-6 {
  width: 464px;
  max-width: 464px;
}

._250px-new-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  max-width: 200px;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

._250px-new-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  max-width: 200px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 16px;
  clear: left;
  border-radius: 8px;
}

.grid-4 {
  height: 56px;
  grid-column-gap: 16px;
  -ms-grid-columns: minmax(200px, 5fr) minmax(200px, 5fr);
  grid-template-columns: minmax(200px, 5fr) minmax(200px, 5fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select-field {
  margin-top: 0px;
  margin-bottom: 0px;
}

.grid-5 {
  height: 56px;
  -ms-grid-columns: 1fr minmax(200px, 1fr);
  grid-template-columns: 1fr minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-33 {
  display: block;
  width: 416px;
  height: 48px;
  color: #261f1c;
  text-align: left;
}

.column-33 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-185 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-20 {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-55 {
  margin-right: 0px;
}

.div-block-186 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 416px;
  max-width: 416px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.boxtel {
  width: 200px;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #7d7877;
}

.boxhorario {
  width: 200px;
  height: 56px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
}

.image-56 {
  margin-right: 0px;
}

._250px-copy {
  width: 416px;
  height: 56px;
  max-height: 7.23404290103622%;
  max-width: 416px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

.boxtel-copy {
  width: 200px;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #7d7877;
}

.paragraph-14-copy {
  margin-top: 16px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.columns-23 {
  margin-right: auto;
  margin-left: auto;
}

.column-36 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-37 {
  padding-left: 0px;
}

.column-38 {
  padding-left: 0px;
}

.column-39 {
  padding-left: 0px;
}

.column-40 {
  padding-left: 0px;
}

.column-41 {
  padding-left: 0px;
}

.column-42 {
  padding-left: 0px;
}

.image-logoekon {
  width: 160px;
  margin-right: 30px;
  padding-right: 33px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.column-43 {
  padding-left: 0px;
}

.column-44 {
  padding-left: 0px;
}

.column-45 {
  padding-left: 0px;
}

.column-46 {
  padding-left: 0px;
}

.column-47 {
  padding-left: 0px;
}

.column-48 {
  padding-left: 0px;
}

.column-49 {
  padding-left: 0px;
}

.column-50 {
  padding-left: 0px;
}

.column-51 {
  padding-left: 0px;
}

.column-52 {
  padding-left: 0px;
}

.column-53 {
  padding-left: 0px;
}

.column-54 {
  padding-left: 0px;
}

.column-55 {
  padding-left: 0px;
}

.link-block-7 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-191 {
  width: 84%;
  max-width: 536px;
  margin-right: auto;
  margin-left: auto;
}

.columns-43 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 45px;
  padding-bottom: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #e2f5ec;
}

.column-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-58 {
  margin-right: 16px;
  margin-left: auto;
}

.column-57 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-24 {
  color: #256f4b;
  font-size: 16px;
  line-height: 22px;
}

.div-block-160-partners-copy-2 {
  display: block;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-34 {
  display: block;
  color: #261f1c;
  text-align: left;
}

._250px-2 {
  height: 56px;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

._250px-2.lastname {
  margin-top: 18px;
  margin-bottom: 0px;
}

._250px-2.firstname {
  margin-bottom: 0px;
}

.paragraph-25 {
  margin-top: 35px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.container-20 {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link-with-icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.75rem;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

.nav-link-with-icon-4:hover {
  background-color: #f6bbac;
}

.form-block-4-copy-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-legalaccept-3 {
  width: 100%;
  margin-bottom: 0.125rem;
  padding-top: 0.85rem;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
}

.header-nav-wrapper-3 {
  display: none;
}

.formcontainermodal1-copy-2 {
  display: inline-block;
  max-width: 104%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  border-radius: 8px;
  background-color: #fff;
}

.column-58 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-for-whom-partners-2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.h4-error-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #261f1c;
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

.text-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.boxtel-copy1 {
  width: 100%;
  height: 56px;
  max-height: 56px;
  margin-bottom: 0px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #7d7877;
}

.column-59 {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 20px;
}

.submit-button-4 {
  position: relative;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  margin: 32px auto 20px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.itemserror-2 {
  padding-left: 50px;
  background-image: url('../images/checkmark-ok.png');
  background-position: 0% 6%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #261f1c;
  font-size: 20px;
  line-height: 40px;
}

.link-block-partners-2 {
  margin-right: 100px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-2 {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.navigation-4 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-3 {
  width: 20px;
  height: 20px;
  margin-top: 0.65rem;
  margin-right: 10px;
  padding-top: 0rem;
  border: 1px solid #ccc;
}

.checkbox-3:active {
  background-color: #e85530;
  color: #e85530;
}

.checkbox-3:focus {
  background-color: #e85530;
}

.success-message-partners-2 {
  position: static;
  padding: 40px 24px;
  border-radius: 8px;
  background-color: #fff;
}

.hero-post-2-copy-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  background-color: #faeed6;
}

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

.header-container-partners-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  height: 7.2rem;
  max-width: 116%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand {
  left: auto;
}

.button-9 {
  display: block;
  width: 210px;
  margin: 60px auto 0px;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #e85530;
  font-weight: 600;
  text-align: center;
}

.div-block-194 {
  width: 800px;
  height: 96px;
  max-height: 25%;
  max-width: 96%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.heading-35 {
  color: #e85530;
  text-align: center;
}

.column-60 {
  margin-bottom: 20px;
}

.column-61 {
  margin-bottom: 20px;
}

.section-28 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.heading-36 {
  width: 140px;
  height: 24px;
  max-height: 25%;
  max-width: 55%;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  color: #524c4a;
  text-align: center;
}

.heading-37 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.div-block-195 {
  margin-right: auto;
  margin-left: auto;
}

.column-62 {
  padding-right: 40px;
  padding-left: 40px;
}

.columns-45 {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-26 {
  margin-top: 8px;
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.column-63 {
  padding-right: 40px;
  padding-left: 40px;
}

.section-29 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #faeed6;
}

.column-64 {
  padding-right: 40px;
  padding-left: 40px;
}

.heading-38 {
  margin-top: 14px;
  color: #261f1c;
  font-weight: 600;
}

.container-21 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.heading-39 {
  height: 42px;
  max-height: 100%;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.div-block-196 {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-197 {
  margin-bottom: 2rem;
  padding: 5rem 2rem 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e8;
}

.section-title-masonry-2 {
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.heading-41 {
  margin-bottom: 0.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.container-22 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.testimonials-right-column-2 {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.testimonials-left-column-2 {
  width: 50%;
  padding-right: 16px;
  padding-left: 16px;
}

.arrow-3 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
}

.arrow-3.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -2rem;
}

.arrow-3.right {
  left: 13.325rem;
  top: auto;
  right: auto;
  bottom: -2rem;
}

.arrow-3.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -2rem;
}

.arrow-3.right {
  left: 13.325rem;
  top: auto;
  right: auto;
  bottom: -2rem;
}

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

.testimonials-slider-wrapper-2 {
  width: 100%;
}

.testimonial-quote-2 {
  margin-bottom: 2rem;
  padding: 0px;
  border-left-style: none;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.icon-9 {
  color: #261f1c;
  font-size: 0.75rem;
}

.icon-9.left {
  margin-left: 9px;
}

.testimonials-slider-2 {
  width: 464px;
  height: 240px;
  max-width: 464px;
  background-color: transparent;
}

.testimonials-quote-text-2 {
  width: 5rem;
  margin-bottom: 1.5rem;
}

.heading-42 {
  max-width: 484px;
  margin-top: 120px;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.testimonials-content-2 {
  width: 83.333333333%;
  min-width: 864px;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -1rem;
  margin-left: -1rem;
}

.testimonial-media-text-name-2 {
  color: #261f1c;
}

.image-60 {
  width: 518px;
  height: 574px;
  margin-top: 80px;
}

.success-message-partners-copy {
  position: static;
  margin-top: 220px;
  padding: 40px 24px;
  border-radius: 8px;
  background-color: #fff;
}

.section-31 {
  padding-top: 0px;
}

._250px-copy-2 {
  height: 56px;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
}

._250px-copy-2.email {
  margin-top: 18px;
}

.formcontainermodal-2 {
  display: block;
  margin-top: 0px;
  padding: 24px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: 5fr;
  grid-template-areas: ". . ."
    ". . ."
    ". . ."
    ". . ."
    "Area Area Area"
    "Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3"
    "Area-4 Area-4 Area-4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  border-radius: 8px;
  background-color: #fff;
}

.global-hairline-v-line-right-footer-2 {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.div-block-footer4col-2 {
  width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.global-hairline-v-line-left-footer-2 {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.javascript-copy {
  display: none;
}

.nav-link-icon-2-copy {
  position: relative;
  margin-right: 0.25rem;
  padding-left: 0px;
  clear: left;
}

.slide-9 {
  height: auto;
}

.slide-6 {
  height: auto;
}

.component-text-slider-2 {
  display: none;
}

.div-block-199 {
  height: auto;
  padding-top: 5px;
}

.section-overpositioned-title-24 {
  width: 50%;
  margin-bottom: 1rem;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.grid-10 {
  width: 100%;
  height: 44px;
  margin-bottom: 32px;
  grid-column-gap: 10px;
  -ms-grid-columns: 0.25fr minmax(344px, 2.25fr);
  grid-template-columns: 0.25fr minmax(344px, 2.25fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.check-text-wrapper-2 {
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.mask-9 {
  height: auto;
}

.paragraph-29 {
  width: 99.9999987579333%;
  height: auto;
  padding-bottom: 5px;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.slider-8 {
  height: auto;
  background-color: transparent;
}

.features-row-title-2 {
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.container-23 {
  max-width: 1440px;
}

.paragraph-30 {
  margin-left: 0px;
}

.global-hairline-v-line-right-2 {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.global-hairline-v-line-left-2 {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #e85530;
}

.features-row-list-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.features-row-header-2 {
  position: relative;
  z-index: 1;
  width: 52%;
  min-width: 32rem;
}

.features-row-item-description-2 {
  color: #524c4a;
}

.features-row-subtitle-2 {
  margin-top: 1.5rem;
  color: #524c4a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.features-row-item-icon-2 {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
}

.grid-6 {
  width: 90%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 55px;
  grid-row-gap: 36px;
}

.grid-7 {
  margin-top: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.25fr 2.5fr;
  grid-template-columns: 0.25fr 2.5fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.features-row-item-title-2 {
  width: 16.5rem;
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.section-32 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.heading-43 {
  margin-bottom: 32px;
  color: #261f1c;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.features-row-item-2 {
  width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.slider-9 {
  display: none;
}

.columns-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 45px;
  padding-bottom: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #e2f5ec;
}

.link-block-8 {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.display-2 {
  color: #261f1c;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.home-hero-subtitle-2 {
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.container-24 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._2-columns-list-title-2 {
  margin-bottom: 2rem;
  color: #261f1c;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.features-row-item-title-3 {
  width: 14rem;
  margin-bottom: 1.5rem;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.features-row-item-description-3 {
  color: #524c4a;
}

.benefits-subtitle-2 {
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.slider-10 {
  display: none;
}

.faqs-hairlines-h-line-4 {
  height: 1px;
  margin-top: 3.5rem;
  color: #e85530;
}

.heading-44 {
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.global-hairline-v-line-right-purple-2 {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  color: #7e7ef1;
}

.div-block-202 {
  display: block;
  padding: 1.5rem 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #261f1c;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
}

.div-block-202.purple {
  border-top-color: rgba(126, 126, 241, 0);
  border-bottom-color: rgba(126, 126, 241, 0);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.div-block-202.purple:hover {
  border-bottom-color: #7e7ef1;
}

.container-25 {
  display: block;
  max-width: 1440px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faqs-content-wrapper-2 {
  position: relative;
  z-index: 1;
  width: 50%;
  min-width: 640px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.faqs-hairlines-h-line-5 {
  width: 100%;
  height: 1px;
  max-width: 1440px;
  margin: -0.75rem auto 4.25rem;
  -webkit-transform: translate(-16.666666666666664%, 0px);
  -ms-transform: translate(-16.666666666666664%, 0px);
  transform: translate(-16.666666666666664%, 0px);
  color: #e85530;
}

.navigation-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  z-index: 2;
  background-color: #fff;
}

.accordion-body-text-3 {
  padding: 1rem 1.5rem 1.5rem;
  color: #524c4a;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.faqs-hairlines-h-line-6 {
  position: absolute;
  right: 50%;
  width: 100%;
  height: 1px;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 4.25rem;
  margin-left: auto;
  -webkit-transform: translate(0px, -69px);
  -ms-transform: translate(0px, -69px);
  transform: translate(0px, -69px);
  color: #e85530;
}

.hero-vertical-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
  background-color: #f3f3fe;
}

.section-33 {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6.5rem;
  background-color: #faeed6;
}

.faqs-item-title-3 {
  margin-top: 0px;
  margin-right: 1.5rem;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.faqs-item-3 {
  display: block;
  margin-bottom: 1rem;
  border: 2px solid #d4d2d2;
  border-radius: 8px;
  background-color: transparent;
}

.hero-with-image-image-2 {
  position: relative;
  z-index: 2;
  margin-top: 55px;
  -o-object-fit: cover;
  object-fit: cover;
}

.global-hairline-v-line-left-purple-2 {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  color: #7e7ef1;
}

._200px-2 {
  max-width: 200px;
  margin-right: 10px;
}

._100px-2 {
  max-width: 100px;
  margin-right: 10px;
}

.div-block-10 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.text-errorr-block-white-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f7f7f7;
  font-size: 21px;
}

.error-message-3 {
  background-color: red;
}

.link-16 {
  color: #236a8d;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.formcontainer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._250px-3 {
  max-width: 250px;
  margin-right: 10px;
}

.calculanddoload-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 64%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffec00;
}

.submit-button-5 {
  position: relative;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 247px;
  height: 48px;
  max-width: 248px;
  min-width: 247px;
  margin: 32px auto 20px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.checkbox-4 {
  width: 20px;
  height: 20px;
  margin-top: 0.65rem;
  margin-right: 10px;
  padding-top: 0rem;
}

.checkbox-4:active {
  background-color: #e85530;
  color: #e85530;
}

.checkbox-4:focus {
  background-color: #e85530;
}

.success-message-partners-3 {
  position: static;
  padding: 40px 24px;
  border-radius: 8px;
  background-color: #fff;
}

.heading-7-copy-2 {
  margin-bottom: 8px;
  color: #261f1c;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.success-waiting-message-2 {
  position: static;
  margin-top: 35%;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.h4-enviandomss-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #261f1c;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.hero-with-image-subtitle-2 {
  width: 70%;
  margin-bottom: 1.5rem;
  color: #524c4a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.image-77 {
  z-index: 2;
  width: 100%;
  max-height: 524px;
  max-width: 423px;
  margin-right: 0px;
}

.hero-with-image-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-with-image-content-2.hero-with-image-content-2 {
  height: 99.99989133303437%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hero-with-image-title-wrapper-2 {
  max-width: 578px;
  min-width: 556px;
  margin-top: 7.5rem;
  margin-bottom: 3rem;
}

.section-34 {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #faeed6;
}

.hero-with-image-left-column-2 {
  position: relative;
  bottom: 0px;
  z-index: 1;
  width: 50%;
  height: 100.0000069890918%;
}

.button-10 {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: #e85530;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.button-10:hover {
  background-color: #d83e18;
}

.button-10:active {
  background-color: #b83514;
}

.button-10:focus {
  background-color: #d83e18;
}

.button-10.cta-button-header {
  min-width: 149px;
  font-weight: 300;
  text-align: center;
}

.button-10.cta-button-header:hover {
  background-color: #d83e18;
}

.button-10.cta-button-header:active {
  background-color: #b83514;
}

.button-10.cta-button-header:focus {
  background-color: #d83e18;
}

.button-10.cta-button-header.button4copy {
  display: none;
}

.hero-with-image-overpositioned-image-2 {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33333333333334%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.hero-with-image-overpositioned-image-2.herowithimageiverpositioned {
  right: auto;
  width: 100%;
  height: 100.00000697744%;
  margin-right: 0px;
  margin-left: auto;
}

.hero-with-images-h-line-4 {
  position: absolute;
  top: 3%;
  width: 100%;
  height: 1px;
}

.hero-with-images-v-line-ellipse-left-2 {
  position: absolute;
  left: 43.333333333333336%;
  top: 0px;
  width: 1px;
  height: 100%;
  margin-top: -1px;
}

.hero-with-images-v-line-ellipse-left-2.hero-with-images-new {
  left: 57%;
}

.hero-with-image-right-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100.0000069890918%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-with-image-right-column-2.columnright {
  width: 50%;
  height: 100.00000697744%;
  margin-left: auto;
}

.nav-link-with-icon-5 {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

.nav-link-with-icon-5:hover {
  background-color: #f6bbac;
}

.navnumber {
  display: inline-block;
}

.global-hairline-v-line-left-3 {
  position: absolute;
  left: 4rem;
  width: 1px;
  height: 100%;
  margin-top: -35px;
  color: #e85530;
}

.global-hairline-v-line-right-3 {
  position: absolute;
  right: 4rem;
  width: 1px;
  height: 100%;
  margin-top: -35px;
  color: #e85530;
}

.global-hairline-v-line-right-3.global-hairline-v-2 {
  right: 9.3rem;
  margin-top: -35px;
}

.principalheader {
  display: inline-block;
  width: 68%;
  margin-bottom: 8px;
  color: #261f1c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.container-26 {
  display: block;
  max-width: 1440px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-26.containerheader {
  margin-top: 80px;
}

.container-26.containerfaq {
  margin-top: 120px;
}

.container-26.containerfooter {
  margin-top: 0px;
}

.image-78 {
  position: absolute;
  right: 55%;
  z-index: 0;
  width: 50%;
  max-width: 294px;
  margin-top: 100px;
}

.accordion-body-text-4 {
  padding: 1rem 1.5rem 1.5rem;
  color: #524c4a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.link-21 {
  color: #e85530;
  text-decoration: underline;
}

.button-11 {
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #e85530;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.button-11:hover {
  background-color: #d83e18;
}

.button-11:active {
  background-color: #b83514;
}

.button-11:focus {
  background-color: #d83e18;
}

.link-block-10 {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-10.linkblock10 {
  display: none;
}

.link-block-10.linkblock10.linkblock10copy {
  display: block;
  font-weight: 300;
}

.div-block-207 {
  margin: 120px 64px;
  padding: 40px 160px;
  border-radius: 24px;
  background-color: #faeed6;
}

.container-19 {
  margin-top: 100px;
  padding-right: 16px;
  padding-left: 16px;
}

.video-2 {
  display: inline-block;
  width: 100%;
  max-height: 403px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.heading-45 {
  margin-bottom: 0px;
  color: #261f1c;
  font-weight: 600;
  text-align: center;
}

.faqs-item-4 {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #d4d2d2;
  border-radius: 8px;
  background-color: transparent;
}

.faqs-item-4:hover {
  border-color: #e85530;
}

.heading-46 {
  margin-bottom: 40px;
  color: #261f1c;
  font-weight: 600;
}

.right-arrow-3 {
  width: 5%;
}

.right-arrow-3.rightarrowcobertura {
  height: 100%;
}

.right-arrow-3.rightarrowcobertura.is-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.25px;
  -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;
}

.div-block-187 {
  width: 90%;
  max-width: 370px;
}

.grid-8 {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-7 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: transparent;
}

.faqs-item-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -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;
  color: #939393;
  cursor: pointer;
}

.heading-47 {
  margin-top: 14px;
  margin-bottom: 8px;
  color: #261f1c;
  font-weight: 600;
}

.div-block-208 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-right: 64px;
  margin-left: 64px;
  padding: 56px 64px;
  border-radius: 24px;
  background-color: #faeed6;
}

.div-block-209 {
  width: 96%;
  max-width: 691px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.slide-11 {
  height: 100%;
}

.paragraph-31 {
  margin-top: 8px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.container-27 {
  max-width: 720px;
  margin-top: 120px;
}

.div-block-210 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-22 {
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.link-22 {
  color: #e85530;
  text-decoration: underline;
}

.link-22:hover {
  color: #d83e18;
}

.link-22:active {
  color: #b83514;
}

.link-22:focus {
  border-radius: 8px;
}

.div-block-211 {
  width: 100%;
  max-height: 403px;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph-32 {
  display: inline-block;
  margin-right: 10px;
  color: #e85530;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.div-block-212 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  background-color: #e85530;
}

.slide-nav-3 {
  display: none;
}

.div-block-190 {
  margin-top: 0px;
  text-align: center;
}

.heading-48 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.image-79 {
  margin-left: 0px;
}

.heading-49 {
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.image-62 {
  display: block;
  margin-right: 0px;
}

.grid-11 {
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 1fr 1fr 0.5fr 0.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 0.5fr 0.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-21 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.div-block-189 {
  width: 100%;
  height: 15.75rem;
  padding: 1rem 16px;
  border: 1px solid #d4d2d2;
  border-radius: 8px;
}

.grid-12 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-13 {
  width: 100%;
  grid-column-gap: 40px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-33 {
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.icon-10 {
  width: 40px;
  height: 40px;
  border: 1px solid #d4d2d2;
  border-radius: 180px;
  background-color: #fff;
  color: #524c4a;
  font-size: 16px;
  line-height: 36px;
}

.icon-10.test {
  display: none;
}

.icon-10.test._2 {
  display: block;
}

.left-arrow-3 {
  width: 5%;
}

.left-arrow-3.leftarrowcobertura {
  height: 100%;
}

.left-arrow-3.leftarrowcobertura.is-test {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-50 {
  max-width: 784px;
  margin-right: auto;
  margin-left: auto;
  color: #261f1c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.testimonials-slider-nav-2 {
  left: 4rem;
  bottom: -1.375rem;
  width: 8.4rem;
  height: 0.75rem;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.testimonials-slider-nav-2:active {
  color: #e85530;
}

.heading-51 {
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.testimonials-content-3 {
  width: 83.333333333%;
  min-width: 864px;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-title-wrapper-2 {
  width: 90%;
  margin-top: 5.75rem;
}

.testimonials-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -1rem;
  margin-left: -1rem;
}

.testimonial-quote-3 {
  margin-bottom: 2rem;
  padding: 0px;
  border-left-style: none;
  color: #524c4a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.testimonials-slider-wrapper-3 {
  width: 100%;
}

.module-testimonials-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #faeed6;
}

.testimonials-left-column-3 {
  width: 50%;
  padding-right: 16px;
  padding-left: 16px;
}

.testimonials-right-column-3 {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.testimonials-slider-3 {
  height: 240px;
  background-color: transparent;
}

.div-block-215 {
  width: 100%;
  max-width: 573px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #e2f5ec;
}

.paragraph-23 {
  margin-top: 8px;
  margin-bottom: 40px;
  color: #7d7877;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.div-block-216 {
  margin-right: auto;
  margin-left: auto;
}

.image-63 {
  display: block;
  margin-right: 0px;
}

.div-block-218 {
  max-width: 504px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.grid-14 {
  grid-column-gap: 12px;
  -ms-grid-columns: minmax(40px, 0.25fr) 2.5fr;
  grid-template-columns: minmax(40px, 0.25fr) 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-32 {
  font-size: 16px;
  line-height: 22px;
}

.link-block-27 {
  display: block;
  width: 100%;
  max-width: 536px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
}

.heading-52 {
  margin-bottom: 2.5rem;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.grid-15 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-219 {
  margin: 120px 64px;
  padding: 40px 160px;
  border-radius: 24px;
  background-color: #faeed6;
}

.paragraph-34 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.image-76 {
  position: relative;
  top: 402px;
  z-index: 0;
  width: 100%;
}

.div-block-203 {
  position: relative;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.section-36 {
  padding-top: 70px;
  padding-bottom: 124px;
  background-color: #faeed6;
}

.section-36.bg-image {
  height: 41rem;
  background-image: url('../images/grid-2.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-204 {
  margin-top: 24px;
  font-weight: 300;
}

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

.div-block-205 {
  position: absolute;
  right: 0px;
  width: 28%;
  height: 80%;
  margin-top: -90px;
}

.link-block-12 {
  padding: 16px;
  border: 1px solid #d4d2d2;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
}

.link-block-12:hover {
  border-color: #e85530;
}

.link-block-12:active {
  background-color: #fef7f5;
}

.heading-53 {
  height: 44px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.heading-54 {
  margin-right: auto;
  margin-left: auto;
  color: #261f1c;
  font-weight: 600;
}

.container-28 {
  max-width: 720px;
  text-align: center;
}

.container-28.containerprotecciones {
  max-width: 722px;
}

.image-75 {
  position: static;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.lineprotecciones {
  position: absolute;
  left: 5%;
  display: block;
  height: 135%;
  margin-top: -70px;
  opacity: 0.4;
}

.lineprotecciones.lineproteccionesmiddle {
  left: 27%;
  height: 141%;
  margin-top: -70px;
}

.lineprotecciones.lineproteccionesmiddle.lineproteccionesmiddle2 {
  left: 55%;
}

.paragraph-27 {
  height: 100px;
  color: #7d7877;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.success-message-5 {
  padding: 0px;
  background-color: transparent;
}

.submit-button-6 {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 56px;
  background-color: transparent;
  color: transparent;
}

.submit-button-6.submitbuttonfooter {
  background-color: transparent;
  color: transparent;
}

.div-block-footer4col-3 {
  display: block;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.div-block-footer4col-3.divparaquien {
  margin-left: 60px;
}

.div-block-footer4col-3.divsuscribe {
  margin-left: auto;
}

.div-block-footer4col-3.divpartners {
  padding-left: 0rem;
}

.div-block-footer4col-3.divlegales {
  margin-top: 35px;
  padding-left: 0rem;
}

.error-message-4 {
  background-color: #fff;
}

.footer-link-4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.formblockcopy {
  display: none;
}

.link-block-17 {
  display: block;
  margin-top: 35px;
}

.underlinedasd-copy-copy-3 {
  height: 1px;
  color: #7d7877;
}

.footer-articles-section-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-18 {
  display: block;
  margin-top: 8px;
  margin-bottom: 32px;
  color: #261f1c;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
}

.link-18.linkcopy {
  text-align: left;
}

.text-block-33 {
  display: inline-block;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 16px;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
}

.heading-55 {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.heading-55.headingfooter {
  display: block;
}

.heading-56 {
  margin-bottom: 16px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.new-footer-articles-section {
  position: relative;
  display: none;
  padding-top: 80px;
  padding-bottom: 112px;
  background-color: #fbfbfa;
}

.div-block-220 {
  max-width: 90%;
  margin-left: auto;
}

.containerfooter {
  max-width: 90%;
}

.social-links-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-top: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-block-6 {
  margin-bottom: 40px;
}

.div-block-221 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-223 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-57 {
  color: #fff;
  font-weight: 600;
}

.imagesuccess {
  position: absolute;
  width: auto;
  margin-right: 20px;
}

.text-field-7 {
  display: inline-block;
  width: 100%;
  height: 56px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-radius: 8px;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
}

.div-block-224 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem -1rem;
}

.footer-nav-list-2 {
  padding-left: 0px;
  list-style-type: none;
}

.form-newsletter {
  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;
}

.icon-next-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding-top: 0.3rem;
  padding-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d2d2;
  border-radius: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.icon-next-btn:hover {
  border-color: #e85530;
}

.icon-next-btn.is-test-slider {
  width: 40px;
  height: 40px;
  margin: 0rem 0.25rem;
  padding-top: 0px;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.icon-next-btn.is-test-slider.is-right {
  margin-top: 0px;
  margin-bottom: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.1rem;
  padding-left: 0.2rem;
}

.icon-next_embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary {
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 8px;
  background-color: #e85530;
  outline-color: hsla(0, 0%, 100%, 0);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.button-primary:hover {
  background-color: #d83e18;
  color: #fff;
}

.button-primary:active {
  background-color: #b83514;
}

.button-primary:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  outline-color: #e85530;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  color: #fff;
}

.button-primary.is-modal {
  margin-top: 1rem;
  border-radius: 0.5rem;
  background-color: #e85530;
}

.button-primary.is-modal:hover {
  background-color: #d83e18;
}

.contact-modal_form-wrapper {
  width: 33rem;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 4px 0 32px 0 rgba(0, 0, 0, 0.16);
}

.contact-modal_close-icon {
  margin-right: 1rem;
  cursor: pointer;
}

.contact-modal_close-icon:hover {
  opacity: 0.5;
}

.checkbox_label {
  margin-left: 0.5rem;
  padding-left: 0rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-5 {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.25rem;
  border-width: 1.5px;
  border-color: #7d7877;
  border-radius: 4px;
  box-shadow: 0 0 0 -20px #000;
  color: #e85530;
}

.checkbox-5:hover {
  border-width: 2px;
  border-color: #e85530;
  background-color: transparent;
  color: #e85530;
}

.checkbox-5:active {
  background-color: transparent;
}

.checkbox-5.w--redirected-checked {
  border-color: #e85530;
  background-color: #fff;
  background-image: url('../images/Property-1normal-Property-2yes.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #e85530;
}

.checkbox-5.w--redirected-focus {
  border-color: #e85530;
  box-shadow: none;
}

.contact-modal_success-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-modal_success-text {
  margin-bottom: 0.5rem;
  color: #261f1c;
  font-size: 1.125rem;
  font-weight: 600;
}

.contact-modal_close-button:hover {
  opacity: 0.5;
}

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

.ml-banner_wrapper {
  margin-bottom: 2rem;
}

.ml-banner_wrapper.is-top {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-empty-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 7.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #e85530;
}

.button-empty-arrow-right:hover {
  color: #d83e18;
}

.button-empty-arrow-right:active {
  color: #b83514;
}

.button-empty-arrow-right.hide-mobile-landscape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.text-size-medium-2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.ml-banner_subtitle {
  color: #524c4a;
}

.ml-banner_grid {
  grid-column-gap: 1.25rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ml-banner_grid.is-top {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.ml-banner_left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 29rem;
  -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;
}

.ml-banner_left-content.is-top {
  max-width: none;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.ml-banner_component {
  padding: 3.063rem 10rem;
  border-radius: 1.5rem;
  background-color: #faeed6;
}

.ml-banner_component.is-top {
  position: relative;
  z-index: 111;
  padding: 1.5rem;
  color: #261f1c;
}

.contact-modal_overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.contact-modal_header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #261f1c;
}

.button-empty-arrow_icon {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  float: none;
  clear: none;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #b83514;
}

.checkbox_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -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;
}

.ml-banner_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.form-field {
  position: relative;
  z-index: 1;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  background-color: transparent;
}

.form-field:focus {
  border-color: #000;
}

.form-field::-webkit-input-placeholder {
  color: #a0a0a0;
}

.form-field:-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  line-height: 35px;
  cursor: pointer;
}

.ml-banner_right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-large {
  margin-bottom: 4rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 0.5rem;
}

.contact-modal_rgpd-text {
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: #7d7877;
  font-size: 0.688rem;
  line-height: 1rem;
}

.ml_form-input {
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d2d2;
  border-radius: 0.5rem;
  color: #7d7877;
  font-weight: 400;
}

.ml_form-input:hover {
  border-color: #e85530;
}

.contact-form_success-message {
  padding: 0.5rem 0px;
  background-color: transparent;
}

.select-field-wrap {
  position: relative;
}

.faqs-code {
  display: none;
}

.headers-posts-section {
  margin-bottom: 80px;
  color: #261f1c;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.tag-posts-badge {
  margin-top: 16px;
  font-size: 11px;
}

.headercontainerpartners {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.hero-post-3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.5rem;
  background-color: #f4f4f4;
}

.hero-post-3._404 {
  padding-bottom: 2.125rem;
  background-color: #fff;
}

.section-for-whom-ebook-2 {
  width: 100%;
  min-width: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #261f1c;
  font-size: 30px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.itemserrorebook-2 {
  padding-left: 50px;
  background-image: url('../images/checkmark-ok.png');
  background-position: 0% 6%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #7d7877;
  font-size: 1rem;
  line-height: 40px;
}

.header-imp-copy-2 {
  width: 90%;
  color: #e85530;
  font-size: 24px;
  text-align: center;
}

.cta-tofu-container {
  max-width: 100%;
  margin: 0px;
  padding: 40px 20px;
  border-radius: 4px;
  background-color: #f6bbac;
}

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

.div-block-227 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-cta-tofu {
  max-width: 150px;
  min-width: 150px;
  margin-top: 20px;
  margin-left: auto;
  padding-top: 0px;
  box-shadow: 6px 6px 11px -2px rgba(0, 0, 0, 0.43);
}

.div-block-228 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-cta-tofu {
  margin-bottom: 20px;
  color: #261f1c;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.block-tofusub {
  min-width: 230px;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background-color: #e85530;
  text-align: center;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.button-form-tofu {
  max-width: 220px;
  padding: 12px 20px;
  border-radius: 0.5rem;
  background-color: #e85530;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.paragraphtofu {
  margin-bottom: 40px;
  color: #524c4a;
  font-size: 24px;
  font-weight: 300;
}

.cta-tofu-containerwhite {
  max-width: 100%;
  margin: 0px;
  padding: 40px 20px;
  border-radius: 4px;
  background-color: rgba(204, 204, 249, 0.3);
}

.link-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding: 0.75rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #e85530;
  text-align: center;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.text-block-34 {
  color: #fff;
}

.text-block-34.heading-cta-bofu {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.text-block-34.heading-cta-bofu {
  color: #fff;
}

.heading-cta-bofu {
  color: #261f1c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.button-form-large-2 {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #e85530;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.p-ctabofu {
  margin-top: 8px;
  margin-bottom: 32px;
  color: #7d7877;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.cta-bofu-container {
  max-width: 100%;
  margin: 0px;
  padding: 40px 20px;
  border-radius: 24px;
  background-color: #faeed6;
}

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

.descargatofucta {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}

.ctajs {
  display: none;
}

.ctajs2 {
  display: none;
}

.ctajs3 {
  display: none;
}

._2col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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;
}

._250-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fullinput {
  width: 100%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.leadmagnetonclick {
  margin-top: 20px;
}

.leadmagnetonclick.button-10 {
  color: #fff;
}

.submit-button-7 {
  margin-top: 20px;
}

.submit-button-8 {
  margin-top: 20px;
}

.submit-button-9 {
  margin-top: 20px;
}

.submit-button-10 {
  margin-top: 20px;
}

.submit-button-11 {
  margin-top: 20px;
}

.submit-button-12 {
  margin-top: 20px;
}

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

.button-13 {
  width: 115%;
  margin-top: 10px;
  padding: 0.5rem 1.7rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #e85530;
  text-align: center;
}

.button-13.btncalendariofiscal {
  width: 100%;
}

.button-13.btncalendariofiscal.btnguiapasoapaso {
  color: #417ce2;
}

.div-block-229 {
  display: none;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ebebeb;
}

.heading-58 {
  width: 105%;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

.heading-58.headingdescargar {
  color: #444;
}

.heading-58.headingdescargar.headingformemprender {
  width: 100%;
}

.heading-58.headingcalendariofiscal {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  font-size: 20px;
  line-height: 26px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-86 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.image-86.imgclosecalendariofiscal {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
}

.image-87 {
  display: block;
  width: 100px;
}

.image-87.imgcalendario {
  width: 120px;
  margin-left: 0px;
}

.leadinmodal-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: transparent;
}

.leadinmodal-close.btnclosecalendariofiscal {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
}

.button-15 {
  width: 100%;
  margin-top: 10px;
  padding: 0.5rem 1.7rem;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
}

.div-block-230 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: 420px;
  padding: 14px 21px;
  border-top-left-radius: 5px;
  background-color: #e85530;
}

.div-block-230.div-calendarios-fiscal {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 460px;
  min-width: 387px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.div-block-230.div-calendarios-fiscal.div-guiapasoapaso {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #417ce2;
}

.grid-18 {
  grid-column-gap: 22px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-18.popup {
  -ms-grid-columns: 0.25fr 0.75fr;
  grid-template-columns: 0.25fr 0.75fr;
}

.grid-18.popup.gridcalendariofiscal {
  grid-auto-flow: row;
  grid-column-gap: 16px;
  -ms-grid-columns: minmax(20%, 1fr) 75%;
  grid-template-columns: minmax(20%, 1fr) 75%;
  -ms-grid-rows: 0.25fr;
  grid-template-rows: 0.25fr;
}

.grid-18.grid-17-copy {
  -ms-grid-columns: 0.25fr 0.75fr;
  grid-template-columns: 0.25fr 0.75fr;
}

.form-block-7 {
  margin-top: 20px;
}

.success-message-6 {
  background-color: transparent;
}

.grid-19 {
  grid-column-gap: 22px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-17 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: transparent;
}

.image-88 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}

.button-16 {
  width: 100%;
  margin-top: 10px;
  padding: 0.5rem 1.6rem;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
  text-align: center;
}

.div-block-231 {
  height: 100vh;
  padding-top: 200px;
}

.paragraph-35 {
  margin-bottom: 0.6rem;
  color: #666;
  line-height: 1.4rem;
}

.div-block-232 {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 3.5rem;
  border-radius: 5px;
  background-color: #ebebeb;
}

.heading-59 {
  width: 90%;
  margin-bottom: 0.6rem;
  color: #444;
}

.div-block-233 {
  display: none;
  background-color: #ebebeb;
}

.div-block-234 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.button-18 {
  padding: 0.5rem 1.7rem;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
}

.button-18.btnformguia {
  background-color: #417ce2;
}

.div-block-236 {
  height: 100vh;
  padding-top: 30vh;
}

.paragraph-36 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}

.div-block-237 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.estilos_popupcta {
  display: none;
}

.estilos_formcta {
  display: none;
}

.section-37 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
}

.section-37.ctas {
  z-index: 99999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-37.ctas.guia_emprendedores {
  display: none;
}

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

.html-embed-17 {
  position: relative;
}

.pasoapaso {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
}

.plantillafacturasimple {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
}

.facturaordinaria {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
}

.calendariofiscal2022 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
}

.guiaseguros {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
}

.exitpopup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.nav-link-mobile-tel-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 155px;
  padding: 0.5rem 0.75rem;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #261f1c;
}

.nav-link-mobile-tel-2:hover {
  background-color: #f6bbac;
}

.nav-link-mobile-tel-2.phonebtn-formpage {
  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;
}

.container-formpage {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-239 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.image-89 {
  width: 100%;
  margin-top: -20px;
}

.padding-bottom-2 {
  height: 80px;
}

.image-90 {
  position: absolute;
  left: 95%;
  height: 100%;
}

.div-perjudicado {
  margin-top: 32px;
}

.div-perjudicado-yes {
  display: none;
  margin-top: 22px;
}

.image-82 {
  display: none;
  margin-right: 0px;
}

.openicon {
  display: block;
  margin-right: 0px;
}

.image-91 {
  position: absolute;
  top: 60px;
  width: 100%;
}

.image-80 {
  width: 20%;
  margin-right: auto;
  margin-left: auto;
}

.heading-60 {
  margin-top: 30px;
  margin-bottom: 8px;
  color: #261f1c;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.form-section {
  position: relative;
  background-color: #f5f3f1;
}

.field-perjudicado-yes {
  display: inline-block;
  height: 56px;
  max-width: 213px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
}

.field-perjudicado-yes.fieldmargin {
  margin-right: 16px;
  font-size: 16px;
  line-height: 22px;
}

.field-perjudicado-yes.numperjudicado {
  max-width: 328px;
  margin-top: 6px;
  color: #7d7877;
  font-size: 16px;
  line-height: 22px;
}

.checkbox-label {
  font-size: 16px;
  line-height: 22px;
}

.field-datos-poliza {
  display: inline-block;
  width: 328px;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
}

.field-datos-poliza.fielwithmargin {
  width: 100%;
  height: 56px;
  max-width: 328px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}

.field-contacto {
  display: inline-block;
  width: 213px;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
}

.field-contacto.fieldmargin {
  width: 100%;
  max-width: 213px;
  margin-right: 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-legalaccept-4 {
  width: 100%;
  margin-bottom: 0.125rem;
  padding-top: 0.85rem;
  color: #261f1c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.field-label-3 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #524c4a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  cursor: pointer;
}

.padding-top-2 {
  height: 6rem;
}

.field-acercasiniestro {
  width: 100%;
  height: 56px;
  max-width: 328px;
  border-radius: 8px;
}

.field-acercasiniestro.field-documento {
  max-width: none;
  color: #7d7877;
  font-size: 16px;
  line-height: 22px;
}

.div-datoscontacto {
  margin-top: 32px;
}

.singularcover-datos {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #7d7877;
  font-size: 11px;
  line-height: 16px;
}

.submit-btn-siniestro {
  margin-top: 40px;
  padding: 12px 24px;
  border: 0px none #000;
  border-radius: 8px;
  background-color: #e85530;
  color: #fff;
}

.paragraph-37 {
  font-size: 16px;
  line-height: 22px;
}

.select-field-3 {
  display: inline-block;
  height: 56px;
  max-width: 328px;
  margin-top: 6px;
  margin-right: 14px;
  border-radius: 8px;
  background-color: #fff;
  color: #7d7877;
  font-size: 16px;
  line-height: 22px;
}

.checkbox-field-2 {
  display: inline-block;
  height: 56px;
  max-width: 0px;
  min-width: 213px;
  margin-right: 16px;
  padding-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d4d2d2;
  border-radius: 8px;
}

.checkbox-field-2:active {
  border-color: #e85530;
  background-color: #fef7f5;
}

.checkbox-field-2:focus {
  border-color: #e85530;
}

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

.div-block-240.firstdivopen {
  display: block;
}

.checkbox-8 {
  display: none;
}

.div-acercasiniestro {
  margin-top: 32px;
}

.formblock-siniestros {
  max-width: 720px;
  margin: 40px auto 0px;
  padding: 32px 24px;
  border-radius: 24px;
  background-color: #fff;
  text-align: left;
}

.textarea {
  min-height: 88px;
  border-radius: 8px;
  color: #7d7877;
  font-size: 16px;
  line-height: 22px;
}

.image-92 {
  margin-right: 14px;
}

.image-85 {
  position: absolute;
  left: 5%;
  height: 100%;
  margin-right: 0px;
}

.link-block-5-sc-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #261f1c;
}

.socialmedia-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #261f1c;
}

.container-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-field-2 {
  min-height: 56px;
  border-radius: 8px;
  background-color: #fff;
  color: #7d7877;
  font-size: 16px;
  line-height: 22px;
}

.success-message-7 {
  border-radius: 8px;
  background-color: transparent;
}

@media screen and (min-width: 1280px) {
  .paragraph-3-copy._404 {
    margin-top: 0px;
    margin-bottom: 32px;
    color: #261f1c;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-3-copy._404 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .paragraph-3-copy._404 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .paragraph-3-copy._404 {
    margin-top: 0px;
    margin-bottom: 32px;
    color: #261f1c;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .div-block-53 {
    width: 50%;
  }

  .section-for-whom-partners {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-160-partners-copy {
    margin-top: 0px;
  }

  .hero-post-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rc-form {
    min-height: 1150px;
  }

  .modalcontainer {
    display: none;
    overflow: scroll;
  }

  .containsform {
    display: none;
  }

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

  .image-44 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .itemserrorebook {
    font-size: 1.2rem;
  }

  .hero-with-image-ebook._404-content-ebook {
    max-width: 240px;
  }

  .section-for-whom-ebook {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-3-partners {
    display: block;
  }

  .paragraph-3-partners-mobile {
    display: none;
  }

  .heading-19-tky {
    margin-bottom: 56px;
  }

  .thnky-content {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
  }

  .sectionpostsblog {
    padding-top: 40px;
    padding-bottom: 64px;
    background-color: #fbfbfa;
  }

  .button-5 {
    max-width: 304px;
    min-width: 240px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #e85530;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }

  .tkylink {
    color: #e85530;
  }

  .div-block-53-404 {
    width: 50%;
  }

  .header-content-tky {
    height: 85px;
  }

  .paragraph-3-partners-copy {
    display: block;
  }

  .hero-post-leads {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-h2-title {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-with-imageform._404-content-ebook {
    max-width: 240px;
  }

  .hero-with-imageform._404-content-form {
    max-width: 240px;
  }

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

  .formcontainermodal1-copy {
    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;
  }

  .columns-23 {
    margin-right: auto;
    margin-left: auto;
  }

  .form-block-4-copy-2 {
    margin-left: 60px;
  }

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

  .section-for-whom-partners-2 {
    height: 60%;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-post-2-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .image-77 {
    width: 100%;
  }

  .hero-with-image-right-column-2.columnright {
    width: 50%;
  }

  .principalheader {
    width: 66%;
  }

  .container-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-45 {
    padding-bottom: 1.125rem;
  }

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

  .form-newsletter {
    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;
  }

  .ml-banner_wrapper {
    margin-bottom: 2rem;
  }

  .contact-modal_overlay {
    display: none;
  }

  .section-for-whom-ebook-2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 42px;
  }

  .itemserrorebook-2 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-with-image-image-partners.hero-with-image-nosotros {
    top: 300px;
  }

  .testimonials-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonials-right-column {
    width: 464px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .testimonials-slider {
    max-width: 464px;
  }

  .testimonial-quote {
    width: 100%;
    max-width: 464px;
  }

  .testimonials-slider-wrapper {
    width: 464px;
    max-width: 464px;
  }

  .paragraph-3-copy._404 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3-copy._404 {
    margin-bottom: 40px;
    color: #524c4a;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-3-copy._404 {
    margin-bottom: 40px;
    color: #524c4a;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-3-copy._404 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-42-copy._404 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-42-copy._404._405 {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .div-block-42-copy._404 {
    display: block;
    max-width: 100%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-53.divdeclaracionderenta {
    margin-left: 0px;
  }

  .div-block-59 {
    background-image: none;
  }

  .testimonials-content {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-54-copy2 {
    width: 50%;
  }

  .hero-with-images-h-line-2.lineaheaderhorizontal {
    top: 78%;
  }

  .hero-with-images-h-line-2.hero-with-images-2 {
    width: 100%;
  }

  .section-for-whom-partners {
    margin-bottom: 16px;
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-162 {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-162.divhaddock {
    padding-left: 0px;
  }

  .image-logopartner2.logomastercard {
    padding-right: 0px;
  }

  .formcontainer {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .formcontainer.formcontaineribl {
    z-index: auto;
    background-color: transparent;
  }

  ._250px {
    margin-right: 0px;
  }

  .calculanddoload {
    display: none;
  }

  .container-16 {
    position: relative;
    display: block;
    -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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: transparent;
  }

  .paragraph-14 {
    width: 416px;
  }

  .div-block-160-partners-copy {
    position: relative;
    margin-left: 0px;
  }

  .hero-post-2-copy {
    padding-bottom: 8rem;
  }

  .heading-7-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .rc-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-height: 1250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 8px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .divform {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-form {
    background-color: transparent;
  }

  .modalcontainer {
    display: none;
    overflow: scroll;
    padding-bottom: 10%;
  }

  .div-block-173 {
    border-width: 3px;
    background-color: #fff;
  }

  .heading-20 {
    font-size: 30px;
  }

  .form-block-4 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  .form-block-5 {
    display: block;
    overflow: visible;
    width: auto;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .formcontainer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #faeed6;
  }

  .form-block-4-copy {
    width: 100%;
    margin-right: 20px;
    margin-left: auto;
  }

  .containsform {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #faeed6;
  }

  .div-block-174 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 80%;
    margin: auto;
    padding: 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 8px;
    background-color: #fff;
  }

  .formcontainermodal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .columns-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .div-block-175 {
    position: relative;
    overflow: visible;
    width: 100%;
  }

  .div-block-175.divheadingyatengoseguro {
    padding-left: 24px;
  }

  .column-27 {
    padding-top: 0px;
  }

  .formcontaineribl {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 100%;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    background-color: #fff;
  }

  .jeff-form {
    position: static;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-formjeff {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: transparent;
  }

  .formcontainer-jeff {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .formcontainer-jeff.formcontaineribl {
    z-index: auto;
    background-color: transparent;
  }

  .search-result-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-3-partners {
    display: block;
  }

  .form-block-partnerscontact {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px auto 40px;
    -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;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 8px;
    background-color: transparent;
  }

  .form-block-partnerscontact-mobile {
    position: relative;
    display: none;
    width: 100%;
    margin: 20px auto 40px;
    -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;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 8px;
    background-color: transparent;
  }

  .paragraph-3-partners-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-3-partners-mobile {
    display: none;
  }

  .paragraph-3-partners-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .thnky-content {
    padding-top: 20px;
  }

  .button-5 {
    margin-bottom: 40px;
  }

  .paragraph-3-partners-copy {
    display: block;
  }

  .hero-post-leads {
    padding-bottom: 8rem;
  }

  .div-left-50._404 {
    display: block;
  }

  .div-right-50._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }

  .img-ledsnoconvert {
    margin-left: 0px;
  }

  .container-h-flex {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4rem;
    padding-left: 3rem;
  }

  .section-h2-title {
    font-size: 36px;
    line-height: 42px;
  }

  .nav-link-mobile-tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._250px-new {
    width: 200px;
    max-width: 200px;
  }

  .div-block-181 {
    width: 840px;
    height: 388px;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-23 {
    color: #261f1c;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
  }

  .div-block-182 {
    width: 800px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-24 {
    height: 64px;
    max-width: 224px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    color: #e85530;
    font-weight: 600;
    text-align: center;
  }

  .heading-25 {
    width: 140px;
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button-6 {
    width: 199px;
    height: 48px;
  }

  .button-7 {
    display: block;
    max-width: 199px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #e85530;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }

  .section-25 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-18 {
    max-width: 1054px;
  }

  .slide-3 {
    max-width: 464px;
  }

  .image-54 {
    margin-top: 0px;
  }

  .columns-20 {
    margin-right: 100px;
    margin-left: 0px;
  }

  .formcontainermodal1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 464px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  ._250px-new-copy {
    width: 200px;
    max-width: 200px;
  }

  .columns-21 {
    margin-top: 70px;
  }

  .formcontainermodal1-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 464px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .mask-6 {
    max-width: 464px;
  }

  .div-block-184 {
    max-height: 574px;
    max-width: 518px;
    margin-top: 80px;
  }

  ._250px-new-copy {
    width: 200px;
    max-width: 200px;
  }

  ._250px-new-copy {
    width: 200px;
    max-width: 200px;
  }

  .div-block-186 {
    width: 416px;
    max-width: 416px;
  }

  .boxhorario {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0px;
    -ms-flex: 0 0px;
    flex: 0 0px;
  }

  ._250px-copy {
    margin-right: 0px;
  }

  .paragraph-14-copy {
    width: 416px;
  }

  .columns-41 {
    max-width: 1315px;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-7 {
    margin-top: 40px;
  }

  .div-block-160-partners-copy-2 {
    position: relative;
    padding-left: 0px;
  }

  ._250px-2 {
    margin-right: 0px;
  }

  .form-block-4-copy-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .formcontainermodal1-copy-2 {
    position: relative;
    display: block;
    max-width: 464px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .columns-44 {
    width: 91%;
    max-width: 1310px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-for-whom-partners-2 {
    margin-bottom: 16px;
    font-size: 50px;
    line-height: 60px;
  }

  .boxtel-copy1 {
    width: 49%;
  }

  .column-59 {
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-2 {
    width: 99%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }

  .success-message-partners-2 {
    max-width: 445px;
  }

  .hero-post-2-copy-2 {
    padding-bottom: 2rem;
  }

  .div-block-192 {
    position: relative;
    width: 100%;
    max-height: 200px;
    max-width: 656px;
  }

  .header-container-partners-2 {
    background-color: #faeed6;
  }

  .button-9 {
    display: block;
    max-width: 199px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #e85530;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }

  .div-block-194 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-35 {
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    color: #e85530;
    font-weight: 600;
    text-align: center;
  }

  .section-28 {
    margin-top: 0px;
  }

  .heading-36 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading-37 {
    width: 100%;
    color: #261f1c;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
  }

  .div-block-195 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-21 {
    max-width: 1100px;
  }

  .heading-39 {
    height: 100%;
  }

  .div-block-196 {
    width: 100%;
    max-width: 100%;
  }

  .container-22 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .testimonials-right-column-2 {
    max-width: 50%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .testimonials-slider-wrapper-2 {
    width: 100%;
  }

  .testimonial-quote-2 {
    width: 100%;
  }

  .testimonials-slider-2 {
    max-width: 464px;
  }

  .testimonials-content-2 {
    min-width: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-row-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mask-8 {
    max-width: 464px;
  }

  .image-60 {
    width: 85%;
    height: 100%;
    margin-top: 0px;
  }

  .success-message-partners-copy {
    max-width: 445px;
  }

  .div-block-198 {
    margin-top: 80px;
  }

  ._250px-copy-2 {
    margin-right: 0px;
  }

  .columns-46 {
    margin-right: 100px;
    margin-left: 0px;
  }

  .formcontainermodal-2 {
    position: relative;
    display: block;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .link-block-8 {
    margin-top: 40px;
  }

  .container-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-7-copy-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-with-image-subtitle-2 {
    width: 100%;
  }

  .image-77 {
    width: 100%;
    max-height: 524px;
  }

  .hero-with-image-overpositioned-image-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .global-hairline-v-line-right-3.global-hairline-v-2 {
    right: 9.6rem;
  }

  .principalheader {
    width: 85%;
  }

  .container-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-78 {
    right: 50%;
    width: 100%;
  }

  .container-19 {
    max-width: 1072px;
    margin-top: 100px;
  }

  .video-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-187 {
    margin-top: 13px;
  }

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

  .slider-7 {
    margin-top: 40px;
    background-color: #fff;
  }

  .paragraph-31 {
    text-align: center;
  }

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

  .link-22 {
    color: #e85530;
    text-decoration: underline;
  }

  .heading-48 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #524c4a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  .grid-11 {
    grid-column-gap: 26px;
    -ms-grid-columns: 0.5fr 1fr 1fr 0.5fr 0.75fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 0.5fr 1fr 1fr 0.5fr 0.75fr 1fr 1fr 1fr 1fr;
  }

  .div-block-189 {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .grid-13 {
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .heading-50 {
    margin-bottom: 8px;
    color: #261f1c;
    font-weight: 600;
    text-align: center;
  }

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

  .div-block-205 {
    height: 80%;
  }

  .lineprotecciones {
    left: 4.4%;
    opacity: 0.7;
  }

  .lineprotecciones.lineproteccionesmiddle {
    opacity: 0.7;
  }

  .lineprotecciones.lineproteccionesmiddle.lineproteccionesmiddle2 {
    opacity: 0.7;
  }

  .footer-articles-section-grid {
    max-width: 100%;
  }

  .div-block-220 {
    max-width: 87%;
  }

  .containerfooter {
    max-width: 87%;
  }

  .icon-next-btn.is-test-slider {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
  }

  .form-block-8 {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .o-container {
    max-width: 720px;
  }

  .header-container {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .nav-list {
    overflow: auto;
    width: 100%;
    -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;
  }

  .nav-link {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nav-link:hover {
    background-color: transparent;
  }

  .nav-dropdown {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    background-color: transparent;
  }

  .nav-dropdown:hover {
    background-color: transparent;
  }

  .nav-dropdown.w--open {
    background-color: transparent;
  }

  .text-block {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .dropdown-list.w--open {
    position: static;
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: transparent;
  }

  .cta-link {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #e85530;
    text-align: center;
  }

  .dropdown-link {
    padding-right: 0rem;
    padding-left: 0rem;
    color: #7d7877;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .container.tablet-full-width {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-with-image-content {
    padding-bottom: 8rem;
  }

  .hero-with-image-left-column {
    width: 100%;
    padding-bottom: 0rem;
  }

  .hero-with-image-right-column {
    display: none;
  }

  .text-block-2 {
    color: #fffcfb;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .hero-with-image-title-wrapper {
    margin-top: 5rem;
  }

  .hero-with-image-image-partners.hero-with-image-nosotros {
    display: none;
  }

  .div-block-4 {
    height: auto;
    background-image: none;
  }

  .div-block-5 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .list-item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 1.5rem;
  }

  .text-block-4 {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .text-block-4._2 {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .section {
    padding-top: 4rem;
  }

  .heading {
    margin-bottom: 2rem;
  }

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

  .text-and-image-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-and-image-text-block {
    width: 66.66666666666666%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-and-image-image-block {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-and-image-image-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60vw;
  }

  .text-and-image-image {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .section-2 {
    padding-bottom: 5rem;
  }

  .text-and-image-title {
    padding-right: 1rem;
  }

  .module-features-grid {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .features-grid-content {
    width: 100%;
    min-width: auto;
  }

  .features-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faqs-list {
    padding-right: 1px;
    padding-left: 1px;
  }

  .faqs-content-wrapper {
    width: 75%;
    max-width: 640px;
    min-width: auto;
  }

  .testimonials-row {
    width: auto;
  }

  .testimonials-left-column {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .module-testimonials {
    padding-top: 5.5rem;
    padding-bottom: 9rem;
  }

  .testimonials-slider {
    height: auto;
  }

  .testimonial-quote {
    max-width: 345px;
  }

  .testimonials-slider-wrapper {
    width: 100%;
  }

  .arrow.left {
    bottom: -3rem;
  }

  .arrow.right {
    bottom: -3rem;
  }

  .testimonials-slider-nav {
    bottom: -2.375rem;
  }

  .module-media-links {
    padding-top: 6rem;
  }

  .media-links-title {
    width: 100%;
    min-width: auto;
  }

  .faqs-title-wrapper {
    width: 75%;
  }

  .media-links-slider-mask {
    min-width: 320px;
  }

  .cta-nav-list-item {
    position: absolute;
    left: 2.5rem;
    top: auto;
    right: 2.5rem;
    bottom: 2.5rem;
    margin-right: 0rem;
  }

  .footer {
    padding-top: 5rem;
  }

  .div-block-27 {
    width: 50%;
    margin-bottom: 3rem;
  }

  .div-block-28 {
    margin-bottom: 5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-32 {
    margin-bottom: 2rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block-7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .heading-6 {
    line-height: 4.5rem;
  }

  .product-hero-title-wrapper {
    width: 100%;
  }

  .div-block-36 {
    padding-top: 3rem;
  }

  .div-block-37 {
    border-right-style: none;
  }

  .div-block-38 {
    margin-right: -1px;
    padding-right: 3rem;
    padding-left: 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-38.purple {
    border-right-color: #7e7ef1;
  }

  .navigation {
    overflow: hidden;
  }

  .navigation.purple {
    overflow: auto;
    width: 100%;
  }

  .div-block-39 {
    width: 100%;
    padding-top: 5rem;
  }

  .paragraph-3 {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

  .div-block-42 {
    margin-top: 7rem;
  }

  ._2-columns-list-column {
    min-width: auto;
  }

  ._2-columns-list-wrapper {
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .features-row-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-row-item {
    width: 50%;
    margin-bottom: 2.5rem;
  }

  .div-block-48 {
    margin-top: 4rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-49 {
    width: 50%;
  }

  .div-block-49.first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-49-copy {
    position: static;
    width: 66.66666666666666%;
  }

  .section-9 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .div-block-50 {
    padding-top: 4rem;
  }

  .div-block-51 {
    margin-bottom: 3rem;
  }

  .section-for-whom {
    width: 100%;
    min-width: auto;
    padding-right: 1.5rem;
  }

  .paragraph-3-copy {
    width: 100%;
    min-width: auto;
  }

  .paragraph-3-copy._404 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3-copy._404 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .overpositioned-normal-wrapper-copy-2 {
    padding-bottom: 50vw;
  }

  .div-block-42-copy {
    margin-top: 6rem;
    padding-bottom: 7.5rem;
  }

  .div-block-42-copy._404 {
    margin-top: 3.5rem;
    padding-right: 3rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .div-block-42-copy._404 {
    margin-top: 3.5rem;
    padding-right: 3rem;
    padding-bottom: 0rem;
    padding-left: 3rem;
  }

  .div-block-54 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .section-for-whom-copy {
    margin-bottom: 0rem;
    padding-left: 1rem;
  }

  .paragraph-3-copy-2 {
    width: 100%;
    padding-right: 0rem;
    padding-left: 1rem;
  }

  .div-block-59 {
    padding-top: 7rem;
    background-position: 91% 80px;
    background-size: 12rem;
  }

  .div-block-60 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-3-copy-2-copy-test {
    width: 75%;
    margin-bottom: 5rem;
  }

  .section-overpositioned-title-23 {
    width: 100%;
    max-width: 640px;
  }

  .section-why {
    padding-top: 7rem;
  }

  .paragraph-tesad {
    min-width: 489px;
  }

  .image-12 {
    width: 100%;
  }

  .div-block-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-65 {
    width: 100%;
    padding-top: 2rem;
  }

  .div-block-66 {
    width: auto;
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .div-block-54-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0rem;
    margin-left: 0px;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-55-copy {
    width: 50%;
  }

  .overpositioned-normal-wrapper-copy-2-copya {
    padding-bottom: 75vw;
  }

  .div-block-67 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .heading-copy {
    max-width: 640px;
  }

  .div-block-70 {
    width: 100%;
    max-width: 640px;
    margin-bottom: 3rem;
  }

  .div-block-test {
    width: 100%;
    padding-right: 0rem;
  }

  .hairlines-group {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-with-images-v-line-ellipse-left {
    left: 55%;
  }

  .hero-with-images-v-line-ellipse-right {
    display: none;
  }

  .hero-with-image-hairline-ellipse {
    width: 38.75%;
    height: 100%;
    margin-left: 55%;
    padding-top: 9rem;
  }

  .hero-with-images-h-line-bottom {
    right: 45%;
  }

  .hero-with-images-h-line-middle {
    left: 55%;
    bottom: 38%;
  }

  .global-hairline-v-line-left {
    left: 3rem;
  }

  .global-hairline-v-line-right {
    right: 3rem;
  }

  .hairline-ellipse-what-we-can-do {
    left: auto;
    right: 0px;
    width: 45%;
    height: 10rem;
    margin-left: 0%;
    padding-right: 3rem;
  }

  .faqs-hairlines-h-line-1 {
    width: 100vw;
    max-width: none;
  }

  .header-nav-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding: 6rem 3rem 5rem;
  }

  .menu-button {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: transparent;
    color: #261f1c;
  }

  .text-and-image-image-wrapper {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .div-block-80-copy-copy-copy-copy {
    display: none;
  }

  .hero-home-v-line-ellipse-left-copy {
    left: 55%;
  }

  .hero-home-v-line-right-copy {
    right: 3rem;
  }

  .testimonials-content {
    width: auto;
    min-width: auto;
  }

  .faqs-hairline-v-line-2 {
    display: block;
  }

  .hero-blog-h-line-5 {
    right: 45%;
  }

  .hero-blog-ellipse-line-copy {
    width: 38.75%;
    height: 76%;
    margin-left: 55%;
  }

  .hero-blog-v-line-2 {
    display: none;
  }

  .hero-blog-v-line-1 {
    left: 55%;
  }

  .section-15 {
    padding-bottom: 7rem;
  }

  .category-tab {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .hero-blog-h-line-6 {
    right: 0%;
  }

  .collection-list {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-11-copy {
    width: 75%;
  }

  .form-block {
    width: 75%;
  }

  .div-block-94 {
    padding-bottom: 50%;
  }

  .div-block-97 {
    width: 80%;
  }

  .div-block-101 {
    padding-top: 2rem;
  }

  .div-block-97-copy {
    width: 80%;
  }

  .div-block-97-copy-copy {
    width: 80%;
  }

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

  .div-block-117-copy {
    width: 50%;
    min-width: auto;
  }

  .div-block-120 {
    width: 50%;
  }

  .div-block-122 {
    max-width: 1312px;
  }

  .recommended:last-child {
    display: none;
  }

  .div-block-125 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 15%;
  }

  .div-block-36-copy {
    padding-top: 2rem;
  }

  .hero-for-whom-h-line-3 {
    right: 45%;
  }

  .hero-for-whom-ellipse-line {
    width: 38.75%;
    height: 100%;
    margin-left: -3rem;
    padding-top: 5rem;
  }

  .hero-for-whom-v-line-ellipse-left {
    left: 55%;
  }

  .hero-2nd-block-v-line {
    left: 50%;
  }

  .for-whom-2nd-block-ellipse-line-copy.text-red {
    overflow: visible;
  }

  .block-2-for-whom-h-line-3 {
    right: 45%;
  }

  .block-2-for-whom-h-line-4 {
    position: relative;
    right: 45%;
    margin-top: -0.625rem;
    margin-bottom: 2rem;
  }

  .hero-2nd-block-v-line-2 {
    left: auto;
    right: 0px;
    -webkit-transform: translate(-3rem, 0px);
    -ms-transform: translate(-3rem, 0px);
    transform: translate(-3rem, 0px);
  }

  .for-whom-cards-ellipse-line {
    height: 25%;
  }

  .for-whom-cards-v-line-ellipse-left {
    left: auto;
    right: 0px;
    -webkit-transform: translate(-3rem, 0px);
    -ms-transform: translate(-3rem, 0px);
    transform: translate(-3rem, 0px);
  }

  .hero-home-v-line-right-copy2 {
    right: 3rem;
  }

  .hero-home-v-line-left-copy2 {
    left: 3rem;
  }

  .block-2-for-whom-h-line-4-copy {
    right: 45%;
  }

  .hairlines-group-copy {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .features-row-hairlines-v-line-1 {
    left: 55%;
    display: none;
  }

  .features-row-hairlines-v-line-2 {
    right: 3rem;
    display: none;
  }

  .features-row-hairlines-v-line-3 {
    display: none;
  }

  .features-row-hairlines-ellipse {
    height: 22.25rem;
  }

  .features-row-hairlines-ellipse-wrapper {
    right: 3rem;
  }

  .features-row-header {
    width: 75%;
    min-width: auto;
  }

  .div-block-36-copy-copy {
    padding-top: 2rem;
  }

  .hero-for-whom-h-line-3-copy {
    right: 45%;
  }

  .hero-for-whom-h-line-3-copy2 {
    right: 45%;
  }

  .global-hairlines-group {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-and-image-hairlines {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .faqs-hairlines-group {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-135 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-135.expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .features-row-subtitle {
    width: 100%;
  }

  .features-row-hairlines-h-line-1 {
    display: none;
  }

  .navigation-2 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 2rem 2.5rem 7rem;
    border-radius: 0.5rem;
    background-color: #fffcfb;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-2 {
    width: 100%;
  }

  .list-item-5 {
    margin-bottom: 1rem;
  }

  .list-item-5.mobile-nav-list-item {
    display: block;
  }

  .desktop-nav-list-item {
    display: none;
  }

  .text-span-3 {
    display: inline;
  }

  .div-block-137 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .hero-product-v-line-1 {
    display: none;
  }

  .hero-product-content {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .hero-product-title-wrapper {
    width: 100%;
  }

  .text-block-and-right-overlaped-images-title {
    width: 100%;
  }

  .div-block-138 {
    width: 100%;
    margin-top: 2rem;
  }

  .text-block-and-right-overlaped-images-h-line-2 {
    display: none;
  }

  .text-block-and-right-overlaped-images-v-line-1 {
    display: none;
  }

  .div-block-139 {
    position: relative;
    display: block;
  }

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

  .div-block-40-copy {
    width: 100%;
  }

  .overpositioned-normal-wrapper-copy {
    position: absolute;
    bottom: 1rem;
    width: 66.66666666666666%;
    margin-left: 0%;
    padding-bottom: 50.66666666666667%;
  }

  .overpositioned-normal-wrapper-copy.overpositionedimageproducts {
    position: relative;
    bottom: 4rem;
  }

  .overpositioned-floating-wrapper-copy {
    position: relative;
    width: 58.333333333333336%;
    margin-top: 0rem;
    margin-bottom: 4rem;
    padding-bottom: 81.8666667%;
  }

  .text-block-and-right-overlaped-images-v-line-2 {
    right: 3rem;
  }

  .navigation-hairline-v-line-left-copy {
    display: block;
  }

  .hero-vertical-v-line-1 {
    display: none;
  }

  .html-embed-8 {
    right: 3rem;
    width: 25%;
    height: 100%;
    padding-top: 6.8rem;
  }

  .div-block-141 {
    margin-top: 4rem;
  }

  .blog-tabs-mobile-placeholder {
    width: 1px;
    height: 1px;
  }

  .anchor__tel-copy {
    display: inline-block;
  }

  .section-8 {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .nav-shadow {
    z-index: 99;
  }

  .container-2 {
    margin-bottom: 20px;
  }

  .columns-copy {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .main-heading.bold {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .section-3 {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-23 {
    height: 40px;
    max-width: none;
  }

  .grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-19 {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-33 {
    height: 40px;
    max-width: none;
  }

  .image-34 {
    height: 48px;
    max-width: none;
  }

  .image-19 {
    height: 40px;
    max-width: none;
  }

  .image-20 {
    height: 34px;
    max-width: none;
  }

  .accordion-text-block-coberturas {
    white-space: pre-wrap;
  }

  .feature-section-3 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .right-arrow-opinion {
    margin-right: 0px;
  }

  .left-arrow-opinion {
    margin-left: 0px;
  }

  .grid-3 {
    font-size: 12px;
  }

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

  .section-20 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-20.pre-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-20.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .stone-logo-footer {
    max-width: 150px;
  }

  .modal-content-nhv {
    max-width: 650px;
  }

  .home-hero-with-images-v-line-ellipse-right {
    display: none;
  }

  .holded {
    width: 140px;
    max-width: 140px;
  }

  .div-block-153 {
    padding-right: 0rem;
  }

  .finutive {
    margin-top: 16px;
  }

  .div-block-footer3col {
    width: 50%;
    margin-bottom: 3rem;
  }

  .div-block-28-paraquien {
    margin-bottom: 5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer3col {
    width: 33%;
    margin-bottom: 3rem;
  }

  .div-block-footer4col {
    width: 50%;
    margin-bottom: 3rem;
  }

  .section-20-partners {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-20-partners.pre-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-20-partners.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-with-icon-2 {
    min-width: 160px;
  }

  .form-block-3 {
    max-width: 280px;
  }

  .container-15 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .header-container-partners {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .section-for-whom-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: auto;
    padding-right: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-161 {
    width: 40vw;
    margin-left: 0px;
  }

  .overpositioned-normal-wrapper-copy-3 {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50vw;
  }

  .div-block-54-copy2-2 {
    padding-left: 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-block-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-nav-wrapper-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding: 6rem 3rem 5rem;
  }

  .header-brand-wrapper-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-24 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-2 {
    padding-top: 5rem;
  }

  .div-block-160-partners {
    width: 50%;
  }

  .formcontainer {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._250px {
    width: 253px;
  }

  .container-16 {
    padding-top: 20px;
    border-radius: 6px;
    background-color: #fff;
  }

  .paragraph-legalaccept {
    width: 253px;
    margin-bottom: 0.125rem;
    padding-right: 1rem;
  }

  .paragraph-14 {
    width: 253.6px;
    padding-right: 10px;
  }

  .div-block-160-partners-copy {
    margin-top: 20px;
  }

  .partnersform {
    padding-top: 0px;
  }

  .heading-7-copy {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .global-hairline-v-line-left-partnerfrm {
    left: 3rem;
  }

  .rc-form {
    width: 90%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .modalcontainer {
    position: absolute;
    z-index: 99999;
    display: none;
    overflow: scroll;
    padding-top: 20px;
  }

  .div-block-173 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .form-block-5 {
    background-color: transparent;
  }

  .cta-link-copy {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #e85530;
    text-align: center;
  }

  .cta-link-copy.cta_menu_top-copy {
    display: none;
  }

  .text-block-2-copy {
    color: #fffcfb;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .form-block-4-copy {
    width: 100%;
  }

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

  .div-block-174 {
    height: 100%;
  }

  .formcontainermodal {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .global-hairlines-group-copy {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .global-hairline-v-line-left-copy {
    left: 3rem;
  }

  .global-hairline-v-line-right-copy {
    right: 3rem;
  }

  .global-hairline-v-line-left-copy {
    left: 3rem;
  }

  .global-hairline-v-line-right-copy {
    right: 3rem;
  }

  .global-hairline-v-line-left-copy {
    left: 3rem;
  }

  .global-hairline-v-line-right-copy {
    right: 3rem;
  }

  .global-hairline-v-line-left-footer {
    left: 3rem;
  }

  .global-hairline-v-line-right-footer {
    right: 3rem;
  }

  .global-hairline-v-line-left-blog {
    left: 3rem;
  }

  .global-hairline-v-line-right-blog {
    right: 3rem;
  }

  .global-hairline-v-line-left-vertical {
    left: 3rem;
  }

  .global-hairline-v-line-right-vertical {
    right: 3rem;
  }

  .global-hairline-v-line-left-purple {
    left: 3rem;
  }

  .global-hairline-v-line-left-yellow {
    left: 3rem;
  }

  .global-hairline-v-line-right-purple {
    right: 3rem;
  }

  .global-hairline-v-line-left-yellow-partners {
    left: 3rem;
  }

  .global-hairline-v-line-right-yellow-partnersy {
    right: 3rem;
  }

  .formcontaineribl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-legalaccept-2 {
    width: 66.66666666666666%;
    margin-bottom: 0.125rem;
    padding-right: 1rem;
  }

  .jeff-form {
    padding-right: 0px;
  }

  .container-formjeff {
    padding-top: 20px;
    border-radius: 6px;
    background-color: transparent;
  }

  .formcontainer-jeff {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-94-mob {
    display: none;
    padding-bottom: 50%;
  }

  .text-block-29 {
    color: #fffcfb;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .nav-dropdown-2 {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    background-color: transparent;
  }

  .nav-dropdown-2:hover {
    background-color: transparent;
  }

  .nav-dropdown-2.w--open {
    background-color: transparent;
  }

  .dropdown-link-2 {
    padding-right: 0rem;
    padding-left: 0rem;
    color: #7d7877;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .text-block-30 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .navigation-3 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 2rem 2.5rem 7rem;
    border-radius: 0.5rem;
    background-color: #fffcfb;
  }

  .nav-link-2 {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nav-link-2:hover {
    background-color: transparent;
  }

  .menu-button-2 {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: transparent;
    color: #261f1c;
  }

  .cta-link-2 {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #e85530;
    text-align: center;
  }

  .itemserrorebook {
    font-size: 1.2rem;
  }

  .overpositioned-normal-wrapper-eboook {
    padding-bottom: 40px;
  }

  .block-2-for-whom-h-line-3-ebook {
    right: 45%;
  }

  .for-whom-2nd-block-ellipse-line-copy-copy.text-red {
    overflow: visible;
  }

  .search-result-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-24 {
    padding-right: 2em;
    padding-left: 2em;
  }

  .section-for-whom-ebook {
    width: 100%;
    min-width: auto;
    padding-right: 1.5rem;
    font-size: 36px;
    line-height: 42px;
  }

  .container-ebook {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .container-ebook.tablet-full-width {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container-17 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .text-block-and-right-overlaped-images-title-copy {
    width: 100%;
  }

  .text-block-and-right-overlaped-images-subtitle {
    width: 100%;
  }

  .paragraph-3-partners {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

  .heading-partners {
    margin-bottom: 2rem;
  }

  .features-grid-partners {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .module-features-grid-partners {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .text-block-and-right-overlaped-images-title-desktop {
    width: 100%;
  }

  .text-block-and-right-overlaped-images-subtitle-desktop {
    width: 100%;
  }

  .paragraph-3-partners-desktop {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

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

  .paragraph-3-partners-copy {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

  .form-block-partnerscontact-mobile {
    width: 100%;
  }

  .paragraph-3-partners-copy {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

  .paragraph-3-partners-mobile {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

  .paragraph-3-partners-copy-copy {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

  .button-5 {
    margin-top: 0px;
  }

  .paragraph-3-partners-copy {
    width: 66.66666666666666%;
    margin-bottom: 3rem;
    padding-right: 1rem;
  }

  .div-left-50 {
    margin-top: 6rem;
    padding-bottom: 7.5rem;
  }

  .div-left-50._404 {
    width: 80%;
    margin-top: 3.5rem;
    padding-right: 3rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .div-right-50 {
    margin-top: 6rem;
    padding-bottom: 7.5rem;
  }

  .div-right-50._404 {
    margin-top: 3.5rem;
    margin-right: auto;
    padding-right: 3rem;
    padding-bottom: 0rem;
    padding-left: 3rem;
    -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;
  }

  .img-ledsnoconvert {
    max-width: 100%;
    margin-right: auto;
  }

  .container-h-flex {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-h2-title {
    width: 100%;
    min-width: auto;
    padding-right: 1.5rem;
    font-size: 2.7rem;
    line-height: 50px;
  }

  .nav-link-mobile-tel {
    min-width: 160px;
  }

  .header-content-partners-copy.headerconfirmaciondedatos {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .button-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-50 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-27 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-18 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .columns-19 {
    width: 90%;
  }

  .formcontainermodal1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-21 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .formcontainermodal1-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-block-186 {
    display: block;
    width: 253px;
  }

  .boxtel {
    width: 253px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-34 {
    display: inline-block;
    margin-bottom: 20px;
  }

  .column-35 {
    margin-bottom: 20px;
  }

  ._250px-copy {
    width: 253px;
  }

  .boxtel-copy {
    width: 253px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-14-copy {
    width: 253.6px;
    padding-right: 10px;
  }

  .columns-43 {
    padding-right: 24px;
    padding-left: 14px;
  }

  .column-57 {
    padding-left: 0px;
  }

  .div-block-160-partners-copy-2 {
    margin-top: 20px;
  }

  ._250px-2 {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-25 {
    padding-right: 10px;
  }

  .nav-link-with-icon-4 {
    width: 200px;
    min-width: 160px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-legalaccept-3 {
    margin-bottom: 0.125rem;
    padding-right: 1rem;
  }

  .header-nav-wrapper-3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding: 6rem 3rem 5rem;
  }

  .formcontainermodal1-copy-2 {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .columns-44 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-for-whom-partners-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: auto;
    padding-right: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 50px;
  }

  .boxtel-copy1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button-4 {
    width: 100%;
    max-width: 100%;
    min-width: 0%;
  }

  .link-block-partners-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation-4 {
    position: relative;
    z-index: 1;
    display: none;
    height: 20%;
    padding: 2rem 2.5rem 7rem;
    border-radius: 0.5rem;
    background-color: #fffcfb;
  }

  .header-container-partners-2 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .button-9 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-62 {
    margin-bottom: 40px;
  }

  .columns-45 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-26 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-64 {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .heading-38 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-196 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .div-block-197 {
    padding-top: 4rem;
  }

  .container-22 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .container-22.tablet-full-width {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .section-30 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .testimonials-left-column-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .arrow-3.left {
    bottom: -3rem;
  }

  .arrow-3.right {
    bottom: -3rem;
  }

  .arrow-3.left {
    bottom: -3rem;
  }

  .arrow-3.right {
    bottom: -3rem;
  }

  .testimonials-slider-wrapper-2 {
    width: 100%;
  }

  .testimonials-slider-2 {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .testimonials-content-2 {
    width: auto;
    min-width: auto;
  }

  .testimonials-row-2 {
    width: auto;
  }

  ._250px-copy-2 {
    width: 100%;
    max-width: 100%;
  }

  .formcontainermodal-2 {
    display: inline-block;
    padding-right: 24px;
    padding-left: 24px;
  }

  .global-hairline-v-line-right-footer-2 {
    right: 3rem;
  }

  .div-block-footer4col-2 {
    width: 50%;
    margin-bottom: 3rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .global-hairline-v-line-left-footer-2 {
    left: 3rem;
  }

  .section-overpositioned-title-24 {
    width: 100%;
    max-width: 640px;
  }

  .global-hairline-v-line-right-2 {
    right: 3rem;
  }

  .global-hairline-v-line-left-2 {
    left: 3rem;
  }

  .features-row-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-row-header-2 {
    width: 75%;
    min-width: auto;
  }

  .features-row-subtitle-2 {
    width: 100%;
  }

  .features-row-item-2 {
    width: 50%;
    margin-bottom: 2.5rem;
  }

  .columns-47 {
    padding-right: 24px;
    padding-left: 14px;
  }

  .container-24 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .container-24.tablet-full-width {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .heading-44 {
    margin-bottom: 2rem;
  }

  .global-hairline-v-line-right-purple-2 {
    right: 3rem;
  }

  .div-block-202 {
    margin-right: -1px;
    padding-right: 3rem;
    padding-left: 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-202.purple {
    border-right-color: #7e7ef1;
  }

  .container-25 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .container-25.tablet-full-width {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .faqs-content-wrapper-2 {
    width: 75%;
    max-width: 640px;
    min-width: auto;
  }

  .faqs-hairlines-h-line-5 {
    width: 100vw;
    max-width: none;
  }

  .navigation-5 {
    overflow: hidden;
  }

  .global-hairline-v-line-left-purple-2 {
    left: 3rem;
  }

  .heading-7-copy-2 {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .hero-with-image-subtitle-2 {
    width: 100%;
  }

  .image-77 {
    width: 100%;
    margin-right: 0px;
  }

  .hero-with-image-content-2 {
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-with-image-content-2.hero-with-image-content-2 {
    padding-bottom: 0rem;
  }

  .hero-with-image-title-wrapper-2 {
    margin-top: 0rem;
  }

  .div-block-206 {
    margin-right: 60px;
    margin-left: auto;
  }

  .hero-with-image-left-column-2 {
    width: 70%;
    padding-bottom: 0rem;
  }

  .button-10.cta-button-header {
    display: none;
  }

  .button-10.cta-button-header.button4copy {
    position: relative;
    z-index: 555;
    display: block;
    width: 50%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-with-image-overpositioned-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-with-image-overpositioned-image-2.herowithimageiverpositioned {
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-with-images-v-line-ellipse-left-2 {
    left: 55%;
    display: none;
  }

  .hero-with-images-v-line-ellipse-left-2.hero-with-images-new {
    display: none;
  }

  .hero-with-image-right-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-with-image-right-column-2.columnright {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .global-hairline-v-line-left-3 {
    left: 3rem;
  }

  .global-hairline-v-line-right-3 {
    right: 3rem;
  }

  .global-hairline-v-line-right-3.global-hairline-v-2 {
    display: none;
  }

  .principalheader {
    max-width: 378px;
  }

  .container-26 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .container-26.containerheader {
    margin-top: 60px;
  }

  .image-78 {
    width: 100%;
  }

  .link-block-20 {
    margin-left: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .image-65 {
    display: none;
  }

  .link-block-10 {
    display: none;
    text-align: center;
  }

  .link-block-10.linkblockdesktop {
    display: none;
  }

  .link-block-10.linkblock10 {
    display: block;
    margin-top: 0px;
  }

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

  .link-block-19 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-46 {
    margin-bottom: 0px;
  }

  .right-arrow-3 {
    height: 100%;
  }

  .right-arrow-3.rightarrowcobertura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-187 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

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

  .link-block-18 {
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-190 {
    margin-top: 0px;
  }

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

  .grid-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-189 {
    height: 20rem;
  }

  .mask-11 {
    padding-top: 20px;
  }

  .grid-12 {
    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;
  }

  .grid-13 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .icon-10 {
    display: none;
  }

  .icon-10.test {
    display: none;
  }

  .left-arrow-3 {
    height: 100%;
  }

  .left-arrow-3.leftarrowcobertura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonials-slider-nav-2 {
    bottom: -2.375rem;
  }

  .heading-51 {
    margin-bottom: 2rem;
  }

  .testimonials-content-3 {
    width: auto;
    min-width: auto;
  }

  .testimonials-row-3 {
    width: auto;
  }

  .testimonials-slider-wrapper-3 {
    width: 100%;
  }

  .module-testimonials-2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .testimonials-left-column-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .testimonials-slider-3 {
    height: auto;
  }

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

  .grid-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-76 {
    top: -40px;
  }

  .section-36.bg-image {
    height: auto;
  }

  .div-block-205 {
    width: 33%;
    height: 80%;
    margin-top: 0px;
  }

  .lineprotecciones.lineproteccionesmiddle {
    left: 95%;
  }

  .lineprotecciones.lineproteccionesmiddle.lineproteccionesmiddle2 {
    left: 95%;
    display: none;
  }

  .success-message-5 {
    margin-top: 50px;
  }

  .div-block-footer4col-3 {
    width: 50%;
    margin-bottom: 0rem;
  }

  .div-block-footer4col-3.divparaquien {
    margin-left: 0px;
  }

  .div-block-footer4col-3.divsuscribe {
    margin-left: 0px;
  }

  .div-block-footer4col-3.divlegales {
    width: 100%;
  }

  .formblockcopy {
    display: block;
    width: 50%;
  }

  .new-footer-articles-section {
    padding-top: 5rem;
  }

  .form-block-6 {
    display: none;
  }

  .div-block-223 {
    color: transparent;
  }

  .div-block-224 {
    margin-top: 55px;
    margin-bottom: 5rem;
    -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;
  }

  .form-2 {
    margin-top: 50px;
  }

  .icon-next-btn.is-test-slider {
    margin: 10.625rem 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-next_embed {
    width: 100%;
    height: 100%;
    -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;
  }

  .ml-banner_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ml-banner_left-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .ml-banner_component {
    padding: 2rem;
    text-align: center;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .section-for-whom-ebook-2 {
    width: 100%;
    min-width: auto;
    padding-right: 1.5rem;
    font-size: 36px;
    line-height: 42px;
  }

  .itemserrorebook-2 {
    font-size: 1.2rem;
  }

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

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

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

  .nav-link-mobile-tel-2 {
    min-width: 160px;
  }

  .paragraph-legalaccept-4 {
    margin-bottom: 0.125rem;
    padding-right: 1rem;
  }

  .container-29 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .o-container {
    max-width: 540px;
  }

  .header-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .dropdown-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .hero-with-image-content {
    padding-bottom: 12rem;
  }

  .hero-with-image-left-column {
    width: 100%;
  }

  .hero-with-image-right-column {
    display: none;
  }

  .display {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .home-hero-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-with-image-title-wrapper {
    margin-bottom: 1rem;
  }

  .hero-with-image-image-partners._404-content {
    padding-bottom: 0rem;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .claim-text-wrapper {
    text-align: center;
  }

  .module-claim {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-and-image-text-block {
    width: 100%;
  }

  .text-and-image-subtitle {
    margin-bottom: 3rem;
    color: #7d7877;
  }

  .text-and-image-title {
    width: 80%;
    margin-top: 5.5rem;
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .module-features-grid {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .features-grid {
    margin-top: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block-title {
    font-weight: 600;
  }

  .faqs-content-wrapper {
    width: 100%;
    max-width: none;
  }

  .section-4 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .testimonials-row {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-left-column {
    width: 100%;
    margin-bottom: 3rem;
  }

  .testimonials-right-column {
    width: 100%;
  }

  .testimonials-title-wrapper {
    width: 66.66666666666666%;
    margin-top: 0rem;
  }

  .module-testimonials {
    padding-top: 6rem;
  }

  .testimonials-quote-text {
    width: 4rem;
  }

  .testimonial-media {
    margin-bottom: 1rem;
  }

  .testimonial-media-image-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .testimonial-media-text-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .testimonial-quote {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .arrow.left.gray {
    background-color: #e9e9e8;
  }

  .arrow.right.gray {
    left: 11rem;
    background-color: #e9e9e8;
  }

  .testimonials-slider-nav.slider-scroll {
    width: 5rem;
  }

  .module-media-links {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .media-links-title {
    margin-bottom: 1.5rem;
  }

  .media-links-slider-mask {
    width: 96%;
    min-width: auto;
  }

  .media-links-slide {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .media-links-slider {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .media-links-slider.desktop {
    display: none;
  }

  .media-links-slider.mobile {
    display: block;
  }

  .cta-nav-list-item {
    display: none;
  }

  .slider-arrow {
    bottom: -3.5rem;
  }

  .slider-arrow.left {
    left: 0.75rem;
  }

  .slider-arrow.right {
    right: 0.75rem;
  }

  .div-block-28 {
    margin-bottom: 1rem;
  }

  .heading-5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .list-item-3 {
    margin-bottom: 0.75rem;
  }

  .div-block-29 {
    padding-bottom: 2.5rem;
  }

  .div-block-30 {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }

  .div-block-31 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-32 {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-7 {
    font-size: 0.625rem;
    line-height: 1rem;
  }

  .div-block-34 {
    margin-right: 1rem;
    margin-left: 0rem;
  }

  .social-links-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 1rem;
  }

  .hero-vertical {
    padding-bottom: 0rem;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .product-hero-title-wrapper {
    margin-bottom: 2rem;
  }

  .div-block-36 {
    padding-bottom: 6rem;
  }

  .div-block-37 {
    overflow: auto;
    margin-right: -2.5rem;
    margin-left: -1.25rem;
  }

  .div-block-37.purple {
    margin-left: -2.5rem;
    padding-left: 1.25rem;
  }

  .div-block-37.purple {
    margin-left: -2.5rem;
    padding-left: 1.25rem;
  }

  .div-block-38 {
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-7 {
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-39 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }

  .text-block-8 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .check-icon-wrapper {
    width: 2rem;
  }

  .paragraph-3 {
    width: 75%;
  }

  .div-block-42 {
    margin-top: 4rem;
  }

  ._2-columns-list-column {
    width: 100%;
    margin-bottom: 4rem;
  }

  ._2-columns-list-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-columns-list-wrapper {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .module-features-row {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .features-row-item {
    width: 100%;
    max-width: 400px;
  }

  .paragraph-4-copy {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
  }

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

  .section-title-masonry {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-49-copy {
    width: 75%;
  }

  .section-9 {
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 7.75rem;
  }

  .hero-for-whom {
    padding-bottom: 3rem;
  }

  .section-for-whom {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .check-wrapper {
    margin-bottom: 2rem;
  }

  .check-text-wrapper {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .paragraph-3-copy {
    margin-bottom: 3rem;
  }

  .paragraph-3-copy._404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3-copy._404.paragraph-3-copy-copy {
    margin-bottom: 0px;
  }

  .paragraph-3-copy._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .paragraph-3-copy._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .paragraph-3-copy._404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3-copy._404.paragraph-3-copy-copy {
    margin-bottom: 0px;
  }

  .overpositioned-normal-wrapper-copy-2 {
    padding-bottom: 61.8666667vw;
  }

  .div-block-42-copy {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .div-block-42-copy._404 {
    display: block;
    padding-bottom: 0rem;
  }

  .div-block-42-copy._404 {
    margin-top: 0rem;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
  }

  .div-block-42-copy._404-ebook {
    padding-bottom: 0rem;
  }

  .div-block-42-copy._404 {
    margin-top: 0px;
    padding-right: 1.25rem;
    padding-bottom: 0rem;
    padding-left: 1.25rem;
  }

  .div-block-52 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-54 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .div-block-55 {
    width: 100%;
    padding-right: 0rem;
  }

  .div-block-56 {
    padding-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-57 {
    width: auto;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-58 {
    width: 100%;
    margin-top: 0px;
  }

  .div-block-55-copy-23 {
    width: 100%;
    margin-top: -2.5rem;
    padding-right: 0rem;
  }

  .overpositioned-normal-wrapper-copy-2-copycat {
    width: 100vw;
    padding-bottom: 56.1712846vw;
  }

  .div-block-55-copy-23-copy {
    padding-right: 0rem;
  }

  .section-for-whom-copy {
    margin-bottom: 0rem;
    padding-left: 0rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-3-copy-2 {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-right: 1.5rem;
    padding-left: 0rem;
  }

  .overpositioned-normal-wrapper-copy-2-copy-2-copy-test {
    width: 51.46666666666667%;
    padding-bottom: 36.53333333333333%;
  }

  .div-block-59 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: none;
  }

  .section-for-whom-title-cards {
    width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-60 {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-62 {
    padding: 1.5rem;
  }

  .heading-10 {
    margin-bottom: 1rem;
  }

  .paragraph-3-copy-2-copy-test {
    width: 100%;
    margin-bottom: 0rem;
    padding-right: 1.5rem;
  }

  .hero-about-us {
    min-height: 425px;
  }

  .section-overpositioned-title-23 {
    margin-bottom: 0rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section-why {
    padding-top: 3rem;
  }

  .paragraph-tesad {
    margin-bottom: 1.5rem;
  }

  .div-block-65 {
    padding-top: 3.5rem;
  }

  .div-block-66 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }

  .div-block-54-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-55-copy {
    width: 58.333333333333336%;
  }

  .overpositioned-normal-wrapper-copy-2-copya {
    padding-bottom: 75%;
  }

  .image-13 {
    right: 1.25rem;
    width: 50%;
  }

  .div-block-68 {
    padding-top: 0rem;
  }

  .section-13 {
    padding-top: 6.5rem;
  }

  .heading-copy {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-72 {
    width: auto;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .div-block-73 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-14 {
    background-color: #f3f3fe;
  }

  .div-block-55-copy-23-copycat {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .overpositioned-normal-wrapper-copy-2-copy {
    width: 72.8vw;
  }

  .hero-with-images-v-line-ellipse-left {
    display: none;
  }

  .hero-with-images-v-line-ellipse-right {
    display: none;
  }

  .hero-with-image-hairline-ellipse {
    display: none;
  }

  .hero-with-images-h-line-bottom {
    right: 0%;
  }

  .hero-with-images-h-line-middle {
    display: none;
  }

  .global-hairline-v-line-left {
    left: 1.25rem;
  }

  .global-hairline-v-line-right {
    right: 1.25rem;
  }

  .hairline-ellipse-what-we-can-do {
    display: none;
  }

  .faqs-hairline-v-line-1 {
    display: none;
  }

  .faqs-hairlines-h-line-1 {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .faqs-hairlines-h-line-3 {
    display: none;
  }

  .faqs-hairlines-h-line-2 {
    display: none;
  }

  .header-nav-wrapper {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .hero-home-v-line-ellipse-left-copy {
    display: none;
  }

  .hero-home-v-line-right-copy {
    right: 1.25rem;
    display: none;
  }

  .testimonials-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-media-text-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .faqs-hairline-v-line-2 {
    display: none;
  }

  .blog-hero-subtitle {
    width: 75%;
    min-width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-blog-h-line-5 {
    right: 0%;
  }

  .hero-blog-ellipse-line-copy {
    display: none;
  }

  .hero-blog-v-line-2 {
    display: none;
  }

  .hero-blog-v-line-1 {
    display: none;
  }

  .div-block-92 {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-blog-h-line-6 {
    right: 0%;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .newsletter-cta-section {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

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

  .heading-12 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-101 {
    padding-top: 1.5rem;
  }

  .underlinedasd-copy-copyasds {
    display: none;
  }

  .div-block-106 {
    position: relative;
    top: 0rem;
  }

  .post-body ul {
    margin-left: 1rem;
  }

  .post-body blockquote {
    margin-left: 0rem;
    padding-top: 6rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .div-block-119 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-117-copy {
    width: 100%;
  }

  .div-block-120 {
    width: 100%;
    padding-bottom: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .paragraph-9 {
    height: 2.75rem;
  }

  .display-copy {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .div-block-125 {
    width: 20%;
  }

  .div-block-36-copy {
    padding-bottom: 5rem;
  }

  .home-hero-subtitle-copy {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-for-whom-h-line-3 {
    right: 0%;
  }

  .hero-for-whom-ellipse-line {
    display: none;
  }

  .hero-for-whom-v-line-ellipse-left {
    display: none;
  }

  .hero-for-whom-h-line-4 {
    display: block;
  }

  .hero-2nd-block-v-line {
    display: none;
  }

  .for-whom-2nd-block-ellipse-line-copy {
    display: none;
  }

  .block-2-for-whom-h-line-3 {
    right: 0%;
  }

  .block-2-for-whom-h-line-3.text-purple {
    display: none;
  }

  .block-2-for-whom-h-line-4 {
    right: 0%;
  }

  .block-2-for-whom-h-line-4.text-purple {
    margin-top: -8px;
  }

  .hero-2nd-block-v-line-2 {
    display: none;
  }

  .for-whom-cards-ellipse-line {
    display: none;
  }

  .for-whom-cards-v-line-ellipse-left {
    display: none;
  }

  .div-block-54-copy2 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-home-v-line-right-copy2 {
    right: 3rem;
    display: block;
  }

  .hero-home-v-line-left-copy2 {
    left: 1.25rem;
    display: block;
  }

  .block-2-for-whom-h-line-4-copy {
    left: 0%;
    right: 0%;
    bottom: 3.5rem;
    display: block;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .div-block-131 {
    margin-bottom: 1.5rem;
    padding-bottom: 9.5rem;
    background-image: url('../images/curly-arrow-stroke-to-the-left.svg');
    background-position: 100% 100%;
    background-size: 12.875rem;
    background-repeat: no-repeat;
  }

  .benefits-subtitle {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slider-5 {
    display: block;
    height: auto;
    margin-top: 7rem;
    background-color: transparent;
  }

  .image-22 {
    width: 14.5rem;
    height: 13.5rem;
    margin-bottom: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-13 {
    margin-bottom: 1rem;
    color: #261f1c;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  .html-embed-7 {
    position: absolute;
    left: 1.25rem;
    top: 0px;
    bottom: 0px;
    width: 1px;
    height: 100%;
  }

  .html-embed-7-copy {
    position: absolute;
    top: 0px;
    right: 1.25rem;
    bottom: 0px;
    width: 1px;
    height: 100%;
  }

  .hairlines-group-copy {
    display: block;
  }

  .features-row-hairlines-v-line-1 {
    display: none;
  }

  .features-row-hairlines-v-line-2 {
    right: 1.25rem;
  }

  .features-row-hairlines-v-line-3 {
    display: none;
  }

  .features-row-hairlines-ellipse {
    display: none;
  }

  .features-row-header {
    position: static;
    width: 100%;
  }

  .div-block-36-copy-copy {
    padding-bottom: 5rem;
  }

  .hero-for-whom-h-line-3-copy {
    right: 0%;
  }

  .hero-for-whom-h-line-3-copy2 {
    right: 0%;
  }

  .hero-with-image-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .global-hairlines-group.text-yellow {
    z-index: 1;
  }

  .features-row-subtitle {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
  }

  .features-row-hairlines-h-line-1 {
    position: absolute;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -0.5rem;
  }

  .features-row-hairlines-h-line-1.text-red {
    position: absolute;
    display: block;
  }

  .features-row-hairlines-h-line-2.text-red {
    position: absolute;
    display: none;
  }

  .hero-product-v-line-1 {
    display: none;
  }

  .hero-product-title-wrapper {
    margin-bottom: 3rem;
  }

  .hero-product-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .video {
    display: none;
  }

  .product-mobile-video {
    display: block;
    width: 100%;
  }

  .text-block-and-right-overlaped-images-h-line-1.text-purple {
    display: none;
  }

  .text-block-and-right-overlaped-images-title {
    max-width: 38rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-block-and-right-overlaped-images-v-line-1 {
    display: none;
  }

  .text-block-and-right-overlaped-images-v-line-2 {
    right: 1.25rem;
    display: none;
  }

  .navigation-hairline-v-line-left-copy {
    display: none;
  }

  .hero-product-h-line-4 {
    display: block;
  }

  .hero-vertical-h-line-4 {
    display: block;
  }

  .hero-vertical-h-line-3.text-purple {
    margin-bottom: 3rem;
  }

  .hero-vertical-v-line-1 {
    display: none;
  }

  .html-embed-8 {
    display: none;
  }

  .div-block-145 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }

  .image-30 {
    max-width: 140px;
    margin-top: 10px;
  }

  .image-32 {
    margin-right: 0px;
    margin-left: auto;
  }

  .column-12-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-22 {
    padding-top: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .section-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
  }

  .nav-shadow {
    z-index: 99;
    padding-top: 98px;
  }

  .container-2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .main-subheading-copy {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .columns-copy {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .main-heading.bold {
    font-size: 22px;
    line-height: 26px;
  }

  .section-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .column-7 {
    display: none;
  }

  .section-19 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .tab-link-tab-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .coberturas-slider.center-it {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 20px;
    padding-top: 60px;
  }

  .mask-4 {
    padding-top: 0px;
  }

  .tab-link-tab-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-1.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-3 {
    font-size: 15px;
  }

  .tab-link-tab-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link-tab-4.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-15 {
    margin-top: 0px;
    margin-bottom: 80px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
  }

  .feature-section-3 {
    padding: 20px 0px 40px;
  }

  .right-arrow-opinion {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .tabs-menu {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-arrow-opinion {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-10 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-147 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .html-embed-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    border-left-style: none;
  }

  .footer-text-2.address {
    text-align: center;
  }

  .paragraph-11 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-top: 1px none #000;
    border-bottom: 1px none #000;
  }

  .section-20 {
    padding: 34px 20px;
  }

  .section-20.pre-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-20.footer {
    padding: 32px 20px;
    text-align: center;
  }

  .column-13 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #e2e2e2;
    border-left-style: none;
  }

  .column-4 {
    border-bottom: 1px solid #e2e2e2;
  }

  .stone-logo-footer {
    display: inline-block;
    max-width: 150px;
  }

  .stone-logo-footer.footer {
    float: none;
  }

  .column-3 {
    border-bottom: 1px solid #e2e2e2;
    border-left-style: none;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .modal-content-nhv {
    max-width: 450px;
  }

  .image-32-copy {
    margin-right: 0px;
    margin-left: auto;
  }

  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .div-block-150 {
    position: relative;
    display: block;
  }

  .heading-17 {
    max-width: 311px;
    color: #261f1c;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
  }

  .div-block-151 {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .home-hero-with-images-v-line-ellipse-right {
    display: none;
  }

  .slider-6 {
    max-height: 3rem;
  }

  .mask-5 {
    max-height: 3rem;
  }

  .text-slide {
    max-height: 3rem;
  }

  .holded {
    width: 140px;
    max-width: 140px;
    margin-top: 4px;
  }

  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .openges {
    margin-right: 0px;
    margin-left: auto;
  }

  .declarando {
    margin-right: 0px;
    margin-left: auto;
  }

  .declarando-copy {
    margin-right: 0px;
    margin-left: auto;
  }

  .labarra {
    margin-right: 0px;
    margin-left: auto;
  }

  .labarra-2 {
    margin-right: 0px;
    margin-left: auto;
  }

  .capitaltap-logo {
    margin-right: 0px;
    margin-left: auto;
  }

  .capitaltaplogo {
    margin-right: 0px;
    margin-left: auto;
  }

  .finutive {
    margin-top: 13px;
    margin-right: 0px;
    margin-left: auto;
  }

  .finutive-column {
    padding-top: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-28-paraquien {
    margin-bottom: 1rem;
  }

  .footer3col {
    width: 50%;
  }

  .div-block-155 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-156 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-157 {
    max-width: 30rem;
    margin-bottom: 3rem;
  }

  .image-39 {
    position: absolute;
    left: auto;
    top: 5.5rem;
    right: -2rem;
    bottom: auto;
    width: 144px;
  }

  ._404-content {
    padding-bottom: 0rem;
  }

  .section-20-partners {
    padding: 34px 20px;
  }

  .section-20-partners.pre-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-20-partners.footer {
    padding: 32px 20px;
    text-align: center;
  }

  .div-block-159 {
    margin-top: 7rem;
  }

  .nav-link-with-icon-2 {
    margin-top: 20px;
  }

  .nav-link-with-icon-2.nav-link-with-icon-3 {
    margin-top: 10px;
  }

  .nav-link-with-icon-2.nav-link-with-icon-3.navoneclickservices {
    margin-top: 0px;
  }

  .nav-link-with-icon-2.nav-link-with-icon-3.navemuca {
    margin-top: 0px;
  }

  .nav-link-with-icon-2.navplaytomic {
    margin-top: 0px;
  }

  .nav-link-with-icon-2.navcapitalontap {
    margin-top: 0px;
  }

  .nav-link-with-icon-2.navjeff {
    margin-top: 0px;
  }

  .nav-link-with-icon-2.navfinutive {
    margin-top: 0px;
  }

  .form-block-3 {
    max-width: 500px;
  }

  .container-15 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .header-content-partners {
    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;
  }

  .image-logopartner {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .header-container-partners {
    position: fixed;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .header-container-partners.header {
    position: fixed;
  }

  .section-for-whom-partners {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-161 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .overpositioned-normal-wrapper-copy-3 {
    padding-bottom: 75vh;
  }

  .div-block-54-copy2-2 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-blog-h-hairlines-partners.text-dark-gray {
    height: 40px;
    padding-top: 0px;
  }

  .hero-blog-h-hairlines-partners.text-dark-gray {
    height: 40px;
    padding-top: 0px;
  }

  .link-block-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 150px;
    margin-right: 20px;
    -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;
  }

  .header-nav-wrapper-2 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .header-brand-wrapper-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-162 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-for-whom-title-cards-2 {
    width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-18 {
    margin-bottom: 1rem;
  }

  .text-block-24 {
    font-size: 0.625rem;
    line-height: 1rem;
  }

  .div-block-160-partners {
    width: 100%;
  }

  .image-logopartner2 {
    height: 60px;
    max-width: 80%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .image-logopartner2.image-coconuevastecnologias {
    height: 50px;
    max-width: 70%;
  }

  .image-logopartner2.image-findoapp {
    width: 8rem;
    height: 40px;
    max-width: 70%;
  }

  .image-logopartner2.imageplaytomic {
    height: 50px;
  }

  .logopartner-barradigital {
    height: 50px;
    max-width: 90%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 33px;
  }

  .logopartner-cubicup {
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 33px;
  }

  .logopartner-emuca {
    height: 60px;
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 33px;
  }

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

  .calculanddoload {
    background-color: transparent;
  }

  .paragraph-legalaccept {
    width: 75%;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
    line-height: 1rem;
  }

  .labelform {
    position: relative;
  }

  .paragraph-14 {
    margin-top: 10px;
  }

  .div-block-160-partners-copy {
    width: 100%;
  }

  .heading-7-copy {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .opengeslogo {
    max-height: 60px;
    max-width: 80%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 33px;
  }

  .global-hairline-v-line-left-partnerfrm {
    left: 1.25rem;
  }

  .rc-form {
    background-color: transparent;
  }

  .text-block-25 {
    margin-bottom: 1rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .grid-form {
    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;
  }

  .contenedor-divs-form {
    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;
  }

  .h3-titleform {
    font-size: 18px;
  }

  .field {
    position: relative;
    height: auto;
  }

  .modalcontainer {
    position: absolute;
    display: none;
    overflow: scroll;
  }

  .div-block-173 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cta-link-copy.cta_menu_top-copy {
    display: none;
  }

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

  .image-44 {
    display: none;
    width: 50%;
  }

  .global-hairlines-group-copy.text-yellow {
    z-index: 1;
  }

  .global-hairlines-group-copy.text-yellow-copy {
    z-index: 1;
  }

  .global-hairline-v-line-left-copy {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-copy {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-copy {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-copy {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-copy {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-copy {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-footer {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-footer {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-blog {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-blog {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-vertical {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-vertical {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-purple {
    left: 1.25rem;
  }

  .global-hairline-v-line-left-yellow {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-purple {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-yellow-partners {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-yellow-partnersy {
    right: 1.25rem;
  }

  .image-logojeff {
    margin-right: 0px;
    padding-right: 33px;
  }

  .image-logotak {
    margin-right: 0px;
    padding-right: 33px;
  }

  .image-logocubicup {
    margin-right: 0px;
    padding-right: 33px;
  }

  .image-logostartupoasis {
    height: 55px;
    max-width: 70%;
    margin-right: 0px;
    padding-right: 33px;
  }

  .image-logoata {
    height: 50px;
    max-width: 80%;
    margin-right: 0px;
    padding-right: 33px;
  }

  .image-logohaddock {
    margin-right: 0px;
    padding-right: 33px;
  }

  .formcontaineribl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logopartner-planreforma {
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 33px;
  }

  .previous {
    position: fixed;
    z-index: 6;
  }

  .form-content {
    width: 90%;
  }

  .next {
    position: fixed;
    z-index: 6;
  }

  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }

  .paragraph-legalaccept-2 {
    width: 75%;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
    line-height: 1rem;
  }

  .paragraph-16 {
    margin-top: 10px;
  }

  .form-wrapper {
    width: 100%;
  }

  .formcontainer-jeff {
    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;
  }

  .div-block-94-mob {
    display: block;
  }

  .dropdown-link-2 {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .itemserrorebook {
    font-size: 1.2rem;
  }

  .hero-with-image-ebook._404-content {
    padding-bottom: 0rem;
  }

  .hero-with-image-ebook._404-content-ebook {
    padding-bottom: 0rem;
  }

  .overpositioned-normal-wrapper-eboook {
    padding-bottom: 20px;
  }

  .block-2-for-whom-h-line-3-ebook {
    right: 0%;
  }

  .block-2-for-whom-h-line-3-ebook.text-purple {
    display: none;
  }

  .for-whom-2nd-block-ellipse-line-copy-copy {
    display: none;
  }

  .html-embed-15 {
    max-width: 90%;
    padding-top: 0px;
  }

  .search-result-list {
    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;
  }

  .section-24 {
    padding-right: 2em;
    padding-left: 2em;
  }

  .section-for-whom-ebook {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .container-ebook {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .mangen_content {
    margin-bottom: 2rem;
    padding-bottom: 0rem;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .imagesupercuidadores {
    margin-right: 0px;
    padding-right: 33px;
  }

  .container-17 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .heading-21 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .reproductor.div-block-145 {
    max-height: 456px;
    min-height: 20rem;
  }

  .heading-22 {
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-with-image-partners._404-content {
    padding-bottom: 0rem;
  }

  .text-block-and-right-overlaped-images-title-copy {
    max-width: 38rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-block-and-right-overlaped-images-subtitle {
    max-width: 38rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-3-partners {
    width: 75%;
  }

  .heading-partners {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .feature-block-title-partners {
    font-weight: 600;
  }

  .features-grid-partners {
    margin-top: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .module-features-grid-partners {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .text-block-and-right-overlaped-images-title-desktop {
    max-width: 38rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-block-and-right-overlaped-images-subtitle-desktop {
    max-width: 38rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-3-partners-desktop {
    width: 75%;
  }

  .hero-with-image-image-partners-copydesktop._404-content {
    padding-bottom: 0rem;
  }

  .paragraph-3-partners-copy {
    width: 75%;
  }

  .paragraph-3-partners-copy {
    width: 75%;
  }

  .paragraph-3-partners-mobile {
    width: 75%;
  }

  .paragraph-3-partners-copy-copy {
    width: 75%;
  }

  .thnky-content {
    padding-bottom: 0rem;
  }

  .div-block-53-404 {
    width: 100%;
  }

  .paragraph-3-partners-copy {
    width: 75%;
  }

  .div-left-50 {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .div-left-50._404 {
    display: block;
    padding-bottom: 0rem;
  }

  .div-left-50._404 {
    width: 60%;
    margin-top: 0rem;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
  }

  .div-left-50._404.divleft-confirmaciondedatos {
    width: 100%;
  }

  .div-left-50._404-ebook {
    padding-bottom: 0rem;
  }

  .div-right-50 {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .div-right-50._404 {
    display: block;
    padding-bottom: 0rem;
  }

  .div-right-50._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-right-50._404.divrigtht-confirmaciondedatos {
    display: none;
  }

  .div-right-50._404-ebook {
    padding-bottom: 0rem;
  }

  .h-block-flex {
    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;
  }

  .img-ledsnoconvert {
    width: 99.98696%;
    max-width: 100%;
    margin-top: 0px;
  }

  .container-h-flex {
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-h-flex.containerconfirmaciondatosdecontato {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-h2-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .header-content-partners-copy {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-content-partners-copy.headerconfirmaciondedatos {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-with-imageform._404-content {
    padding-bottom: 0rem;
  }

  .hero-with-imageform._404-content-ebook {
    padding-bottom: 0rem;
  }

  .hero-with-imageform._404-content-form {
    padding-bottom: 0rem;
  }

  .image-logo-findo {
    height: 50px;
    margin-right: 0px;
    padding-right: 33px;
  }

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

  .formcontainermodal1-copy {
    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;
  }

  .paragraph-14-copy {
    margin-top: 10px;
  }

  .columns-23 {
    margin-top: 5rem;
  }

  .columns-24 {
    margin-top: 5rem;
  }

  .column-40 {
    margin-top: 5rem;
  }

  .column-41 {
    margin-top: 5rem;
  }

  .image-logoekon {
    margin-right: 0px;
    padding-right: 33px;
  }

  .columns-25 {
    margin-top: 5rem;
  }

  .columns-26 {
    margin-top: 0rem;
  }

  .columns-28 {
    margin-top: 5rem;
  }

  .columns-29 {
    margin-top: 6rem;
  }

  .columns-30 {
    margin-top: 5rem;
  }

  .columns-31 {
    margin-top: 5rem;
  }

  .columns-32 {
    margin-top: 5rem;
  }

  .columns-33 {
    margin-top: 5rem;
  }

  .columns-34 {
    margin-top: 5rem;
  }

  .columns-35 {
    margin-top: 5rem;
  }

  .columns-36 {
    margin-top: 5rem;
  }

  .columns-37 {
    margin-top: 5rem;
  }

  .columns-38 {
    margin-top: 5rem;
  }

  .columns-39 {
    margin-top: 5rem;
  }

  .columns-40 {
    margin-top: 5rem;
  }

  .columns-42 {
    margin-top: 5rem;
  }

  .column-57 {
    padding-left: 0px;
  }

  .div-block-160-partners-copy-2 {
    width: 100%;
  }

  .nav-menu {
    background-color: #fffcfb;
  }

  .paragraph-25 {
    margin-top: 10px;
  }

  .container-20 {
    margin-top: 20px;
  }

  .paragraph-legalaccept-3 {
    width: 75%;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
    line-height: 1rem;
  }

  .header-nav-wrapper-3 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .formcontainermodal1-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-for-whom-partners-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .column-59 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .link-block-partners-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 150px;
    margin-top: 10px;
    margin-right: 20px;
    -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;
  }

  .navbar-2 {
    width: 100%;
    height: 98%;
    padding-left: 0px;
  }

  .menu-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 8px;
  }

  .menu-button-3:active {
    background-color: #faeed6;
  }

  .menu-button-3.w--open {
    background-color: #faeed6;
  }

  .header-container-partners-2 {
    position: static;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .div-block-194 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .heading-35 {
    max-width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-61 {
    margin-bottom: 60px;
  }

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

  .div-block-195 {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .column-62 {
    margin-bottom: 40px;
  }

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

  .column-64 {
    margin-bottom: 40px;
  }

  .heading-40 {
    margin-bottom: 1rem;
    color: #261f1c;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  .section-title-masonry-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .image-59 {
    width: 14.5rem;
    height: 13.5rem;
    margin-bottom: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-22 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-30 {
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 7.75rem;
  }

  .testimonials-right-column-2 {
    width: 100%;
  }

  .testimonials-left-column-2 {
    width: 100%;
    margin-bottom: 3rem;
  }

  .arrow-3.left {
    display: none;
  }

  .arrow-3.right {
    display: none;
  }

  .testimonial-media-2 {
    margin-bottom: 1rem;
  }

  .testimonial-quote-2 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .testimonials-quote-text-2 {
    width: 4rem;
  }

  .heading-42 {
    max-width: 100%;
  }

  .testimonials-content-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonials-row-2 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-media-text-name-2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .testimonial-media-text-description-2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .image-60 {
    display: none;
  }

  .success-message-partners-copy {
    margin-top: 0px;
  }

  .section-31 {
    padding-top: 0px;
  }

  .columns-46 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .formcontainermodal-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .global-hairline-v-line-right-footer-2 {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-footer-2 {
    left: 1.25rem;
  }

  .section-overpositioned-title-24 {
    margin-bottom: 0rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .check-text-wrapper-2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .div-block-200 {
    margin-bottom: 60px;
  }

  .global-hairline-v-line-right-2 {
    right: 1.25rem;
  }

  .global-hairline-v-line-left-2 {
    left: 1.25rem;
  }

  .features-row-list-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-row-header-2 {
    position: static;
    width: 100%;
  }

  .features-row-item-description-2 {
    text-align: center;
  }

  .features-row-subtitle-2 {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
  }

  .features-row-item-icon-2 {
    margin-left: auto;
  }

  .grid-6 {
    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;
  }

  .features-row-item-title-2 {
    text-align: center;
  }

  .section-32 {
    padding-top: 5rem;
  }

  .features-row-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    -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;
  }

  .slider-9 {
    display: block;
    height: 100%;
    margin-top: 7rem;
    background-color: #fff;
  }

  .slider-9.slidercards {
    height: 100%;
  }

  .div-block-201 {
    height: 100%;
    background-color: #fff;
  }

  .mask-10 {
    background-color: #fff;
  }

  .slide-10 {
    height: 100%;
  }

  .display-2 {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .home-hero-subtitle-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .container-24 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .benefits-subtitle-2 {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .slider-10 {
    display: block;
    height: auto;
    margin-top: 7rem;
    background-color: transparent;
  }

  .faqs-hairlines-h-line-4 {
    display: none;
  }

  .heading-44 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .global-hairline-v-line-right-purple-2 {
    right: 1.25rem;
  }

  .div-block-202 {
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .container-25 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .faqs-content-wrapper-2 {
    width: 100%;
    max-width: none;
  }

  .faqs-hairlines-h-line-5 {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .faqs-hairlines-h-line-6 {
    display: none;
  }

  .hero-vertical-2 {
    padding-bottom: 0rem;
  }

  .section-33 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .global-hairline-v-line-left-purple-2 {
    left: 1.25rem;
  }

  .heading-7-copy-2 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .hero-with-image-subtitle-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-77 {
    width: 80%;
    height: 100%;
    min-width: 0px;
    margin-right: 0px;
  }

  .hero-with-image-content-2 {
    padding-bottom: 0rem;
  }

  .hero-with-image-title-wrapper-2 {
    min-width: 0px;
    margin-bottom: 1rem;
  }

  .div-block-206 {
    width: 90%;
    height: 100.0001001556763%;
    margin-right: 0px;
    margin-left: auto;
  }

  .hero-with-image-left-column-2 {
    width: 100%;
  }

  .button-10.cta-button-header.button4copy {
    width: 100%;
  }

  .hero-with-image-overpositioned-image-2.herowithimageiverpositioned {
    margin-right: auto;
  }

  .hero-with-images-v-line-ellipse-left-2 {
    display: none;
  }

  .hero-with-image-right-column-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-with-image-right-column-2.columnright {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .global-hairline-v-line-left-3 {
    left: 1.25rem;
  }

  .global-hairline-v-line-right-3 {
    right: 1.25rem;
  }

  .principalheader {
    width: 332px;
    max-width: 332px;
    min-width: 57%;
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .container-26 {
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-26.containerheader {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .image-78 {
    right: 55%;
    width: 44%;
    min-width: 0px;
  }

  .link-block-20 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-11 {
    width: 100%;
  }

  .image-73 {
    width: 100%;
  }

  .div-block-207 {
    margin: 40px 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-19 {
    margin-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-19.overflow-hidden {
    overflow: hidden;
  }

  .heading-45 {
    text-align: left;
  }

  .link-block-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-46 {
    text-align: center;
  }

  .right-arrow-3 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .right-arrow-3.rightarrowcobertura {
    display: none;
  }

  .right-arrow-3.rightarrowcobertura.is-test {
    display: none;
  }

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

  .grid-8 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-flow: column;
    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 auto;
    grid-template-rows: auto auto;
  }

  .slider-7 {
    padding-top: 0px;
  }

  .div-block-208 {
    margin-top: 40px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 40px 16px 25px;
  }

  .paragraph-31 {
    margin-bottom: 32px;
    padding-left: 16px;
    text-align: left;
  }

  .container-27 {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .link-block-18 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-212 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-nav-3 {
    top: 449px;
    display: inline-block;
  }

  .slide-nav-3.slidenavcoberturas {
    position: relative;
    top: auto;
    display: block;
    margin-top: 40px;
  }

  .div-block-190 {
    margin-top: 0px;
  }

  .image-62 {
    margin-right: auto;
    margin-left: 0px;
  }

  .grid-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-189 {
    height: 16rem;
  }

  .mask-11 {
    padding-top: 0px;
  }

  .grid-13 {
    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;
  }

  .left-arrow-3 {
    display: none;
  }

  .left-arrow-3.leftarrowcobertura {
    display: none;
  }

  .left-arrow-3.leftarrowcobertura.is-test {
    display: none;
  }

  .heading-50 {
    padding-left: 16px;
    text-align: left;
  }

  .heading-51 {
    margin-bottom: 0rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .testimonials-content-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonials-title-wrapper-2 {
    width: 66.66666666666666%;
    margin-top: 0rem;
  }

  .testimonials-row-3 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-quote-3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .module-testimonials-2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .testimonials-left-column-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .testimonials-right-column-3 {
    width: 100%;
  }

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

  .image-63 {
    margin-right: auto;
    margin-left: 0px;
  }

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

  .div-block-218 {
    margin-left: 0px;
  }

  .heading-52 {
    width: 70%;
    text-align: left;
  }

  .div-block-219 {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-76 {
    top: 0px;
  }

  .section-36 {
    padding-top: 40px;
  }

  .section-36.bg-image {
    height: auto;
    background-image: url('../images/grid-mobile.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .grid-16 {
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-205 {
    height: 80%;
    margin-top: 0px;
  }

  .heading-54 {
    text-align: left;
  }

  .container-28.containerprotecciones {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-75 {
    margin-top: 40px;
  }

  .lineprotecciones {
    height: 200%;
    margin-top: -40px;
  }

  .lineprotecciones.lineproteccionesmiddle {
    left: 95%;
    height: 200%;
  }

  .lineprotecciones.lineproteccionesmiddle.lineproteccionesmiddle2 {
    display: none;
  }

  .paragraph-27 {
    height: 90px;
  }

  .formblockcopy {
    width: 100%;
  }

  .heading-55 {
    font-size: 36px;
    line-height: 42px;
  }

  .social-links-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 1rem;
  }

  .div-block-224 {
    margin-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-nav-list-2 {
    width: 100.00000437214587%;
  }

  .contact-modal_form-wrapper {
    width: auto;
    margin-right: 2rem;
    margin-left: 2rem;
    padding: 1rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .headercontainerpartners {
    padding-top: 20px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .section-for-whom-ebook-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .itemserrorebook-2 {
    font-size: 1.2rem;
  }

  .cta-tofu-container {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

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

  .heading-cta-tofu {
    font-size: 32px;
    line-height: 42px;
    text-align: left;
  }

  .cta-tofu-containerwhite {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta-bofu-container {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-formpage {
    padding-right: 16px;
    padding-left: 16px;
  }

  .padding-bottom-2 {
    height: 40px;
  }

  .image-90 {
    left: 96%;
  }

  .image-91 {
    margin-left: -16px;
  }

  .image-80 {
    display: none;
  }

  .heading-60 {
    margin-top: 0px;
    text-align: left;
  }

  .form-section {
    padding-bottom: 0px;
  }

  .paragraph-legalaccept-4 {
    width: 75%;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
    line-height: 1rem;
  }

  .paragraph-37 {
    text-align: left;
  }

  .image-85 {
    left: 4%;
  }

  .container-29 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

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

  .header-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container {
    padding-right: 1rem;
    padding-left: 1rem;
    -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.post {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-with-image-image-partners {
    display: block;
    margin-right: 0px;
  }

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

  .text-and-image-image-area {
    height: 74.1333333vw;
  }

  .section-2 {
    padding-bottom: 8rem;
  }

  .text-and-image-subtitle {
    width: 100%;
  }

  .text-and-image-title {
    width: 100%;
  }

  .features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faqs-item-icon-wrapper.open {
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
  }

  .faqs-item-icon-wrapper.closed {
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
  }

  .accordion-body-text {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .faqs-item-title {
    margin-right: 1rem;
  }

  .faqs-item-header {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .testimonials-row {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonials-left-column {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .testimonials-right-column {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .testimonials-title-wrapper {
    width: 100%;
  }

  .module-testimonials {
    padding-top: 4rem;
    padding-right: 24px;
    padding-left: 24px;
  }

  .testimonials-quote-text {
    width: 29%;
  }

  .testimonials-slider {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-media {
    width: 270px;
  }

  .testimonial-media-text-name {
    width: 100%;
  }

  .testimonial-quote {
    width: 100%;
    max-width: 100%;
    font-weight: 600;
  }

  .module-media-links {
    padding-bottom: 7rem;
  }

  .faqs-title-wrapper {
    width: 100%;
  }

  .media-links-slider-mask {
    width: 98%;
    min-width: auto;
  }

  .cta-nav-list-item {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }

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

  .div-block-28 {
    margin-bottom: 0.5rem;
  }

  .div-block-31 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-33 {
    width: 8.5rem;
  }

  .div-block-34 {
    width: 7rem;
  }

  .div-block-35 {
    width: 7.4375rem;
  }

  .div-block-36 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .div-block-37 {
    margin-left: -1rem;
  }

  .div-block-37.purple {
    margin-left: -2rem;
    padding-left: 1rem;
  }

  .div-block-37.purple {
    margin-left: -2rem;
    padding-left: 1rem;
  }

  .div-block-38 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .check-icon-wrapper {
    margin-right: 0.75rem;
  }

  .paragraph-3 {
    width: 100%;
    padding-right: 2rem;
  }

  .div-block-49-copy {
    width: 100%;
  }

  .section-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .check-wrapper {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-3-copy._404 {
    position: relative;
    display: block;
    overflow: auto;
    margin: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-3-copy._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-3-copy._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-3-copy._404 {
    position: relative;
    display: block;
    overflow: auto;
    margin: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .div-block-42-copy._404 {
    margin-top: 1rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .div-block-42-copy._404 {
    margin-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .div-block-54 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .paragraph-tesad {
    width: 100%;
    min-width: auto;
  }

  .div-block-66 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .image-13 {
    left: 50%;
    right: 0px;
    width: 57.86666666666667%;
    margin-top: 7rem;
    margin-left: 0%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .about-us-title-wrapper {
    width: 100%;
  }

  .div-block-68 {
    padding-top: 0rem;
  }

  .section-13 {
    padding-top: 6.5rem;
  }

  .heading-copy {
    padding-right: 0rem;
  }

  .overpositioned-normal-wrapper-cop {
    padding-bottom: 91.2vw;
  }

  .div-block-72 {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 3.5rem;
  }

  .header-rounded {
    max-width: none;
    margin-bottom: 1rem;
    margin-left: -1.5rem;
    padding-right: 2rem;
    padding-left: 1.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-8 {
    width: 100%;
  }

  .global-hairline-v-line-left {
    left: 1rem;
  }

  .global-hairline-v-line-right {
    right: 1rem;
  }

  .header-nav-wrapper {
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .text-and-image-image-wrapper {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .hero-home-v-line-right-copy {
    right: 1rem;
  }

  .testimonial-media-text-description {
    width: 100%;
  }

  .blog-hero-subtitle {
    width: 100%;
  }

  .product-hero-title-wrapper-copy {
    width: 100%;
  }

  .div-block-36-copya {
    padding-top: 5rem;
  }

  .hero-post {
    padding-bottom: 2rem;
  }

  .section-16 {
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }

  .section-16-copy {
    padding-bottom: 5rem;
  }

  .heading-11 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-11-copy {
    width: 100%;
  }

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

  .form-block {
    width: 100%;
  }

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

  .div-block-95 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .heading-12 {
    padding-right: 3.5rem;
  }

  .div-block-96 {
    padding-bottom: 1.5rem;
  }

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

  .div-block-101 {
    padding-bottom: 3.5rem;
  }

  .div-block-97-copy {
    width: 100%;
  }

  .underlinedasd-copy-copyasds {
    display: block;
  }

  .div-block-97-copy-copy {
    width: 100%;
  }

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

  .div-block-108 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .image-16 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .div-block-115 {
    padding-bottom: 69.7749196%;
  }

  .div-block-117 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .post-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .div-block-118 {
    margin-bottom: 3.5rem;
  }

  .div-block-117-copy {
    padding: 1.5rem;
  }

  .heading-6-copy {
    font-size: 2.5rem;
  }

  .recommended:last-child {
    display: block;
  }

  .div-block-125 {
    width: 5rem;
  }

  .text-block-16 {
    display: none;
  }

  .div-block-96-copy {
    padding-bottom: 2rem;
  }

  .div-block-101-copy {
    padding-bottom: 3.5rem;
  }

  .div-block-36-copy {
    padding-top: 2.5rem;
  }

  .block-2-for-whom-h-line-3.text-red {
    display: none;
  }

  .div-block-54-copy2 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .hero-home-v-line-right-copy2 {
    right: 1rem;
  }

  .hero-home-v-line-left-copy2 {
    left: 1rem;
  }

  .slider-5 {
    -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;
  }

  .image-22 {
    width: 100%;
    height: auto;
    margin-right: -16px;
    margin-bottom: 8px;
    margin-left: -16px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-13 {
    font-size: 18px;
    line-height: 22px;
  }

  .html-embed-7 {
    left: 1rem;
  }

  .html-embed-7-copy {
    right: 1rem;
  }

  .hairlines-group-copy.text-red {
    height: 100%;
  }

  .features-row-hairlines-v-line-2 {
    right: 1rem;
  }

  .div-block-36-copy-copy {
    padding-top: 2.5rem;
  }

  .navigation-2 {
    padding-top: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .div-block-138 {
    margin-top: 3.5rem;
  }

  .overpositioned-normal-wrapper-copy.overpositionedimageproducts {
    position: relative;
    bottom: 3rem;
  }

  .text-block-and-right-overlaped-images-v-line-2 {
    right: 1rem;
  }

  .navigation-hairline-v-line-left-copy {
    left: 1rem;
  }

  .div-block-40-copy-copy {
    width: 100%;
    min-width: auto;
  }

  .div-block-36-copy-copy {
    padding-top: 2rem;
  }

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

  .text-field-large {
    margin-bottom: 1rem;
  }

  .div-block-145 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .image-31-copy {
    margin-top: -4px;
  }

  .image-30 {
    margin-top: 10px;
  }

  .column-23 {
    display: none;
  }

  .column-22 {
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-21 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anchor__tel-copy {
    font-size: 20px;
  }

  .section-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-shadow {
    z-index: 99;
    padding-top: 85px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-copy {
    padding-top: 0px;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .main-heading.bold {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 1.25em;
  }

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

  .link-7 {
    font-size: 20px;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -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;
  }

  .section-3 {
    padding-right: 0px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .column-9 {
    margin-top: 0px;
    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;
  }

  .column-5 {
    display: none;
  }

  .text-block-19 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 16px;
  }

  .text-block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-23 {
    width: auto;
    height: 28px;
    max-width: none;
  }

  .grid {
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-7 {
    display: none;
  }

  .section-19 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-33 {
    width: auto;
    height: 30px;
    max-width: none;
  }

  .image-34 {
    width: auto;
    height: 30px;
    max-width: none;
  }

  .image-19 {
    width: auto;
    height: 30px;
    max-width: none;
  }

  .image-20 {
    width: auto;
    height: 24px;
    max-width: none;
  }

  .tab-link-tab-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-2.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .coberturas-slider.center-it {
    margin-top: 0px;
    padding-top: 60px;
  }

  .new-dropdown-toggle-coberturas.open {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .coberturas-slider-copy.center-it {
    margin-top: 0px;
    padding-top: 60px;
  }

  .tab-link-tab-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-1.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-3 {
    font-size: 16px;
  }

  .tab-pane-tab-1 {
    padding-top: 0px;
  }

  .tab-link-tab-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-3.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link-tab-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-4.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-15 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 26px;
  }

  .coberturas-slide {
    width: 290px;
  }

  .feature-section-3 {
    max-width: 99%;
    margin-right: auto;
    margin-left: auto;
  }

  .right-arrow-opinion {
    left: auto;
    top: 0px;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: 50px;
  }

  .tabs-menu {
    display: block;
    -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;
  }

  .left-arrow-opinion {
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-10 {
    margin-bottom: 10px;
  }

  .grid-3 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-147 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-2 {
    margin-bottom: 20px;
  }

  .html-embed-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-8 {
    margin-bottom: 10px;
  }

  .column-2 {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #e2e2e2;
  }

  .paragraph-11 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }

  .section-20 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-20.footer {
    padding-bottom: 90px;
  }

  .column-13 {
    border-left-style: none;
  }

  .column-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-12 {
    font-size: 20px;
    font-weight: 400;
  }

  .stone-logo-footer {
    max-width: 180px;
  }

  .column-3 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #e2e2e2;
  }

  .columns-3 {
    display: inline-block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .form-noshasvisto-modal {
    display: none;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-nhv {
    position: relative;
    max-width: 270px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .columns-13 {
    margin-top: 20px;
  }

  .div-block-148 {
    height: 69%;
    margin-top: 40px;
    padding-top: 0px;
  }

  .image-37 {
    width: 170px;
    height: auto;
    max-width: none;
  }

  .paragraph-13 {
    font-size: 16px;
    line-height: 21px;
  }

  .section-21.modalpop {
    display: none;
    width: 100%;
    max-width: 100%;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 34px;
  }

  .column-24 {
    display: none;
  }

  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-150 {
    padding-top: 0px;
  }

  .div-block-151 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-6 {
    overflow: hidden;
    max-height: 4.5rem;
  }

  .mask-5 {
    max-height: 4.5rem;
  }

  .text-slide {
    max-height: 4.5rem;
  }

  .holded {
    width: 102px;
    max-width: 115px;
    margin-top: 20px;
  }

  .slider-text-wrapper {
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .capitaltap-logo {
    display: block;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .finutive {
    margin-top: 6px;
  }

  .finutive-column {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .div-block-28-paraquien {
    margin-bottom: 0.5rem;
  }

  .footer3col {
    width: 100%;
    margin-bottom: 0rem;
  }

  .footer3col.finalcol {
    margin-bottom: 3rem;
  }

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

  .underlinedasd-copy-copyasds-copy {
    display: block;
  }

  .image-39 {
    display: none;
  }

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

  ._404-content {
    padding-bottom: 1rem;
  }

  .section-20-partners {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-20-partners.footer {
    padding-bottom: 90px;
  }

  .div-block-159 {
    margin-top: 40px;
  }

  .nav-link-with-icon-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 160px;
    margin: 0em auto 0px;
    padding-top: 1rem;
    clear: both;
    -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;
  }

  .nav-link-with-icon-2.nav-link-with-icon-3 {
    margin-top: 0px;
  }

  .form-block-3 {
    max-width: 280px;
  }

  .container-15 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .header-content-partners {
    height: 7.1rem;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 10px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-logopartner {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-post-2 {
    padding-bottom: 2rem;
  }

  .header-container-partners {
    position: fixed;
    height: 80px;
    margin-bottom: 0px;
    padding: 0px 1rem;
  }

  .section-for-whom-partners {
    margin: 50px auto 8px;
    padding-right: 0px;
    text-align: center;
  }

  .div-block-161 {
    margin-left: 0px;
  }

  .overpositioned-normal-wrapper-copy-3 {
    padding-bottom: 90vh;
  }

  .div-block-54-copy2-2 {
    margin-right: 0.125rem;
    margin-left: 0.125rem;
    padding-top: 1rem;
  }

  .hero-blog-h-hairlines-partners.text-dark-gray {
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .hero-blog-h-hairlines-partners.text-dark-gray {
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .link-block-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-nav-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 1rem 2rem;
    -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;
    font-size: 1rem;
  }

  .header-brand-wrapper-partners {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-162.divfindo {
    padding-left: 0px;
  }

  .text-block-14 {
    font-size: 1.3rem;
    line-height: 1.7rem;
    text-align: center;
  }

  .post-title-2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .div-block-165 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .heading-19 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .image-logopartner2 {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-logopartner2.image-coconuevastecnologias {
    width: 3rem;
  }

  .image-logopartner2.image-findoapp {
    width: 6rem;
  }

  .logopartner-barradigital {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logopartner-cubicup {
    max-width: 80%;
    margin-right: 0px;
    padding: 0px;
  }

  .logopartner-emuca {
    height: 65px;
    max-width: 60%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  ._250px {
    width: 376px;
    max-width: 296px;
    color: #a8a5a4;
  }

  .container-16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-legalaccept {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-top: 0.8rem;
    padding-right: 0rem;
    line-height: 1rem;
  }

  .checkbox {
    margin-right: 16px;
  }

  .paragraph-14 {
    width: 296px;
    margin-top: 10px;
  }

  .hero-post-finutivee {
    padding-bottom: 2rem;
  }

  .hero-post-2-copy {
    padding-bottom: 2rem;
  }

  .success-message-partners {
    width: 344px;
  }

  .heading-7-copy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
    line-height: 42px;
  }

  .opengeslogo {
    height: 65px;
    max-width: 55%;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .submit-button {
    min-width: 100%;
  }

  .global-hairline-v-line-left-partnerfrm {
    left: 1rem;
  }

  .rc-form {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .text-block-25 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .grid-form {
    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;
  }

  .contenedor-divs-form {
    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;
  }

  .modalcontainer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9;
    display: none;
    overflow: scroll;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #faeed6;
  }

  .div-block-173 {
    top: -6px;
    right: 0px;
  }

  .form-block-5 {
    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;
  }

  .form-block-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-174 {
    height: 100%;
  }

  .formcontainermodal {
    width: 376px;
    max-width: 344px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .global-hairline-v-line-left-copy {
    left: 1rem;
  }

  .global-hairline-v-line-right-copy {
    right: 1rem;
  }

  .global-hairline-v-line-left-copy {
    left: 1rem;
  }

  .global-hairline-v-line-right-copy {
    right: 1rem;
  }

  .global-hairline-v-line-left-copy {
    left: 1rem;
  }

  .global-hairline-v-line-right-copy {
    right: 1rem;
  }

  .global-hairline-v-line-left-footer {
    left: 1rem;
  }

  .global-hairline-v-line-right-footer {
    right: 1rem;
  }

  .global-hairline-v-line-left-blog {
    left: 1rem;
  }

  .global-hairline-v-line-right-blog {
    right: 1rem;
  }

  .global-hairline-v-line-left-vertical {
    left: 1rem;
  }

  .global-hairline-v-line-right-vertical {
    right: 1rem;
  }

  .global-hairline-v-line-left-purple {
    left: 1rem;
  }

  .global-hairline-v-line-left-yellow {
    left: 1rem;
  }

  .global-hairline-v-line-right-purple {
    right: 1rem;
  }

  .global-hairline-v-line-left-yellow-partners {
    left: 1rem;
  }

  .global-hairline-v-line-right-yellow-partnersy {
    right: 1rem;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-logojeff {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-logotak {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-logocubicup {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-logostartupoasis {
    height: 64px;
    max-width: 50%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-logoata {
    height: 50px;
    max-width: 50%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-logohaddock {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .logopartner-planreforma {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .mask {
    position: static;
    height: 100%;
  }

  .slider-content-wrap {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 100%;
  }

  .form-wrap-full {
    width: 99%;
  }

  .submit-button-3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }

  .paragraph-legalaccept-2 {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-top: 0.8rem;
    padding-right: 2rem;
    font-size: 12px;
    line-height: 1rem;
  }

  .slider {
    height: auto;
  }

  .form-section-title {
    font-size: 1.8em;
    line-height: 1.3em;
  }

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

  .paragraph-16 {
    margin-top: 10px;
    font-size: 12px;
  }

  .container-formjeff {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .formcontainer-jeff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._250px-vert {
    margin-right: 10px;
  }

  .div-block-94-mob {
    padding-bottom: 60%;
  }

  .navigation-3 {
    padding-top: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .itemserrorebook {
    font-size: 1rem;
  }

  .listebook {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .hero-with-image-ebook._404-content-ebook {
    margin-left: auto;
  }

  .overpositioned-normal-wrapper-eboook {
    padding-bottom: 20px;
  }

  .block-2-for-whom-h-line-3-ebook.text-red {
    display: none;
  }

  .html-embed-15 {
    max-width: 100%;
    padding-top: 0px;
  }

  .socialmedia {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-sm {
    width: 220px;
  }

  .section-24 {
    padding-right: 1em;
    padding-left: 1em;
  }

  .section-for-whom-ebook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0rem;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
  }

  .image-10-ebook {
    display: none;
  }

  .container-ebook {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container-ebook.post {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .header-imp-copy {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .mangen_content {
    padding-bottom: 1rem;
  }

  .text-span-4 {
    margin-bottom: 16px;
  }

  .imagesupercuidadores {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .faqs-item-title-2 {
    margin-right: 1rem;
  }

  .accordion-body-text-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container-17 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .reproductor.div-block-145 {
    max-height: 322px;
    min-height: 13rem;
  }

  .text-block-and-right-overlaped-images-title-copy {
    position: relative;
    display: block;
    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;
  }

  .text-block-and-right-overlaped-images-subtitle {
    position: relative;
    display: block;
    height: 100%;
    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;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3-partners {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-16 {
    display: none;
  }

  .distributemiddle {
    display: block;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .parragraphtext-scroll {
    width: 100%;
    margin-top: 8px;
  }

  .linkblockpartnersscroll {
    height: 40px;
  }

  .features-grid-partners {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .module-features-grid-partners {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .why-benefits {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lefttext {
    width: 100%;
  }

  .rightimage {
    width: 55%;
    margin-right: -16px;
    margin-left: auto;
    padding-left: 0px;
  }

  .fullwidthimagepartners {
    margin-top: -20px;
    margin-right: 20px;
    margin-left: -16px;
  }

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

  .formpartners {
    padding: 80px 16px;
  }

  .columnform-contact {
    display: none;
  }

  .image-47 {
    display: block;
  }

  .text-block-and-right-overlaped-images-title-desktop {
    position: relative;
    display: block;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-and-right-overlaped-images-subtitle-desktop {
    position: relative;
    display: block;
    height: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3-partners-desktop {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-with-image-image-partners-copydesktop {
    margin-right: 0px;
  }

  .distributemiddle-desktop {
    display: block;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-48 {
    margin-left: 0px;
  }

  .columns-18 {
    display: block;
  }

  .form-block-partnerscontact {
    margin-right: 0px;
    margin-left: 0px;
  }

  .distributemiddle-copy {
    display: block;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-3-partners-copy {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 8px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block-partnerscontact-mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3-partners-copy {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 8px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3-partners-mobile {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 8px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3-partners-copy-copy {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 8px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-17 {
    color: #524c4a;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-19-tky {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .thnky-content {
    padding-top: 3px;
    padding-bottom: 80px;
  }

  .sectionpostsblog {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .button-5 {
    margin-top: 32px;
  }

  .tkylink {
    position: relative;
    display: block;
    overflow: auto;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    white-space: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-post-rky {
    padding-bottom: 2rem;
  }

  .paragraph-3-partners-copy {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-post-leads {
    padding-bottom: 0rem;
  }

  .div-left-50._404 {
    width: 100%;
    margin-top: 1rem;
    padding-right: 0rem;
    padding-bottom: 56px;
    padding-left: 0rem;
  }

  ._250halfpx {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .div-right-50._404 {
    display: none;
    width: 100%;
    margin-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h-block-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-ledsnoconvert {
    display: none;
    width: 100%;
  }

  .container-h-flex {
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-h-flex.containerconfirmaciondatosdecontato {
    margin-top: 3rem;
  }

  ._250px-select {
    margin-right: 10px;
  }

  .section-h2-title {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .telefonono {
    display: none;
  }

  .nav-link-mobile-tel {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 44px;
    min-width: 44px;
    margin: 0em 0px 0px auto;
    padding: 10px;
    clear: both;
    -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;
  }

  .header-content-partners-copy {
    height: 85px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-content-partners-copy.header-content-formpage {
    width: 100%;
    padding-left: 5px;
  }

  .header-content-partners-copy.headerconfirmaciondedatos {
    height: 80px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hero-with-imageform._404-content-ebook {
    margin-left: auto;
  }

  .hero-with-imageform._404-content-form {
    margin-left: auto;
  }

  .hero-with-imageform._404-content-form.imgthankspage {
    min-width: auto;
  }

  .div-block-sm-thy {
    width: 220px;
  }

  ._250px-new {
    margin-right: 10px;
  }

  ._250px-copy {
    margin-right: 10px;
    color: #7d7877;
  }

  .div-block-181 {
    width: 312px;
    height: 160px;
    max-height: 160%;
    max-width: 312%;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-23 {
    width: 312px;
    height: 160px;
    max-height: 160px;
    max-width: 312px;
    font-size: 32px;
    line-height: 40px;
  }

  .button-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 312px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-26 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-183 {
    width: 344px;
  }

  .heading-27 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-18 {
    margin-right: auto;
    margin-left: auto;
  }

  .columns-19 {
    width: 344px;
    max-width: 344px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading-29 {
    margin-top: 0px;
  }

  .image-logo-findo {
    height: 55px;
    max-width: 35%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-54 {
    display: none;
  }

  .section-27 {
    padding-top: 0px;
  }

  .heading-31 {
    font-size: 32px;
    line-height: 40px;
  }

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

  ._250px-new-copy {
    margin-right: 10px;
  }

  .columns-21 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .formcontainermodal1-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 344px;
    max-width: 344px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mask-6 {
    width: 100%;
    max-width: 100%;
  }

  ._250px-new-copy {
    margin-right: 10px;
  }

  ._250px-new-copy {
    width: 100%;
    margin-right: 10px;
  }

  .column-30 {
    margin-bottom: 64px;
  }

  .column-31 {
    margin-bottom: 64px;
  }

  .column-32 {
    margin-bottom: 40px;
  }

  .heading-33 {
    width: 296px;
    height: 72px;
  }

  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-20 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-186 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 344px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .boxtel {
    width: 296px;
  }

  ._250px-copy {
    width: 344px;
    max-width: 344px;
    color: #a8a5a4;
  }

  .boxtel-copy {
    width: 344px;
    color: #7d7877;
  }

  .paragraph-14-copy {
    width: 344px;
    margin-top: 10px;
  }

  .columns-23 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-24 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .column-41 {
    margin-top: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .image-logoekon {
    max-width: 80%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-25 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-26 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
  }

  .columns-27 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-28 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-29 {
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-30 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-31 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-32 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-33 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-34 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-35 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-36 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-37 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-38 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-39 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-40 {
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-41 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .columns-42 {
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .columns-43 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .image-58 {
    min-height: 40px;
    min-width: 40px;
  }

  .column-57 {
    padding-left: 7px;
  }

  .heading-34 {
    height: 72px;
    text-align: center;
  }

  ._250px-2 {
    color: #a8a5a4;
  }

  .paragraph-25 {
    margin-top: 10px;
  }

  .container-20 {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-with-icon-4 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: Infinity%;
    max-width: 160px;
    margin: 0em auto 0px;
    padding-top: 1rem;
    clear: both;
    -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;
  }

  .form-block-4-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-legalaccept-3 {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-top: 0.8rem;
    padding-right: 0rem;
    line-height: 1rem;
  }

  .header-nav-wrapper-3 {
    z-index: 99999999;
    display: block;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .formcontainermodal1-copy-2 {
    margin-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-58 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-44 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-for-whom-partners-2 {
    margin: 50px auto 8px;
    padding-right: 0px;
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }

  .text-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-31:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .boxtel-copy1 {
    color: #7d7877;
  }

  .column-59 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .submit-button-4 {
    width: 100%;
    white-space: normal;
  }

  .link-block-partners-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-top: 20px;
    margin-right: 0px;
    padding-left: 10px;
    -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;
  }

  .navigation-4 {
    height: 20px;
    padding: 1rem 1.5rem 4rem;
  }

  .menu-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .checkbox-3 {
    margin-right: 16px;
  }

  .success-message-partners-2 {
    width: 344px;
  }

  .hero-post-2-copy-2 {
    padding-bottom: 2rem;
  }

  .header-container-partners-2 {
    position: static;
    height: 85px;
    margin-bottom: 0px;
    padding: 0px 1rem;
  }

  .brand {
    margin-top: 0px;
    padding-left: 0px;
  }

  .button-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-35 {
    max-width: 72%;
  }

  .column-60 {
    margin-bottom: 40px;
  }

  .column-61 {
    margin-bottom: 64px;
  }

  .heading-37 {
    width: 90%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-195 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .column-62 {
    margin-right: auto;
    margin-left: auto;
  }

  .columns-45 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-26 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-38 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-39 {
    height: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-196 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-40 {
    font-size: 18px;
    line-height: 22px;
  }

  .image-59 {
    height: auto;
    margin-bottom: 8px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-22 {
    padding-right: 1rem;
    padding-left: 1rem;
    -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;
  }

  .testimonials-right-column-2 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .testimonial-quote-2 {
    font-weight: 600;
  }

  .heading-42 {
    max-width: 100%;
    margin-top: 0px;
  }

  .image-60 {
    display: none;
  }

  .success-message-partners-copy {
    width: 100%;
  }

  .section-31 {
    padding-top: 0px;
  }

  ._250px-copy-2 {
    color: #a8a5a4;
  }

  .columns-46 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .formcontainermodal-2 {
    width: 100%;
    margin-top: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .global-hairline-v-line-right-footer-2 {
    right: 1rem;
  }

  .div-block-footer4col-2 {
    width: 100%;
  }

  .global-hairline-v-line-left-footer-2 {
    left: 1rem;
  }

  .slide-9 {
    height: 100%;
  }

  .slide-6 {
    width: 99.9999983822104%;
    height: 100%;
  }

  .div-block-199 {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-10 {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: minmax(-webkit-max-content, 0.25fr) minmax(auto, 80%);
    -ms-grid-columns: minmax(max-content, 0.25fr) minmax(auto, 80%);
    grid-template-columns: minmax(-webkit-max-content, 0.25fr) minmax(auto, 80%);
    grid-template-columns: minmax(max-content, 0.25fr) minmax(auto, 80%);
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }

  .mask-9 {
    width: 99.9999983822104%;
    height: 100%;
  }

  .paragraph-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-8 {
    width: 99.9999983822104%;
    height: 100%;
  }

  .slider-8.sliderheader {
    height: 100%;
  }

  .div-block-200 {
    margin-bottom: 40px;
  }

  .global-hairline-v-line-right-2 {
    right: 1rem;
  }

  .global-hairline-v-line-left-2 {
    left: 1rem;
  }

  .slider-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .columns-47 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-24 {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .global-hairline-v-line-right-purple-2 {
    right: 1rem;
  }

  .div-block-202 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .container-25 {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .accordion-body-text-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .faqs-item-title-3 {
    margin-right: 1rem;
  }

  .global-hairline-v-line-left-purple-2 {
    left: 1rem;
  }

  .submit-button-5 {
    min-width: 100%;
  }

  .checkbox-4 {
    margin-right: 16px;
  }

  .success-message-partners-3 {
    width: 344px;
  }

  .heading-7-copy-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-with-image-subtitle-2 {
    width: 90%;
  }

  .image-77 {
    display: block;
    width: 75%;
    height: 63%;
    margin-right: 0px;
    margin-left: auto;
  }

  .hero-with-image-content-2.hero-with-image-content-2 {
    width: 100.00000305787356%;
    height: 100%;
  }

  .hero-with-image-title-wrapper-2 {
    width: 100%;
    max-width: none;
    min-width: 320px;
  }

  .div-block-206 {
    display: inline-block;
    width: 100%;
  }

  .button-10 {
    width: 100%;
  }

  .button-10.cta-button-header.button4copy {
    width: 100%;
  }

  .hero-with-image-overpositioned-image-2 {
    left: 0px;
    right: auto;
  }

  .hero-with-image-overpositioned-image-2.herowithimageiverpositioned {
    left: auto;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-with-image-right-column-2.columnright {
    width: 100%;
    height: 55%;
  }

  .global-hairline-v-line-left-3 {
    left: 1rem;
  }

  .global-hairline-v-line-right-3 {
    right: 1rem;
  }

  .principalheader {
    width: 63%;
    max-width: none;
    min-width: 271px;
    font-size: 36px;
    line-height: 42px;
  }

  .container-26 {
    display: block;
    margin-top: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-26.containerfaq {
    margin-top: 40px;
  }

  .image-78 {
    width: 46%;
    margin-top: 21%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .accordion-body-text-4 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .link-block-20 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-19 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .video-2 {
    margin-bottom: 0px;
  }

  .faqs-item-4 {
    margin-bottom: 16px;
  }

  .link-block-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-8 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faqs-item-header-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .div-block-208 {
    margin-top: 40px;
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-209 {
    max-width: 329px;
    min-width: 80%;
    margin-left: 0px;
  }

  .paragraph-31 {
    display: inline-block;
    padding-left: 0px;
    text-align: left;
  }

  .container-27 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .link-block-18 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .link-22 {
    display: inline;
  }

  .slide-nav-3.slidenavcoberturas {
    position: relative;
    top: auto;
    display: block;
    margin-top: 20px;
  }

  .image-62 {
    position: relative;
    left: 52px;
    top: -40px;
    margin-left: auto;
  }

  .grid-11 {
    display: -ms-grid;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-21 {
    overflow: auto;
  }

  .div-block-189 {
    height: 20rem;
  }

  .heading-50 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .testimonials-title-wrapper-2 {
    width: 100%;
  }

  .module-testimonials-2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .testimonials-left-column-3 {
    margin-bottom: 0rem;
  }

  .image-63 {
    margin-right: auto;
  }

  .heading-52 {
    width: 100%;
  }

  .div-block-219 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-34 {
    text-align: left;
  }

  .div-block-203 {
    height: 100%;
  }

  .grid-16 {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row dense;
    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 auto;
    grid-template-rows: auto auto;
  }

  .div-block-205 {
    margin-top: 0px;
  }

  .heading-53 {
    height: auto;
  }

  .heading-54 {
    text-align: left;
  }

  .container-28.containerprotecciones {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-27 {
    height: auto;
  }

  .div-block-footer4col-3 {
    width: 100%;
  }

  .div-block-footer4col-3.divparaquien {
    margin-top: 35px;
    margin-left: 0px;
  }

  .div-block-footer4col-3.divsuscribe {
    margin-top: 35px;
    margin-left: 0px;
  }

  .formblockcopy {
    width: 100%;
  }

  .footer-articles-section-grid {
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-220 {
    max-width: 100%;
  }

  .heading-57 {
    margin-bottom: 32px;
  }

  .div-block-224 {
    margin-bottom: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-modal_form-wrapper {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .ml-banner_component {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .headers-posts-section {
    margin-bottom: 32px;
  }

  .collection-list-wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .headercontainerpartners {
    padding-top: 0px;
  }

  .div-block-226 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero-post-3 {
    padding-bottom: 2rem;
  }

  .section-for-whom-ebook-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0rem;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
  }

  .itemserrorebook-2 {
    font-size: 1rem;
  }

  .header-imp-copy-2 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .cta-tofu-container {
    margin: 0px 0px 40px;
  }

  .grid_tofu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-cta-tofu {
    font-size: 36px;
  }

  .block-tofusub {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    min-width: 100%;
  }

  .button-form-tofu {
    max-width: 100%;
    min-width: 100%;
  }

  .cta-tofu-containerwhite {
    margin: 0px 0px 40px;
  }

  .img-cta-bofu {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cta-bofu-container {
    margin: 0px 0px 40px;
  }

  .grid-17 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .fullinput {
    width: 80%;
  }

  .form-3 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .button-13 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .button-13.btncalendariofiscal {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-229 {
    margin-top: 10px;
  }

  .heading-58 {
    width: 80%;
    margin-bottom: 60px;
  }

  .heading-58.headingdescargar {
    width: 85%;
    margin-bottom: 10px;
  }

  .heading-58.headingcalendariofiscal {
    width: auto;
    margin-bottom: 0px;
  }

  .image-86 {
    width: 30px;
    height: 30px;
  }

  .image-87 {
    width: 57.775001525878906px;
    height: 81.75px;
  }

  .image-87.imgcalendario {
    width: 60px;
    height: auto;
  }

  .div-block-230 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }

  .div-block-230.div-calendarios-fiscal {
    width: 100%;
    max-width: 0px;
    min-width: 100%;
  }

  .grid-18 {
    grid-column-gap: 16px;
    -ms-grid-columns: 0.25fr 0.75fr;
    grid-template-columns: 0.25fr 0.75fr;
  }

  .grid-18.popup {
    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;
    grid-auto-flow: row;
    -ms-grid-columns: 20vw 0.5fr;
    grid-template-columns: 20vw 0.5fr;
  }

  .grid-18.popup.gridcalendariofiscal {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 20% 0.5fr;
    grid-template-columns: 20% 0.5fr;
    -ms-grid-rows: 0.25fr;
    grid-template-rows: 0.25fr;
  }

  .div-block-233 {
    margin-top: 10px;
  }

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

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

  .section-37.ctas.guia_emprendedores {
    display: none;
  }

  .pasoapaso {
    display: none;
    width: 100%;
  }

  .nav-link-mobile-tel-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 44px;
    min-width: 44px;
    margin: 0em 0px 0px auto;
    padding: 10px;
    clear: both;
    -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;
  }

  .container-formpage {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-89 {
    height: 2px;
  }

  .padding-bottom-2 {
    height: 40px;
  }

  .image-90 {
    left: 96%;
    width: 1.162500023841858px;
  }

  .image-91 {
    height: 2px;
    margin-right: 0px;
    margin-left: 0px;
    color: #e85530;
  }

  .image-80 {
    display: none;
  }

  .heading-60 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .form-section {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .field-perjudicado-yes {
    max-width: none;
  }

  .field-perjudicado-yes.fieldmargin {
    max-width: none;
  }

  .field-datos-poliza {
    width: 100%;
    max-width: 328px;
  }

  .field-contacto {
    width: 100%;
  }

  .field-contacto.fieldmargin {
    max-width: none;
  }

  .paragraph-legalaccept-4 {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-top: 0.8rem;
    padding-right: 0rem;
    line-height: 1rem;
  }

  .submit-btn-siniestro {
    width: 100%;
  }

  .paragraph-37 {
    text-align: left;
  }

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

  .formblock-siniestros {
    margin-top: 32px;
  }

  .image-85 {
    left: 4%;
  }

  .socialmedia-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-29 {
    padding-right: 1rem;
    padding-left: 1rem;
    -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;
  }
}

#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bdd-cd9b4abc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8be5-cd9b4abc {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf3-cd9b4abc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_1acaf191-6a0d-2ff8-dd8a-854aa13e8bf8-cd9b4abc {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b31-6c9b4af0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b39-6c9b4af0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b47-6c9b4af0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7308649-b96a-9eb8-4d05-a3543c592b4c-6c9b4af0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#closeImage.w-node-_2271a358-e63f-b8f2-f294-934ebcfa2220-d29b4af3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closebtn.w-node-_2271a358-e63f-b8f2-f294-934ebcfa2221-d29b4af3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2271a358-e63f-b8f2-f294-934ebcfa2223-d29b4af3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2271a358-e63f-b8f2-f294-934ebcfa2224-d29b4af3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2271a358-e63f-b8f2-f294-934ebcfa222e-d29b4af3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2271a358-e63f-b8f2-f294-934ebcfa222f-d29b4af3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2271a358-e63f-b8f2-f294-934ebcfa2234-d29b4af3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-659b4afb {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-659b4afb {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-659b4afb {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-659b4afb {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d6fd-609b4afe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_2088364f-7b69-6eb7-f81d-7cc2b531d718-609b4afe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_133a87f5-5b53-10d4-bdc9-c6efebeccecb-ac9b4b03 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0c3505a0-8d04-b0c0-5c32-9c48b1e9407a-0f9b4b04 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0c3505a0-8d04-b0c0-5c32-9c48b1e9407c-0f9b4b04 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_56f15147-9f09-e7c4-9aa8-3c2928a57989-559b4b05 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56f15147-9f09-e7c4-9aa8-3c2928a5798b-559b4b05 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f8196-9f9b4b48 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f819e-9f9b4b48 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81ac-9f9b4b48 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a70198a5-0e96-b63d-b2e8-6038845f81b1-9f9b4b48 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac347-449b4ba7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac35d-449b4ba7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_3fd748d7-b5ff-ed5d-9c3b-13823bfac362-449b4ba7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a95-159b4bba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942a9d-159b4bba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942aab-159b4bba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ad36aa75-2d09-a5da-316b-4b6e89942ab0-159b4bba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66931716-26a1-d566-91b1-717423a5b472-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66931716-26a1-d566-91b1-717423a5b473-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_803c5c97-a1b2-d232-1a73-b3caa02d90ce-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_803c5c97-a1b2-d232-1a73-b3caa02d90cf-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_803c5c97-a1b2-d232-1a73-b3caa02d90d6-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_803c5c97-a1b2-d232-1a73-b3caa02d90d7-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_803c5c97-a1b2-d232-1a73-b3caa02d90dc-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closeImage.w-node-cc746063-6345-2a60-bbc1-4415271c0577-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closebtn2.w-node-cc746063-6345-2a60-bbc1-4415271c0578-2a9b4bf7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-cc746063-6345-2a60-bbc1-4415271c057a-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc746063-6345-2a60-bbc1-4415271c057b-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc746063-6345-2a60-bbc1-4415271c0582-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc746063-6345-2a60-bbc1-4415271c0583-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc746063-6345-2a60-bbc1-4415271c0588-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closeImage.w-node-_0de21692-ba54-3c8e-5bd7-537a7c8cb97b-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closebtn3.w-node-_0de21692-ba54-3c8e-5bd7-537a7c8cb97c-2a9b4bf7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0de21692-ba54-3c8e-5bd7-537a7c8cb97e-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de21692-ba54-3c8e-5bd7-537a7c8cb97f-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de21692-ba54-3c8e-5bd7-537a7c8cb988-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de21692-ba54-3c8e-5bd7-537a7c8cb989-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de21692-ba54-3c8e-5bd7-537a7c8cb98e-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closeImage4.w-node-bec1bc3b-bfa1-5bd0-c7b6-d1f8f0601d79-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closebtn4.w-node-bec1bc3b-bfa1-5bd0-c7b6-d1f8f0601d7a-2a9b4bf7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bec1bc3b-bfa1-5bd0-c7b6-d1f8f0601d7c-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec1bc3b-bfa1-5bd0-c7b6-d1f8f0601d7d-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec1bc3b-bfa1-5bd0-c7b6-d1f8f0601d87-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec1bc3b-bfa1-5bd0-c7b6-d1f8f0601d88-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec1bc3b-bfa1-5bd0-c7b6-d1f8f0601d8d-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44584c51-0b6b-7f42-04cf-2ad137faa814-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44584c51-0b6b-7f42-04cf-2ad137faa815-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44584c51-0b6b-7f42-04cf-2ad137faa81c-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44584c51-0b6b-7f42-04cf-2ad137faa81d-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44584c51-0b6b-7f42-04cf-2ad137faa822-2a9b4bf7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f73-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f7b-8b9b4bfa {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_92a2d77a-c46d-8d93-17cb-fc100a8b0f8e-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cb9-8b9b4bfa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_05cbb659-68da-04d5-6daf-1973446e5cce-8b9b4bfa {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c0a-f99b4c00 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c12-f99b4c00 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c20-f99b4c00 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_2b8e9562-33cf-2d14-aa52-aa8addb24c25-f99b4c00 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8c9b4c05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8c9b4c05 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8c9b4c05 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8c9b4c05 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9b9a-e79b4c19 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9ba2-e79b4c19 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb0-e79b4c19 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_53643c94-dffd-1c03-69c8-bbb018ca9bb5-e79b4c19 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5b8-aa9b4c65 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5c0-aa9b4c65 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5ce-aa9b4c65 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_8bfdc2d1-0bd3-251c-df80-ddca9966c5d2-aa9b4c65 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19ed-169b4cb0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b19f5-169b4cb0 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a03-169b4cb0 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-ae665d14-9a88-3deb-a49c-83cda60b1a08-169b4cb0 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_0890c1d3-2c86-da62-71a5-5c134d21f6d5-c59b4cb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f437-c59b4cb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f438-c59b4cb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f439-c59b4cb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f43a-c59b4cb4 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f43d-c59b4cb4 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f440-c59b4cb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f443-c59b4cb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-caf095e0-99ae-bc4b-e6aa-a290efe2f446-c59b4cb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0bfd-8d9b4cba {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c05-8d9b4cba {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c13-8d9b4cba {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e0d30b38-d4ad-66cc-b5a2-b1ad604f0c18-8d9b4cba {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d0c-859b4cbe {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d14-859b4cbe {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d22-859b4cbe {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-b0f21d92-4a71-4eee-1d58-f3556f9b2d27-859b4cbe {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a381c-b89b4cc1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3824-b89b4cc1 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3832-b89b4cc1 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_27b16a3e-1bc9-fed1-fc7a-369c1b5a3837-b89b4cc1 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-0e9b4cc7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-0e9b4cc7 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-0e9b4cc7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-0e9b4cc7 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63148-d39b4cc8 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63150-d39b4cc8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd6315e-d39b4cc8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-d7f210e4-c0c3-642c-ae7d-146bcbd63163-d39b4cc8 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e945aa70-670e-034a-48ca-be247d006937-579b4cce {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e945aa70-670e-034a-48ca-be247d00693f-579b4cce {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e945aa70-670e-034a-48ca-be247d00694d-579b4cce {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e945aa70-670e-034a-48ca-be247d006952-579b4cce {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#closeImage.w-node-_820687d6-0191-cf01-cddd-44c21d0bb8f8-2a9b4cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closebtn.w-node-_820687d6-0191-cf01-cddd-44c21d0bb8f9-2a9b4cd2 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_820687d6-0191-cf01-cddd-44c21d0bb8fb-2a9b4cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_820687d6-0191-cf01-cddd-44c21d0bb8fc-2a9b4cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_820687d6-0191-cf01-cddd-44c21d0bb905-2a9b4cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_820687d6-0191-cf01-cddd-44c21d0bb906-2a9b4cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_820687d6-0191-cf01-cddd-44c21d0bb90b-2a9b4cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b94-e99b4cda {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311b9c-e99b4cda {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baa-e99b4cda {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_6e3593a3-0b89-9f6d-dc50-010183311baf-e99b4cda {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-c044e1e6-1722-6150-4dae-8287bcaf79f7-8f9b4ce0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c044e1e6-1722-6150-4dae-8287bcaf79f8-8f9b4ce0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_29a94110-b5ea-cd4a-50ed-a12539e1b262-b59b4ce1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_29a94110-b5ea-cd4a-50ed-a12539e1b263-b59b4ce1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ed95007-e157-8669-c209-fc9b0f3290fe-b59b4ce1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ed95007-e157-8669-c209-fc9b0f3290ff-b59b4ce1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ed95007-e157-8669-c209-fc9b0f329104-b59b4ce1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closeImage.w-node-ecca379f-acfa-65e5-35b9-5caa3b648be0-0c9b4ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#closebtn.w-node-ecca379f-acfa-65e5-35b9-5caa3b648be1-0c9b4ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ecca379f-acfa-65e5-35b9-5caa3b648be3-0c9b4ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecca379f-acfa-65e5-35b9-5caa3b648be4-0c9b4ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecca379f-acfa-65e5-35b9-5caa3b648beb-0c9b4ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecca379f-acfa-65e5-35b9-5caa3b648bec-0c9b4ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecca379f-acfa-65e5-35b9-5caa3b648bf1-0c9b4ce2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b21f359-810d-383c-9965-f9ebc9150b3b-959b4ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b21f359-810d-383c-9965-f9ebc9150b3c-959b4ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b21f359-810d-383c-9965-f9ebc9150b43-959b4ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b21f359-810d-383c-9965-f9ebc9150b44-959b4ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b21f359-810d-383c-9965-f9ebc9150b49-959b4ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0f31263-b76e-36b3-b90f-8b6728cfac63-d19b4ce5 {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d0f31263-b76e-36b3-b90f-8b6728cfac65-d19b4ce5 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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-d0f31263-b76e-36b3-b90f-8b6728cfad01-d19b4ce5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ad6cc48-7425-793a-dd4d-233e086eaab7-d19b4ce5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ad6cc48-7425-793a-dd4d-233e086eaabd-d19b4ce5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0f31263-b76e-36b3-b90f-8b6728cfac63-ed9b4cf0 {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d0f31263-b76e-36b3-b90f-8b6728cfac65-ed9b4cf0 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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-d0f31263-b76e-36b3-b90f-8b6728cfad01-ed9b4cf0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ad6cc48-7425-793a-dd4d-233e086eaab7-ed9b4cf0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ad6cc48-7425-793a-dd4d-233e086eaabd-ed9b4cf0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ff94-449b4cf3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ff9c-449b4cf3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ffaa-449b4cf3 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_14071aec-1114-6de5-3786-fa534a92ffae-449b4cf3 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05cfa-6a9b4d10 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d02-6a9b4d10 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d10-6a9b4d10 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_021a8b6c-7cdc-2430-0a30-a4c596e05d15-6a9b4d10 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd95-c49b4d12 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cd9d-c49b4d12 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdab-c49b4d12 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-e5bdbfde-8164-862c-258b-ff5f91b6cdb0-c49b4d12 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347515-889b4d13 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034751d-889b4d13 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb034752b-889b4d13 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-a5ec26e8-ff7c-bcf7-2574-04ffb0347530-889b4d13 {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_96879f6b-9473-961a-5b1e-0bce7d38267c-039b4d1f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382684-039b4d1f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_96879f6b-9473-961a-5b1e-0bce7d382697-039b4d1f {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33446-8b5606dd {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.formcontainer>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3344e-8b5606dd {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e3345c-8b5606dd {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
}

.formcontainermodal>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontaineribl>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.formcontainer-jeff>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal1-copy-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.formcontainermodal-2>#w-node-_66bd165f-79e2-0698-3247-7c6869e33461-8b5606dd {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media screen and (max-width: 991px) {
  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac77-d19b4ce5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac77-ed9b4cf0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac63-d19b4ce5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac67-d19b4ce5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac69-d19b4ce5 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac63-ed9b4cf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac67-ed9b4cf0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d0f31263-b76e-36b3-b90f-8b6728cfac69-ed9b4cf0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Surt';
  src: url('../fonts/Surt-Regular.woff2') format('woff2'), url('../fonts/Surt-Regular.eot') format('embedded-opentype'), url('../fonts/Surt-Regular.woff') format('woff'), url('../fonts/Surt-Regular.otf') format('opentype'), url('../fonts/_Surt-Regular.otf') format('opentype'), url('../fonts/Surt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Surt';
  src: url('../fonts/Surt-DemiBold.woff2') format('woff2'), url('../fonts/Surt-DemiBold.eot') format('embedded-opentype'), url('../fonts/Surt-DemiBold.woff') format('woff'), url('../fonts/Surt-DemiBold.otf') format('opentype'), url('../fonts/_Surt-DemiBold.otf') format('opentype'), url('../fonts/Surt-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Surt';
  src: url('../fonts/_Surt-Light.otf') format('opentype'), url('../fonts/Surt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}