@-webkit-keyframes shinySlide {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes shinySlide {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes gradient-skaleton {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes gradient-skaleton {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeSlideDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes fadeSlideDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideLeft {
  to {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@font-face {
  font-family: BasierCircle;
  src: url(../../../../../fonts/Basier-Circle/Regular/basiercircle-regular-webfont.eot)
      format("embedded-opentype"),
    url(../../../../../fonts/Basier-Circle/Regular/basiercircle-regular-webfont.woff)
      format("woff2"),
    url(../../../../../fonts/Basier-Circle/Regular/basiercircle-regular-webfont.woff)
      format("woff"),
    url(../../../../../fonts/Basier-Circle/Regular/basiercircle-regular-webfont.ttf)
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: BasierCircle;
  src: url(../../../../../fonts/Basier-Circle/Medium/basiercircle-medium-webfont.eot)
      format("embedded-opentype"),
    url(../../../../../fonts/Basier-Circle/Medium/basiercircle-medium-webfont.woff)
      format("woff2"),
    url(../../../../../fonts/Basier-Circle/Medium/basiercircle-medium-webfont.woff)
      format("woff"),
    url(../../../../../fonts/Basier-Circle/Medium/basiercircle-medium-webfont.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: BasierCircle;
  src: url(../../../../../fonts/Basier-Circle/Semibold/basiercircle-semibold-webfont.eot)
      format("embedded-opentype"),
    url(../../../../../fonts/Basier-Circle/Semibold/basiercircle-semibold-webfont.woff)
      format("woff2"),
    url(../../../../../fonts/Basier-Circle/Semibold/basiercircle-semibold-webfont.woff)
      format("woff"),
    url(../../../../../fonts/Basier-Circle/Semibold/basiercircle-semibold-webfont.ttf)
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: BasierCircle;
  src: url(../../../../../fonts/Basier-Circle/Bold/basiercircle-bold-webfont.eot)
      format("embedded-opentype"),
    url(../../../../../fonts/Basier-Circle/Bold/basiercircle-bold-webfont.woff)
      format("woff2"),
    url(../../../../../fonts/Basier-Circle/Bold/basiercircle-bold-webfont.woff)
      format("woff"),
    url(../../../../../fonts/Basier-Circle/Bold/basiercircle-bold-webfont.ttf)
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: BasierCircle, sans-serif;
  --brand-navy-primary: #152955;
  --brand-navy-secondary: #2950a6;
  --brand-navy-tertiary: #102041;
  --brand-orange-primary: #fb7221;
  --brand-orange-secondary: #fb8037;
  --brand-orange-tertiary: #c95b1a;
  --brand-orange-subtle: #feece1;
  --brand-blue-primary: #0049cc;
  --brand-blue-secondary: #005eff;
  --brand-blue-tertiary: #003899;
  --background-fill-primary: #fff;
  --background-fill-secondary: #f0f6ff;
  --background-fill-highlight: #f5f7fa;
  --background-fill-inverse: #151416;
  --background-border-active: #0049cc;
  --background-border-inactive: #adb6c9;
  --background-border-muted: #e8e8e8;
  --background-border-pressed: #e8eaee;
  --background-border-error: #ff3b30;
  --content-light-primary: #151416;
  --content-light-secondary: #494a4a;
  --content-light-muted: #8e919b;
  --content-light-disabled: #b2b7c0;
  --content-light-on-inverse: #fff;
  --content-light-on-support-subtle: #494a4a;
  --content-light-on-muted: #b2b7c0;
  --content-light-on-disabled: #8e8e8e;
  --support-danger-default: #ff3b30;
  --support-danger-hover: #ff544a;
  --support-danger-pressed: #ee180d;
  --support-danger-subtle: #ffe2e0;
  --support-caution-default: #fc0;
  --support-caution-hover: #ffdb4c;
  --support-caution-pressed: #dbb20c;
  --support-caution-subtle: #fff9e0;
  --support-success-default: #34c759;
  --support-success-hover: #6dd989;
  --support-success-pressed: #33944b;
  --support-success-subtle: #e7f9eb;
  --support-info-default: #007aff;
  --support-info-hover: #4ca2ff;
  --support-info-pressed: #0a62c2;
  --support-info-subtle: #ebf4ff;
  --support-neutral-default: #f7f7f7;
  --support-neutral-hover: #fafafa;
  --support-neutral-pressed: #dedede;
  --support-neutral-subtle: #fcfcfc;
  --overlay-solid-white80: hsla(0, 0%, 100%, 0.8);
  --overlay-solid-white60: hsla(0, 0%, 100%, 0.6);
  --overlay-subtle-white40: hsla(0, 0%, 100%, 0.4);
  --overlay-subtle-white10: hsla(0, 0%, 100%, 0.1);
  --overlay-solid-black80: rgba(0, 0, 0, 0.8);
  --overlay-solid-black60: rgba(0, 0, 0, 0.6);
  --overlay-subtle-black40: rgba(0, 0, 0, 0.4);
  --overlay-subtle-black10: rgba(0, 0, 0, 0.1);
  --shadow-xs-dark: 0px 2px 4px rgba(30, 44, 106, 0.1);
  --shadow-xs-blue: 0px 2px 4px rgba(153, 179, 255, 0.1);
  --shadow-xs-orange: 0px 2px 4px rgba(251, 114, 33, 0.1);
  --shadow-xs-red: 0px 2px 4px rgba(255, 59, 48, 0.1);
  --shadow-s-dark: 0px 4px 8px rgba(30, 44, 106, 0.1);
  --shadow-s-blue: 0px 4px 8px rgba(153, 179, 255, 0.1);
  --shadow-s-orange: 0px 4px 8px rgba(251, 114, 33, 0.1);
  --shadow-s-red: 0px 4px 8px rgba(255, 59, 48, 0.1);
  --shadow-m-dark: 0px 6px 12px rgba(30, 44, 106, 0.12);
  --shadow-m-blue: 0px 6px 12px rgba(153, 179, 255, 0.12);
  --shadow-m-orange: 0px 6px 12px rgba(251, 114, 33, 0.12);
  --shadow-m-red: 0px 6px 12px rgba(255, 59, 48, 0.12);
  --shadow-l-dark: 0px 9px 18px rgba(30, 44, 106, 0.15);
  --shadow-l-blue: 0px 9px 18px rgba(153, 179, 255, 0.15);
  --shadow-l-orange: 0px 9px 18px rgba(251, 114, 33, 0.15);
  --shadow-l-red: 0px 9px 18px rgba(255, 59, 48, 0.15);
  --shadow-xl-dark: 0px 12px 36px rgba(30, 44, 106, 0.18);
  --shadow-xl-blue: 0px 12px 36px rgba(153, 179, 255, 0.18);
  --shadow-xl-orange: 0px 12px 36px rgba(230, 88, 4, 0.18);
  --shadow-xl-red: 0px 12px 36px rgba(255, 59, 48, 0.18);
  --spacing-2xs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 12px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-2xl: 32px;
}
body {
  font-family: var(--font-family);
}
body * {
  box-sizing: border-box;
}
.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.mx-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mx-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mx-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mx-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mx-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mx-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.mx-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.mx-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mx-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.mx-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mx-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mx-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mx-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.mx-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.ml-2 {
  margin-left: 2px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-64 {
  margin-left: 64px;
}
.ml-auto {
  margin-left: auto;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-auto {
  margin-top: auto;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-auto {
  margin-bottom: auto;
}
.mr-2 {
  margin-right: 2px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-64 {
  margin-right: 64px;
}
.mr-auto {
  margin-right: auto;
}
.py-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.py-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.py-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.py-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.py-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.py-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.py-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.py-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.py-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.py-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.py-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.py-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.py-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.py-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.py-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.py-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.px-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.px-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.px-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.px-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.px-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.px-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.px-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.px-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.px-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.px-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.px-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.px-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.px-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.px-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.px-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.pl-2 {
  margin-left: 2px;
}
.pl-4 {
  margin-left: 4px;
}
.pl-6 {
  margin-left: 6px;
}
.pl-8 {
  margin-left: 8px;
}
.pl-12 {
  margin-left: 12px;
}
.pl-16 {
  margin-left: 16px;
}
.pl-18 {
  margin-left: 18px;
}
.pl-20 {
  margin-left: 20px;
}
.pl-22 {
  margin-left: 22px;
}
.pl-24 {
  margin-left: 24px;
}
.pl-28 {
  margin-left: 28px;
}
.pl-32 {
  margin-left: 32px;
}
.pl-40 {
  margin-left: 40px;
}
.pl-48 {
  margin-left: 48px;
}
.pl-64 {
  margin-left: 64px;
}
.pl-auto {
  margin-left: auto;
}
.pt-2 {
  margin-top: 2px;
}
.pt-4 {
  margin-top: 4px;
}
.pt-6 {
  margin-top: 6px;
}
.pt-8 {
  margin-top: 8px;
}
.pt-12 {
  margin-top: 12px;
}
.pt-16 {
  margin-top: 16px;
}
.pt-18 {
  margin-top: 18px;
}
.pt-20 {
  margin-top: 20px;
}
.pt-22 {
  margin-top: 22px;
}
.pt-24 {
  margin-top: 24px;
}
.pt-28 {
  margin-top: 28px;
}
.pt-32 {
  margin-top: 32px;
}
.pt-40 {
  margin-top: 40px;
}
.pt-48 {
  margin-top: 48px;
}
.pt-64 {
  margin-top: 64px;
}
.pt-auto {
  margin-top: auto;
}
.pb-2 {
  margin-bottom: 2px;
}
.pb-4 {
  margin-bottom: 4px;
}
.pb-6 {
  margin-bottom: 6px;
}
.pb-8 {
  margin-bottom: 8px;
}
.pb-12 {
  margin-bottom: 12px;
}
.pb-16 {
  margin-bottom: 16px;
}
.pb-18 {
  margin-bottom: 18px;
}
.pb-20 {
  margin-bottom: 20px;
}
.pb-22 {
  margin-bottom: 22px;
}
.pb-24 {
  margin-bottom: 24px;
}
.pb-28 {
  margin-bottom: 28px;
}
.pb-32 {
  margin-bottom: 32px;
}
.pb-40 {
  margin-bottom: 40px;
}
.pb-48 {
  margin-bottom: 48px;
}
.pb-64 {
  margin-bottom: 64px;
}
.pb-auto {
  margin-bottom: auto;
}
.pr-2 {
  margin-right: 2px;
}
.pr-4 {
  margin-right: 4px;
}
.pr-6 {
  margin-right: 6px;
}
.pr-8 {
  margin-right: 8px;
}
.pr-12 {
  margin-right: 12px;
}
.pr-16 {
  margin-right: 16px;
}
.pr-18 {
  margin-right: 18px;
}
.pr-20 {
  margin-right: 20px;
}
.pr-22 {
  margin-right: 22px;
}
.pr-24 {
  margin-right: 24px;
}
.pr-28 {
  margin-right: 28px;
}
.pr-32 {
  margin-right: 32px;
}
.pr-40 {
  margin-right: 40px;
}
.pr-48 {
  margin-right: 48px;
}
.pr-64 {
  margin-right: 64px;
}
.pr-auto {
  margin-right: auto;
}
.c-alert {
  padding: 12px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 16px 1fr;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 0.875rem;
  align-items: baseline;
}
.c-alert-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.c-alert-content .c-alert-title {
  font-weight: 600;
}
.c-alert-content .c-alert-description {
  font-size: 0.75rem;
}
.c-alert-content .c-alert-description p {
  margin: 0;
}
.c-alert-content .c-alert-description a,
.c-alert-content .c-alert-description b,
.c-alert-content .c-alert-description span,
.c-alert-content .c-alert-description strong {
  font-weight: 600;
}
.c-alert-primary {
  background-color: var(--support-info-default);
}
.c-alert-primary,
.c-alert-success {
  color: var(--content-light-on-inverse);
}
.c-alert-success {
  background-color: var(--support-success-default);
}
.c-alert-caution {
  background-color: var(--support-caution-default);
  color: var(--content-light-primary);
}
.c-alert-danger {
  background-color: var(--support-danger-default);
}
.c-alert-danger,
.c-button {
  color: var(--content-light-on-inverse);
}
.c-button {
  padding: 7px 16px;
  border-radius: 8px;
  text-align: center;
  letter-spacing: 0.001em;
  text-decoration: none !important;
  outline: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
  transition: all 0.3s cubic-bezier(0.64, 0.5, 0.35, 1);
  font-family: var(--font-family);
  line-height: 24px;
  white-space: nowrap;
  border: 1px solid;
  cursor: pointer;
}
.c-button-primary {
  color: var(--content-light-on-inverse);
  background-color: var(--brand-blue-primary);
}
.c-button-primary.c-button-ghost {
  border: 1px solid var(--brand-blue-primary);
  background-color: var(--background-fill-primary);
  color: var(---brand-blue-primary);
}
.c-button-primary.c-button-ghost:hover {
  background-color: var(---brand-blue-primary);
}
.c-button-primary.c-button-ghost:hover,
.c-button-primary:hover {
  color: var(--background-fill-primary);
  box-shadow: var(--shadow-s-blue);
}
.c-button-primary:focus,
.c-button-primary:hover {
  background-color: var(--brand-blue-secondary);
}
.c-button-primary:active,
.c-button-primary:focus {
  color: var(--background-fill-primary);
}
.c-button-primary:active {
  background-color: var(--brand-blue-tertiary);
}
.c-button-secondary {
  color: var(--content-light-primary);
  border-color: transparent;
  background-color: var(--content-light-on-inverse);
}
.c-button-secondary:focus {
  border-color: var(--support-info-default);
}
.c-button-secondary:active {
  background-color: var(--background-border-pressed);
  border-color: transparent;
  color: var(--content-light-primary);
}
.c-button-secondary-primary {
  background-color: var(--content-light-on-inverse);
  border-color: transparent;
  color: var(--support-info-default);
}
.c-button-secondary-primary:focus {
  border-color: var(--support-info-default);
}
.c-button-secondary-primary:active {
  background-color: var(--background-border-pressed);
}
.c-button-secondary-danger {
  background-color: var(--content-light-on-inverse);
  border-color: transparent;
  color: var(--support-danger-default);
}
.c-button-secondary-danger:focus {
  border-color: var(--support-info-default);
}
.c-button-secondary-danger:active {
  background-color: var(--background-border-pressed);
}
.c-button-tertiary {
  color: var(--content-light-primary);
  border-color: var(--content-light-primary);
  background-color: var(--content-light-on-inverse);
}
.c-button-tertiary:focus {
  border-color: var(--support-info-default);
}
.c-button-tertiary-primary,
.c-button-tertiary:active {
  border-color: var(--support-info-default);
  color: var(--support-info-default);
}
.c-button-tertiary-danger,
.c-button-tertiary-primary {
  background-color: var(--content-light-on-inverse);
}
.c-button-tertiary-danger {
  border-color: var(--support-danger-default);
  color: var(--support-danger-default);
}
.c-button-tertiary-danger:active {
  background-color: var(--support-danger-subtle);
}
.c-button-s {
  padding: 5px 11px;
}
.c-button-l {
  padding: 11px 23px;
}
.c-button .ai {
  max-width: 18px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: center;
}
.c-button-icon-right {
  flex-direction: row-reverse;
}
.c-button:disabled {
  background-color: var(--background-border-inactive);
  border-color: var(--background-border-inactive);
  cursor: no-drop;
  box-shadow: unset;
  color: var(--content-light-on-inverse);
}
.c-card-event {
  width: 290px;
  height: 298px;
  position: relative;
  background-color: var(--background-fill-primary);
  border-radius: 8px;
  box-shadow: var(--shadow-s-dark);
  display: grid;
  grid-template-rows: 0.3fr 1fr auto;
}
.c-card-event-w100 {
  width: 100%;
}
.c-card-event-h100 {
  height: 100%;
}
.c-card-event-anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card-event-info {
  position: absolute;
  top: 12px;
  left: -4px;
  border-radius: 8px 12px 12px 0;
}
.c-card-event-thumbnail {
  width: 100%;
  height: 137px;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.c-card-event-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card-event-description {
  position: relative;
  display: flex;
  grid-template-rows: 1fr;
  grid-row-gap: 8px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.c-card-event-description.loading {
  grid-row-gap: 12px;
}
.c-card-event-description .description-title {
  color: var(--content-light-primary);
}
.c-card-event-description .description-date,
.c-card-event-description .description-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  white-space: nowrap;
}
.c-card-event-description .description-date {
  color: var(--content-light-muted);
}
.c-card-event-description .description-price {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.c-card-event-description .description-price .final-price {
  color: var(--content-light-primary);
  font-weight: 600;
}
.c-card-event-description .description-price .initial-price {
  color: var(--support-danger-default);
  font-size: 0.875rem;
  text-decoration: line-through;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  white-space: nowrap;
}
.c-card-event-creator {
  position: relative;
  padding: 12px;
  display: grid;
  align-items: center;
  grid-template-columns: 32px 1fr;
  grid-column-gap: 12px;
  overflow: hidden;
}
.c-card-event-creator:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 12px;
  box-sizing: border-box;
  display: block;
  right: 12px;
  background-color: var(--background-border-muted);
}
.c-card-event-creator .creator-avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
}
.c-card-event-creator .creator-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card-event-creator .creator-avatar img:not(.error) {
  border: 1px solid var(--overlay-subtle-black10);
}
.c-card-event-creator .creator-name {
  color: var(--content-light-secondary);
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  white-space: nowrap;
}
.c-divider {
  width: 100%;
  display: block;
}
.c-divider,
.c-divider-big {
  border-top: 1px solid #e8e8e8;
}
.c-divider-big {
  height: 7px;
  background-color: #f5f7fa;
}
.c-divider-dashed {
  border-top: 1px dashed #e8e8e8;
}
.c-folded-badge {
  width: auto;
  display: flex;
  position: relative;
  color: var(--background-fill-primary);
  font-size: 12px;
  align-items: center;
  z-index: 9;
  background-color: var(--support-info-default);
  border-radius: 8px 12px 12px 0;
  white-space: nowrap;
  display: block;
}
.c-folded-badge:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid var(--support-info-default);
  transform: rotate(135deg);
  position: absolute;
  left: 1.9px;
  bottom: -4.2px;
}
.c-folded-badge-secondary {
  background-color: var(--support-danger-default);
}
.c-folded-badge-secondary:after {
  border-right: 3px solid var(--support-danger-default);
}
.c-folded-badge-extra-small {
  padding: 1px 6px;
}
.c-folded-badge-small {
  padding: 2px 6px;
}
.c-folded-badge-medium {
  padding: 4px 8px;
}
.c-folded-badge-large {
  padding: 6px 10px;
}
.c-folded-badge-shiny {
  overflow: hidden;
  border-radius: 8px 12px 12px 0;
  z-index: -1;
}
.c-folded-badge-shiny,
.c-folded-badge-shiny:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-folded-badge-shiny:after {
  content: "";
  display: block;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.8) 50%,
    hsla(0, 0%, 100%, 0) 99%,
    hsla(0, 0%, 100%, 0)
  );
  -webkit-animation: shinySlide 2s 5s infinite;
  animation: shinySlide 2s 5s infinite;
}
.c-input {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #151416;
  background-color: #fff;
  box-sizing: border-box;
  font-family: BasierCircle, sans-serif !important;
  line-height: 22px;
}
.c-input::-moz-placeholder {
  color: #8e919b;
}
.c-input::placeholder {
  color: #8e919b;
}
.c-input::-webkit-input-placeholder {
  color: #8e919b;
}
.c-input:-ms-input-placeholder {
  color: #8e919b;
}
.c-input::-ms-input-placeholder {
  color: #8e919b;
}
.c-input:focus {
  background-color: #ebf4ff;
  border-color: #e8e8e8;
  outline: none;
}
.c-input:visited {
  outline: none;
}
.c-input:disabled {
  background-color: #f5f7fa;
  color: #494a4a;
  cursor: no-drop;
}
.c-input.has-feedback {
  border-color: #ff3b30;
}
.c-input.has-feedback:focus {
  background-color: #ebf4ff;
  border-color: #e8e8e8;
}
.c-input.has-feedback:focus + [uk-tooltip] {
  display: none !important;
}
.c-input[type="search"]::-webkit-search-cancel-button {
  height: 24px;
  width: 24px;
  border-radius: 50em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.424 4.576c4.102 4.1 4.1 10.748 0 14.848-4.1 4.1-10.747 4.102-14.848 0-4.102-4.1-4.1-10.748 0-14.848 4.1-4.1 10.747-4.102 14.848 0zM10.515 12l-2.227 2.227a1.05 1.05 0 001.485 1.485L12 13.485l2.227 2.227a1.05 1.05 0 101.485-1.485L13.485 12l2.227-2.227a1.05 1.05 0 10-1.485-1.485L12 10.515 9.773 8.288a1.05 1.05 0 00-1.485 1.485L10.515 12z' fill='%23151416'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat, repeat;
  background-position: 50% 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.c-input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 0.3;
}
.c-select {
  border-radius: 8px;
  position: relative;
  padding: 12px 42px 12px 16px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.526 5.53a.667.667 0 01.948.939l-3.928 3.969a.766.766 0 01-1.09.001l-3.93-3.97a.667.667 0 11.948-.938L8 9.094l3.526-3.563z' fill='%238E919B'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 50%, 0 0;
  background-size: 24px auto, 100%;
  color: #151416;
  cursor: pointer;
  outline: none;
  font-family: BasierCircle, sans-serif !important;
  line-height: 22px;
  font-size: 0.875rem;
}
.c-select:focus {
  background-color: #ebf4ff;
}
.c-select.has-feedback {
  border-color: #ff3b30;
}
.c-select.has-feedback + [uk-tooltip] {
  right: 40px;
}
.c-skeleton {
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(
    -90deg,
    var(--support-neutral-pressed),
    var(--overlay-solid-white60),
    var(--support-neutral-pressed),
    var(--overlay-solid-white60)
  );
  background-size: 400% 400%;
  -webkit-animation: gradient-skaleton 4.5s ease infinite;
  animation: gradient-skaleton 4.5s ease infinite;
}
.c-skeleton-2xs {
  height: var(--spacing-2xs);
}
.c-skeleton-xs {
  height: var(--spacing-xs);
}
.c-skeleton-s {
  height: var(--spacing-s);
}
.c-skeleton-m {
  height: var(--spacing-m);
}
.c-skeleton-l {
  height: var(--spacing-l);
}
.c-skeleton-2xl {
  height: var(--spacing-2xl);
}
.c-skeleton-circle {
  border-radius: 50%;
}
.c-skeleton-no-rounded {
  border-radius: unset;
}
.c-skeleton-primary {
  background: linear-gradient(
    -90deg,
    var(--brand-blue-primary),
    var(--brand-blue-secondary),
    var(--brand-blue-primary),
    var(--brand-blue-secondary)
  );
  background-size: 400% 400%;
}
.c-skeleton-navy,
.c-skeleton-primary {
  -webkit-animation: gradient-skaleton 4.5s ease infinite;
  animation: gradient-skaleton 4.5s ease infinite;
}
.c-skeleton-navy {
  background: linear-gradient(
    -90deg,
    var(--brand-navy-primary),
    var(--brand-navy-tertiary),
    var(--brand-navy-primary),
    var(--brand-navy-tertiary)
  );
  background-size: 400% 400%;
}
@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.c-spinner {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
.c-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 2px solid transparent;
  border-top-color: #0049cc;
}
.c-spinner div:first-child {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.c-spinner div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.c-spinner div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.c-typography {
  color: var(--content-light-primary);
  overflow-wrap: break-word;
}
.c-typography * {
  margin: 0;
  padding: 0;
}
.c-display-L {
  font-size: 1.125rem;
  line-height: 24px;
}
.c-display-XL {
  font-size: 1.313rem;
  line-height: 30px;
}
.c-display-2XL {
  font-size: 1.5rem;
  line-height: 34px;
}
.c-display-3XL {
  font-size: 1.75rem;
  line-height: 40px;
}
.c-display-4XL {
  font-size: 2rem;
  line-height: 46px;
}
.c-display-5XL {
  font-size: 2.625rem;
  line-height: 64px;
}
.c-display-6XL {
  font-size: 4rem;
  line-height: 90px;
}
.c-heading-2LS {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 18px;
}
.c-heading-LS {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 20px;
}
.c-heading-L {
  font-size: 1rem;
}
.c-heading-L,
.c-heading-XL {
  font-weight: 600;
  line-height: 24px;
}
.c-heading-XL {
  font-size: 1.125rem;
}
.c-heading-2XL {
  font-weight: 600;
  font-size: 1.313rem;
  line-height: 30px;
}
.c-heading-3XL {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 34px;
}
.c-heading-4XL {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 40px;
}
.c-heading-5XL {
  font-weight: 600;
  font-size: 2rem;
  line-height: 46px;
}
.c-heading-6XL {
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 64px;
}
.c-body-XS {
  font-size: 0.75rem;
  line-height: 18px;
}
.c-body-S {
  font-size: 0.875rem;
  line-height: 20px;
}
.c-body-M {
  font-size: 1rem;
  line-height: 24px;
}
.c-body-L {
  font-size: 1.125rem;
  line-height: 24px;
}
.c-body-XL {
  font-size: 1.313rem;
  line-height: 30px;
}
.c-body-2XL {
  font-size: 1.5rem;
  line-height: 34px;
}
.c-strike-XS {
  font-size: 0.625rem;
  line-height: 15px;
}
.c-strike-S,
.c-strike-XS {
  text-decoration: line-through;
}
.c-strike-S {
  font-size: 0.75rem;
  line-height: 18px;
}
.c-strike-M {
  font-size: 0.875rem;
  line-height: 20px;
}
.c-strike-L,
.c-strike-M {
  text-decoration: line-through;
}
.c-strike-L {
  font-size: 1rem;
  line-height: 22px;
}
.c-strike-XL {
  font-size: 1.125rem;
  line-height: 24px;
  text-decoration: line-through;
}
.c-folded-badge-extra-small,
.c-label-2XS {
  font-weight: 500;
  font-size: 0.675rem;
  line-height: 15px;
}
.c-folded-badge-small,
.c-label-XS {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 18px;
}
.c-button-s,
.c-folded-badge-medium,
.c-label-S {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
}
.c-button:not(.c-button-s),
.c-folded-badge-large,
.c-label-M {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
}
.c-label-L {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 24px;
}
.c-label-XL {
  font-weight: 500;
  font-size: 1.313rem;
  line-height: 30px;
}
.c-under-2XS {
  font-size: 0.675rem;
  line-height: 15px;
}
.c-under-2XS,
.c-under-XS {
  text-decoration: underline;
}
.c-under-XS {
  font-size: 0.75rem;
  line-height: 18px;
}
.c-under-S {
  font-size: 0.875rem;
  line-height: 20px;
  text-decoration: underline;
}
.c-under-M {
  font-size: 1rem;
}
.c-under-L,
.c-under-M {
  line-height: 24px;
  text-decoration: underline;
}
.c-under-L {
  font-size: 1.125rem;
}
.c-under-XL {
  font-size: 1.313rem;
  line-height: 30px;
  text-decoration: underline;
}
