@font-face {
  font-family: Perfectlynineties;
  src: url('../fonts/PerfectlyNineties-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --fg--text--secondary: var(--colors--gray--700);
  --fg--text--primary: var(--colors--gray--900);
  --border--primary: #d4d4d8;
  --radius--button--radius-md: var(--sizes--3);
  --button--purple--bg: var(--colors--purple--500);
  --button--purple--bg-hover: var(--colors--purple--600);
  --button--primary--bg: var(--colors--gray--900);
  --button--purple--fg: var(--colors--gray--0);
  --button--primary--bg-hover: var(--colors--gray--800);
  --button--purple--fg-hover: var(--colors--gray--0);
  --button--gray--bg: var(--colors--gray--100);
  --button--gray--fg: var(--colors--gray--900);
  --button--gray--bg-hover: var(--colors--gray--200);
  --button--gray--fg-hover: var(--colors--gray--900);
  --button--red--bg: var(--colors--pink--500);
  --button--red--fg: var(--colors--gray--0);
  --button--red--bg-hover: var(--colors--pink--600);
  --button--red--fg-hover: var(--colors--gray--0);
  --button--primary--fg: var(--colors--gray--0);
  --button--primary--fg-hover: var(--colors--gray--0);
  --c: var(--colors--gray--0);
  --button--outline--fg: var(--colors--gray--900);
  --button--outline--bg-hover: var(--colors--gray--50);
  --button--outline--fg-hover: var(--colors--gray--900);
  --fg--text--white: var(--colors--gray--0);
  --background--secondary: var(--colors--gray--50);
  --radius--card--radius-full: 10000000px;
  --background--primary: var(--colors--gray--0);
  --radius--card--radius-sm: var(--sizes--2);
  --icon--sm: var(--sizes--4);
  --fg--icon--secondary: var(--colors--gray--600);
  --fg--icon--primary: var(--colors--gray--900);
  --fg--icon--white: var(--colors--gray--0);
  --colors--gray--300: #ababba;
  --sizes--2: 8px;
  --radius--card--radius-md: var(--sizes--4);
  --colors--red--300: #fca5a5;
  --radius--card--radius-lg: var(--sizes--8);
  --fg--text--accent: var(--colors--blue--500);
  --colors--purple--500: #8249ff;
  --colors--pink--500: #fa425a;
  --colors--red--500: #ef4444;
  --radius--button--radius-sm: var(--sizes--2);
  --white: white;
  --black: black;
  --border--footer-border: #d4d4d8;
  --colors--blue--950: #172554;
  --colors--blue--900: #1e3a8a;
  --colors--blue--800: #1e40af;
  --colors--blue--700: #1d4ed8;
  --colors--blue--600: #2563eb;
  --colors--blue--500: #3b82f6;
  --colors--blue--400: #60a5fa;
  --colors--blue--300: #93c5fd;
  --colors--blue--200: #bfdbfe;
  --colors--blue--100: #dbeafe;
  --colors--blue--50: #eff6ff;
  --colors--gray--950: #08090d;
  --colors--gray--900: #171a26;
  --colors--gray--800: #262b40;
  --colors--gray--700: #414658;
  --colors--gray--600: #575d75;
  --colors--gray--500: #787887;
  --colors--gray--400: #8f8fa3;
  --colors--gray--200: #c9c9cf;
  --colors--gray--100: #e4e4e7;
  --colors--gray--50: whitesmoke;
  --colors--gray--0: white;
  --colors--pink--600: #d9263e;
  --colors--pink--50: #feebee;
  --colors--purple--600: #7333ff;
  --colors--red--950: #450a0a;
  --colors--red--900: #7f1d1d;
  --colors--red--800: #991b1b;
  --colors--red--700: #b91c1c;
  --colors--red--600: #dc2626;
  --colors--red--400: #f87171;
  --colors--red--200: #fecaca;
  --colors--red--100: #fee2e2;
  --colors--red--50: #fef2f2;
  --fg--icon--accent: var(--colors--blue--500);
  --fg--icon--placeholder: var(--colors--gray--500);
  --fg--text--placeholder: var(--colors--gray--500);
  --radius--button--radius-none: var(--sizes--0);
  --radius--button--radius-lg: var(--sizes--4);
  --radius--button--radius-full: 10000000px;
  --radius--card--radius-none: var(--sizes--0);
  --sizes--0-5: 2px;
  --sizes--1: 4px;
  --sizes--3: 12px;
  --sizes--4: 16px;
  --sizes--5: 20px;
  --sizes--6: 24px;
  --sizes--8: 32px;
  --sizes--12: 48px;
  --sizes--16: 64px;
  --sizes--20: 80px;
  --sizes--24: 96px;
  --sizes--32: 128px;
  --sizes--40: 160px;
  --sizes--48: 192px;
  --sizes--10: 40px;
  --sizes--0: 0px;
  --sizes--56: 224px;
  --sizes--64: 256px;
  --sizes--80: 320px;
  --sizes--96: 384px;
  --sizes--120: 480px;
  --sizes--140: 560px;
  --sizes--160: 640px;
  --sizes--192: 768px;
  --sizes--256: 1024px;
  --sizes--320: 1280px;
  --sizes--360: 1440px;
  --sizes--400: 1600px;
  --sizes--480: 1920px;
  --spacing--container--max-width-desktop: var(--sizes--320);
  --spacing--padding--container-padding-desktop: var(--spacings--spacing-4xl);
  --spacing--padding--top-bottom: var(--spacings--spacing-7xl);
  --spacing--padding--top-bottom-footer: var(--spacings--spacing-7xl);
  --spacings--spacing-none: var(--sizes--0-5);
  --spacings--spacing-xxs: var(--sizes--0-5);
  --spacings--spacing-xs: var(--sizes--1);
  --spacings--spacing-sm: 6px;
  --spacings--spacing-md: var(--sizes--2);
  --spacings--spacing-lg: var(--sizes--3);
  --spacings--spacing-xl: var(--sizes--4);
  --spacings--spacing-2xl: var(--sizes--5);
  --spacings--spacing-3xl: var(--sizes--6);
  --spacings--spacing-4xl: var(--sizes--8);
  --spacings--spacing-5xl: var(--sizes--10);
  --spacings--spacing-6xl: var(--sizes--12);
  --spacings--spacing-7xl: var(--sizes--16);
  --spacings--spacing-8xl: var(--sizes--20);
  --spacings--spacing-9xl: var(--sizes--24);
  --spacings--spacing-10xl: var(--sizes--32);
  --spacings--spacing-11xl: var(--sizes--40);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

body {
  color: var(--fg--text--secondary);
  letter-spacing: -.2px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

h1 {
  color: var(--fg--text--primary);
  margin: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  color: var(--fg--text--primary);
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  color: var(--fg--text--primary);
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

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

p {
  color: var(--fg--text--secondary);
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 150%;
}

a {
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 1rem;
  font-size: 1rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  transition-property: none;
  display: inline-block;
}

strong {
  color: var(--fg--text--primary);
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--border--primary);
  color: var(--fg--text--secondary);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .75rem;
  font-size: 1rem;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

.styleguide-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.button-text.content-white {
  color: #fff;
}

.styleguide-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.styleguide-row-tittle {
  color: #000;
  font-size: 1rem;
}

.template-info-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-link {
  color: #18181b;
  cursor: pointer;
  font-size: .875rem;
  line-height: 150%;
  text-decoration: underline;
}

.footer-link.content-secondary {
  color: var(--fg--text--secondary);
}

.section-padding {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-padding.hero {
  padding-top: 11rem;
  padding-bottom: 7rem;
}

.section-padding.remove-paddings {
  padding: 0;
}

.section-padding.remove-padding {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section-padding.remove-top-padding {
  padding-top: 0;
}

.section-padding.blog-section {
  padding-top: 5rem;
}

.section-padding.blog-section.banner {
  padding-top: 10rem;
}

.section-padding.hero-padding {
  padding-top: 12rem;
}

.section-padding.legal {
  padding-top: 8rem;
}

.template-info-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 150%;
}

.styleguide-colors-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-row-banner {
  color: #63626a;
  background-color: #f5f4f5;
  border-bottom: .0625rem solid #d5d5d8;
  width: 100%;
  font-size: 1rem;
  line-height: 200%;
}

.button {
  grid-column-gap: .25rem;
  border-radius: var(--radius--button--radius-md);
  color: #18181b;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 2.375rem;
  margin: 0;
  padding: 0 .75rem;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:active {
  transform: scale(.96);
}

.button.purple {
  background-color: var(--button--purple--bg);
  color: #fff;
  text-align: center;
  line-height: 150%;
}

.button.purple:hover {
  background-color: var(--button--purple--bg-hover);
}

.button.primary {
  background-color: var(--button--primary--bg);
  color: var(--button--purple--fg);
  -webkit-text-stroke-color: #fff0;
  border: .0625rem solid #d5d6d7;
}

.button.gray {
  background-color: var(--button--gray--bg);
  color: var(--button--gray--fg);
}

.button.gray:hover {
  background-color: var(--button--gray--bg-hover);
  color: var(--button--gray--fg-hover);
}

.button.purple {
  background-color: var(--button--purple--bg);
  color: var(--button--purple--fg);
}

.button.purple:hover {
  background-color: var(--button--purple--bg-hover);
  color: var(--button--purple--fg-hover);
}

.button.red {
  background-color: var(--button--red--bg);
  height: auto;
  color: var(--button--red--fg);
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  top: auto;
  bottom: auto;
}

.button.red:hover {
  background-color: var(--button--red--bg-hover);
  color: var(--button--red--fg-hover);
}

.button.primary {
  background-color: var(--button--primary--bg);
  color: var(--button--primary--fg);
}

.button.primary:hover {
  background-color: var(--button--primary--bg-hover);
  color: var(--button--primary--fg-hover);
}

.button.outline {
  border: .0625rem solid var(--border--primary);
  background-color: var(--c);
  height: auto;
  color: var(--button--outline--fg);
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  line-height: 100%;
}

.button.outline:hover {
  background-color: var(--button--outline--bg-hover);
  color: var(--button--outline--fg-hover);
}

.button.outline.shares-button {
  width: 2.3785rem;
  padding: 0;
}

.button.extension {
  border: .0625rem solid var(--border--primary);
  background-color: var(--c);
  color: var(--button--outline--fg);
}

.button.extension:hover {
  background-color: var(--button--outline--bg-hover);
  color: var(--button--outline--fg-hover);
}

.button.green {
  pointer-events: auto;
  background-color: #22c55e;
}

.styleguide-typography-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-4xl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

.text-4xl.bold {
  font-weight: 600;
}

.text-4xl.bold.text-align-center {
  text-align: center;
}

.text-4xl.bold.content-white {
  color: var(--fg--text--white);
}

.text-4xl.bold.content-primary {
  color: var(--fg--text--primary);
}

.container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.blog, .container.privacy-policy {
  max-width: 50rem;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.global-css {
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-5xl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 110%;
}

.text-5xl.bold {
  letter-spacing: -.5px;
  font-weight: 600;
}

.text-5xl.bold.content-primary, .text-5xl.content-primary {
  color: var(--fg--text--primary);
}

.text-5xl.type-change {
  font-family: Perfectlynineties, sans-serif;
}

.text-5xl.type-change.content-white {
  color: var(--fg--text--white);
}

.styleguide-typography-headings-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.styleguide-text-sticky {
  position: sticky;
  top: .5rem;
}

.body-text {
  letter-spacing: -.01875rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

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

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

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

.styleguide-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.styleguide-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.styleguide-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
}

.styleguide-color-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 9rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 120%;
  display: flex;
}

.styleguide-color-item.red {
  background-color: #ef4444;
}

.styleguide-color-item.red.white-text {
  color: #fff;
}

.styleguide-color-item.is--accent {
  background-color: #4f46e5;
}

.styleguide-color-item.is--accent.white-text {
  color: #fff;
}

.styleguide-left {
  position: relative;
}

.template-info-hero-section {
  background-color: #f4f4f5;
}

.text-xl {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.text-xl.bold {
  font-weight: 600;
}

.text-xl.bold.content-primary {
  color: var(--fg--text--primary);
}

.text-xl.content-secondary {
  color: var(--fg--text--secondary);
}

.text-base {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.text-base.bold {
  font-weight: 600;
}

.text-base.bold.content-primary {
  color: var(--fg--text--primary);
}

.text-base.content-secondary.hide {
  display: none;
}

.text-base.content-secondary.no-wrap {
  white-space: nowrap;
}

.text-base.content-white {
  color: var(--fg--text--white);
  text-align: left;
}

.text-base.content-white.text-align-center-tablet {
  text-align: left;
}

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

.text-base.text-align-center.no-wrap {
  white-space: nowrap;
}

.text-base.content-primary {
  color: var(--fg--text--primary);
}

.text-base.is--orange {
  color: #ea580c;
}

.text-base.content-secondary {
  color: #575d75;
}

.text-base.is--green {
  color: #166534;
}

.text-sm {
  letter-spacing: -.03125rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
}

.text-sm.medium {
  font-weight: 600;
}

.text-sm.content-secondary {
  color: var(--fg--text--secondary);
}

.text-sm.content-secondary.link {
  text-decoration: underline;
  transition: all .25s;
}

.text-sm.content-secondary.link:hover {
  opacity: .69;
}

.text-lg {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.text-lg.bold {
  font-weight: 600;
}

.text-lg.bold.content-primary.link-blog {
  transition: all .25s;
}

.text-lg.bold.content-primary.link-blog:hover {
  text-decoration: underline;
}

.text-lg.content-primary {
  color: var(--fg--text--primary);
}

.navbar {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-content-wrapper.text-align-center {
  text-align: center;
}

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  display: flex;
}

.navbar-button-wrapper.hide {
  display: flex;
}

.navbar-button-wrapper-tablet {
  grid-column-gap: .5rem;
  display: none;
}

.hero-section {
  z-index: 2;
  background-color: var(--background--secondary);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-button {
  border-radius: var(--radius--card--radius-full);
  color: #18181b;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-button:hover {
  background-color: var(--background--primary);
}

.navbar-button:active {
  transform: scale(.96);
}

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

.icon-solid.text-sm {
  width: var(--icon--sm);
  min-width: var(--icon--sm);
}

.icon-solid.text-sm.content-secondary {
  color: var(--fg--icon--secondary);
}

.icon-solid.icon-size-md {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-solid.icon-size-md.content-white {
  color: #fff;
}

.icon-solid.stars-icon {
  color: #fb923c;
}

.icon-solid.content-secondary {
  color: var(--fg--icon--secondary);
}

.icon-solid.content-secondary._20px {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.icon-solid.verified {
  color: #2d9aff;
}

.icon-solid.icon-size-lg {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}

.icon-solid.content-primary {
  color: var(--fg--icon--primary);
}

.icon-solid._24px-size {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5px;
  min-height: 1.5rem;
}

.icon-solid._24px-size.is-green {
  color: #166534;
  width: 1rem;
}

.icon-solid._38px {
  width: 38px;
  height: 38px;
}

.icon-solid._38px.text-primary {
  color: var(--fg--text--primary);
}

.icon-solid.is-green {
  color: #15803d;
}

.icon-solid._16px {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.banner-padding {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.navbar-menu {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  display: flex;
}

.navbar-content-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-wrapper._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.logo-wrapper:active {
  transform: scale(.96);
}

.nav-links-wrapper {
  background-color: #c8c8c800;
  display: flex;
  position: relative;
}

.navbar-banner {
  color: #ea580c;
  background-color: #dadada;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .25s;
  display: block;
  position: relative;
}

.navbar-banner:hover {
  background-color: #cfcfcf;
}

.navbar-banner.success {
  background-color: #e7e7e7;
}

.navbar-banner.success.hide {
  display: block;
}

.hero-tittle-wrapper {
  grid-column-gap: 1rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

.hero-tittle-wrapper.text-align-left {
  text-align: left;
}

.padding-global {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.icon-outline {
  color: var(--fg--icon--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-outline.icon-size-sm {
  width: 1rem;
  height: 1rem;
}

.icon-outline.icon-size-md {
  width: 1.25rem;
}

.icon-outline.icon-size-md.content-white {
  color: var(--fg--icon--white);
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: flex;
}

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

.utility-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.logo {
  width: 100%;
  height: 100%;
  color: var(--colors--gray--300);
}

.footer {
  background-color: var(--background--secondary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-legal-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.image-103 {
  object-fit: cover;
  width: auto;
  height: auto;
}

.footer-divider {
  background-color: var(--border--primary);
  width: 100%;
  height: .0625rem;
}

.footer-legal2-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 39.375rem;
  display: flex;
}

.legal-nav-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: flex;
}

.footer-nav-link-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.text-2xl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.text-2xl.medium {
  font-weight: 600;
}

.text-2xl.content-secondary {
  color: var(--fg--text--secondary);
}

.blog-section {
  flex-direction: column;
  display: flex;
  position: relative;
}

.blog-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-thumb {
  border-radius: var(--radius--card--radius-sm);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

.blog-thumb:hover {
  transform: scale(1.02);
}

.blog-thumb.remove-hover {
  transition-property: none;
}

.blog-thumb.remove-hover:hover {
  transform: none;
}

.badge {
  border: .0625rem solid var(--border--primary);
  border-radius: var(--sizes--2);
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding: .375rem .5rem;
  transition: all .25s;
  display: flex;
}

.blog-articles-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.blog-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.blog-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
}

.blog-info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.qr-code {
  object-fit: cover;
  width: 4.5rem;
}

.qr-code.modal {
  width: 8rem;
  height: 8rem;
}

.qr-code-wrapper {
  border-radius: var(--radius--card--radius-sm);
  background-color: var(--background--secondary);
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: auto;
  padding: 1rem;
  display: flex;
}

.qr-code-wrapper.modal {
  background-color: var(--background--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10.5rem;
  display: flex;
}

.qr-code-wrapper.zoom-in-cursor {
  cursor: zoom-in;
}

.qr-code-wrapper.zoom-in-cursor.white-bg {
  background-color: var(--background--primary);
}

.qr-benefits-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
}

.qr-top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.qr-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.qr-divider-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.qr-divider-wrapper.english {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.qr {
  background-color: #c9c9c9;
  width: 100%;
  height: .0625rem;
}

.qr-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--card--radius-md);
  background-color: var(--background--primary);
  align-items: stretch;
  padding: .5rem 1rem 1rem;
}

.qr-wrapper.gray-bg {
  background-color: var(--background--secondary);
}

.qr-wrapper.longer {
  width: 22rem;
}

.qr-divider-text-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qr-divider-text-wrapper.english {
  min-width: 11.3rem;
}

.hero-wrapper-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  min-width: 35rem;
}

.hero-wrapper-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  display: flex;
  position: relative;
}

.stores-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.store-img {
  width: 100%;
}

.store-img-link {
  width: 7.5rem;
}

.field-label {
  display: none;
}

.text-field {
  border-radius: var(--radius--card--radius-md);
  background-color: var(--background--secondary);
  border: .0625rem solid #0000;
  width: 14rem;
  height: 2.375rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: Tt Hoves;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

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

.text-field::placeholder {
  font-weight: 400;
}

.input-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.styleguide-logo {
  width: 6rem;
  color: var(--colors--gray--300);
}

.utility-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.error-message {
  background-color: var(--colors--red--300);
  font-size: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

._404-lottie {
  width: 12rem;
}

._404-lottie.fix-spacing {
  margin-top: -8.25rem;
}

.styleguide-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.ai-section {
  z-index: 2;
  background-image: url('../images/Section.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 51.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-illustration {
  min-width: 84rem;
  position: absolute;
  inset: auto auto auto -13.4375rem;
}

.ai-section-left-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.ai-section-illustration {
  width: 29rem;
  position: absolute;
  top: -11.375rem;
  left: auto;
  right: 0%;
}

.ai-section-right-side {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.left-side-wrapper {
  grid-row-gap: 3rem;
  max-width: 33rem;
}

.circles-section {
  justify-content: center;
  align-items: center;
  height: 50rem;
  display: flex;
  position: relative;
}

.circles-right-side {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.circles-section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.circles-right-side-img {
  min-width: 91rem;
  position: absolute;
  left: -56%;
}

.features-heading-wrapper {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 31rem;
  height: 100%;
  display: flex;
  position: relative;
}

.features-heading-wrapper.bigger-max {
  max-width: 34rem;
}

.steps-section {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.steps-section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}

.steps-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.steps-img-wrapper {
  border-radius: var(--radius--card--radius-lg);
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 28rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.steps-img-wrapper.red {
  background-color: #fceef4;
}

.steps-img-wrapper.purple {
  background-color: #f4eefc;
}

.steps-img {
  width: 18rem;
}

.steps-content-wrapper {
  padding-right: 3rem;
}

.steps-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.features-section {
  justify-content: center;
  align-items: center;
  position: relative;
}

.numbers-section-wrapper {
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--secondary);
  padding: 2rem;
  display: none;
  overflow: hidden;
}

.numbers-text {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  font-family: Perfectlynineties, sans-serif;
  font-size: 6rem;
  line-height: 100%;
}

.numbers-text.clipped {
  background-image: linear-gradient(#d50158 40%, #fbac61);
}

.features-right-side {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  height: 100%;
  display: flex;
  position: relative;
}

.features-item-content {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: grid;
  position: relative;
}

.features-item-content.vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.numbers-decorative-coin {
  width: 32rem;
  position: absolute;
  inset: 13% 72% 0% auto;
}

.login-modal-wrapper {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.login-modal {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--card--radius-md);
  background-color: var(--background--primary);
  flex-direction: column;
  align-items: center;
  width: 23.5rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.login-modal.text-align-center {
  text-align: center;
}

.modal-overlay {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal-heading-wrapper {
  align-items: center;
}

.close-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.login-modal-flex {
  display: none;
}

.steps-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--fg--text--accent);
  align-items: center;
  display: flex;
}

._2section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background--secondary);
  flex-direction: column;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
}

._2section-wrapper.remove-bottom-padding {
  padding-bottom: 0;
}

.features-item {
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--primary);
  height: 100%;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.features-item.set-height {
  height: 38rem;
}

.features-item.set-height.increase-padding {
  background-image: url('../images/Group-512364.webp');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  padding: 5.5rem;
}

.features-item.set-height.bigger-height, .features-item._67rem-height-copy {
  display: none;
}

.features-item._66rem-height {
  height: 42rem;
}

.features-icon {
  width: 3.25rem;
  height: 3.25rem;
}

.features-left-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.methods-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 1rem;
  display: grid;
}

.methods-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  max-width: 25rem;
  display: flex;
}

.methods-icon {
  width: 3rem;
  height: 3rem;
}

.features-left-heading {
  z-index: 7;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
}

.features-left-heading.sticky {
  position: sticky;
  top: 8rem;
}

.features-left-heading.max-width {
  max-width: 32rem;
}

.numbers-right-side {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.numbers-left-side {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 31rem;
  display: flex;
  position: relative;
}

.features-methods-img {
  width: 35rem;
  min-width: 35rem;
  position: absolute;
  left: 0%;
  right: auto;
}

.features-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 46.25rem;
  display: grid;
}

.features-item-wrapper.set-height-small {
  height: 40.5rem;
}

.features-item-wrapper.hidden {
  display: none;
}

.features-overlay {
  z-index: 3;
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.features-right-side-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 30.8rem;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.features-right-side-wrapper.left-align {
  justify-content: flex-start;
}

.features-right-side-wrapper.left-align.remove-height {
  height: auto;
}

.features-right-side-wrapper.align-center {
  justify-content: center;
}

.features-left-side-goal {
  width: 16rem;
  position: relative;
}

.features-right-side-mobile {
  width: 17rem;
  position: relative;
}

.features-right-side-mobile.negative-margin {
  position: relative;
}

.features-right-side-users {
  max-width: 19rem;
  position: absolute;
  top: 2.9375rem;
  left: 0%;
  right: auto;
}

.empty-block {
  width: 16rem;
  height: 100%;
  position: relative;
}

.features-left-side-mobile {
  width: 17rem;
  position: relative;
}

.features-left-side-mobile.negative-margin {
  margin-left: -3rem;
  position: relative;
}

.text-xs {
  font-size: .75rem;
  line-height: 120%;
}

.text-xs.content-secondary {
  color: var(--fg--text--secondary);
}

.stars-code {
  position: absolute;
  inset: auto 0% -2%;
}

.graph-bg {
  width: 66rem;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 24.125rem;
}

.features-section-crypto-coin {
  width: 12rem;
  height: auto;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: 34%;
}

.features-section-crypto-coin-2 {
  z-index: 8;
  width: 12rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.features-left-side-goal-img {
  width: 21rem;
  position: absolute;
  inset: auto -8% 0% auto;
}

.button-popper {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.coin-img {
  min-width: 50rem;
  position: absolute;
  top: -11rem;
  right: -13.8438rem;
}

.globe-illustration {
  min-width: 57rem;
  position: absolute;
  top: -12.4375rem;
  right: -19.6563rem;
}

.buddy-img {
  min-width: 48rem;
  position: absolute;
  inset: auto auto 0% -5.0625rem;
}

.brands-wrapper2 {
  max-width: 60rem;
  position: absolute;
  inset: auto auto -5% -5%;
}

.brands-wrapper-img {
  max-width: 61rem;
  position: absolute;
  inset: auto 0% -4% 52.1875rem;
}

.product-templates-illustration {
  min-width: 70rem;
  position: absolute;
  top: 8.8125rem;
  left: -15.25rem;
  right: -45%;
}

.giftcards-illustration {
  min-width: 47rem;
  position: absolute;
  inset: auto -13% 0% -4.625rem;
}

.marcas-section-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: flex;
  position: relative;
}

.features-text-wrapper {
  max-width: 29rem;
}

.content-pink {
  color: var(--colors--purple--500);
}

.ahorra-automaticamente-section {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.extension-section {
  z-index: 2;
  background-color: var(--colors--pink--500);
  background-image: linear-gradient(#d50158 40%, #fbac61);
  justify-content: center;
  align-items: center;
  height: 41rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extension-left-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.extension-right-side {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.extension-img {
  min-width: 66rem;
  position: absolute;
  inset: -17.2979rem -10% 0 auto;
}

.testimonials-section {
  background-color: var(--background--secondary);
  justify-content: center;
  align-items: center;
  position: relative;
}

.testimonials-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.testimonials-left-side {
  height: 100%;
}

.testimonials-right-side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: block;
  position: relative;
}

.testimonials-stores-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.stores-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.testumonials-text-max-wrapper, .testimonials-stores-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.testimonial-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--radius--card--radius-md);
  background-color: var(--background--primary);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: inline-block;
}

.testimonials-wrapper {
  column-count: 2;
  position: relative;
}

.flex-block-12 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
}

.testimonial-avatar-wrapper {
  border-radius: 3.125rem;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.testimonial-avatar {
  width: 100%;
  height: 100%;
}

.testimonials-top-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.collection-item {
  margin-bottom: 1rem;
}

.testimonials-comment-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-top: .5rem;
}

.testimonials-overlay {
  z-index: 3;
  background-image: linear-gradient(to top, #f5f5f5, #f5f5f500);
  width: 100%;
  height: 17rem;
  position: absolute;
  inset: auto 0% 0%;
}

.prensa-section {
  background-color: var(--background--secondary);
  justify-content: center;
  align-items: center;
  position: relative;
}

.prensa-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--primary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 2.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.press-logo {
  width: 10rem;
}

.press-logo.smaller {
  width: 4rem;
}

.press-right-side {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.button-visibility {
  display: block;
}

.testimonials-overlay-button {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.trucos-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.trucos-social-icon {
  width: 1.5rem;
}

.trucos-left-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.trucos-left-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.trucos-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.trucos-left-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-6xl {
  letter-spacing: -.0625rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Hoves;
  font-size: 4rem;
  font-weight: 400;
  line-height: 110%;
}

.text-6xl.type-change {
  font-family: Perfectlynineties, sans-serif;
}

.text-6xl.type-change.content-white, .text-6xl.content-white {
  color: var(--fg--text--white);
}

.security-section {
  background-color: var(--background--secondary);
  justify-content: center;
  align-items: center;
  position: relative;
}

.opinions-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.security-opinions-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.security-logo {
  width: 8rem;
}

.security-additional-info-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.security-additional-info-item-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.security-additional-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.prensa-right-side {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: flex-start center;
  height: 100%;
  display: flex;
  position: relative;
}

.prensa-heading-wrapper {
  z-index: 4;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.prensa-img {
  min-width: 72rem;
  position: absolute;
  bottom: -15%;
  left: -20.875rem;
}

.security-wrapper-top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.security-divider-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.prensa-footer-text-min-width {
  min-width: 26rem;
}

.security-wrapper-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
}

.security-divider-logos-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.security-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--primary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-link {
  border: 1px solid var(--border--primary);
  border-radius: var(--radius--card--radius-sm);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tittle-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tittle-wrapper.blog-article-hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.navbar-button-2 {
  color: #18181b;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-article-suggested-posts-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-article-suggested-posts {
  grid-column-gap: 0p;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.blog-article-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-article-hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 83rem;
  margin-bottom: 0;
  display: flex;
}

.blog-article-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.blog-image-wrapper {
  border: 1px solid var(--border--primary);
  border-radius: var(--radius--card--radius-sm);
  width: 100%;
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.flex-block-43 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.flex-block-43.content-secondary {
  color: var(--fg--text--secondary);
}

.backwards-arrow-link {
  border: .0625rem solid var(--border--primary);
  border-radius: var(--radius--card--radius-full);
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition: opacity .25s;
  display: flex;
}

.backwards-arrow-link:hover {
  background-color: var(--button--outline--bg-hover);
}

.blog-thumbnail-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.blog-related-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-section {
  background-color: var(--background--primary);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-section-wrapper {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.goinpro-logo {
  width: 10rem;
}

.goinpro-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer-img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-img.desktop {
  display: block;
}

.footer-img.tablet {
  display: none;
}

.logo-wrapper-hero {
  justify-content: center;
  align-items: center;
  width: 5rem;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.logo-wrapper-hero:active {
  transform: scale(.96);
}

.presupuestos-faciles-section {
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--primary);
  height: 100%;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.presupuestos-faciles-section.height {
  display: none;
}

.envia-dinero-section {
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--primary);
  height: 100%;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.envia-dinero-section._45rem-height {
  display: none;
}

.numbers-section {
  justify-content: center;
  align-items: center;
  position: relative;
}

.logo-navbar {
  width: 100%;
  height: 100%;
  color: var(--colors--gray--300);
}

.hero-desktop-tittle-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 36rem;
  position: relative;
}

.features-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.pages-section-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: flex-start center;
  max-width: 34rem;
  display: flex;
}

.prensa-slider {
  z-index: 2;
  background-color: var(--background--primary);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.prensa-slider-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: auto;
  position: relative;
}

.slider-structure {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-left-side {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.slider-logo {
  object-fit: contain;
  width: 8rem;
}

.slider-icon-wrapper-right {
  border: 1px solid var(--border--primary);
  border-radius: var(--radius--card--radius-full);
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 4px;
  top: auto;
  bottom: 0%;
  left: 45%;
}

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

.main-slider-icon-wrapper-right {
  border: 1px solid var(--border--primary);
  border-radius: var(--radius--card--radius-full);
  width: 2rem;
  height: 2rem;
  padding: 4px;
  display: none;
  inset: auto auto 0% 50%;
}

.div-block-135 {
  border-radius: var(--radius--card--radius-lg);
  cursor: pointer;
  width: 50%;
  height: 36rem;
  overflow: hidden;
}

.main-slider-icon-wrapper-left {
  border: 1px solid var(--border--primary);
  border-radius: var(--radius--card--radius-full);
  width: 2rem;
  height: 2rem;
  padding: 4px;
  display: none;
  top: auto;
  bottom: 0%;
  left: 45%;
}

.slider-icon-wrapper-left {
  border: 1px solid var(--border--primary);
  border-radius: var(--radius--card--radius-full);
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 4px;
  top: auto;
  bottom: 0%;
  left: 45%;
}

.flex-block-44 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-block-45 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-languages-wrapper {
  background-color: var(--background--primary);
  border-radius: 12px;
  flex-direction: column;
  width: 8rem;
  padding: 4px;
  display: none;
  position: absolute;
  inset: 117% auto auto;
  box-shadow: 0 2px 100px #0003;
}

.language-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #f5f5f500;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  transition: all .25s;
  display: flex;
}

.language-item:hover {
  background-color: var(--background--secondary);
}

.language-item.top-margin {
  margin-top: 4px;
}

.language-item.text-base.medium.w--current {
  font-weight: 500;
}

.languages-display-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--radius--card--radius-md);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: .75rem;
  padding-right: .75rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
}

.languages-display-wrapper:hover {
  border-radius: var(--radius--card--radius-md);
  background-color: var(--background--primary);
}

.language-flag {
  width: 2rem;
}

.button-outline-wrapper, .button-red-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.language-dropdown {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.extension-hero-section {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.extension-hero-section.overflow-hidden {
  overflow: hidden;
}

.hero-illustration-copy {
  min-width: 65.4rem;
  position: absolute;
  bottom: auto;
  left: 3.6625rem;
  right: auto;
}

.flex-block-46 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 2rem;
}

.extension-desktop-tittle-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.tabs {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 50%;
  padding: 5% 5% 5% 8%;
  display: grid;
}

.extension-tab {
  background-color: #c8c8c800;
  align-items: center;
  max-width: 24rem;
  padding: 0 8px 0 12px;
}

.extension-tab.w--current {
  border-left: 4px solid var(--colors--red--500);
  background-color: #c8c8c800;
}

.tabs-content {
  width: 50%;
}

.extension-tab-img {
  border-radius: var(--radius--card--radius-lg);
  width: 100%;
}

.extension-tittle-wrapper {
  z-index: 7;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 29rem;
}

.descuentos-section {
  background-color: var(--background--secondary);
  justify-content: center;
  align-items: center;
  position: relative;
}

.descuentos-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--primary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extension-container-tittle-wrapper {
  z-index: 7;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  align-items: center;
}

.features-left-content-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  align-items: center;
}

.descuentos-grid {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.extension-tabs-wrapper-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.extension-features-wrapper-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.extension-features-img {
  border-radius: var(--radius--card--radius-lg);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.extension-feature-item-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.extension-feature-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.div-block-139 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.extension-features-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: stretch;
}

.extension-number-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.extension-number-item.content-white {
  color: var(--fg--text--white);
}

.extension-number-section {
  justify-content: center;
  align-items: center;
  position: relative;
}

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

.numbers-features-heading-wrapper {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 35rem;
  height: 100%;
  display: flex;
  position: relative;
}

.extension-number-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--card--radius-lg);
  background-color: #fff;
  background-image: linear-gradient(27deg, #d50158 23%, #fbac61);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extension-cta-section-wrapper {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.extension-cta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  max-width: 40rem;
}

.extension-privacidad-cta {
  justify-content: center;
  align-items: center;
  position: relative;
}

.privacidad-cta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--card--radius-lg);
  background-color: var(--background--secondary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.tablet-language-wrapper {
  background-color: var(--background--primary);
  border-radius: 12px;
  flex-direction: column;
  width: 8rem;
  padding: 8px;
  display: none;
  position: absolute;
  inset: 117% auto auto;
}

.cookies-modal-wrapper {
  z-index: 99999999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--card--radius-md);
  background-color: var(--background--secondary);
  flex-direction: column;
  align-items: center;
  max-width: 28rem;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
}

.cookies-modal-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background--secondary);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 8px 4px 4px;
  display: flex;
  position: sticky;
  inset: auto 0% 0;
}

.div-block-144 {
  border-radius: var(--radius--card--radius-full);
  background-color: var(--background--primary);
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.cookies-manager-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.flex-block-50 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.cookies-manager-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cookies-manager {
  z-index: 9999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--radius--card--radius-md);
  background-color: var(--background--secondary);
  flex-direction: column;
  align-items: center;
  max-width: 34rem;
  max-height: 42rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cookies-overlay {
  z-index: 9990;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.cookies-manager-content-list {
  display: flex;
}

.field-logic-script {
  margin-bottom: 0;
  display: none;
}

.toggle-item_sub {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.combo-class-keeper {
  display: flex;
}

.toggle-wrapper {
  cursor: pointer;
  background-color: #d1d1d1;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40px;
  min-width: 40px;
  height: 25px;
  margin-bottom: 0;
  padding: 5px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.toggle-wrapper.checked {
  background-color: #22c55e;
  justify-content: flex-end;
}

.ball-toggle {
  background-color: #fff;
  border-style: none;
  border-radius: 50px;
  width: 1rem;
  height: 100%;
  margin: 0;
  transition: all .2s;
  box-shadow: 0 2px 5px #0000001a;
}

.ball-toggle.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  margin-left: auto;
  transform: translate(15px);
}

.ball-toggle.w--redirected-focus {
  box-shadow: none;
}

.label_hide {
  display: none;
}

.field-item {
  transition: opacity .2s;
}

.update-checkbox-parent-class {
  margin-bottom: 0;
  display: none;
}

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

.scripts-wrap {
  grid-column-gap: 10px;
  text-align: center;
  flex-direction: column;
  height: 20px;
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.profile-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.toggle-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1;
  display: flex;
}

.cookies-manager-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  overscroll-behavior: contain;
  align-items: center;
  min-width: auto;
  min-height: auto;
  max-height: 720px;
  padding: 1rem 1rem 0;
  position: relative;
  overflow: auto;
}

.social-media-section {
  z-index: 2;
  background-color: var(--background--primary);
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.legal-rich-text {
  display: inline;
}

.legal-rich-text h2 {
  margin-top: 2.5rem;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.legal-rich-text p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 150%;
}

.legal-rich-text figure {
  border-radius: var(--radius--button--radius-sm);
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.legal-rich-text li {
  line-height: 150%;
}

.legal-rich-text h3 {
  color: var(--fg--text--primary);
  font-weight: 600;
}

.legal-rich-text h4 {
  font-weight: 500;
}

.text-3xl {
  letter-spacing: -.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

.text-3xl.medium {
  font-weight: 600;
}

.text-3xl.medium.content-primary {
  color: var(--fg--text--primary);
}

.blog-thumb-fixed {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.blog-thumb-fixed:hover {
  transform: scale(1.02);
}

.blog-thumb-fixed.remove-hover {
  transition-property: none;
}

.blog-thumb-fixed.remove-hover:hover {
  transform: none;
}

.hero-image {
  width: 24rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-image.about-us {
  width: 22rem;
  bottom: -15%;
}

.blog-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.divider {
  background-color: var(--border--primary);
  width: 100%;
  height: 1px;
}

.social-share-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-share-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.underline {
  text-decoration: underline;
}

.pagination-wrapper {
  grid-column-gap: 1rem;
  margin-top: 3rem;
}

.dynamic-links-wrapper {
  width: 14rem;
  padding-top: 167px;
  display: none;
  position: fixed;
  inset: 0% auto;
}

.dynamic-links a {
  color: var(--fg--text--secondary);
  padding: .5rem;
  font-size: 1rem;
}

.div-block-145 {
  max-width: 10rem;
}

.gallery-feature-1-section {
  flex-direction: column;
  display: flex;
  position: relative;
}

.feature-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gallery-scroll-section {
  flex-direction: column;
  display: flex;
  position: relative;
}

.swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-img {
  height: 100%;
}

.about-image-wrapper {
  border-radius: var(--radius--card--radius-md);
  overflow: hidden;
}

.swiper-box {
  border-radius: var(--radius--card--radius-md);
  flex-direction: row;
  width: 25rem;
  overflow: hidden;
}

.our-team-section {
  flex-direction: column;
  display: flex;
  position: relative;
}

.team-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 22rem;
  display: flex;
}

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

.member-image.hover {
  position: absolute;
  inset: 0%;
}

.member-thumb {
  border-radius: var(--radius--card--radius-md);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.flex-block-52 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-block-53 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.gallery-cta {
  width: 100vw;
  height: 29rem;
  position: relative;
  overflow: hidden;
}

.image-107 {
  object-position: 50% 76%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.chrome-logo {
  width: 1.5rem;
  min-width: 1.5rem;
}

.text-large {
  font-size: 18px;
  line-height: 26px;
}

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

.text-large.bold.content-primary {
  color: var(--fg--text--primary);
}

.flex-block-54 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.div-block-146 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack {
  padding: 0;
  position: static;
}

.container-2 {
  max-width: none;
}

.image-112 {
  min-width: 200px;
}

.image-112:lang(en) {
  min-width: 200px;
  max-width: 200px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.image-113 {
  width: 30px;
}

@media screen and (min-width: 1920px) {
  .button.red:lang(en) {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .features-heading-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .steps-section {
    display: none;
  }

  .numbers-section-wrapper {
    display: block;
    overflow: visible;
  }

  .features-item-content {
    padding-left: 5vw;
    padding-right: 5vh;
    overflow: visible;
  }

  .numbers-decorative-coin {
    overflow: visible;
  }

  ._2section-wrapper, .features-item.set-height.bigger-height, .features-item.remove-bottom-padding {
    display: none;
  }

  .methods-wrapper {
    grid-template-rows: auto;
  }

  .features-item-wrapper.set-height-small {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .ahorra-automaticamente-section {
    display: none;
  }

  .image-112 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: none;
    object-position: 50% 50%;
    flex: 0 auto;
    order: 0;
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    height: 100%;
    min-height: auto;
    max-height: none;
    display: block;
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-padding.template-info {
    padding-bottom: 2rem;
  }

  .section-padding.hero {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .section-padding.remove-paddings {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-padding.adjust-bottom-padding {
    padding-bottom: 2rem;
  }

  .section-padding.blog-section {
    padding-bottom: 0;
  }

  .section-padding.hero-padding {
    padding-top: 6rem;
  }

  .section-padding.hero-padding.banner {
    padding-top: 10rem;
  }

  .button {
    display: flex;
  }

  .text-4xl {
    font-size: 2rem;
  }

  .text-5xl {
    font-size: 3rem;
  }

  .styleguide-button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-base.content-white.text-alignment, .text-base.content-white.text-align-center-tablet {
    text-align: center;
  }

  .text-base.content-primary {
    color: var(--fg--text--primary);
  }

  .navbar-button-wrapper.hide {
    display: none;
  }

  .navbar-button-wrapper-tablet {
    grid-row-gap: .5rem;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-section {
    height: auto;
  }

  .navbar-button {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition: all .25s cubic-bezier(.165, .84, .44, 1);
    display: flex;
  }

  .navbar-button:hover {
    background-color: #ebebeb00;
  }

  .navbar-button.w--current {
    border-radius: var(--radius--card--radius-sm);
    padding-left: .5rem;
    font-weight: 500;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .menu-button.w--open {
    color: #18181b;
    background-color: #c8c8c800;
  }

  .section-wrapper {
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .logo-wrapper.w--current {
    overflow: hidden;
  }

  .nav-links-wrapper {
    background-color: #f4f4f5;
    padding: 1rem;
    position: absolute;
  }

  .hero-tittle-wrapper {
    max-width: 30rem;
  }

  .hero-tittle-wrapper.text-align-left {
    text-align: center;
    align-items: center;
  }

  .nav-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .logo {
    cursor: pointer;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-item:lang(en) {
    align-self: center;
  }

  .footer-nav-link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: auto;
  }

  .blog-section {
    height: auto;
  }

  .blog-item {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .blog-articles-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrapper-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .hero-wrapper-right {
    min-height: auto;
  }

  .ai-section {
    flex-direction: column;
    justify-content: flex-start;
  }

  .hero-section-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .hero-illustration {
    position: relative;
    left: -52px;
  }

  .ai-section-illustration {
    width: 20rem;
    position: relative;
    top: 0;
  }

  .ai-section-right-side {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-side-wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .circles-section {
    align-items: flex-start;
    height: 60rem;
  }

  .circles-right-side {
    align-items: center;
  }

  .circles-section-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .circles-right-side-img {
    min-width: 88rem;
    position: relative;
    top: -22.625rem;
    left: auto;
  }

  .features-heading-wrapper {
    align-items: center;
  }

  .features-heading-wrapper.text-align-center {
    text-align: center;
    align-items: center;
  }

  .steps-img-wrapper {
    height: 50vw;
  }

  .steps-content-wrapper {
    padding-right: 2rem;
  }

  .steps-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .features-right-side {
    align-items: center;
  }

  .features-item-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: start center;
    place-items: start center;
  }

  .features-item-content.vertical {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-content: start;
    align-items: start;
    height: 100%;
  }

  .numbers-decorative-coin {
    width: 26rem;
    display: none;
    inset: -48% 0% auto 32.625rem;
  }

  .features-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .features-item.set-height {
    height: 42rem;
  }

  .features-item.set-height.bigger-height {
    height: 49rem;
  }

  .features-item._67rem-height {
    height: 67rem;
  }

  .features-item._67rem-height-copy {
    height: 50rem;
  }

  .features-item._66rem-height {
    height: 66rem;
  }

  .features-item._37rem-height {
    height: 37rem;
  }

  .features-item._36rem-height {
    height: 36rem;
  }

  .features-item.remove-bottom-padding {
    padding-bottom: 0;
  }

  .features-left-content {
    align-items: center;
  }

  .methods-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .methods-item {
    text-align: center;
    flex-direction: column;
  }

  .methods-text-wrapper {
    align-items: center;
  }

  .features-left-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    align-items: center;
    max-width: 29rem;
  }

  .features-left-heading.sticky {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .numbers-right-side {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    text-align: center;
    place-content: center;
    place-items: center;
  }

  .numbers-left-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .numbers-left-side.text-align-center {
    text-align: center;
    align-items: center;
  }

  .features-methods-img {
    width: 29rem;
    min-width: 29rem;
    position: relative;
    top: auto;
  }

  .features-item-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .features-item-wrapper.set-height-small {
    height: auto;
  }

  .features-right-side-wrapper {
    height: auto;
    padding-top: 2rem;
  }

  .text-xs.content-secondary.text-align-center {
    text-align: center;
  }

  .crypto-legal-text {
    max-width: 30rem;
  }

  .graph-bg {
    width: auto;
    min-width: 61rem;
    inset: auto 0% 0% 13%;
  }

  .features-section-crypto-coin {
    position: relative;
    top: auto;
    bottom: 27%;
    left: 3.0625rem;
  }

  .features-section-crypto-coin-2 {
    bottom: 5%;
    right: 12%;
  }

  .features-left-side-goal-img {
    width: 29rem;
    bottom: -6%;
    right: auto;
  }

  .globe-illustration {
    right: -24.5563rem;
  }

  .buddy-img {
    position: relative;
    left: auto;
  }

  .buddy-img.adjust-spacing {
    margin-top: -96px;
  }

  .product-templates-illustration {
    object-fit: cover;
    position: relative;
    top: -140px;
    left: auto;
    right: auto;
  }

  .giftcards-illustration {
    position: relative;
    left: auto;
    right: auto;
  }

  .ahorra-automaticamente-section {
    overflow: hidden;
  }

  .extension-section {
    height: 25rem;
  }

  .extension-right-side {
    display: flex;
  }

  .extension-right-side.hide {
    display: none;
  }

  .extension-img {
    position: relative;
    top: 101px;
    right: 192px;
  }

  .testimonials-content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonials-stores-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: row;
  }

  .testimonial-item {
    width: 100%;
  }

  .testimonials-wrapper {
    column-count: 2;
  }

  .prensa-content-wrapper {
    grid-template-columns: 1fr;
    align-content: center;
    place-items: center;
  }

  .press-right-side {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }

  .trucos-content-wrapper {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: start center;
  }

  .trucos-left-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 30rem;
  }

  .trucos-left-side {
    justify-content: flex-start;
    align-items: center;
  }

  .text-6xl {
    font-size: 3rem;
  }

  .security-additional-info-item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .security-additional-info-item-content {
    justify-content: center;
    align-items: center;
  }

  .security-additional-info-wrapper {
    place-content: center;
    place-items: center;
  }

  .prensa-right-side {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    display: none;
  }

  .prensa-heading-wrapper {
    align-items: center;
  }

  .security-wrapper-top {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .blog-link {
    height: 30vw;
  }

  .tittle-wrapper {
    max-width: 24rem;
  }

  .tittle-wrapper.blog-article-hero {
    grid-template-columns: 1fr;
  }

  .navbar-button-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all .25s cubic-bezier(.165, .84, .44, 1);
    display: flex;
  }

  .navbar-button-2:hover {
    background-color: #ebebeb;
  }

  .navbar-button-2.w--current {
    color: #4f46e5;
    background-color: #e0e7ff;
  }

  .blog-article-suggested-posts-wrapper {
    grid-row-gap: 2rem;
  }

  .blog-related-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .cta-section {
    height: auto;
  }

  .cta-section.align-center {
    justify-content: flex-start;
    height: 60rem;
  }

  .cta-section-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .goinpro-heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .footer-img {
    width: 100%;
    min-width: auto;
    inset: auto 0% -19%;
  }

  .footer-img.desktop {
    display: none;
  }

  .footer-img.tablet {
    display: block;
  }

  .logo-wrapper-hero {
    width: 6rem;
    display: block;
  }

  .presupuestos-faciles-section {
    height: 66rem;
  }

  .presupuestos-faciles-section.height {
    height: 42rem;
  }

  .envia-dinero-section {
    height: 66rem;
  }

  .envia-dinero-section._45rem-height {
    height: 45rem;
  }

  .hero-desktop-tittle-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .features-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .pages-section-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .prensa-slider-wrapper {
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .slider-structure {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-135 {
    height: 25rem;
  }

  .language-item {
    background-color: #fff0;
    justify-content: flex-start;
    width: auto;
    padding: 12px;
  }

  .language-item:hover {
    background-color: var(--background--primary);
  }

  .extension-hero-section {
    height: auto;
  }

  .hero-illustration-copy {
    object-fit: cover;
    object-position: 50% 0%;
    min-width: 51rem;
    height: 34rem;
    position: relative;
    top: auto;
    left: auto;
  }

  .flex-block-46 {
    text-align: center;
    align-items: center;
  }

  .extension-desktop-tittle-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .tabs-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    padding: 0%;
  }

  .extension-tab.w--current {
    justify-content: center;
  }

  .tabs-content {
    width: 100%;
  }

  .extension-tittle-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    align-items: center;
    max-width: 29rem;
  }

  .descuentos-content-wrapper {
    grid-template-columns: 1fr;
    align-content: center;
    place-items: center;
  }

  .extension-container-tittle-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    align-items: center;
    max-width: 29rem;
  }

  .features-left-content-copy {
    align-items: center;
  }

  .descuentos-grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
  }

  .extension-tabs-wrapper-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .extension-features-wrapper-item {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .extension-features-wrapper-item.twist {
    flex-direction: column;
  }

  .extension-features-img {
    object-fit: cover;
  }

  .extension-feature-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: start center;
    max-width: 46rem;
    display: grid;
  }

  .extension-feature-item {
    flex-direction: column;
    align-items: center;
  }

  .div-block-139 {
    text-align: center;
    align-items: center;
  }

  .extension-features-wrapper {
    align-items: center;
  }

  .div-block-140 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .numbers-features-heading-wrapper {
    align-items: center;
  }

  .extension-number-container {
    grid-template-columns: 1fr;
    align-content: center;
    place-items: center;
  }

  .extension-cta-section-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .extension-cta-wrapper {
    align-items: center;
    max-width: 30rem;
  }

  .privacidad-cta-wrapper {
    grid-template-columns: 1fr;
    align-content: center;
    place-items: center;
  }

  .flex-block-48 {
    align-items: center;
  }

  .div-block-142 {
    width: 100%;
    height: 50rem;
  }

  .tablet-language-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 0;
    display: grid;
    position: relative;
    top: auto;
  }

  .form-block {
    max-width: none;
  }

  .social-media-section {
    align-items: flex-start;
    height: 65rem;
  }

  .text-3xl {
    font-size: 2rem;
  }

  .hero-image {
    display: none;
  }

  .gallery-feature-1-section {
    height: auto;
  }

  .feature-wrapper {
    align-items: center;
  }

  .gallery-scroll-section {
    height: auto;
  }

  .swiper-box {
    width: 18rem;
  }

  .our-team-section {
    height: auto;
  }

  .team-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gallery-cta {
    height: 20rem;
  }

  .image-107 {
    object-position: 50% 96%;
  }

  .quick-stack:lang(en) {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-112:lang(en) {
    align-self: center;
    width: auto;
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .styleguide-row {
    width: 100%;
  }

  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-padding.hero.banner {
    margin-top: 20px;
  }

  .section-padding.adjust-bottom-padding {
    padding-bottom: 1rem;
  }

  .section-padding.blog-section.banner {
    padding-top: 6rem;
  }

  .section-padding.remove-bottom-padding-mobile {
    padding-bottom: 0;
  }

  .section-padding.hero-padding.banner {
    padding-top: 6rem;
  }

  .template-info-heading {
    font-size: 3rem;
  }

  .text-4xl {
    font-size: 2rem;
  }

  .text-5xl {
    font-size: 2.5rem;
  }

  .styleguide-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .styleguide-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-xl {
    font-size: 1rem;
  }

  .navbar-button.w--current {
    color: var(--fg--text--primary);
    background-color: #e0e7ff00;
  }

  .icon-solid.icon-size-md.content-primary.bigger {
    width: 1.5rem;
    height: 1.5rem;
  }

  .banner-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-banner.success.hide, .navbar-banner.hide {
    display: none;
  }

  .hero-tittle-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 30rem;
  }

  .footer-legal-item {
    grid-template-columns: 1fr;
  }

  .legal-nav-link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav-link-wrapper {
    grid-row-gap: .5rem;
    grid-template-columns: auto 1fr;
  }

  .text-2xl {
    text-align: center;
    font-size: 1.25rem;
  }

  .qr-code {
    cursor: auto;
  }

  .hero-wrapper-left {
    min-width: auto;
  }

  .hero-illustration {
    min-width: 63rem;
  }

  .circles-section-wrapper {
    justify-items: stretch;
  }

  .circles-right-side-img {
    min-width: 70rem;
    position: absolute;
    top: -14.625rem;
  }

  .features-heading-wrapper {
    max-width: 40rem;
  }

  .features-heading-wrapper.text-align-center {
    margin-left: auto;
    margin-right: auto;
  }

  .steps-section {
    margin-top: -131px;
  }

  .steps-img-wrapper {
    border-radius: var(--radius--card--radius-md);
  }

  .steps-img {
    width: 15rem;
  }

  .steps-content-wrapper {
    padding-right: 0;
  }

  .steps-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
  }

  .numbers-text {
    font-size: 4rem;
  }

  .features-item {
    padding: 2rem;
  }

  .features-item.set-height {
    height: 34rem;
  }

  .features-item.set-height.increase-padding {
    padding: 3rem;
  }

  .features-item.set-height.bigger-height {
    height: 44rem;
  }

  .features-item._67rem-height {
    height: 83rem;
  }

  .features-item._67rem-height-copy {
    height: 44rem;
  }

  .features-item._66rem-height {
    height: 67rem;
  }

  .features-item._37rem-height {
    height: 32rem;
  }

  .methods-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .features-left-heading {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .numbers-right-side {
    grid-template-columns: 1fr;
  }

  .features-methods-img {
    width: 24rem;
    min-width: 24rem;
  }

  .features-right-side-wrapper {
    align-items: center;
  }

  .features-left-side-goal {
    width: 12rem;
  }

  .features-left-side-mobile {
    width: 14rem;
  }

  .features-left-side-mobile.negative-margin.smaller-device {
    width: 16rem;
  }

  .graph-bg {
    inset: auto auto -6% -126px;
  }

  .features-section-crypto-coin-2 {
    width: 9rem;
    bottom: 0%;
  }

  .features-left-side-goal-img {
    width: 21rem;
  }

  .coin-img {
    min-width: 40rem;
    top: -8rem;
    right: -13.6438rem;
  }

  .globe-illustration {
    min-width: 50rem;
    top: -11.7375rem;
    right: -21.8563rem;
  }

  .giftcards-illustration {
    min-width: 35rem;
    max-width: 35rem;
  }

  .testimonials-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .testimonials-stores-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .testimonials-wrapper {
    column-count: 1;
  }

  .prensa-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .press-right-side {
    grid-template-columns: auto auto;
    justify-items: start;
  }

  .text-6xl {
    font-size: 2.5rem;
  }

  .opinions-wrapper {
    align-items: center;
  }

  .security-opinions-wrapper {
    flex-direction: column;
  }

  .security-additional-info-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .75fr;
  }

  .prensa-right-side {
    grid-template-columns: auto auto;
    justify-items: start;
  }

  .security-divider-logos-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .security-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tittle-wrapper.blog-article-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navbar-button-2.w--current {
    color: #4f46e5;
    background-color: #e0e7ff;
  }

  .blog-image-wrapper {
    height: 60vw;
  }

  .backwards-arrow-link {
    padding: .5rem;
  }

  .blog-related-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .presupuestos-faciles-section {
    padding: 2rem;
  }

  .envia-dinero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    display: flex;
  }

  .features-content-wrapper {
    align-items: center;
  }

  .pages-section-wrapper {
    align-items: center;
    width: 100%;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-structure {
    flex-direction: column;
    justify-content: flex-start;
  }

  .slider-left-side {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .div-block-135 {
    border-radius: var(--radius--card--radius-md);
    width: 100%;
    height: auto;
  }

  .flex-block-45 {
    position: relative;
  }

  .language-item.w--current {
    background-color: var(--background--primary);
  }

  .hero-illustration-copy {
    min-width: 41rem;
    height: 29rem;
  }

  .descuentos-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .descuentos-grid {
    grid-template-columns: auto auto;
    justify-items: start;
  }

  .extension-feature-item-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-140 {
    grid-template-columns: 1fr;
  }

  .numbers-features-heading-wrapper {
    max-width: 40rem;
  }

  .extension-number-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .extension-cta-section-wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
    place-content: center;
    justify-items: center;
  }

  .privacidad-cta-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .div-block-142 {
    height: 30rem;
  }

  .cookies-modal-wrapper {
    background-color: var(--background--primary);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookies-modal-button-wrapper {
    background-color: var(--background--primary);
  }

  .cookies-modal-button-wrapper.gray, .div-block-144 {
    background-color: var(--background--secondary);
  }

  .div-block-144.white {
    background-color: var(--background--primary);
  }

  .cookies-manager {
    width: 90%;
    max-width: 32rem;
    max-height: 40rem;
    padding: 1rem;
  }

  .legal-rich-text h2 {
    font-size: 1.5rem;
  }

  .text-3xl {
    font-size: 2rem;
  }

  .social-share-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-text {
    font-size: .875rem;
  }

  .template-info-content {
    text-align: left;
  }

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

  .section-padding.template-info {
    padding-top: 12rem;
  }

  .section-padding.hero.banner {
    margin-top: 40px;
  }

  .section-padding.remove-paddings {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-padding.adjust-bottom-padding {
    padding-bottom: 0;
  }

  .section-padding.hero-padding.banner {
    padding-top: 6rem;
  }

  .template-info-heading {
    font-size: 2rem;
  }

  .styleguide-colors-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .text-4xl {
    font-size: 1.75rem;
  }

  .text-5xl {
    font-size: 2rem;
  }

  .body-text.hide {
    display: none;
  }

  .banner-content-wrapper.text-align-left {
    text-align: left;
  }

  .navbar-button:hover {
    background-color: #ebebeb00;
  }

  .navbar-button.w--current {
    background-color: #fff;
  }

  .navbar-button.w--current:active {
    background-color: #4f46e500;
  }

  .section-wrapper {
    grid-row-gap: 2rem;
  }

  .hero-tittle-wrapper {
    max-width: 24rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utility-content {
    align-items: center;
    width: 100%;
  }

  .logo {
    border-width: 0;
    border-color: #d4d4d800;
    border-radius: 0;
  }

  .footer-legal2-item {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
  }

  .legal-nav-link-wrapper, .footer-nav-link-wrapper {
    grid-template-columns: 1fr;
  }

  .text-2xl {
    font-size: 1rem;
  }

  .blog-item {
    flex-direction: column;
    display: flex;
  }

  .blog-articles-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .qr-code {
    width: 8rem;
  }

  .qr-code-wrapper {
    width: 100%;
    height: 10rem;
  }

  .qr-top-wrapper {
    flex-direction: column;
  }

  .qr-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .qr-wrapper {
    width: 100%;
    max-width: 90%;
    padding: 1rem;
  }

  .text-field._100--width {
    width: 100%;
  }

  .input-field-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .styleguide-logo {
    position: fixed;
    inset: 4% auto auto;
  }

  .utility-content-wrapper {
    width: 80%;
  }

  .hero-section-wrapper {
    grid-row-gap: 2rem;
    align-items: stretch;
  }

  .hero-illustration {
    min-width: 63rem;
    left: -37px;
  }

  .circles-section {
    height: auto;
  }

  .circles-right-side {
    height: 30rem;
  }

  .circles-section-wrapper {
    grid-row-gap: 2rem;
  }

  .circles-right-side-img {
    min-width: 69rem;
    top: -19.625rem;
  }

  .steps-section {
    margin-top: -69px;
  }

  .steps-section-wrapper {
    grid-row-gap: 2rem;
  }

  .steps-img-wrapper {
    height: 100vw;
  }

  .steps-img {
    width: 17rem;
  }

  .steps-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .numbers-section-wrapper {
    border-radius: var(--radius--card--radius-md);
  }

  .login-modal {
    width: 90%;
  }

  .login-modal-flex {
    display: none;
  }

  ._2section-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .features-item {
    border-radius: var(--radius--card--radius-md);
  }

  .features-item.set-height.bigger-height {
    height: 38rem;
  }

  .features-item._67rem-height {
    height: 79rem;
  }

  .features-item._36rem-height {
    height: 32rem;
  }

  .methods-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .features-methods-img {
    width: 22rem;
    min-width: 19rem;
  }

  .features-right-side-users {
    left: -2%;
  }

  .graph-bg {
    min-width: 40rem;
  }

  .features-section-crypto-coin, .features-section-crypto-coin-2 {
    display: none;
  }

  .features-left-side-goal-img {
    width: 18rem;
  }

  .coin-img {
    min-width: 32rem;
    top: -6.3rem;
    right: -12.1438rem;
  }

  .product-templates-illustration {
    min-width: 53rem;
    top: -96px;
  }

  .testimonials-content-wrapper {
    grid-row-gap: 2rem;
  }

  .testimonials-stores-wrapper {
    flex-direction: column;
  }

  .testimonial-item {
    width: 100%;
  }

  .prensa-content-wrapper {
    border-radius: var(--radius--card--radius-md);
    padding: 2rem;
  }

  .press-right-side {
    grid-template-rows: auto;
  }

  .trucos-content-wrapper {
    grid-row-gap: 2rem;
  }

  .text-6xl {
    font-size: 2rem;
  }

  .text-6xl.type-change.text-align-center {
    text-align: center;
  }

  .security-opinions-wrapper {
    flex-direction: column-reverse;
  }

  .prensa-right-side {
    grid-template-rows: auto;
  }

  .security-content-wrapper {
    padding: 1.5rem;
  }

  .blog-link {
    height: 70vw;
  }

  .tittle-wrapper {
    max-width: 20rem;
  }

  .navbar-button-2:hover {
    background-color: #ebebeb00;
  }

  .navbar-button-2.w--current:hover {
    background-color: #4f46e5;
  }

  .flex-block-43 {
    grid-column-gap: 1rem;
    flex-flow: wrap;
  }

  .flex-block-43.content-secondary {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-related-content {
    grid-template-columns: 1fr;
  }

  .cta-section-wrapper {
    grid-row-gap: 2rem;
  }

  .footer-img.tablet {
    object-fit: cover;
    width: 100%;
    height: 50%;
    bottom: -13%;
  }

  .presupuestos-faciles-section, .envia-dinero-section {
    border-radius: var(--radius--card--radius-md);
  }

  .logo-navbar {
    border-width: 0;
    border-color: #d4d4d800;
    border-radius: 0;
  }

  .div-block-134 {
    max-width: 13rem;
  }

  .pages-section-wrapper {
    text-align: center;
  }

  .prensa-slider-wrapper {
    grid-row-gap: 2rem;
  }

  .slider-logo {
    width: 6rem;
  }

  .hero-illustration-copy {
    min-width: 31rem;
    height: 22rem;
  }

  .extension-tab-img {
    border-radius: var(--radius--card--radius-md);
  }

  .descuentos-content-wrapper {
    border-radius: var(--radius--card--radius-md);
    padding: 2rem;
  }

  .descuentos-grid {
    grid-template-rows: auto;
  }

  .extension-feature-item-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .extension-number-container {
    border-radius: var(--radius--card--radius-md);
    padding: 2rem;
  }

  .extension-cta-section-wrapper {
    grid-row-gap: 2rem;
  }

  .privacidad-cta-wrapper {
    border-radius: var(--radius--card--radius-md);
    padding: 2rem;
  }

  .div-block-142 {
    height: 20rem;
  }

  .cookies-modal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .cookies-modal-button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .cookies-manager-wrapper {
    display: none;
  }

  .cookies-manager-content {
    max-height: 85vh;
    padding: 0;
  }

  .social-media-section {
    height: 49rem;
  }

  .text-3xl {
    font-size: 1.75rem;
  }

  .blog-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .social-share-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .feature-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-112 {
    text-align: center;
    max-width: 200px;
  }
}

#w-node-_393793ca-9edf-1368-5628-04a2c9d441cb-cc18b2a7, #w-node-_955033f8-b2a7-c01b-9d11-4c18d555b21e-cc18b2a7, #w-node-_955033f8-b2a7-c01b-9d11-4c18d555b213-cc18b2a7, #w-node-_955033f8-b2a7-c01b-9d11-4c18d555b218-cc18b2a7, #w-node-_3fda0cea-4a75-944c-f730-d9cb3e373141-cc18b2a7, #w-node-e91c5268-dcfc-8750-84cf-d8c349e922bf-cc18b2a7, #w-node-_2668de27-6811-3608-e245-c5d2c8cc1b06-cc18b2a7, #w-node-_5a3d31a6-6921-1a92-f205-86d8ce4d0b41-cc18b2a7, #w-node-_7b1df2ce-3f2e-df05-3563-3659245cdd65-cc18b2a7, #w-node-_163cd921-bfdb-6189-0e5e-447b757276fe-cc18b2a7, #w-node-_56cc9245-3ac8-3154-461c-5d6246d1c151-cc18b2a7, #w-node-_433e503e-c7fa-9798-d021-375905ad72ed-cc18b2a7, #w-node-_4e912233-276a-718b-193b-6678ba1c313c-cc18b2a7, #w-node-_845ed7c4-4c49-0a6c-df04-3fc69cab9033-cc18b2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6ad17dd-2bd6-725c-eda0-ca66d2c4f595-524177ee {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 5fr) .25fr;
}

#w-node-_1b70db9e-0f2b-c1e2-e3e4-af0ca5101cb3-a5101cae, #w-node-_1b70db9e-0f2b-c1e2-e3e4-af0ca5101cb8-a5101cae, #w-node-_1b70db9e-0f2b-c1e2-e3e4-af0ca5101cc7-a5101cae, #w-node-_2a80fb0e-cc38-19ac-61d0-a9d94dfef499-4dfef498 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a80fb0e-cc38-19ac-61d0-a9d94dfef49a-4dfef498 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a6651df-aa13-26bc-abf7-3a1673b239cf-73b239c7, #w-node-_8a6651df-aa13-26bc-abf7-3a1673b239d3-73b239c7, #w-node-_8a6651df-aa13-26bc-abf7-3a1673b239db-73b239c7, #w-node-_8a6651df-aa13-26bc-abf7-3a1673b239df-73b239c7, #w-node-_8a6651df-aa13-26bc-abf7-3a1673b239e7-73b239c7, #w-node-_8a6651df-aa13-26bc-abf7-3a1673b239eb-73b239c7, #w-node-_351551f6-f292-4600-c5dd-0e4157ff3c39-57ff3c34, #w-node-_351551f6-f292-4600-c5dd-0e4157ff3c3f-57ff3c34, #w-node-_1af502a2-de73-44b4-393f-5662248bf3db-248bf3d6, #w-node-_1af502a2-de73-44b4-393f-5662248bf3e0-248bf3d6, #w-node-_1af502a2-de73-44b4-393f-5662248bf3e6-248bf3d6, #w-node-_610e58f8-a669-65f4-73c2-492bef51dee6-cc18b2ba, #w-node-_610e58f8-a669-65f4-73c2-492bef51dee6-cc18b2bf, #w-node-_2a163ca5-a135-bcdb-e147-1b2c02617206-cc18b2c1, #w-node-_7525c305-52d6-0af3-83b1-43279ea582a3-cc18b2c1, #w-node-_1e603e4f-9d53-5468-83f1-bded764e09d6-cc18b2c1, #w-node-_50b2b46f-f0fe-b88c-8d2f-fb798c4718f2-cc18b2c1, #w-node-_50b2b46f-f0fe-b88c-8d2f-fb798c4718f7-cc18b2c1, #w-node-_50b2b46f-f0fe-b88c-8d2f-fb798c4718fd-cc18b2c1, #w-node-d469779c-59b6-b4fc-2f67-6a232b24d826-cc18b2c1, #w-node-e590a23f-f6dd-7e48-f491-32cace84bfaa-cc18b2c1, #w-node-f3c5e1f0-0c19-d2b7-eb9c-91f135642c2b-cc18b2c1, #w-node-f3c5e1f0-0c19-d2b7-eb9c-91f135642c2f-cc18b2c1, #w-node-d2c6ee26-2d49-d35f-22e2-6a9a4eed2c60-cc18b2c1, #w-node-d2c6ee26-2d49-d35f-22e2-6a9a4eed2c64-cc18b2c1, #w-node-b2bbd51a-9eb5-68ad-c1ff-5b73bc78f9bf-cc18b2c1, #w-node-_955033f8-b2a7-c01b-9d11-4c18d555b21e-cc18b2c1, #w-node-_955033f8-b2a7-c01b-9d11-4c18d555b213-cc18b2c1, #w-node-_955033f8-b2a7-c01b-9d11-4c18d555b218-cc18b2c1, #w-node-_0af534f6-a69b-4fa9-a639-8c58b5960743-cc18b2c1, #w-node-_0af534f6-a69b-4fa9-a639-8c58b5960748-cc18b2c1, #w-node-_0af534f6-a69b-4fa9-a639-8c58b5960741-cc18b2c1, #w-node-_3fda0cea-4a75-944c-f730-d9cb3e373141-cc18b2c1, #w-node-e91c5268-dcfc-8750-84cf-d8c349e922bf-cc18b2c1, #w-node-_2668de27-6811-3608-e245-c5d2c8cc1b06-cc18b2c1, #w-node-_5a3d31a6-6921-1a92-f205-86d8ce4d0b41-cc18b2c1, #w-node-_7b1df2ce-3f2e-df05-3563-3659245cdd65-cc18b2c1, #w-node-_163cd921-bfdb-6189-0e5e-447b757276fe-cc18b2c1, #w-node-_56cc9245-3ac8-3154-461c-5d6246d1c151-cc18b2c1, #w-node-_433e503e-c7fa-9798-d021-375905ad72ed-cc18b2c1, #w-node-_4e912233-276a-718b-193b-6678ba1c313c-cc18b2c1, #w-node-_845ed7c4-4c49-0a6c-df04-3fc69cab9033-cc18b2c1, #w-node-_8b05857b-f0b4-a96e-f2ea-a92e6490a057-cc18b2c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_393793ca-9edf-1368-5628-04a2c9d441cb-cc18b2a7, #w-node-_49c71448-a026-901d-7e2a-d3583dc60a35-3dc60a33, #w-node-_351551f6-f292-4600-c5dd-0e4157ff3c39-57ff3c34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_351551f6-f292-4600-c5dd-0e4157ff3c3f-57ff3c34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0175-cc18b2ba, #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0175-cc18b2bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50b2b46f-f0fe-b88c-8d2f-fb798c4718fd-cc18b2c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0175-cc18b2ba, #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0175-cc18b2bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b6ad17dd-2bd6-725c-eda0-ca66d2c4f595-524177ee {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 5fr);
  }

  #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0167-cc18b2ba, #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db016e-cc18b2ba, #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0175-cc18b2ba, #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0167-cc18b2bf, #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db016e-cc18b2bf, #w-node-fdeeb5f7-a408-a4e5-9578-2c8d23db0175-cc18b2bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Perfectlynineties';
  src: url('../fonts/PerfectlyNineties-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}