/**
 * Colors used in the theme and their defaults based on the color palette.
 *
 * These colors are used throughout the theme and can be used in the
 * theme's CSS. The colors are divided into two sets, one for the
 * primary and one for the secondary. The primary colors are used
 * for the main elements of the site, while the secondary colors
 * are used for less important elements.
 */
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(sm, lg) {}
@include between-breakpoints-widths(0, 1024px) {}
**/
/* Background overlay */
/* Mixin: Country flag Icon */
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(sm, lg) {}
@include between-breakpoints-widths(0, 1024px) {}
**/
/* Function to calculate width of each column */
/* Function to change px to rem */
/* Function to change px to rem */
/* Function to calculate width of each column */
/* stylelint-disable */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090D10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

sub {
  font-size: small;
  vertical-align: sub;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, .heading-1,
h2, .heading-2,
h3, .heading-3 {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: block;
}

h4, .heading-4,
h5, .heading-5 {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  display: block;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

html {
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
}
html body {
  height: 100%;
}
html body #app {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html body #app main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Utilities */
/* Utilities */
:root {
  /**
  * Colors
  *
  * Generate palettes for full colors and grays
  */
  --aprende--primary-100: #e96f8a;
  --aprende--primary: #db0f3c;
  --aprende--primary-900: #ac0c2f;
  --aprende--white: #ffffff;
  --aprende--secondary-100: #EFF2F6;
  --aprende--secondary-200: #CED8E4;
  --aprende--secondary-300: #ADBFD2;
  --aprende--secondary-400: #8CA5BF;
  --aprende--secondary: #405973;
  --aprende--secondary-600: #2E4053;
  --aprende--secondary-700: #1B2631;
  --aprende--secondary-800: #090D10;
  --aprende--black: #090D10;
  --aprende--tertiary-100: #F1F4FB;
  --aprende--tertiary-200: #C7D3EF;
  --aprende--tertiary: #5076CD;
  --aprende--tertiary-800: #1D3467;
  --aprende--success-100: #CEF2DA;
  --aprende--success-500: #32C25F;
  --aprende--success-900: #144E26;
  --aprende--warning-100: #FFE7B2;
  --aprende--warning-500: #E59E00;
  --aprende--error-100: #FFE0E0;
  --aprende--error-500: #E00000;
}

/* Font Styles */
h1, .heading-1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (min-width: 1279px) {
  h1, .heading-1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

h2, .heading-2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1279px) {
  h2, .heading-2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

h3, .heading-3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 1279px) {
  h3, .heading-3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h4, .heading-4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 1279px) {
  h4, .heading-4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h5, .heading-5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.heading-regular {
  font-weight: 400;
}

a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: inherit;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-s {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.text-m {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-l {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1279px) {
  .text-l {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

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

.fs-l {
  font-size: 1.125rem;
}

.fs-m {
  font-size: 1rem;
}

.fs-s {
  font-size: 0.875rem;
}

.fs-xs {
  font-size: 0.75rem;
}

.lh-l {
  line-height: 1.75rem;
}

.lh-m {
  line-height: 1.5rem;
}

.lh-s {
  line-height: 1.125rem;
}

.lh-xs {
  line-height: 1rem;
}

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

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

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

.ta-justify {
  text-align: justify;
}

.container-lg, .container-md, .container,
.container-fluid {
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 100%;
  padding: 0 16px;
}

@media (min-width: 600px) {
  .container {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (min-width: 1279px) {
  .container {
    max-width: 1280px;
    padding: 0 28px;
  }
}
/**
* Row
*
* Rows contain your columns.
*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

/**
* Columns
*
* Common styles for small and large grid columns.
*/
[class*=col-],
.col {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.col {
  flex: 1 0 0;
}

.col-1 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-3 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/**
* Auto-columns
*
* Generate the grid column classes based on the number of columns
* in each breakpoint.
*/
@media (min-width: 600px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*=col-],
  .col {
    padding-left: 12px;
    padding-right: 12px;
  }
  .col-md {
    flex: 1 0 0;
  }
  .col-md-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1279px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
/* Spacing */
.p-0 {
  padding: 0;
}

.p-3xs {
  padding: 0.125rem;
}

.p-2xs {
  padding: 0.25rem;
}

.p-xs {
  padding: 0.5rem;
}

.p-s {
  padding: 0.75rem;
}

.p-m {
  padding: 1rem;
}

.p-l {
  padding: 1.5rem;
}

.p-xl {
  padding: 2rem;
}

.p-2xl {
  padding: 3rem;
}

.p-3xl {
  padding: 3.75rem;
}

.p-4xl {
  padding: 5.5rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-3xs {
  padding-left: 0.125rem;
}

.pl-2xs {
  padding-left: 0.25rem;
}

.pl-xs {
  padding-left: 0.5rem;
}

.pl-s {
  padding-left: 0.75rem;
}

.pl-m {
  padding-left: 1rem;
}

.pl-l {
  padding-left: 1.5rem;
}

.pl-xl {
  padding-left: 2rem;
}

.pl-2xl {
  padding-left: 3rem;
}

.pl-3xl {
  padding-left: 3.75rem;
}

.pl-4xl {
  padding-left: 5.5rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-3xs {
  padding-right: 0.125rem;
}

.pr-2xs {
  padding-right: 0.25rem;
}

.pr-xs {
  padding-right: 0.5rem;
}

.pr-s {
  padding-right: 0.75rem;
}

.pr-m {
  padding-right: 1rem;
}

.pr-l {
  padding-right: 1.5rem;
}

.pr-xl {
  padding-right: 2rem;
}

.pr-2xl {
  padding-right: 3rem;
}

.pr-3xl {
  padding-right: 3.75rem;
}

.pr-4xl {
  padding-right: 5.5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-3xs {
  padding-top: 0.125rem;
}

.pt-2xs {
  padding-top: 0.25rem;
}

.pt-xs {
  padding-top: 0.5rem;
}

.pt-s {
  padding-top: 0.75rem;
}

.pt-m {
  padding-top: 1rem;
}

.pt-l {
  padding-top: 1.5rem;
}

.pt-xl {
  padding-top: 2rem;
}

.pt-2xl {
  padding-top: 3rem;
}

.pt-3xl {
  padding-top: 3.75rem;
}

.pt-4xl {
  padding-top: 5.5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-3xs {
  padding-bottom: 0.125rem;
}

.pb-2xs {
  padding-bottom: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.5rem;
}

.pb-s {
  padding-bottom: 0.75rem;
}

.pb-m {
  padding-bottom: 1rem;
}

.pb-l {
  padding-bottom: 1.5rem;
}

.pb-xl {
  padding-bottom: 2rem;
}

.pb-2xl {
  padding-bottom: 3rem;
}

.pb-3xl {
  padding-bottom: 3.75rem;
}

.pb-4xl {
  padding-bottom: 5.5rem;
}

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

.px-3xs {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-2xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-s {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-m {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-l {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-xl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-2xl {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3xl {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-4xl {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-3xs {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-2xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-s {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-m {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-l {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-2xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-3xl {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-4xl {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.m-3xs {
  margin: 0.125rem;
}

.m-2xs {
  margin: 0.25rem;
}

.m-xs {
  margin: 0.5rem;
}

.m-s {
  margin: 0.75rem;
}

.m-m {
  margin: 1rem;
}

.m-l {
  margin: 1.5rem;
}

.m-xl {
  margin: 2rem;
}

.m-2xl {
  margin: 3rem;
}

.m-3xl {
  margin: 3.75rem;
}

.m-4xl {
  margin: 5.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-3xs {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-2xs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-s {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-m {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-l {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-xl {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-2xl {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-3xl {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.mx-4xl {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-3xs {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-2xs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-s {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-m {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-l {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-xl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-3xl {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-4xl {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-3xs {
  margin-left: 0.125rem;
}

.ml-2xs {
  margin-left: 0.25rem;
}

.ml-xs {
  margin-left: 0.5rem;
}

.ml-s {
  margin-left: 0.75rem;
}

.ml-m {
  margin-left: 1rem;
}

.ml-l {
  margin-left: 1.5rem;
}

.ml-xl {
  margin-left: 2rem;
}

.ml-2xl {
  margin-left: 3rem;
}

.ml-3xl {
  margin-left: 3.75rem;
}

.ml-4xl {
  margin-left: 5.5rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-3xs {
  margin-right: 0.125rem;
}

.mr-2xs {
  margin-right: 0.25rem;
}

.mr-xs {
  margin-right: 0.5rem;
}

.mr-s {
  margin-right: 0.75rem;
}

.mr-m {
  margin-right: 1rem;
}

.mr-l {
  margin-right: 1.5rem;
}

.mr-xl {
  margin-right: 2rem;
}

.mr-2xl {
  margin-right: 3rem;
}

.mr-3xl {
  margin-right: 3.75rem;
}

.mr-4xl {
  margin-right: 5.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-3xs {
  margin-top: 0.125rem;
}

.mt-2xs {
  margin-top: 0.25rem;
}

.mt-xs {
  margin-top: 0.5rem;
}

.mt-s {
  margin-top: 0.75rem;
}

.mt-m {
  margin-top: 1rem;
}

.mt-l {
  margin-top: 1.5rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mt-2xl {
  margin-top: 3rem;
}

.mt-3xl {
  margin-top: 3.75rem;
}

.mt-4xl {
  margin-top: 5.5rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3xs {
  margin-bottom: 0.125rem;
}

.mb-2xs {
  margin-bottom: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.mb-s {
  margin-bottom: 0.75rem;
}

.mb-m {
  margin-bottom: 1rem;
}

.mb-l {
  margin-bottom: 1.5rem;
}

.mb-xl {
  margin-bottom: 2rem;
}

.mb-2xl {
  margin-bottom: 3rem;
}

.mb-3xl {
  margin-bottom: 3.75rem;
}

.mb-4xl {
  margin-bottom: 5.5rem;
}

.gap-0 {
  gap: 0;
}

.gap-3xs {
  gap: 0.125rem;
}

.gap-2xs {
  gap: 0.25rem;
}

.gap-xs {
  gap: 0.5rem;
}

.gap-s {
  gap: 0.75rem;
}

.gap-m {
  gap: 1rem;
}

.gap-l {
  gap: 1.5rem;
}

.gap-xl {
  gap: 2rem;
}

.gap-2xl {
  gap: 3rem;
}

.gap-3xl {
  gap: 3.75rem;
}

.gap-4xl {
  gap: 5.5rem;
}

/* Border radius */
.br-s {
  border-radius: 8px;
}

.br-m {
  border-radius: 16px;
}

.br-l {
  border-radius: 24px;
}

/* Box Shadow */
.elevation-1 {
  box-shadow: 0 1px 1px rgba(9, 13, 16, 0.1);
}

.elevation-2 {
  box-shadow: 0 6px 12px rgba(9, 13, 16, 0.16);
}

.elevation-3 {
  box-shadow: 0 16px 24px rgba(9, 13, 16, 0.16);
}

.text-primary-100 {
  color: #e96f8a;
}

.bg-primary-100 {
  background-color: #e96f8a;
}

.text-primary {
  color: #db0f3c;
}

.bg-primary {
  background-color: #db0f3c;
}

.text-primary-900 {
  color: #ac0c2f;
}

.bg-primary-900 {
  background-color: #ac0c2f;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.text-secondary-100 {
  color: #EFF2F6;
}

.bg-secondary-100 {
  background-color: #EFF2F6;
}

.text-secondary-200 {
  color: #CED8E4;
}

.bg-secondary-200 {
  background-color: #CED8E4;
}

.text-secondary-300 {
  color: #ADBFD2;
}

.bg-secondary-300 {
  background-color: #ADBFD2;
}

.text-secondary-400 {
  color: #8CA5BF;
}

.bg-secondary-400 {
  background-color: #8CA5BF;
}

.text-secondary {
  color: #405973;
}

.bg-secondary {
  background-color: #405973;
}

.text-secondary-600 {
  color: #2E4053;
}

.bg-secondary-600 {
  background-color: #2E4053;
}

.text-secondary-700 {
  color: #1B2631;
}

.bg-secondary-700 {
  background-color: #1B2631;
}

.text-secondary-800 {
  color: #090D10;
}

.bg-secondary-800 {
  background-color: #090D10;
}

.text-black {
  color: #090D10;
}

.bg-black {
  background-color: #090D10;
}

.text-tertiary-100 {
  color: #F1F4FB;
}

.bg-tertiary-100 {
  background-color: #F1F4FB;
}

.text-tertiary-200 {
  color: #C7D3EF;
}

.bg-tertiary-200 {
  background-color: #C7D3EF;
}

.text-tertiary {
  color: #5076CD;
}

.bg-tertiary {
  background-color: #5076CD;
}

.text-tertiary-800 {
  color: #1D3467;
}

.bg-tertiary-800 {
  background-color: #1D3467;
}

.text-success-100 {
  color: #CEF2DA;
}

.bg-success-100 {
  background-color: #CEF2DA;
}

.text-success-500 {
  color: #32C25F;
}

.bg-success-500 {
  background-color: #32C25F;
}

.text-success-900 {
  color: #144E26;
}

.bg-success-900 {
  background-color: #144E26;
}

.text-warning-100 {
  color: #FFE7B2;
}

.bg-warning-100 {
  background-color: #FFE7B2;
}

.text-warning-500 {
  color: #E59E00;
}

.bg-warning-500 {
  background-color: #E59E00;
}

.text-error-100 {
  color: #FFE0E0;
}

.bg-error-100 {
  background-color: #FFE0E0;
}

.text-error-500 {
  color: #E00000;
}

.bg-error-500 {
  background-color: #E00000;
}

/* Animation */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Layout properties */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-f {
  display: inline-flex !important;
}

.d-inline-b {
  display: inline-block !important;
}

@media (min-width: 600px) {
  .d-none-md {
    display: none !important;
  }
  .d-block-md {
    display: block !important;
  }
  .d-flex-md {
    display: flex !important;
  }
  .d-grid-md {
    display: grid !important;
  }
  .d-inline-md {
    display: inline !important;
  }
  .d-inline-f-md {
    display: inline-flex !important;
  }
  .d-inline-b-md {
    display: inline-block !important;
  }
}
@media (min-width: 1279px) {
  .d-none-lg {
    display: none !important;
  }
  .d-block-lg {
    display: block !important;
  }
  .d-flex-lg {
    display: flex !important;
  }
  .d-grid-lg {
    display: grid !important;
  }
  .d-inline-lg {
    display: inline !important;
  }
  .d-inline-f-lg {
    display: inline-flex !important;
  }
  .d-inline-b-lg {
    display: inline-block !important;
  }
}
.direction-row {
  flex-direction: row;
}

.direction-column {
  flex-direction: column;
}

.direction-row-r {
  flex-direction: row-reverse;
}

.direction-column-r {
  flex-direction: column-reverse;
}

.wrap-nowrap {
  flex-wrap: nowrap;
}

.wrap-wrap {
  flex-wrap: wrap;
}

.wrap-wrap-r {
  flex-wrap: wrap-reverse;
}

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

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

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

.align-baseline {
  align-items: baseline;
}

.align-stretch {
  align-items: stretch;
}

.content-start {
  align-content: start;
}

.content-end {
  align-content: end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.self-start {
  align-self: start;
}

.self-end {
  align-self: end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.gap-0 {
  gap: 0;
}

.gap-3xs {
  gap: 2px;
}

.gap-2xs {
  gap: 4px;
}

.gap-xs {
  gap: 8px;
}

.gap-s {
  gap: 12px;
}

.gap-m {
  gap: 16px;
}

.gap-l {
  gap: 24px;
}

.gap-xl {
  gap: 32px;
}

.gap-2xl {
  gap: 48px;
}

.gap-3xl {
  gap: 60px;
}

.gap-4xl {
  gap: 88px;
}

/* Animation */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes FadeInSlow {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BounceIcon {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(0);
  }
  57% {
    transform: translateY(-3px);
  }
  64% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ShowFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ToBottom {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes HideToBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes ElementBottom {
  0% {
    transform: translateY(90%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes animatePrevElement {
  0% {
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes animateNextElement {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ShowFromTopBounce {
  0% {
    transform: translateY(-100%);
  }
  85% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ShowFromBottomBounce {
  0% {
    transform: translateY(100%);
  }
  85% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Components */
.c-button {
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  max-width: 336px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
}
.c-button.icon-position-left, .c-button.icon-position-right {
  gap: 8px;
}
.c-button.btn-sm {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  min-height: 40px;
}
.c-button.btn-lg {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
}
.c-button.btn-primary {
  color: #ffffff;
  background-color: #db0f3c;
}
.c-button.btn-primary:hover:not([disabled], .is-disabled, .no-hover) {
  background-color: #e96f8a;
  box-shadow: 0px 0px 12px 0px rgba(233, 111, 138, 0.3);
}
.c-button.btn-primary:focus:not([disabled], .is-disabled, .no-focus) {
  background-color: #ac0c2f;
  outline-color: #e96f8a;
}
.c-button.btn-primary[disabled], .c-button.btn-primary.is-disabled {
  color: #ffffff;
  background-color: #ADBFD2;
  pointer-events: none;
}
.c-button.btn-primary.is-loading {
  background-color: #e96f8a;
  pointer-events: none;
}
.c-button.btn-primary.icon-position-left svg, .c-button.btn-primary.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-primary.icon-position-left .c-icon svg, .c-button.btn-primary.icon-position-right .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-primary.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-primary.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-primary-outline {
  color: #db0f3c;
  outline-color: #db0f3c;
  background-color: transparent;
}
.c-button.btn-primary-outline:hover:not([disabled], .is-disabled, .no-hover) {
  color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(233, 111, 138, 0.3);
  background-color: #e96f8a;
}
.c-button.btn-primary-outline:focus:not([disabled], .is-disabled, .no-focus) {
  color: #ac0c2f;
  outline-color: #ac0c2f;
  background-color: transparent;
}
.c-button.btn-primary-outline[disabled], .c-button.btn-primary-outline.is-disabled {
  outline-color: #CED8E4;
  color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-primary-outline.is-loading {
  color: #e96f8a;
  pointer-events: none;
}
.c-button.btn-primary-outline.icon-position-left svg, .c-button.btn-primary-outline.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-primary-outline.icon-position-left .c-icon svg, .c-button.btn-primary-outline.icon-position-right .c-icon svg {
  filter: invert(20%) sepia(86%) saturate(6180%) hue-rotate(340deg) brightness(77%) contrast(98%);
}
.c-button.btn-primary-outline.icon-position-left:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg, .c-button.btn-primary-outline.icon-position-right:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-primary-outline.icon-position-left:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg, .c-button.btn-primary-outline.icon-position-right:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg {
  filter: invert(10%) sepia(64%) saturate(7335%) hue-rotate(341deg) brightness(90%) contrast(95%);
}
.c-button.btn-primary-outline.icon-position-left[disabled] .c-icon svg, .c-button.btn-primary-outline.icon-position-left.is-disabled .c-icon svg, .c-button.btn-primary-outline.icon-position-right[disabled] .c-icon svg, .c-button.btn-primary-outline.icon-position-right.is-disabled .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-primary-outline.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-primary-outline.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-primary-text {
  color: #db0f3c;
  background-color: transparent;
}
.c-button.btn-primary-text:hover:not([disabled], .is-disabled, .no-hover) {
  color: #e96f8a;
  text-shadow: 0px 0px 12px rgba(233, 111, 138, 0.3);
}
.c-button.btn-primary-text:focus:not([disabled], .is-disabled, .no-focus) {
  color: #ac0c2f;
}
.c-button.btn-primary-text[disabled], .c-button.btn-primary-text.is-disabled {
  color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-primary-text.is-loading {
  color: #e96f8a;
  pointer-events: none;
}
.c-button.btn-primary-text.icon-position-left svg, .c-button.btn-primary-text.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-primary-text.icon-position-left .c-icon svg, .c-button.btn-primary-text.icon-position-right .c-icon svg {
  filter: invert(20%) sepia(86%) saturate(6180%) hue-rotate(340deg) brightness(77%) contrast(98%);
}
.c-button.btn-primary-text.icon-position-left[disabled] .c-icon svg, .c-button.btn-primary-text.icon-position-left.is-disabled .c-icon svg, .c-button.btn-primary-text.icon-position-right[disabled] .c-icon svg, .c-button.btn-primary-text.icon-position-right.is-disabled .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-primary-text.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-primary-text.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-negative {
  color: #2E4053;
  background-color: #ffffff;
}
.c-button.btn-negative:hover:not([disabled], .is-disabled, .no-hover) {
  background-color: #ADBFD2;
  box-shadow: 0px 0px 12px 0px rgba(206, 216, 228, 0.3);
}
.c-button.btn-negative:focus:not([disabled], .is-disabled, .no-focus) {
  background-color: #8CA5BF;
  outline-color: #8CA5BF;
}
.c-button.btn-negative[disabled], .c-button.btn-negative.is-disabled {
  color: #ffffff;
  background-color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-negative.is-loading {
  color: #ffffff;
  background-color: #ADBFD2;
  pointer-events: none;
}
.c-button.btn-negative.icon-position-left svg, .c-button.btn-negative.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-negative.icon-position-left .c-icon svg, .c-button.btn-negative.icon-position-right .c-icon svg {
  filter: invert(20%) sepia(56%) saturate(379%) hue-rotate(170deg) brightness(90%) contrast(87%);
}
.c-button.btn-negative.icon-position-left[disabled] .c-icon svg, .c-button.btn-negative.icon-position-left.is-disabled .c-icon svg, .c-button.btn-negative.icon-position-right[disabled] .c-icon svg, .c-button.btn-negative.icon-position-right.is-disabled .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-negative.icon-position-left.is-loading .c-icon svg, .c-button.btn-negative.icon-position-right.is-loading .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-negative.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-negative.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-negative-outline {
  color: #ffffff;
  outline-color: #ffffff;
  background-color: transparent;
}
.c-button.btn-negative-outline:hover:not([disabled], .is-disabled, .no-hover) {
  color: #2E4053;
  box-shadow: 0px 0px 12px 0px rgba(206, 216, 228, 0.3);
  background-color: #ADBFD2;
  outline-color: #ADBFD2;
}
.c-button.btn-negative-outline:focus:not([disabled], .is-disabled, .no-focus) {
  color: #8CA5BF;
  outline-color: #8CA5BF;
  background-color: transparent;
}
.c-button.btn-negative-outline[disabled], .c-button.btn-negative-outline.is-disabled {
  outline-color: #CED8E4;
  color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-negative-outline.is-loading {
  color: #ADBFD2;
  pointer-events: none;
}
.c-button.btn-negative-outline.icon-position-left svg, .c-button.btn-negative-outline.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-negative-outline.icon-position-left .c-icon svg, .c-button.btn-negative-outline.icon-position-right .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-negative-outline.icon-position-left:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg, .c-button.btn-negative-outline.icon-position-right:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg {
  filter: invert(20%) sepia(56%) saturate(379%) hue-rotate(170deg) brightness(90%) contrast(87%);
}
.c-button.btn-negative-outline.icon-position-left:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg, .c-button.btn-negative-outline.icon-position-right:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg {
  filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(189deg) brightness(150%) contrast(88%);
}
.c-button.btn-negative-outline.icon-position-left[disabled] .c-icon svg, .c-button.btn-negative-outline.icon-position-left.is-disabled .c-icon svg, .c-button.btn-negative-outline.icon-position-right[disabled] .c-icon svg, .c-button.btn-negative-outline.icon-position-right.is-disabled .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-negative-outline.icon-position-left.is-loading .c-icon svg, .c-button.btn-negative-outline.icon-position-right.is-loading .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-negative-outline.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-negative-outline.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-negative-text {
  color: #ffffff;
  background-color: transparent;
}
.c-button.btn-negative-text:hover:not([disabled], .is-disabled, .no-hover) {
  color: #ADBFD2;
  box-shadow: 0px 0px 12px 0px rgba(206, 216, 228, 0.3);
}
.c-button.btn-negative-text:focus:not([disabled], .is-disabled, .no-focus) {
  color: #8CA5BF;
}
.c-button.btn-negative-text[disabled], .c-button.btn-negative-text.is-disabled {
  color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-negative-text.is-loading {
  color: #ADBFD2;
  pointer-events: none;
}
.c-button.btn-negative-text.icon-position-left svg, .c-button.btn-negative-text.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-negative-text.icon-position-left .c-icon svg, .c-button.btn-negative-text.icon-position-right .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-negative-text.icon-position-left:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg, .c-button.btn-negative-text.icon-position-right:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg {
  filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(189deg) brightness(150%) contrast(88%);
}
.c-button.btn-negative-text.icon-position-left:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg, .c-button.btn-negative-text.icon-position-right:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg {
  filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(189deg) brightness(150%) contrast(88%);
}
.c-button.btn-negative-text.icon-position-left[disabled] .c-icon svg, .c-button.btn-negative-text.icon-position-left.is-disabled .c-icon svg, .c-button.btn-negative-text.icon-position-right[disabled] .c-icon svg, .c-button.btn-negative-text.icon-position-right.is-disabled .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-negative-text.icon-position-left.is-loading .c-icon svg, .c-button.btn-negative-text.icon-position-right.is-loading .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-negative-text.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-negative-text.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-secondary {
  color: #ffffff;
  background-color: #2E4053;
}
.c-button.btn-secondary:hover:not([disabled], .is-disabled, .no-hover) {
  color: #2E4053;
  background-color: #ADBFD2;
  box-shadow: 0px 0px 12px 0px rgba(173, 191, 210, 0.3);
}
.c-button.btn-secondary:focus:not([disabled], .is-disabled, .no-focus) {
  outline-color: #2E4053;
  color: #2E4053;
  background-color: #8CA5BF;
}
.c-button.btn-secondary[disabled], .c-button.btn-secondary.is-disabled {
  background-color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-secondary.is-loading {
  background-color: #ADBFD2;
  pointer-events: none;
}
.c-button.btn-secondary.icon-position-left svg, .c-button.btn-secondary.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-secondary.icon-position-left .c-icon svg, .c-button.btn-secondary.icon-position-right .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-secondary.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-secondary.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-secondary-outline {
  color: #2E4053;
  outline-color: #2E4053;
  background-color: transparent;
}
.c-button.btn-secondary-outline:hover:not([disabled], .is-disabled, .no-hover) {
  box-shadow: 0px 0px 12px 0px rgba(173, 191, 210, 0.3);
  background-color: #ADBFD2;
  outline-color: #ADBFD2;
}
.c-button.btn-secondary-outline:focus:not([disabled], .is-disabled, .no-focus) {
  color: #8CA5BF;
  outline-color: #8CA5BF;
  background-color: transparent;
}
.c-button.btn-secondary-outline[disabled], .c-button.btn-secondary-outline.is-disabled {
  outline-color: #CED8E4;
  color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-secondary-outline.is-loading {
  color: #ADBFD2;
  outline-color: #ADBFD2;
  pointer-events: none;
}
.c-button.btn-secondary-outline.icon-position-left svg, .c-button.btn-secondary-outline.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-secondary-outline.icon-position-left .c-icon svg, .c-button.btn-secondary-outline.icon-position-right .c-icon svg {
  filter: invert(20%) sepia(56%) saturate(379%) hue-rotate(170deg) brightness(90%) contrast(87%);
}
.c-button.btn-secondary-outline.icon-position-left:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg, .c-button.btn-secondary-outline.icon-position-right:hover:not([disabled], .is-disabled, .no-hover) .c-icon svg {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(273deg) brightness(112%) contrast(100%);
}
.c-button.btn-secondary-outline.icon-position-left:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg, .c-button.btn-secondary-outline.icon-position-right:focus:not([disabled], .is-disabled, .no-focus) .c-icon svg {
  filter: invert(20%) sepia(56%) saturate(379%) hue-rotate(170deg) brightness(90%) contrast(87%);
}
.c-button.btn-secondary-outline.icon-position-left[disabled] .c-icon svg, .c-button.btn-secondary-outline.icon-position-left.is-disabled .c-icon svg, .c-button.btn-secondary-outline.icon-position-right[disabled] .c-icon svg, .c-button.btn-secondary-outline.icon-position-right.is-disabled .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-secondary-outline.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-secondary-outline.is-loading .c-icon svg {
  filter: none;
}
.c-button.btn-secondary-text {
  color: #2E4053;
  background-color: transparent;
}
.c-button.btn-secondary-text:hover:not([disabled], .is-disabled, .no-hover) {
  color: #ADBFD2;
  text-shadow: 0px 0px 12px rgba(233, 111, 138, 0.3);
}
.c-button.btn-secondary-text:focus:not([disabled], .is-disabled, .no-focus) {
  color: #8CA5BF;
}
.c-button.btn-secondary-text[disabled], .c-button.btn-secondary-text.is-disabled {
  color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-secondary-text.is-loading {
  color: #CED8E4;
  pointer-events: none;
}
.c-button.btn-secondary-text.icon-position-left svg, .c-button.btn-secondary-text.icon-position-right svg {
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.c-button.btn-secondary-text.icon-position-left .c-icon svg, .c-button.btn-secondary-text.icon-position-right .c-icon svg {
  filter: invert(20%) sepia(56%) saturate(379%) hue-rotate(170deg) brightness(90%) contrast(87%);
}
.c-button.btn-secondary-text.icon-position-left[disabled] .c-icon svg, .c-button.btn-secondary-text.icon-position-left.is-disabled .c-icon svg, .c-button.btn-secondary-text.icon-position-right[disabled] .c-icon svg, .c-button.btn-secondary-text.icon-position-right.is-disabled .c-icon svg {
  filter: invert(73%) sepia(8%) saturate(646%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.c-button.btn-secondary-text.is-loading .c-icon {
  animation: rotation 0.8s linear infinite;
}
.c-button.btn-secondary-text.is-loading .c-icon svg {
  filter: none;
}

.c-button-group {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.c-button-group__title {
  font-size: 16px;
  font-weight: 400;
}
.c-button-group__container {
  display: flex;
}
.c-button-group__container_horizontal > div:first-child,
.c-button-group__container_horizontal > a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-button-group__container_horizontal > div:last-child,
.c-button-group__container_horizontal > a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-button-group__container_horizontal > div:not(:first-child):not(:last-child),
.c-button-group__container_horizontal > a:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-right-color: transparent;
  border-left-color: transparent;
}
.c-button-group__container_vertical {
  flex-direction: column;
  max-width: fit-content;
}
.c-button-group__container_vertical > div:first-child,
.c-button-group__container_vertical > a:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-button-group__container_vertical > div:last-child,
.c-button-group__container_vertical > a:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-button-group__container_vertical > div:not(:first-child):not(:last-child),
.c-button-group__container_vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.c-switch {
  /* The switch - the box around the slider */
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #8CA5BF;
  /* Hide default HTML checkbox */
}
.c-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.c-switch {
  /* The slider */
}
.c-switch .c-switch_slider {
  position: absolute;
  cursor: pointer;
  left: 3px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  transition: 0.2s;
  border-radius: 50%;
}
.c-switch .c-switch_slider.checked {
  width: 20px;
  height: 20px;
  left: 17px;
  top: 1px;
}
.c-switch .c-switch_slider.checked:active::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #CED8E4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-switch .c-switch_slider:not(.checked):hover::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #EFF2F6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-switch .c-switch_slider:checked:active::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #CED8E4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-switch.checked {
  border-color: transparent;
}
.c-switch.checked span {
  background-color: #ffffff;
}
.c-switch:not(.checked) {
  background-color: transparent;
}
.c-switch.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.c-switch.disabled.checked {
  background-color: #CED8E4;
}
.c-switch.disabled.checked span {
  background-color: #ffffff;
}
.c-switch.disabled:not(.checked) {
  border: 1px solid #CED8E4;
}
.c-switch.disabled:not(.checked) span {
  background-color: #CED8E4;
}

.c-badge {
  background-color: #db0f3c;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  height: 16px;
  width: 16px;
  line-height: 15px;
  padding: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-divider {
  border: none;
}
.c-divider_horizontal {
  height: var(--divider-stroke);
  width: 100%;
}
.c-divider_vertical {
  height: 100%;
  width: var(--divider-stroke);
}

.c-checkbox {
  display: flex;
  padding: 8px 0px;
  gap: 4px;
}
.c-checkbox > label {
  font-size: 16px;
  font-weight: 400;
  color: #090D10;
  cursor: pointer;
}
.c-checkbox .circle, .c-checkbox .check:not([disabled]):active::before, .c-checkbox .check:not([disabled]):hover::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-checkbox .check {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #ADBFD2;
  cursor: pointer;
  background-size: 85% 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-clip: content-box;
  transition: background-color 0.4s ease-in-out;
}
.c-checkbox .check:checked {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.c-checkbox .check:checked.indeterminate {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13C7.71667 13 7.479 12.904 7.287 12.712C7.09567 12.5207 7 12.2833 7 12C7 11.7167 7.09567 11.479 7.287 11.287C7.479 11.0957 7.71667 11 8 11H16C16.2833 11 16.5207 11.0957 16.712 11.287C16.904 11.479 17 11.7167 17 12C17 12.2833 16.904 12.5207 16.712 12.712C16.5207 12.904 16.2833 13 16 13H8Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
}
.c-checkbox .check:checked.bg-black:checked {
  background-color: #090D10;
}
.c-checkbox .check:checked.bg-primary:checked {
  background-color: #db0f3c;
}
.c-checkbox .check:not([disabled]):hover::before {
  background-color: #EFF2F6;
}
.c-checkbox .check:not([disabled]):active::before {
  background-color: #CED8E4;
}
.c-checkbox.disabled > label {
  color: #CED8E4;
}
.c-checkbox.disabled .check {
  border: 2px solid #CED8E4;
  cursor: not-allowed;
}
.c-checkbox.disabled .check:checked, .c-checkbox.disabled .check.bg-black:checked, .c-checkbox.disabled .check.bg-primary:checked {
  border: 2px solid #CED8E4;
  background-color: #CED8E4;
}

.c-icon {
  display: flex;
  visibility: visible;
}

.c-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0px;
  cursor: pointer;
}
.c-radio span {
  color: #090D10;
}
.c-radio.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.c-radio.disabled span {
  color: #CED8E4;
}
.c-radio input {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
.c-radio input::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.c-radio input:checked.primary, .c-radio input.check.primary {
  border: 2px solid #db0f3c;
}
.c-radio input:checked.primary::before, .c-radio input.check.primary::before {
  transform: scale(1);
  background-color: #db0f3c;
  box-shadow: inset 16px 16px #db0f3c;
}
.c-radio input:checked.secondary, .c-radio input.check.secondary {
  border: 2px solid #090D10;
}
.c-radio input:checked.secondary::before, .c-radio input.check.secondary::before {
  transform: scale(1);
  background-color: #090D10;
  box-shadow: inset 16px 16px #090D10;
}
.c-radio input:checked.disabled, .c-radio input.check.disabled {
  border: 2px solid #CED8E4;
}
.c-radio input:checked.disabled::before, .c-radio input.check.disabled::before {
  transform: scale(1);
  background-color: #CED8E4;
  box-shadow: inset 16px 16px #CED8E4;
}
.c-radio input:not(:checked) {
  border: 2px solid #ADBFD2;
}
.c-radio input:not(:checked):hover {
  background-color: #EFF2F6;
  outline: 8px solid #EFF2F6;
}
.c-radio input:not(:checked):active {
  background-color: #CED8E4;
  outline: 8px solid #CED8E4;
}

.c-checklist {
  display: flex;
  flex-direction: column;
}
.c-checklist .c-checkbox > label {
  font-size: 16px;
}
.c-checklist__list {
  margin-left: 24px;
  display: inline-flex;
  flex-direction: column;
  display: none;
}
.c-checklist__list .c-checkbox > label {
  font-size: 16px;
}
.c-checklist__list--show {
  display: block;
}

.c-chip {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  cursor: pointer;
  outline: 1px solid #CED8E4;
  outline-offset: -1px;
  box-sizing: border-box;
}
.c-chip--small {
  max-height: 32px;
}
.c-chip--small__content {
  font-size: 12px;
  line-height: 16px;
}
.c-chip--medium {
  max-height: 36px;
}
.c-chip--medium__content {
  font-size: 14px;
  line-height: 24px;
}
.c-chip--selected {
  color: #ffffff;
  background-color: #2E4053;
}
.c-chip--selected > .c-icon {
  filter: brightness(100);
}
.c-chip--square {
  border-radius: 8px;
}
.c-chip--close {
  display: none;
}
.c-chip:hover {
  color: #090D10;
  border-color: #2E4053;
  background-color: #ADBFD2;
}
.c-chip:hover > .c-icon {
  filter: brightness(0);
}

.c-progress-bar {
  width: 100%;
  position: relative;
  background-color: #CED8E4;
}
.c-progress-bar .large {
  height: 8px;
}
.c-progress-bar.round.large {
  border-radius: 8px;
}
.c-progress-bar.round.medium {
  border-radius: 2px;
}
.c-progress-bar__fill {
  display: block;
  height: 4px;
  transition: width 500ms ease-in-out;
  width: var(--progress-bar);
  max-width: 100%;
}
.c-progress-bar__fill.round.large {
  border-radius: 8px;
}
.c-progress-bar__fill.round.medium {
  border-radius: 2px;
}

.c-dropdown {
  position: relative;
  width: 100%;
  min-width: 298px;
  background: #ffffff;
  margin-top: 8px;
  margin-bottom: 18px;
}
.c-dropdown__wrapper {
  cursor: pointer;
}
.c-dropdown-error {
  border-color: #E00000;
}
.c-dropdown-error .c-dropdown__select, .c-dropdown-error .c-dropdown__label {
  color: #E00000;
  border-color: #E00000;
}
.c-dropdown-error .c-icon svg path {
  fill: #E00000;
}
.c-dropdown__label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  color: #2E4053;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.c-dropdown__select:focus-within .c-dropdown__label, .c-dropdown_active .c-dropdown__label {
  top: 0;
  left: 9px;
  font-size: 12px;
  padding: 0 4px;
}
.c-dropdown__label.c-dropdown__icon-included:not(.c-dropdown_active .c-dropdown__label) {
  left: 34px;
}
.c-dropdown__select {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CED8E4;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
}
.c-dropdown_active:not(.c-dropdown-error) .c-dropdown__select {
  border: 1px solid #ADBFD2;
}
.c-dropdown__select:hover {
  border-color: #ADBFD2;
}
.c-dropdown__select:hover ~ .c-input_label {
  color: #1B2631;
}
.c-dropdown__select:focus-visible {
  outline: none;
}
.c-dropdown__select-placeholder {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-dropdown__select .c-dropdown__icon-included {
  padding-left: 28px;
}
.c-dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0px 6px 12px 0px rgba(9, 13, 16, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: 0.2s;
  z-index: 1000;
}
.c-dropdown_active .c-dropdown__options {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.c-dropdown__option {
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-dropdown__option:hover {
  background-color: #EFF2F6;
}
.c-dropdown .c-input_error, .c-dropdown .c-input_assistive {
  position: absolute;
  display: block;
  line-height: 16px;
}
.c-dropdown .c-input_error span, .c-dropdown .c-input_assistive span {
  color: #E00000;
  font-size: 12px;
  padding-left: 12px;
}
.c-dropdown .c-input_assistive span {
  color: #405973;
  padding-left: 0;
}
.c-dropdown .c-input_icon.left {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 2;
}
.c-dropdown__select-arrow {
  transition: 0.3s;
}
.c-dropdown__select-arrow.expanded {
  transform: rotate(180deg);
}

.c-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-tabs__item {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  transition: 0.2s background-color ease;
}
.c-tabs__item__button {
  background-color: transparent;
  border: none;
  color: #090D10;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.2s background-color ease;
}
.c-tabs__item__button:focus {
  outline: none;
}
.c-tabs__item svg {
  filter: invert(12%) sepia(44%) saturate(367%) hue-rotate(168deg) brightness(99%) contrast(98%);
}
.c-tabs__item_active svg {
  filter: invert(29%) sepia(75%) saturate(7495%) hue-rotate(338deg) brightness(85%) contrast(103%);
}
.c-tabs__item_active button {
  background: #ffffff;
  color: #db0f3c;
  padding: 12px 24px 10px;
  border-bottom: 2px solid var(--aprende--primary);
  pointer-events: none;
}
.c-tabs__item:not(.c-tabs__item_active) button {
  cursor: pointer;
}
.c-tabs__item:not(.c-tabs__item_active) button:hover {
  background-color: #ADBFD2;
}

.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumbs_text {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90vw;
}
.c-breadcrumbs_item {
  display: flex;
  align-items: center;
}
.c-breadcrumbs_anchor {
  text-decoration: none;
  background-color: transparent;
  padding: 4px !important;
}
.c-breadcrumbs_anchor span {
  color: #2E4053;
  font-weight: 400;
}
.c-breadcrumbs_anchor span:not(.c-breadcrumbs_text):hover {
  text-decoration: underline;
  font-weight: 600;
}
.c-breadcrumbs_anchor span:not(.c-breadcrumbs_text):focus, .c-breadcrumbs_anchor span:not(.c-breadcrumbs_text):active {
  text-decoration: none;
  font-weight: 600;
}
.c-breadcrumbs_icon svg path {
  fill: #2E4053;
}

.c-text-area {
  padding-top: 8px;
  padding-bottom: 18px;
  width: 100%;
}
.c-text-area_wrapper {
  position: relative;
  width: 298px;
  min-height: 114px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.c-text-area_wrapper .c-text-area_native-control {
  resize: none;
  width: 100%;
  height: 100%;
  border: 1px solid #ADBFD2;
  border-radius: 6px;
  outline: none;
  padding: 12px 8px;
  background: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.c-text-area_wrapper .c-text-area_native-control::placeholder {
  color: #405973;
}
.c-text-area_wrapper .c-text-area_native-control:hover {
  border-color: #ADBFD2;
  color: #1B2631;
}
.c-text-area_wrapper .c-text-area_native-control:hover ~ .c-text-area_label {
  color: #405973;
}
.c-text-area_wrapper .c-text-area_native-control {
  /* Change border when text area is focused*/
}
.c-text-area_wrapper .c-text-area_native-control:focus {
  border-color: #ADBFD2;
}
.c-text-area_wrapper .c-text-area_native-control {
  position: absolute;
  top: 0;
  left: 0;
  color: #405973;
}
.c-text-area_wrapper .c-text-area_label {
  position: absolute;
  left: 15px;
  color: #405973;
  background-color: #ffffff;
  cursor: text;
  transition: top 120ms ease-in, left 120ms ease-in, font-size 120ms ease-in;
  top: 8px;
}
.c-text-area_wrapper .c-text-area_native-control:focus, .c-text-area_wrapper .c-text-area_native-control:not(select):not(:placeholder-shown):not(:focus) {
  border-color: #2E4053;
}
.c-text-area_wrapper .c-text-area_native-control:focus ~ .c-text-area_label, .c-text-area_wrapper .c-text-area_native-control:not(select):not(:placeholder-shown):not(:focus) ~ .c-text-area_label {
  top: -1px;
  left: 9px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 16px;
  top: 0;
  transform: translateY(-50%);
}
.c-text-area_wrapper.disabled, .c-text-area_wrapper[disabled] {
  opacity: 0.38;
}
.c-text-area_wrapper.disabled > *, .c-text-area_wrapper[disabled] > * {
  cursor: not-allowed;
}
.c-text-area {
  /** Error */
}
.c-text-area_error {
  display: none;
}
.c-text-area__error .c-text-area_native-control {
  color: #E00000;
  border-color: #E00000 !important;
}
.c-text-area__error .c-text-area_icon svg path {
  fill: #E00000;
}
.c-text-area__error .c-text-area_label {
  color: #E00000 !important;
}
.c-text-area {
  /** Assistive */
}
.c-text-area_error, .c-text-area_assistive {
  display: flex;
  align-items: center;
  color: #E00000;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 12px 0 12px;
}
.c-text-area_assistive {
  color: #405973;
}
.c-text-area {
  /** Hidden */
}
.c-text-area.hidden {
  display: none;
  visibility: hidden;
}

.c-input {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 18px;
}
.c-input_wrapper {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.c-input_wrapper .c-input_native-control {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  color: #1B2631;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  padding: 8px 12px;
  background: none;
}
.c-input_wrapper .c-input_native-control:-webkit-autofill, .c-input_wrapper .c-input_native-control:-webkit-autofill:hover, .c-input_wrapper .c-input_native-control:-webkit-autofill:focus, .c-input_wrapper .c-input_native-control:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: #1B2631;
}
.c-input_wrapper .c-input_native-control:not(.c-input_native-control__error) {
  border: 1px solid #CED8E4;
}
.c-input_wrapper .c-input_native-control:not(.c-input_native-control__error):hover {
  border-color: #ADBFD2;
}
.c-input_wrapper .c-input_native-control:not(.c-input_native-control__error):hover ~ .c-input_label {
  color: #1B2631;
}
.c-input_wrapper .c-input_native-control:not(.c-input_native-control__error) {
  /* Change border when input focus*/
}
.c-input_wrapper .c-input_native-control:not(.c-input_native-control__error):focus {
  border-color: #ADBFD2;
}
.c-input_wrapper .c-input_native-control {
  position: absolute;
  top: 0;
  left: 0;
}
.c-input_wrapper .c-input_label {
  position: absolute;
  left: 1px;
  padding-left: 12px;
  color: #405973;
  background-color: #ffffff;
  cursor: text;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
}
.c-input_wrapper .c-input_native-control:focus:not(.c-input_native-control__error), .c-input_wrapper .c-input_native-control:not(select):not(:placeholder-shown):not(:focus):not(.c-input_native-control__error) {
  border-color: #8CA5BF;
}
.c-input_wrapper .c-input_native-control:focus ~ .c-input_label, .c-input_wrapper .c-input_native-control:not(select):not(:placeholder-shown):not(:focus) ~ .c-input_label {
  top: -1px;
  left: 9px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 16px;
}
.c-input_wrapper.disabled, .c-input_wrapper[disabled] {
  opacity: 0.38;
}
.c-input_wrapper.disabled > *, .c-input_wrapper[disabled] > * {
  cursor: not-allowed;
}
.c-input {
  /** Icon */
}
.c-input_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-input_icon.left {
  left: 12px;
}
.c-input_icon.right {
  right: 12px;
}
.c-input_icon-left .c-input_native-control {
  padding-left: 40px;
}
.c-input_icon-left .c-input_wrapper .c-input_label {
  left: 40px;
}
.c-input_icon-right .c-input_native-control {
  padding-right: 40px;
}
.c-input {
  /** Error */
}
.c-input_error {
  display: none;
  color: #E00000;
}
.c-input__error .c-input_error {
  display: flex;
}
.c-input__error .c-input_assistive {
  display: none;
}
.c-input__error .c-input_native-control {
  color: #E00000;
  border: 1px solid #E00000;
}
.c-input__error .c-input_icon svg path {
  fill: #E00000;
}
.c-input__error .c-input_label {
  color: #E00000 !important;
}
.c-input {
  /** Assistive */
}
.c-input_error, .c-input_assistive {
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 12px 0 12px;
}
.c-input_assistive {
  display: flex;
  color: #405973;
}
.c-input {
  /** Hidden */
}
.c-input.hidden {
  display: none;
  visibility: hidden;
}

.c-input-phone {
  position: relative;
  width: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.c-input-phone_wrapper {
  display: flex;
  height: 40px;
}
.c-input-phone_field {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #CED8E4;
  border-radius: 0px 8px 8px 0px;
  color: #1B2631;
  padding: 0 12px;
}
.c-input-phone_active .c-input-phone_field {
  border: 1px solid #ADBFD2;
}
.c-input-phone-error .c-input-phone_field {
  border: 1px solid #E00000;
  color: #E00000;
}
.c-input-phone_value:not(.c-input-phone-error) .c-input-phone_field {
  border: 1px solid #ADBFD2;
}
.c-input-phone_field input {
  width: 100%;
  color: #1B2631;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  border: none;
  outline: none;
}
.c-input-phone_field input:-webkit-autofill, .c-input-phone_field input:-webkit-autofill:hover, .c-input-phone_field input:-webkit-autofill:focus, .c-input-phone_field input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: #1B2631;
}
.c-input-phone-error .c-input-phone_field input {
  color: #E00000;
}
.c-input-phone__dropdown {
  border: 1px solid #CED8E4;
  border-right: none;
  border-radius: 8px 0 0 8px;
  border-radius: 8px 0px 0px 8px;
}
.c-input-phone__dropdown-country {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 12px;
}
.c-input-phone_active .c-input-phone__dropdown {
  border: 1px solid #ADBFD2;
  border-right: none;
}
.c-input-phone-error .c-input-phone__dropdown {
  border: 1px solid #E00000;
  border-right: none;
}
.c-input-phone_value:not(.c-input-phone-error) .c-input-phone__dropdown {
  border: 1px solid #ADBFD2;
  border-right: none;
}
.c-input-phone__options {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 6px 12px 0px rgba(9, 13, 16, 0.16);
  color: #1B2631;
  list-style: none;
  overflow-y: auto;
  transform: scaleY(0);
  transform-origin: 100% 0;
  z-index: 1000;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in;
}
.c-input-phone_active .c-input-phone__options {
  transform: scaleY(1);
}
.c-input-phone__option {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
}
.c-input-phone__option:hover {
  background-color: #EFF2F6;
}
.c-input-phone__option .c-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.c-input-phone__option .c-icon svg {
  width: 12px;
  height: 12px;
  overflow: visible;
}
.c-input-phone_active .c-input-phone__options {
  border-top: none;
}
.c-input-phone_active .c-input-phone__select-arrow {
  transform: rotate(180deg);
}
.c-input-phone__select-arrow {
  transition: 0.2s;
}
.c-input-phone__select-flag .c-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
}
.c-input-phone__select-flag .c-icon svg {
  width: 16px;
  height: 16px;
  overflow: visible;
}
.c-input-phone .c-input_error, .c-input-phone .c-input_assistive {
  position: absolute;
  display: block;
  line-height: 16px;
}
.c-input-phone .c-input_error span, .c-input-phone .c-input_assistive span {
  color: #E00000;
  font-size: 12px;
  padding-left: 12px;
}
.c-input-phone .c-input_assistive span {
  color: #405973;
  padding-left: 0;
}

.c-alert {
  display: flex;
  align-items: center;
  min-width: 320px;
  max-width: 607px;
  padding: 12px;
}
@media (min-width: 600px) {
  .c-alert {
    padding: 16px;
  }
}
.c-alert .c-icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 600px) {
  .c-alert .c-icon svg {
    width: 32px;
    height: 32px;
  }
}
.c-alert .fill-success svg path {
  fill: #32C25F;
}
.c-alert .fill-info svg path {
  fill: #1D3467;
}
.c-alert .fill-warning svg path {
  fill: #E59E00;
}
.c-alert .fill-error svg path {
  fill: #E00000;
}
.c-alert_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 360px;
}
.c-alert_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 600px) {
  .c-alert_title {
    font-size: 20px;
    line-height: 32px;
  }
}
.c-alert_action {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration-line: underline;
}
.c-alert_action:hover {
  color: #2E4053;
}

.border-success {
  border: 1px solid #32C25F;
}
.border-info {
  border: 1px solid #1D3467;
}
.border-warning {
  border: 1px solid #E59E00;
}
.border-error {
  border: 1px solid #E00000;
}

.c-carousel {
  display: flex;
  border: none;
  background: none;
  cursor: pointer;
}
.c-carousel_control {
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px #2E4053;
}
.c-carousel_control:hover {
  box-shadow: inset 0px 0px 0px 1px #ADBFD2;
  background-color: #ADBFD2;
  box-shadow: 0px 0px 12px 0px rgba(173, 191, 210, 0.3);
}
.c-carousel_control:active, .c-carousel_control:focus {
  box-shadow: inset 0px 0px 0px 1px #8CA5BF;
  background-color: transparent;
}
.c-carousel .c-icon svg path {
  fill: #2E4053;
}
.c-carousel .c-icon:active svg path, .c-carousel .c-icon:focus svg path {
  fill: #8CA5BF;
}
.c-carousel .disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: inset 0px 0px 0px 1px #CED8E4;
}
.c-carousel .disabled svg path {
  fill: #CED8E4;
}

.c-rating {
  display: flex;
}

.c-skeleton_box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #e3e3e3;
  border-radius: 8px;
}
.c-skeleton_box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(241, 241, 241, 0) 0, rgba(241, 241, 241, 0.2) 20%, rgba(241, 241, 241, 0.5) 60%, rgba(241, 241, 241, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination--mobile {
  gap: 32px;
}
.c-pagination--desktop {
  gap: 24px;
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.c-pagination__list--mobile {
  width: 156px;
}
.c-pagination__list--mobile .c-pagination__list__item:nth-child(n+4) {
  display: none;
}
.c-pagination__list--desktop {
  width: 186px;
}
.c-pagination__list--desktop .c-pagination__list__item:nth-child(n+5) {
  display: none;
}
.c-pagination__list__item {
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.c-pagination__list__item > button {
  border: none;
  background: none;
  padding: 0;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
.c-pagination__list__item--selected {
  background-color: #EFF2F6;
}
.c-pagination__list__item--selected > button {
  font-weight: 600;
}

.c-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #ffffff;
}
.c-accordion_item {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: gap 0.3s ease-in-out;
}
.c-accordion_item__open {
  gap: 16px;
}
.c-accordion_item__open .c-accordion_button_icon {
  transform: rotate(180deg);
}
.c-accordion_button {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.c-accordion_button_label {
  color: #090D10;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}
.c-accordion_button_icon {
  transition: transform 0.3s ease-in-out;
}
.c-accordion_content {
  max-height: 0;
  overflow: hidden;
  color: #090D10;
  font-weight: 400;
  transition: max-height 0.3s ease-in-out;
}

@media (min-width: 600px) {
  .c-accordion_item {
    padding: 24px;
  }
  .c-accordion_item__open {
    gap: 24px;
  }
}
.c-modal {
  position: fixed;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  inset: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  backface-visibility: hidden;
}
.c-modal__open {
  background-color: rgba(9, 13, 16, 0.75);
  visibility: visible;
  transition: background-color 0.2s ease;
  z-index: 999999999;
}
.c-modal__open .c-modal_wrapper {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 600px) {
  .c-modal__open .c-modal_wrapper {
    width: 90%;
    min-width: 90vw;
    margin: 0 auto;
  }
}
.c-modal__open .r-lead-form {
  margin: 32px 0 0 0;
}
.c-modal__open .r-lead-form_thank-you-message {
  margin: 0 auto;
}
.c-modal_wrapper {
  position: relative;
  background-color: #ffffff;
  border-radius: 9px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .c-modal_wrapper {
    max-height: 85vh;
  }
}
@media (min-width: 600px) {
  .c-modal_wrapper {
    max-height: 90vh;
  }
}
.c-modal_close {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.c-modal_large {
  max-width: 600px;
}
.c-modal_large .c-modal_image img {
  height: 257px;
}
.c-modal_large .c-modal_close {
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  min-height: inherit;
}
.c-modal_small {
  max-width: 300px;
}
.c-modal_small .c-modal_image img {
  height: 128px;
}
.c-modal_small .c-modal_close {
  right: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  min-height: inherit;
}
.c-modal_content {
  padding: 24px;
}
.c-modal_actions {
  display: flex;
  justify-content: flex-end;
}
.c-modal_actions.lg {
  margin-top: 24px;
}
.c-modal_actions.sm {
  margin-top: 16px;
}
.c-modal_actions :nth-child(2) {
  margin-left: 4px;
}
.c-modal_actions .btn-sm {
  flex: 1;
  justify-content: center;
}
.c-modal_actions_single .btn-sm {
  width: 100%;
}
.c-modal_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-modal_title__large {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
  padding-right: 48px;
}
.c-modal_title__small {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  padding-right: 24px;
}
.c-modal_text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-modal_text__large {
  font-size: 20px;
  line-height: 32px;
  padding-right: 48px;
}
.c-modal_text__small {
  font-size: 16px;
  line-height: 24px;
  padding-right: 24px;
}
.c-modal_items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.c-modal_item {
  display: flex;
  gap: 12px;
}
.c-modal_item__content {
  gap: 8px;
}
.c-modal_item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.c-modal_item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.c-modal_image {
  width: 100%;
}
.c-modal_image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  border-radius: 8px 8px 0 0;
  vertical-align: top;
}
.c-modal .c-icon {
  visibility: visible;
}

/* Components */
.c-image {
  display: flex;
}
.c-image:not(.image-mask) svg,
.c-image:not(.image-mask) img {
  width: 100%;
  height: auto;
}
.c-image__has-placeholder {
  position: relative;
}
.c-image__has-placeholder .c-image-placeholder {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 38, 49, 0) 57.81%, rgba(27, 38, 49, 0.7) 100%);
}
.c-image__has-placeholder .c-image-placeholder .c-label {
  position: absolute;
}
.c-image__has-placeholder .c-image-placeholder .c-label.label-top {
  top: 12px;
  left: 15px;
}
.c-image__has-placeholder .c-image-placeholder .c-label.label-bottom {
  bottom: 14.5px;
  left: 14.5px;
}
.c-image__has-placeholder .c-image-placeholder-content {
  color: #ffffff;
  position: absolute;
  bottom: 14.5px;
  left: 14.5px;
}
.c-image__has-placeholder .c-image-placeholder__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.c-image__has-placeholder .c-image-placeholder__subject {
  margin-top: 6px;
  font-size: 12px;
  line-height: 15px;
}

.image-mask {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: var(--aspect-ratio, 100%);
}
.image-mask img,
.image-mask svg,
.image-mask iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}

.progressive-image {
  height: 100%;
  overflow: hidden;
}
.progressive-image_picture {
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.progressive-image_picture img {
  filter: blur(30px);
  transition: filter 0.4s;
}
.progressive-image_picture__visible {
  display: block;
  position: relative;
  visibility: visible;
  z-index: auto;
}
.progressive-image_picture__visible img {
  filter: blur(0);
}
.progressive-image_placeholder img {
  filter: blur(30px);
}
.progressive-image_placeholder__hidden {
  display: none !important;
}

.c-completed {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 22px;
}
.c-completed .c-icon {
  padding: 2px;
  border-radius: 50%;
  background-color: var(--aprende--secondary-400);
}
.c-completed .c-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(133deg) brightness(102%) contrast(105%);
}
.c-completed__completed .c-icon {
  background-color: var(--aprende--primary);
}
.c-completed__s {
  font-size: 12px;
  line-height: 15px;
}

.c-card {
  overflow: hidden;
}

/** Config */
.c-slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .c-slider .swiper__arrows {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-slider .swiper__arrows {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .c-slider .swiper__arrows.left {
    left: 3px;
  }
  .c-slider .swiper__arrows.right {
    right: 3px;
  }
}
.c-slider .swiper-slide {
  height: auto;
}
.c-slider .swiper-button-disabled img {
  opacity: 0.5;
}
.c-slider .swiper__arrow {
  border: none;
  background: none;
}
.c-slider .swiper__arrow:not(:disabled) {
  cursor: pointer;
}
.c-slider .swiper__arrow .c-icon {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(1, 21, 52, 0.16);
}
.c-slider .swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) {
  bottom: 15px;
  display: inline-flex;
  left: 50%;
  list-style: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.c-slider .swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  background-color: var(--aprende--secondary-400);
  border-radius: 3px;
  line-height: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.c-slider .swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 20px;
}

/* Swiper pagination bullets */
.swiper-pagination-container {
  position: relative;
  height: 35px;
  top: 50%;
  transform: translateY(25%);
}
.swiper-pagination-bullets-dynamic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, var(--aprende--black));
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  transform: scale(0.33);
  transition: 200ms transform, 200ms left;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--aprende--secondary-700);
}
.swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/** Config */
/**
 * Colors used in the theme and their defaults based on the color palette.
 *
 * These colors are used throughout the theme and can be used in the
 * theme's CSS. The colors are divided into two sets, one for the
 * primary and one for the secondary. The primary colors are used
 * for the main elements of the site, while the secondary colors
 * are used for less important elements.
 */
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(sm, lg) {}
@include between-breakpoints-widths(0, 1024px) {}
**/
.r-lead-form {
  border-radius: 8px;
}
@media (min-width: 600px) {
  .r-lead-form {
    width: 100%;
    max-width: 392px;
    margin-left: 16px;
  }
}
.r-lead-form_heading {
  font-size: 20px;
  line-height: 24px;
}
.r-lead-form_contact .c-checkbox {
  padding: 4px 0;
}
.r-lead-form_contact .c-checkbox > label .c-icon > svg {
  filter: invert(62%) sepia(55%) saturate(543%) hue-rotate(86deg) brightness(90%) contrast(93%);
}
.r-lead-form_contact .c-checkbox .check {
  margin-top: 8px;
}
.r-lead-form_submit {
  width: 100%;
  max-width: initial;
  max-height: 48px;
}
.r-lead-form_after-hour {
  border-radius: 8px;
}
.r-lead-form_after-hour .c-icon {
  height: 42px;
}
.r-lead-form_after-hour .c-icon svg {
  animation: BounceIcon 1.5s ease infinite;
}
.r-lead-form_terms a {
  color: var(--aprende--secondary);
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
}
.r-lead-form_terms p {
  color: var(--aprende--secondary);
  font-size: 14px;
  line-height: 18px;
}
.r-lead-form {
  /* Component: Thank you message */
}
.r-lead-form_thank-you-message {
  height: 100%;
  min-height: 350px;
  place-items: center;
  border-radius: 8px;
}
@media (min-width: 600px) {
  .r-lead-form_thank-you-message {
    min-width: 392px;
    margin-left: 16px;
  }
}
@media (max-width: 600px) {
  .r-lead-form_thank-you-message {
    width: 100%;
  }
}
.r-lead-form_thank-you-message .r-animated-check_content {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.r-lead-form_thank-you-message .r-animated-check_content svg path {
  fill: #ffffff;
}
.r-lead-form .c-input {
  width: 100%;
}
.r-lead-form .c-input input {
  background-color: var(--aprende--white);
}
.r-lead-form .c-input input:not(.c-input_native-control__error) { /* stylelint-disable-line */ }
.r-lead-form .c-input input:not(.c-input_native-control__error):-webkit-autofill, .r-lead-form .c-input input:not(.c-input_native-control__error):-webkit-autofill:hover, .r-lead-form .c-input input:not(.c-input_native-control__error):-webkit-autofill:focus, .r-lead-form .c-input input:not(.c-input_native-control__error):-webkit-autofill:active {
  box-shadow: 0 0 0 30px var(--aprende--white) inset;
  -webkit-box-shadow: 0 0 0 30px var(--aprende--white) inset;
  -webkit-text-fill-color: var(--aprende--secondary-700);
  background-color: var(--aprende--white);
}
.r-lead-form .c-input input.c-input_native-control__error { /* stylelint-disable-line */ }
.r-lead-form .c-input input.c-input_native-control__error:-webkit-autofill, .r-lead-form .c-input input.c-input_native-control__error:-webkit-autofill:hover, .r-lead-form .c-input input.c-input_native-control__error:-webkit-autofill:focus, .r-lead-form .c-input input.c-input_native-control__error:-webkit-autofill:active {
  box-shadow: 0 0 0 30px var(--aprende--white) inset;
  -webkit-box-shadow: 0 0 0 30px var(--aprende--white) inset;
  -webkit-text-fill-color: var(--aprende--error-500);
  background-color: var(--aprende--white);
}
.r-lead-form .c-input_label {
  pointer-events: none;
}
.r-lead-form .c-input-phone {
  padding-top: 8px;
}
.r-lead-form .c-input-phone_container {
  padding-bottom: 18px;
}
.r-lead-form .c-input-phone-error input {
  -webkit-text-fill-color: var(--aprende--error-500);
}
.r-lead-form .c-input-phone-error input:focus, .r-lead-form .c-input-phone-error input:active, .r-lead-form .c-input-phone-error input:hover {
  -webkit-text-fill-color: var(--aprende--error-500);
}
.r-lead-form .c-input_error, .r-lead-form .c-input_assistive {
  position: absolute;
  z-index: 2;
}
.r-lead-form .c-input_error span, .r-lead-form .c-input_assistive span {
  padding: 0;
}
.r-lead-form .c-dropdown {
  min-width: initial;
}

.r-form_skeleton-loader {
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (min-width: 600px) {
  .r-form_skeleton-loader {
    width: 100%;
    max-width: 392px;
    margin-left: 16px;
  }
}

.r-lead-form + .r-form_skeleton-loader { /* stylelint-disable-line */
  display: none;
}

.b-hero-form__has-skeleton-loader { /* stylelint-disable-line */
  position: relative;
}

@keyframes BounceIcon {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(0);
  }
  57% {
    transform: translateY(-3px);
  }
  64% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.c-posts-grid_grid .c-post-card a {
  color: inherit;
  text-decoration: inherit;
}
.c-posts-grid_grid .c-post-card a .c-card {
  height: 100%;
}
.c-posts-grid_grid .c-post-card a .c-card_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.c-posts-grid_grid .c-post-card a .c-card_message {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-posts-grid_grid .c-post-card a .c-card_message a {
  display: none;
}
.c-posts-grid_grid .c-post-card a .c-card_content {
  height: 100%;
}
.c-posts-grid_grid .c-post-card a .c-card_content_meta_item .hidden {
  display: none;
}

.c-stories-grid {
  display: flex;
  flex-direction: column;
}
.c-stories-grid .c-stories-grid_grid {
  justify-content: center;
}
.c-stories-grid .c-stories-grid_grid .c-post-card .c-card {
  height: 100%;
}
.c-stories-grid .c-stories-grid_grid .c-post-card .c-card_content {
  margin-bottom: 15px;
}
.c-stories-grid .c-stories-grid_grid .c-post-card .c-card_content_meta {
  display: none;
}
.c-stories-grid .c-stories-grid_grid .c-post-card .c-card_content_buttons {
  justify-content: center;
}
.c-stories-grid .c-stories-grid_grid .c-post-card .c-card_content_buttons a {
  color: var(--aprende--primary);
}
.c-stories-grid .c-stories-grid_load-more {
  margin-top: 19px;
}
@media (max-width: 600px) {
  .has-slider .c-stories-grid .swiper {
    padding: 0 16px 10px 16px;
    margin: 0;
  }
  .has-slider .c-stories-grid .swiper-slide {
    height: auto;
  }
  .has-slider .c-stories-grid .swiper-slide.load-more {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .has-slider .c-stories-grid .swiper-slide.load-more a {
    flex-direction: column;
    background: none;
    color: #090D10;
    gap: 6px;
    font-weight: 400;
  }
  .has-slider .c-stories-grid .swiper-slide.load-more a .c-icon {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 10px rgba(1, 21, 52, 0.16);
    padding: 12px 11px 12px 13px;
    filter: none;
  }
  .has-slider .c-stories-grid .swiper-slide > div {
    height: 100%;
  }
  .has-slider .c-stories-grid .swiper-slide .c-post-card {
    padding: 0;
  }
}

/** Config */
/**
 * Colors used in the theme and their defaults based on the color palette.
 *
 * These colors are used throughout the theme and can be used in the
 * theme's CSS. The colors are divided into two sets, one for the
 * primary and one for the secondary. The primary colors are used
 * for the main elements of the site, while the secondary colors
 * are used for less important elements.
 */
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(sm, lg) {}
@include between-breakpoints-widths(0, 1024px) {}
**/
/* Background overlay */
.b-timer-v2 {
  background-color: #ffffff;
  max-width: 100vw;
}
.b-timer-v2.position-sticky-top, .b-timer-v2.position-sticky-bottom {
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.b-timer-v2.position-sticky-top {
  top: 0;
}
.admin-bar .b-timer-v2.position-sticky-top {
  top: 46px;
}
@media (min-width: 600px) {
  .admin-bar .b-timer-v2.position-sticky-top {
    top: 32px;
  }
}
.b-timer-v2.position-sticky-bottom {
  bottom: 0;
}
.b-timer-v2_container {
  padding: 0;
}
@media (min-width: 1279px) {
  .b-timer-v2_container {
    padding: 24px 0;
  }
}
.b-timer-v2_container__hidden {
  display: none;
}
.b-timer-v2_content {
  position: relative;
}
.b-timer-v2_content-flex {
  flex-direction: column;
  padding: 12px 16px;
  gap: 8px;
}
@media (min-width: 1279px) {
  .b-timer-v2_content-flex {
    flex-direction: row;
    padding: 0;
    gap: 32px;
  }
}
.b-timer-v2_content-col.content-text {
  flex-direction: column;
}
@media (min-width: 1279px) {
  .b-timer-v2_content-col.content-text {
    flex-direction: row;
  }
}
.b-timer-v2_content-col.content-timer {
  gap: 16px;
}
@media (min-width: 1279px) {
  .b-timer-v2_content-col.content-timer {
    gap: 24px;
  }
}
.b-timer-v2_timer {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1279px) {
  .b-timer-v2_timer {
    margin-right: 24px;
  }
}
.b-timer-v2.style-white .b-timer-v2_timer {
  color: var(--aprende--primary);
}
@media (min-width: 1279px) {
  .b-timer-v2.style-white .b-timer-v2_timer {
    color: var(--aprende--secondary-600);
  }
}
.b-timer-v2.style-gray .b-timer-v2_timer {
  color: var(--aprende--primary);
}
@media (min-width: 1279px) {
  .b-timer-v2.style-gray .b-timer-v2_timer {
    color: var(--aprende--secondary-600);
  }
}
@media (min-width: 1279px) {
  .b-timer-v2_timer__no-button {
    margin: 0;
  }
}
.b-timer-v2_button .button-type_text {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  align-content: center;
  padding: 0;
}
@media (min-width: 1279px) {
  .b-timer-v2_button .button-type_text {
    display: none;
  }
}
.b-timer-v2_button .button-type_text.text-white {
  color: #ffffff;
}
.b-timer-v2_button .button-type_text.text-secondary {
  color: var(--aprende--secondary-600);
}
.b-timer-v2_button .button-type_default {
  display: none;
}
@media (min-width: 1279px) {
  .b-timer-v2_button .button-type_default {
    display: inline-block;
  }
}
.b-timer-v2_close {
  position: absolute;
  top: 24px;
  right: 8px;
  transform: translateY(-50%);
}
@media (min-width: 1279px) {
  .b-timer-v2_close {
    right: calc((100% - 1280px) / 2 + 16px);
    top: 50%;
  }
}
@media (1366px: 0) {
  .b-timer-v2_close {
    right: calc((100% - 1366px) / 2 + 24px);
    top: 50%;
  }
}
.b-timer-v2_close .c-icon.white g path, .b-timer-v2_close .c-icon.gray g path {
  fill: #090D10;
}
.b-timer-v2_close .c-icon.red g path {
  fill: #ffffff;
}

.c-progress-tracker {
  display: flex;
  border-radius: 6px;
  gap: 15px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 9px;
}
.c-progress-tracker .steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.c-progress-tracker .steps .step {
  margin: 0 !important;
  opacity: 0.3;
}
.c-progress-tracker .steps .step.active {
  opacity: 1;
}
.c-progress-tracker .steps .step_number {
  display: inline-block;
  margin-right: 4px;
}
@media (min-width: 600px) {
  .c-progress-tracker .steps {
    flex-direction: row;
    gap: 21px;
  }
}

/**
 * Colors used in the theme and their defaults based on the color palette.
 *
 * These colors are used throughout the theme and can be used in the
 * theme's CSS. The colors are divided into two sets, one for the
 * primary and one for the secondary. The primary colors are used
 * for the main elements of the site, while the secondary colors
 * are used for less important elements.
 */
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(sm, lg) {}
@include between-breakpoints-widths(0, 1024px) {}
**/
/* Background overlay */
/* Animation */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes FadeInSlow {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BounceIcon {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(0);
  }
  57% {
    transform: translateY(-3px);
  }
  64% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ShowFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ToBottom {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes HideToBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes ElementBottom {
  0% {
    transform: translateY(90%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes animatePrevElement {
  0% {
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes animateNextElement {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ShowFromTopBounce {
  0% {
    transform: translateY(-100%);
  }
  85% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ShowFromBottomBounce {
  0% {
    transform: translateY(100%);
  }
  85% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.cookie-disclaimer-container {
  max-width: calc(100% - 36px);
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
.cookie-disclaimer-container.hidden {
  display: none;
}
.cookie-disclaimer-container.hide-cookie {
  animation: HideToBottom 1s forwards; /* stylelint-disable-line */
  -webkit-animation: HideToBottom 1s forwards; /* stylelint-disable-line */
}
.cookie-disclaimer-container.show-cookie {
  display: block !important;
  animation: ShowFromBottom 1s forwards; /* stylelint-disable-line */
  -webkit-animation: ShowFromBottom 1s forwards; /* stylelint-disable-line */
}
@media (min-width: 600px) {
  .cookie-disclaimer-container {
    width: calc(100% - 40px);
    max-width: 1135px;
    justify-content: center;
  }
}
.cookie-disclaimer_wrapper {
  justify-content: space-between;
  padding: 12px;
}
@media (min-width: 600px) {
  .cookie-disclaimer_wrapper {
    justify-content: center;
    padding: 0 12px;
  }
}
.cookie-disclaimer_content {
  flex-direction: column;
}
@media (min-width: 600px) {
  .cookie-disclaimer_content {
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    gap: 12px;
  }
}
.cookie-disclaimer_description {
  margin-top: 4px;
}
@media (min-width: 600px) {
  .cookie-disclaimer_description {
    margin-top: 0;
  }
}
.cookie-disclaimer_description a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  white-space: nowrap;
  text-decoration: underline;
}

/**
 * Colors used in the theme and their defaults based on the color palette.
 *
 * These colors are used throughout the theme and can be used in the
 * theme's CSS. The colors are divided into two sets, one for the
 * primary and one for the secondary. The primary colors are used
 * for the main elements of the site, while the secondary colors
 * are used for less important elements.
 */
.custom-chat-label {
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  z-index: 99;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-chat-label .custom-chat-bubble {
  background: #ffffff;
  padding: 12px 50px 12px 12px;
  border-radius: 50px;
  width: max-content;
  max-width: 300px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  color: #090D10;
  font-weight: 600;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: auto;
}
.custom-chat-label .custom-chat-badge {
  position: absolute;
  bottom: 35px;
  right: -2.6rem;
  background: #ffffff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/* Partials */
header.header_box {
  display: block;
  position: relative;
  background-color: #ffffff;
  z-index: 998;
}
header.header_box .l-new-design-system_desktop {
  display: none;
}
@media (min-width: 1100px) {
  header.header_box .l-new-design-system_mobile.contents {
    display: none;
  }
  header.header_box .l-new-design-system_desktop {
    display: block;
  }
}
header.header_box .contents {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: inherit;
  transition: top 0.3s ease-in-out;
}
.admin-bar header.header_box .contents {
  top: 46px;
}
@media (min-width: 600px) {
  .admin-bar header.header_box .contents {
    top: 32px;
  }
}
header.header_box .header {
  position: relative;
  height: 72px;
}
header.header_box .header-container {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  header.header_box .header-container {
    max-width: 1280px;
    padding: 0 16px;
  }
}
@media (min-width: 1366px) {
  header.header_box .header-container {
    max-width: 1366px;
    padding: 0 24px;
  }
}
header.header_box .header_row-actions {
  gap: 16px;
}
@media (min-width: 1100px) {
  header.header_box .header {
    height: 70px;
    gap: 32px;
  }
}
@media (max-width: 1100px) {
  header.header_box .header_campus-text .campus a {
    background-color: #ffffff;
    color: var(--aprende--primary);
    display: grid;
    place-items: center;
    margin: 0 auto;
    padding: 12px;
  }
  header.header_box .header_campus-text .campus a:hover {
    background-color: #ffffff;
  }
}
header.header_box.layout-simple .logo, header.header_box.layout-new-design-system .logo {
  display: block;
  position: relative;
  top: -2px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 31.08px;
  background: url(../../images/ico_logo.png) 50% 50% no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  header.header_box.layout-simple .logo, header.header_box.layout-new-design-system .logo {
    width: 193px;
  }
}
@media (min-width: 1100px) {
  header.header_box.layout-simple .logo, header.header_box.layout-new-design-system .logo {
    width: 207px;
    height: 32px;
    margin: 4px 2px 0 0;
  }
}
header.header_box .menu_box {
  align-self: stretch;
  margin-right: auto;
}
header.header_box .menu_btn {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
}
@media (hover: hover) {
  header.header_box .menu_btn {
    cursor: pointer;
  }
}
header.header_box .menu_btn-content::before, header.header_box .menu_btn-content::after,
header.header_box .menu_btn-content span {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: 2px;
  border-radius: 3px;
  background-color: var(--aprende--secondary-700);
  transition: 0.2s;
}
header.header_box .menu_btn-content::after {
  margin-top: -7px;
}
header.header_box .menu_btn-content::before {
  margin-top: 5px;
}
header.header_box .phone {
  white-space: nowrap;
  text-decoration: none;
  color: var(--aprende--secondary-700);
}
header.header_box .phone:hover {
  text-decoration: underline;
}
@media (min-width: 1100px) {
  header.header_box .phone {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
header.header_box .icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 4px;
  background-size: contain;
  vertical-align: middle;
}
header.header_box .btn-campus {
  white-space: nowrap;
  max-width: initial;
  transition: all 0.5s ease;
  overflow: hidden;
}
header.header_box .btn-campus.hidden {
  border: none;
  margin: 0;
  opacity: 0;
  max-width: 0;
  padding: 0;
}
header.header_box .images {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
header.header_box .images.phone-displayed {
  justify-content: space-between;
}
header.header_box .image {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  padding: 0 16px;
}
header.header_box .image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70px;
}
header.header_box.layout-b2b .container .logos .logo {
  display: block;
  height: 30px;
  min-width: 28px;
  background: url(../../images/logotipo.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media (min-width: 1100px) {
  header.header_box.layout-b2b .container .logos .logo {
    height: 32px;
    min-width: 205px;
    background-image: url(../../images/logotipo_light_large.svg);
  }
}
header.header_box.layout-b2b .container .logos .c-image {
  padding-left: 16px;
  border-left: 1px solid var(--aprende--secondary-400);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header_box.layout-b2b .container .logos .c-image img {
  height: unset;
  max-height: 32px;
  width: auto;
  object-fit: contain;
}
header.header_box.layout-b2b.header_box__has-phone .container {
  justify-content: space-between;
}
@media (max-width: 1100px) {
  header.header_box.is_expanded {
    z-index: 99999999;
  }
  header.header_box.is_expanded.mega-menu {
    position: fixed;
    width: 100%;
  }
  header.header_box.is_expanded .menu_box {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  header.header_box.is_expanded .menu_btn-content::before, header.header_box.is_expanded .menu_btn-content::after {
    width: 19px;
    margin-top: -1px;
    border-bottom: none;
    transform: rotate(45deg);
  }
  header.header_box.is_expanded .menu_btn-content::after {
    transform: rotate(-45deg);
  }
  header.header_box.is_expanded .menu_btn-content span {
    opacity: 0;
  }
  header.header_box .phone {
    flex-grow: 0;
    flex-shrink: 0;
    width: 24px;
    height: 30px;
    border-radius: 50%;
    background: url(../../images/phone_mobile.svg) 50% 50% no-repeat;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
  header.header_box .phone .c-icon {
    display: none;
  }
  header.header_box.layout-new-design-system .phone {
    margin: 0 8px;
  }
  header.header_box.layout-new-design-system .logo {
    margin: 2px 0 0 0;
  }
  header.header_box .menu_box {
    margin: 0;
    transform: scaleY(0);
    transform-origin: 50% 0;
    visibility: hidden;
    opacity: 0;
  }
  header.header_box .menu_btn {
    display: block;
  }
  header.header_box .btn-campus.standard {
    display: none;
  }
  header.header_box .image {
    padding: 0 10px;
  }
}
@media (max-width: 1100px) {
  header.header_box .image {
    padding: 0 5px;
  }
}

figure.wp-block-embed {
  position: relative;
}
figure.wp-block-embed .wp-embed-video iframe {
  margin-top: 0 !important;
}

.footer-grid {
  background-color: var(--aprende--secondary-700);
  color: #ffffff;
  padding: 0 16px;
}
.footer-grid_simple {
  height: 99px;
  background-color: var(--aprende--secondary-700);
  margin: 0 32px;
}
@media (min-width: 600px) {
  .footer-grid_simple {
    margin: 0 60px;
    height: 66px;
  }
}
.footer-grid_simple__row {
  width: 100%;
  flex-direction: column-reverse;
  font-weight: 400;
}
@media (min-width: 600px) {
  .footer-grid_simple__row {
    flex-direction: row;
  }
}
.footer-grid_simple__row.has-simple-tyc {
  gap: 16px;
}
@media (min-width: 600px) {
  .footer-grid_simple__row.has-simple-tyc {
    justify-content: space-between;
    gap: 0;
  }
}
.footer-grid_simple__tyc ul {
  gap: 24px;
}
.footer-grid_details {
  flex-direction: column;
  border-top: 1px solid #ffffff;
  padding-bottom: 32px;
  gap: 24px;
}
.footer-grid_details:first-child {
  border-top: none;
}
.footer-grid_details_copyright {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .footer-grid_details_copyright {
    padding-top: 8px;
  }
}
.footer-grid_details__has-apps {
  padding-top: 32px;
}
.footer-grid_apps {
  gap: 32px;
}
.footer-grid_app img {
  max-width: 95px;
  min-height: 36px;
}
.footer-grid_social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
}
.footer-grid_social_item a {
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .footer-grid_social_item a {
    padding: 0 0 8px;
  }
}
@media (min-width: 600px) {
  .footer-grid_social_item a {
    gap: 8px;
  }
}
.footer-grid_social_item a .c-icon {
  padding: 2px;
}
.footer-grid_social_item a .c-icon path {
  fill: #ffffff;
}
.footer-grid a.text-s {
  text-decoration: none;
  padding-bottom: 2px;
}
.footer-grid a.text-s:hover {
  color: var(--aprende--secondary-200);
  text-decoration: underline;
}
@media (min-width: 600px) {
  .footer-grid_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
  }
  .footer-grid_details__has-apps {
    justify-content: flex-end;
    gap: 24px;
  }
  .footer-grid_details_tyc-and-copyright {
    display: flex;
    gap: 24px;
    white-space: nowrap;
  }
  .footer-grid_social {
    column-gap: 24px;
  }
  .footer-grid_social_item {
    min-width: 85px;
  }
  .footer-grid_apps {
    gap: 24px;
    padding: 0;
  }
}
@media (min-width: 1279px) {
  .footer-grid_details {
    flex-direction: row;
  }
  .footer-grid_social {
    margin-right: auto;
  }
  .footer-grid_apps {
    margin-right: auto;
  }
}
.footer-grid_container {
  padding: 32px 0 0 0;
}
@media (min-width: 600px) {
  .footer-grid_container {
    display: flex;
    justify-content: space-between;
  }
}
.footer-grid_row {
  margin-bottom: 24px;
  padding-right: 16px;
}

/*# sourceMappingURL=app.css.map*/