:root {
  --2c2f38: #2c2f38;
  --7a4090: #7a4090;
  --ffffff: white;
  --fdda25: #fdda25;
  --a179b1: #a179b1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--2c2f38);
  background-color: #2c2f38;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

a {
  color: var(--7a4090);
  font-size: 16px;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 3px solid var(--2c2f38);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.container {
  width: 100%;
  max-width: 1351px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-gray {
  background-color: #f2f2f2;
}

.hero-home {
  grid-row-gap: 0px;
  background-color: #2c2f39;
  background-image: url('../images/Header_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1100px;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
}

.div-cent-max-768 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.h1-white {
  color: var(--ffffff);
}

.pr-white {
  color: #f2f2f2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.pr-white._w-max-650 {
  text-align: center;
  width: 100%;
  max-width: 650px;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--fdda25);
  height: 50px;
  color: var(--2c2f38);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.h1-yellow {
  color: #fdda25;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}

.button-icon-2 {
  opacity: 0;
  margin-left: -30px;
}

.section-gray {
  grid-row-gap: 80px;
  background-color: #2c2f39;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  overflow: hidden;
}

.section-gray.form-sp {
  padding-left: 20px;
  padding-right: 20px;
}

.div-flex-lft {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.div-flex-lft.mb32 {
  margin-bottom: 32px;
}

.box-dark-purple {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: linear-gradient(160deg, #2c2f3800 66%, #613373);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 270px;
  padding: 32px;
  display: flex;
}

.box-dark-purple.auto-h {
  min-height: auto;
}

.icon-list-check {
  object-fit: cover;
  margin-left: auto;
  overflow: hidden;
}

.tx-80-purple {
  color: #7a4090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.pr-semi-bold {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.box-yellow {
  background-color: #fdda25;
  border: 0 solid #2c2f38;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 270px;
  padding: 32px;
  display: flex;
}

.box-yellow.auto-h {
  min-height: auto;
}

.tx-80-black {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.pr-semi {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.tx-80-yellow {
  color: #fdda25;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.list-check {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-check-item {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 24px;
  display: flex;
}

.icon-badge-check {
  object-fit: cover;
  overflow: hidden;
}

.subheading-one {
  color: #2c2f38;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-8 {
  color: #2c2f38;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
}

.div-flex.lft-top-inert {
  align-items: flex-start;
}

.div-flex.gap-16-grid-m {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-flex.mb40-gridm, .div-flex.mb40-gridrrss {
  margin-bottom: 40px;
}

.div-flex.mb32 {
  margin-bottom: 32px;
}

.div-flex.al-cent {
  justify-content: flex-start;
  align-items: center;
}

.div-flex.al-undr {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.div-item._50 {
  width: 100%;
  max-width: 50%;
}

.div-item.pos-fix {
  position: sticky;
  top: 15%;
  bottom: 0%;
}

.h2-40 {
  font-size: 40px;
  font-weight: 500;
}

.h2-40.al-cent {
  text-align: center;
}

.h2-40.wmx-50 {
  width: 100%;
  max-width: 50%;
}

.card-purpple {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e4d8e8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 48px 48px 32px;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  color: #2c2f38;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.text-9 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-noback {
  grid-column-gap: 8px;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  display: flex;
}

.button-noback:hover {
  transform: scale(1.1);
}

.icon-right-arrow-circle {
  object-fit: cover;
  overflow: hidden;
}

.card-yellow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fef7d3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 48px 48px 32px;
  display: flex;
  overflow: hidden;
}

.h2-40-white {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.h2-40-white.mb0 {
  margin-bottom: 0;
}

.text-white {
  color: #fff;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-white.no-mb {
  margin-bottom: 0;
}

.text-white._w-norm {
  font-weight: 400;
}

.card-purple-grad {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: linear-gradient(155.77deg, #2c2f3800, #613373);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.icon-analyse {
  object-fit: cover;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  overflow: hidden;
}

.title-24-yellow {
  color: #fdda25;
  letter-spacing: -.01em;
  width: 100%;
  min-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.button-style-3 {
  color: #a179b1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.h2.mb0 {
  margin-bottom: 0;
}

.banner-waves-2 {
  grid-column-gap: 60px;
  background-color: #f2f2f2;
  background-image: url('../images/Section-Title.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 460px;
  padding: 48px;
  display: flex;
}

.banner-waves-2.mb32 {
  margin-bottom: 32px;
}

.div-flex-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.div-flex-item.al-cent {
  justify-content: center;
  align-items: flex-start;
}

.pr-18-180 {
  font-size: 18px;
  line-height: 180%;
}

.column {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 0 solid #2c2f38;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quote {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.blogs-autor {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.avatar-image {
  object-fit: cover;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.slider-arrow {
  grid-column-gap: 8px;
  width: 48px;
  height: 48px;
  color: var(--7a4090);
  border: 1px solid #7a4090;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  inset: auto 64px 0% auto;
}

.team {
  grid-row-gap: 40px;
  background-color: #23252c;
  background-image: linear-gradient(134.6deg, #2c2f3800 60%, #61337366);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  overflow: hidden;
}

.team.hide {
  display: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.card {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 304px;
  height: 397px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 304px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.content-style-11 {
  grid-row-gap: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 224px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.content-style-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.title-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 256px;
  text-decoration: none;
  display: flex;
}

.name {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.job-title {
  color: #fdda25;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.social-icons {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-linkedin {
  object-fit: cover;
  overflow: hidden;
}

.h3-24-cent {
  color: #2c2f38;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.div-clientes {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.placeholder-logo {
  object-fit: cover;
  overflow: hidden;
}

.text-24 {
  color: #2c2f38;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: url('../images/Container.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1311px;
  height: auto;
  padding: 48px;
  display: flex;
}

.form-container.mb40 {
  margin-bottom: 40px;
}

.content-style-22 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 186px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--ffffff);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.icon-phone {
  object-fit: cover;
  overflow: hidden;
}

.div-link {
  grid-column-gap: 16px;
  width: 100%;
  max-width: 350px;
  color: var(--ffffff);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 0px;
  background-color: #2c2f38;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
}

.footer-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 41px;
  display: flex;
}

.footer-newsletter {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.cropped-abanum_logotipo_horizontal_condescriptivo_blanco-e1702485011173-1-1 {
  object-fit: cover;
}

.footer-links-txt {
  width: 100%;
  color: var(--fdda25);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.footer-links-txt:hover {
  color: var(--fdda25);
  text-decoration: underline;
}

.footer-links-txt.w--current {
  color: var(--a179b1);
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 770px;
  display: flex;
}

.footer-date {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar {
  grid-row-gap: 8px;
  background-color: #2c2f38;
  border: 0 solid #6b6d7333;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  position: fixed;
  inset: 0% 0% auto;
}

.button-phone {
  grid-column-gap: 8px;
  height: 36px;
  color: var(--ffffff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.button-phone:hover {
  color: var(--fdda25);
}

.text-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.link-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.link-text:hover, .link-text.w--current {
  color: var(--fdda25);
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1351px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.brand {
  margin-right: auto;
}

.button-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--fdda25);
  width: 156px;
  height: 36px;
  color: var(--2c2f38);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-nav:hover {
  background-color: var(--7a4090);
  color: var(--ffffff);
}

.footer-line {
  background-color: var(--fdda25);
  width: 100%;
  height: .5px;
  margin-bottom: 32px;
}

.div-block-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links-txt-sub {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-links-txt-sub:hover {
  color: var(--fdda25);
}

.slider {
  background-color: #fff0;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding-bottom: 80px;
}

.slider.hide {
  display: none;
}

.mask {
  width: 100%;
}

.right-arrow {
  width: 48px;
  height: 48px;
  color: var(--7a4090);
  border: 1px solid #7a4090;
  border-radius: 100%;
  font-size: 18px;
  inset: auto 0% 0% auto;
}

.slide-nav-dots-purpple {
  inset: auto auto 0% 0%;
}

.slide {
  width: 100%;
  max-width: 33.3333%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.h2-white {
  color: var(--ffffff);
}

.txt-white {
  color: var(--ffffff);
  margin-bottom: 32px;
  line-height: 180%;
}

.left-arrow-2 {
  border: 1px solid var(--fdda25);
  width: 48px;
  height: 48px;
  color: var(--fdda25);
  border-radius: 100%;
  font-size: 18px;
  inset: auto 64px 0% auto;
}

.right-arrow-2 {
  border: 1px solid var(--fdda25);
  width: 48px;
  height: 48px;
  color: var(--fdda25);
  border-radius: 100%;
  font-size: 18px;
  inset: auto 0% 0% auto;
}

.slide-nav-dots-yellow {
  inset: auto auto 0% 0%;
}

.slide-25 {
  width: 100%;
  max-width: 25%;
  padding: 8px;
}

.code-embed {
  width: 100%;
  max-width: 50%;
}

.faq-qt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  border-bottom: 1px solid #6b6d7333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-qt-ans {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80%;
  text-decoration: none;
  display: none;
}

.faq-qt-ans._w-full {
  opacity: 0;
  max-width: 100%;
  display: none;
}

.faq-qt-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-qt-txt {
  color: #2b3135;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.faq-qt-title {
  color: #2c2f38;
  flex-flow: wrap;
  width: 100%;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.place-img {
  width: 100%;
  max-width: 50%;
}

.hero-analisis {
  grid-row-gap: 20px;
  background-color: #2c2f39;
  background-image: url('../images/Header_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding-top: 180px;
  padding-bottom: 64px;
  text-decoration: none;
}

.h3-yellow {
  width: 100%;
  color: var(--fdda25);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.icon-box-left {
  object-fit: cover;
  overflow: hidden;
}

.h3-24-purpple {
  width: 100%;
  color: var(--a179b1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.h3-24-yellow {
  width: 100%;
  color: var(--fdda25);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

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

.buttoniconhelp-circle {
  object-fit: cover;
  overflow: hidden;
}

.heading-5 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.hero-nosotros {
  grid-row-gap: 20px;
  background-color: #2d2f3a;
  background-image: url('../images/Header_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 700px;
  padding-top: 220px;
  padding-bottom: 70px;
  text-decoration: none;
}

.card-full-grad-pur {
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: linear-gradient(126.95deg, #2c2f3800 60%, #61337380);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 272px;
  padding: 32px;
  display: flex;
}

.text-34 {
  color: #fdda25;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-35 {
  color: #fff;
  width: 100%;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.icon-line-chart-down {
  object-fit: cover;
  margin-left: auto;
  overflow: hidden;
}

.text-36 {
  color: #7a4090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-37 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.card-full-yellow {
  background-color: #fdda25;
  border: 0 solid #2c2f38;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 272px;
  padding: 32px;
  display: flex;
}

.text-38 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-39 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-40 {
  color: #fdda25;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-41 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.tx-80-purple-lgt {
  color: #a179b1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.hero-gray {
  grid-row-gap: 80px;
  background-color: #2c2f39;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 130px 20px 60px;
  text-decoration: none;
  overflow: hidden;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.icon-chevron-down-circle {
  object-fit: cover;
  overflow: hidden;
}

.text-46 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.container-3 {
  grid-column-gap: 60px;
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: linear-gradient(112.07deg, #2c2f3800 0%, #613373 100%);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 48px;
  display: flex;
}

.content-style-40 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 494px;
  height: 300px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 153px;
  text-decoration: none;
  display: flex;
}

.hero-blog {
  background-color: #f2f2f2;
  padding-top: 180px;
  padding-bottom: 70px;
}

.div-flex-max768 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-flex-max768.mb32 {
  margin-bottom: 32px;
}

.h1-black {
  color: #2c2f38;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

._404 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #23252c;
  background-image: linear-gradient(143.11deg, #2c2f3800, #613373);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  grid-column-gap: 24px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 222px;
  height: 70px;
  text-decoration: none;
  display: flex;
}

._404-error-img-2 {
  object-fit: cover;
  overflow: hidden;
}

.medium-length-hero-headline-goes-here {
  text-align: center;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-2 {
  color: #f2f2f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-0 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-1 {
  color: #fdda25;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
}

.medium-length-hero-headline-goes-here-2 {
  color: #fdda25;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.content-style-48 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.typ-icono {
  object-fit: cover;
  overflow: hidden;
}

.medium-length-hero-headline-goes-here-3 {
  color: #fdda25;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-3 {
  color: #f2f2f2;
  font-size: 18px;
  line-height: NaNundefined;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-4 {
  color: #f2f2f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.banner-dark {
  grid-column-gap: 60px;
  border: 1px undefined var(--fdda25);
  background-color: #23252c;
  background-image: linear-gradient(121deg, #2c2f3800 61%, #6133738c);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 48px;
  display: flex;
}

.card-nform {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.job-title-2 {
  color: #fdda25;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-53 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.code-embed-2 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  max-width: 680px;
  height: 300px;
  overflow: hidden;
}

.container-404 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1351px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fotter-rrss {
  width: 22px;
  height: 22px;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 22px;
  height: 22px;
}

.lp-banner-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: url('../images/Container.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 562px;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  grid-column-gap: 24px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.stat {
  grid-row-gap: 35px;
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: linear-gradient(153.65deg, #2c2f3800 0%, #613373 100%);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 472px;
  padding: 32px;
  display: flex;
}

.rectangle-4 {
  object-fit: cover;
}

.heading-11 {
  color: #fdda25;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-14 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-purpple-grad {
  border: 1px undefined undefined;
  background-color: #23252c;
  background-image: linear-gradient(133.31deg, #2c2f3800 0%, #613373 100%);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding: 32px;
  display: flex;
}

.text-54 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.card-yellow-bt {
  background-color: #fdda25;
  border: 0 solid #2c2f38;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding: 32px;
  display: flex;
}

.text-55 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.text-56 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.section-purrple-grad {
  grid-row-gap: 0px;
  background-color: #23252c;
  background-image: linear-gradient(140.29deg, #2c2f3800, #613373);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  overflow: hidden;
}

.h2-white-center {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.video {
  grid-row-gap: 10px;
  background-color: #2c2f38;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 576px;
  margin-bottom: 32px;
  padding-top: 76px;
  padding-bottom: 76px;
  display: flex;
}

.icon-play-circle {
  object-fit: cover;
  overflow: hidden;
}

.text-57 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.list {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-x-circle {
  object-fit: cover;
  overflow: hidden;
}

.subheading-one-4 {
  color: #2c2f38;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-58 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.text-1 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.content-style-56 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.txt-18 {
  color: #2c2f38;
  font-size: 18px;
  line-height: NaNundefined;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.txt-18.mb32 {
  margin-bottom: 32px;
}

.column-15 {
  grid-row-gap: 14px;
  background-color: #e4d8e8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  object-fit: cover;
}

.heading-15 {
  color: #2c2f38;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-16 {
  grid-row-gap: 14px;
  background-color: #f2f2f2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.column-17 {
  grid-row-gap: 14px;
  background-color: #fefbe9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-61 {
  color: #2c2f38;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.text-0 {
  color: #2c2f38;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.text-62 {
  color: #2c2f38;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-63 {
  color: #2c2f38;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.section-light-gray {
  grid-row-gap: 40px;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  overflow: hidden;
}

.text-64 {
  color: #2c2f38;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.column-18 {
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.content-style-59 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-title {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title-style-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-17 {
  color: #2c2f38;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.comun {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80.0022px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.content-style-60 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 216px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.list-item-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 33.6px;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.column-19 {
  grid-row-gap: 24px;
  background-color: #e4d8e8;
  border: 0 solid #2c2f38;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 384px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.sifyn {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 73.1367px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.content-style-61 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item-3 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.text-66 {
  color: #2c2f38;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.text-67 {
  color: #2c2f38;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.icon-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-68 {
  color: #fdda25;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.icon-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.content-style-65 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-69 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-70 {
  color: #7a4090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.heading-19 {
  color: #2c2f38;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-71 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.text-72 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.text-73 {
  color: #2c2f38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.content-style-67 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  height: 420px;
  text-decoration: none;
  display: flex;
}

.logo-4 {
  grid-column-gap: 24px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.datos {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-74 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-75 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

._2025-banum-todos-los-derechos-reservados-0 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

._2025-banum-todos-los-derechos-reservados-1 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.form-embed-50 {
  width: 100%;
  max-width: 50%;
}

.h1-white-48 {
  color: var(--ffffff);
  font-size: 48px;
}

.paragraph-18-white {
  color: var(--ffffff);
  font-size: 18px;
}

.icon-rgt {
  margin-left: auto;
}

.div-flex-img {
  width: 100%;
  max-width: 50%;
}

.paragraph-18 {
  font-size: 18px;
}

.div {
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.h2-40-cent {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.txt-bold {
  font-weight: 600;
}

.paragraph-18-180p {
  font-size: 18px;
  line-height: 180%;
}

.pr-600 {
  color: #f2f2f2;
  width: 100%;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.div-flex-center-al-down {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pr-yellow {
  width: 100%;
  max-width: 550px;
  color: var(--fdda25);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
}

.pr-white24 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs, .form-full {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--fdda25);
  border-radius: 30px;
  width: auto;
  padding: 6px 16px;
  font-size: 14px;
}

.tab-link-tab-2.w--current {
  background-color: var(--7a4090);
  color: var(--ffffff);
}

.content-style {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.placeholder-logo-2 {
  overflow: hidden;
}

.placeholder-logo-3 {
  object-fit: cover;
  overflow: hidden;
}

.image-6, .lightbox-link {
  width: 100%;
}

.code-embed-3 {
  margin-bottom: 32px;
}

.whatbtm {
  z-index: 99;
  width: 55px;
  height: 55px;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatbtm:hover {
  transform: translate(0);
}

.whatbtm-web {
  display: flex;
}

.whatbtm-movil {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-home {
    background-position: 50% 0;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-flex-lft {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .box-dark-purple {
    min-height: auto;
  }

  .list-check {
    height: auto;
  }

  .list-check-item {
    height: auto;
    padding-right: 0;
  }

  .div-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .div-flex.invert {
    flex-flow: column-reverse;
  }

  .div-flex.al-le {
    flex-flow: row;
  }

  .div-flex.lft-top-inert {
    flex-flow: column-reverse;
  }

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

  .div-flex.mb40-gridm {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .div-item {
    width: 100%;
    max-width: 100%;
  }

  .card-purpple, .card-yellow {
    padding: 32px;
  }

  .card-purple-grad {
    max-width: 48%;
  }

  .banner-waves-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    min-height: auto;
    padding: 32px;
  }

  .div-flex-item {
    max-width: 100%;
  }

  .card {
    height: auto;
    min-height: 400px;
  }

  .form-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    max-width: none;
    padding: 32px;
  }

  .content-style-22 {
    height: auto;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
    margin-bottom: 32px;
  }

  .footer-newsletter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
    height: auto;
  }

  .footer-links {
    grid-row-gap: 32px;
    height: auto;
  }

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

  .link-text {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    background-color: var(--2c2f38);
    min-height: 95vh;
    max-height: 90vh;
    padding-bottom: 60px;
    padding-left: 32px;
    padding-right: 32px;
    position: absolute;
    overflow: auto;
  }

  .button-nav {
    margin-top: 12px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    color: var(--ffffff);
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 28px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--fdda25);
    color: var(--2c2f38);
  }

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

  .slide {
    max-width: 50%;
  }

  .slide-25 {
    max-width: 33.3%;
  }

  .code-embed {
    max-width: 100%;
  }

  .faq-qt-top {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .place-img {
    width: 50%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-nosotros {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: auto;
    padding-top: 180px;
    display: flex;
  }

  .hero-gray {
    padding-top: 110px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 20px;
  }

  .content-style-40 {
    max-width: 50%;
  }

  .hero-blog {
    padding-top: 120px;
  }

  .banner-dark {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    padding: 32px;
  }

  .card-nform {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .code-embed-2 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2, h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .hero-home {
    min-height: auto;
    padding-top: 110px;
  }

  .div-cent-max-768 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h1-white, .h1-yellow {
    font-size: 38px;
  }

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

  .div-flex.gap-16-grid-m {
    display: flex;
  }

  .div-flex.al-cent {
    flex-flow: column;
  }

  .div-item._50, .card-purple-grad {
    max-width: 100%;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: 400px;
  }

  .footer-date {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slide-25 {
    max-width: 50%;
  }

  .img-banner {
    height: auto;
  }

  .hero-analisis {
    background-position: 100% 30%;
    background-size: 80%;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .card-full-grad-pur {
    height: 100%;
  }

  .banner-dark {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    padding: 22px;
  }

  .lp-banner-hero {
    flex-flow: column;
  }

  .lp-banner-hero.invert-w {
    flex-flow: column-reverse;
  }

  .list-item-3, .content-style-67 {
    height: auto;
  }

  .h1-white-48 {
    font-size: 38px;
  }

  .div-flex-img {
    max-width: 100%;
    height: auto;
  }

  .whatbtm-web, .whatbtm-movil {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-home {
    background-position: 50% 5%;
    background-size: 65%;
    justify-content: flex-end;
    align-items: center;
    min-height: 92vh;
  }

  .div-cent-max-768 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .pr-white._w-max-650 {
    text-align: left;
  }

  .button {
    width: 100%;
  }

  .section-gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-flex-lft {
    display: flex;
  }

  .box-dark-purple {
    min-height: auto;
    padding: 22px;
  }

  .icon-list-check {
    width: 28px;
    height: 28px;
  }

  .tx-80-purple {
    font-size: 60px;
  }

  .box-yellow {
    min-height: auto;
    padding: 22px;
  }

  .tx-80-black, .tx-80-yellow {
    font-size: 60px;
  }

  .list-check {
    flex-flow: column;
  }

  .div-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .div-flex.al-le {
    flex-flow: column;
  }

  .div-flex.gap-16-grid-m, .div-flex.mb40-gridm {
    display: flex;
  }

  .div-flex.mb40-gridrrss {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-item {
    max-width: 100%;
  }

  .h2-40 {
    font-size: 30px;
  }

  .card-purpple, .card-yellow {
    padding: 22px;
  }

  .text-white {
    margin-bottom: 0;
  }

  .card-purple-grad {
    max-width: 100%;
    padding: 22px;
  }

  .icon-analyse {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
  }

  .title-24-yellow {
    min-height: auto;
  }

  .banner-waves-2 {
    flex-flow: column;
    padding: 22px;
  }

  .div-flex-item {
    max-width: 100%;
  }

  .column {
    min-height: auto;
    padding: 22px;
  }

  .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding: 22px;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer-date {
    flex-flow: column-reverse;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider {
    margin-top: 16px;
  }

  .slide {
    max-width: 100%;
  }

  .txt-white {
    margin-bottom: 16px;
  }

  .slide-25 {
    max-width: 100%;
  }

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

  .faq-qt-top {
    flex-flow: row;
  }

  .faq-qt-title {
    font-size: 20px;
  }

  .place-img {
    width: 100%;
    max-width: 100%;
  }

  .hero-analisis {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 100% 10%;
    background-size: 150%;
    justify-content: flex-end;
    align-items: center;
    min-height: 85vh;
    display: flex;
  }

  .h3-yellow, .h3-24-purpple, .h3-24-yellow {
    font-size: 28px;
  }

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

  .hero-nosotros {
    background-position: 100% 15%;
    background-size: 180%;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 90vh;
  }

  .container-3 {
    flex-flow: column;
    height: auto;
    padding: 0;
  }

  .content-style-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
    height: auto;
    padding: 22px;
  }

  .frame-2 {
    height: auto;
  }

  .hero-blog {
    padding-bottom: 40px;
  }

  ._404 {
    justify-content: flex-start;
    align-items: center;
    min-height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }

  .medium-length-hero-headline-goes-here {
    text-align: left;
    font-size: 30px;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-2 {
    text-align: left;
  }

  .medium-length-hero-headline-goes-here-0, .medium-length-hero-headline-goes-here-1, .medium-length-hero-headline-goes-here-2 {
    font-size: 30px;
  }

  .content-style-48 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .medium-length-hero-headline-goes-here-3 {
    font-size: 38px;
  }

  .banner-dark {
    flex-flow: column;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .code-embed-2 {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .container-404 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .h2-40-cent {
    font-size: 30px;
  }

  .whatbtm {
    bottom: 15px;
    right: 15px;
  }
}

#w-node-_102f55b1-a4da-ef0d-eefa-7aca807221c2-1a0aa9ba, #w-node-_52241572-7a39-2e4c-5ce8-79f1d47cc528-170dc478 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_26dacc6f-dae7-938e-3a9b-991592c8b8cd-1a0aa9ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_102f55b1-a4da-ef0d-eefa-7aca807221c2-1a0aa9ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e97b5b7-6ef0-d547-91e4-a10b9654e044-1a0aa9ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_102f55b1-a4da-ef0d-eefa-7aca807221c2-1a0aa9ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52241572-7a39-2e4c-5ce8-79f1d47cc528-170dc478 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4dcdc437-71f6-e346-d3d3-9f93fae911f8-06ef47aa {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


