*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  scroll-behavior: smooth;
  line-height: 1.7;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: hsla(0, 0%, 0%, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

::placeholder {
  color: inherit;
  opacity: 0.7;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

:focus-visible {
  outline: 0;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@font-face {
  font-family: "SharpSansDispNo1";
  src: url("/assets/font/SharpSansDispNo1-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SharpSansDispNo1";
  src: url("/assets/font/SharpSansDispNo1-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SharpSansDispNo1";
  src: url("/assets/font/SharpSansDispNo1-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:focus-visible, input[type=checkbox]:focus-visible {
  z-index: 2;
  outline: 2px solid #C52782;
  outline-offset: 2px;
  box-shadow: 0 0 0 0.25rem rgba(197, 39, 130, 0.5);
}

.display-l {
  --font-size: 50px;
  --font-size-rem: 3.125rem;
  --line-height: 56px;
  --line-height-rem: 3.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 500;
}

h1,
.title-l {
  --font-size: 60px;
  --font-size-rem: 3.75rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 500;
}

h2,
.title-m {
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 34px;
  --line-height-rem: 2.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 500;
}

h3,
.title-s {
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 38px;
  --line-height-rem: 2.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 500;
}

h4,
.title-xs, h5 {
  --font-size: 22px;
  --font-size-rem: 1.375rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 500;
}

.text-l {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.text-m {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 18px;
  --line-height-rem: 1.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.text-s, label {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 18px;
  --line-height-rem: 1.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

html {
  font-size: 16px;
  color: #101820;
  font-family: "SharpSansDispNo1", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0 0 0.7rem;
}

h1,
h2,
h3 {
  text-transform: none;
}

.page-title {
  --font-size: 60px;
  --font-size-rem: 3.75rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 700;
}
.page-title h1 {
  --font-size: 60px;
  --font-size-rem: 3.75rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 700;
}

.section-title {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 250px;
  text-align: center;
}

p {
  margin: 0 0 1.2ch;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

span,
time {
  font-size: inherit;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

img {
  user-select: none;
}

::selection {
  color: hsl(0, 0%, 100%);
  background-color: rgba(197, 39, 130, 0.5);
}

ul,
ol {
  margin: 0 0 2ch;
  max-width: 100%;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

li {
  margin: 0;
}

.content-editor {
  padding: 1rem 0;
}
.content-editor.-fit {
  padding: 0;
}
.content-editor :first-child {
  margin-top: 0;
}
.content-editor figure:not(.table) {
  overflow: hidden;
  margin: 0 0 2ch;
  padding: 0;
  border-radius: 4px;
}
.content-editor img {
  width: 100%;
  height: auto;
}
.content-editor a:not(.button) {
  color: #C52782;
  text-decoration: underline;
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.content-editor a:not(.button):hover {
  color: #C52782;
}
.content-editor p:has(img) {
  display: contents;
}
.content-editor p:has(img) img {
  float: left;
}
.content-editor p:has(img) .image-style-align-right {
  float: right;
}

.-text-uppercase {
  text-transform: uppercase;
}

.-text-capitalize {
  text-transform: capitalize;
}

.-no-padding {
  padding: 0 !important;
}

.-no-margin {
  margin: 0 !important;
}

.-color-white {
  color: hsl(0, 0%, 100%);
}

.-color-brand {
  color: #C52782;
}

.ql-align-left,
.-text-left {
  text-align: left;
}

.ql-align-center,
.-text-center {
  text-align: center;
}

.ql-align-right,
.-text-right {
  text-align: right;
}

.-muted {
  opacity: 0.7;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  min-height: 60px;
  padding: 0 20px;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  background-color: #C52782;
  border-radius: 36px;
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  appearance: none;
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  letter-spacing: 0.34px;
}
.button.-inline {
  display: inline-flex;
  margin-bottom: 0.75rem;
}
.button.-wide {
  padding-inline: 2.5rem;
}
.button.-tall {
  min-height: 60px;
}
.button.-short {
  min-height: 2rem;
}
.button.-full-width {
  width: 100%;
}
.button:hover, .button:focus-visible {
  background-color: #9a1f66;
}
.button.-bg-dark {
  background-color: #101820;
}
.button.-bg-dark:hover, .button.-bg-dark:focus-visible {
  background-color: black;
}
.button.-bg-grey {
  background-color: #B8B8B8;
}
.button.-bg-grey:hover, .button.-bg-grey:focus-visible {
  background-color: #9f9f9f;
}
.button.-bg-white {
  background-color: hsl(0, 0%, 100%);
  color: #101820;
}
.button.-bg-white:hover, .button.-bg-white:focus-visible {
  background-color: #C52782;
  color: hsl(0, 0%, 100%);
}
.button.-outline {
  background-color: transparent;
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 100%);
}
.button.-outline:hover, .button.-outline:focus-visible {
  background-color: #C52782;
  border-color: #C52782;
  color: hsl(0, 0%, 100%);
}

.icon-button {
  display: grid;
  place-items: center;
  padding: 0;
  width: 2.5rem;
  aspect-ratio: 1/1;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  user-select: none;
  appearance: none;
  transition: background-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 36px;
}
.icon-button:hover, .icon-button:focus-visible {
  background-color: #e6e6e6;
}

/* Submit button loading state */
button[submit-button].-loading {
  position: relative;
  color: transparent;
  /* Hide text while loading */
}
button[submit-button].-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  /* Center horizontally */
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: button-spinner 0.8s linear infinite;
}

@keyframes button-spinner {
  to {
    transform: rotate(360deg);
  }
}
.form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.form__row, .form__col, .form__group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: inherit;
}
.form__col {
  position: relative;
  flex-grow: 1;
}
.form__col[data-optional]::after {
  content: attr(data-optional);
  position: absolute;
  right: 20px;
  top: 22px;
  --font-size: 11px;
  --font-size-rem: 0.6875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.form__group {
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}
.form__error {
  display: block;
  --font-size: 12px;
  --font-size-rem: 0.75rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  color: #C52782;
  padding: 4px 8px 0;
}

input {
  padding: 16px 20px;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  color: hsl(0, 0%, 100%);
  background-color: #101820;
  border: 1px solid #B8B8B8;
  border-radius: 20px;
}
input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
input:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
input.-error {
  border-color: #C52782;
  color: #C52782;
}
input[type=checkbox] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95), border-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: translate(3px, 3px);
  background-color: #BCD531;
  inset: 0;
}
input[type=checkbox].-error {
  border-color: #C52782;
  color: unset;
}
input[type=checkbox].-error::after {
  background-color: #C52782;
}
.grecaptcha-badge {
  visibility: hidden;
}

.google-stuff {
  font-size: 14px;
}

.marquee {
  overflow: hidden;
  width: 100%;
  padding: 24px 0;
  color: #101820;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll var(--marquee-duration, 30s) linear infinite;
}
.marquee__group {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-right: 2.5rem;
  flex-shrink: 0;
}
.marquee__item {
  --font-size: 20px;
  --font-size-rem: 1.25rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 500;
  white-space: nowrap;
}
.marquee__icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee__icon-desktop {
  display: none;
}
.marquee__icon-desktop svg {
  width: 32px;
  height: 32px;
}
.marquee__icon-mobile {
  display: inline-flex;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
:root {
  --header-height: 5rem;
}

body {
  background-color: #f8f8f8;
  min-height: 100dvh;
}

.app {
  position: relative;
  overflow: clip;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

section {
  padding: 40px 0 20px;
}

.container {
  display: block;
  margin-inline: auto;
  width: calc(100% - 2rem);
  max-width: 1200px;
  height: 100%;
}
.container.-narrow {
  max-width: 712px;
}
.container.-medium {
  max-width: 992px;
}
.container.-wide {
  max-width: 1440px;
}
.container.-extra {
  max-width: 1640px;
}
.container.-full {
  max-width: 100%;
}

.footer__top {
  width: calc(100% - 2rem);
  background-color: #101820;
  margin: 0 auto;
  padding: 60px 0 30px;
  color: hsl(0, 0%, 100%);
}
.footer__container {
  max-width: 1280px;
  margin: 0 auto;
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__nav-title {
  --font-size: 20px;
  --font-size-rem: 1.25rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  margin: 0;
  font-weight: 500;
  color: hsl(0, 0%, 100%);
}
.footer__nav-title-link, .footer__nav-title-text {
  color: inherit;
}
.footer__nav-title-link {
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.footer__nav-title-link:hover, .footer__nav-title-link:focus-visible {
  color: #C52782;
}
.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.footer__nav-list li {
  margin: 0;
  padding: 0;
}
.footer__nav-list a,
.footer__nav-list span {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 26px;
  --line-height-rem: 1.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  color: rgba(255, 255, 255, 0.7);
}
.footer__nav-list a {
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.footer__nav-list a:hover, .footer__nav-list a:focus-visible {
  color: #C52782;
}
.footer__social {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  order: -1;
}
.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.footer__social a:hover, .footer__social a:focus-visible {
  color: #C52782;
}
.footer__social svg {
  width: 30px;
  height: 30px;
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.footer__social svg:hover {
  --icon-color:#C52782;
}
.footer__media {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.footer__video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
}
.footer__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer__decoration {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.footer__decoration svg {
  max-width: 100%;
  height: auto;
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.footer__logo svg {
  width: 220px;
  height: auto;
}
.footer__bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 0;
  color: #101820;
}
.footer__bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer__copyright {
  --font-size: 13px;
  --font-size-rem: 0.8125rem;
  --line-height: 16px;
  --line-height-rem: 1rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  margin: 0;
}
.footer__bddk img {
  height: 40px;
  max-height: 40px;
  width: auto;
}
.footer__legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer__legal a {
  --font-size: 10px;
  --font-size-rem: 0.625rem;
  --line-height: 12px;
  --line-height-rem: 0.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.footer__legal a:hover, .footer__legal a:focus-visible {
  color: #C52782;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.column {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  color: hsl(0, 0%, 100%);
  background-color: transparent;
}
.header.-solid, .header.-sticky, .header:hover, .header:focus-within {
  color: #101820;
}
.header.-solid .header__container, .header.-sticky .header__container {
  background-color: hsl(0, 0%, 100%);
}
.header.-solid {
  position: sticky;
}
.header.-home:not(.-sticky):not(:hover):not(:focus-within) {
  pointer-events: none;
}
.header.-home:not(.-sticky):not(:hover):not(:focus-within) .header__wrapper {
  pointer-events: auto;
}
.header__container {
  margin: 30px auto 0;
  width: calc(100% - 2rem);
  max-width: 1280px;
  border-radius: 20px;
  transition: background-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  height: var(--header-height);
}
.header__logo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  width: 150px;
  text-decoration: none;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__logo-image {
  transition: opacity 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header__logo-image.-dark {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.header__logo.-menu {
  width: 150px;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: 0.5rem;
}
.header__cta, .header__menu-toggle {
  color: inherit;
  text-decoration: none;
}
.header__cta {
  --font-size: 12px;
  --font-size-rem: 0.75rem;
  --line-height: 16px;
  --line-height-rem: 1rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: hsl(0, 0%, 100%);
}
.header__cta:hover, .header__cta:focus-visible {
  background-color: #C52782;
}
.header__app-text {
  display: none;
}
.header__app-qr {
  min-width: 60px;
  width: 60px;
  padding: 1px;
  border: 0.5px solid hsl(0, 0%, 100%);
}
.header__app-qr img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.header__menu-toggle {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #C52782;
  border: 0;
  border-radius: 25px 25px 0 25px;
  cursor: pointer;
  appearance: none;
}
.header__menu-toggle::before, .header__menu-toggle::after {
  position: absolute;
  top: 20px;
  display: block;
  width: 15px;
  height: 3px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 2px;
  content: "";
}
.header__menu-toggle::after {
  top: 30px;
}
.header.-static .header__wrapper {
  justify-content: center;
}
.header.-solid .header-navigation__link svg,
.header.-sticky .header-navigation__link svg,
.header:hover .header-navigation__link svg,
.header:focus-within .header-navigation__link svg {
  --icon-color: #101820;
}
.header.-solid .header-navigation__link:hover svg,
.header.-sticky .header-navigation__link:hover svg,
.header:hover .header-navigation__link:hover svg,
.header:focus-within .header-navigation__link:hover svg {
  --icon-color: #C52782;
}

.header.-solid .header__logo-image.-light,
.header.-sticky .header__logo-image.-light {
  opacity: 0;
}
.header.-solid .header__logo-image.-dark,
.header.-sticky .header__logo-image.-dark {
  opacity: 1;
}

.header-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0 auto;
}
.header-navigation__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-navigation__item {
  position: relative;
  margin: 0;
  padding: 0;
}
.header-navigation__item.-has-dropdown:hover, .header-navigation__item.-has-dropdown:focus-within {
  --icon-color: #C52782;
}
.header-navigation__item.-has-dropdown:hover .header-navigation__link, .header-navigation__item.-has-dropdown:focus-within .header-navigation__link {
  color: #C52782;
}
.header-navigation__item.-has-dropdown:hover .header-navigation__link.-child, .header-navigation__item.-has-dropdown:focus-within .header-navigation__link.-child {
  color: #101820;
}
.header-navigation__item.-has-dropdown:hover .header-navigation__dropdown, .header-navigation__item.-has-dropdown:focus-within .header-navigation__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header-navigation__link {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 1rem 0;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  color: inherit;
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}
.header-navigation__link:hover, .header-navigation__link:focus {
  color: #C52782;
}
.header-navigation__link:hover svg, .header-navigation__link:focus svg {
  --icon-color: #C52782;
}
.header-navigation__link svg {
  transform: rotate(45deg);
  transition: fill 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header-navigation__link.-child {
  color: #101820;
  padding: 5px 0;
  transition: text-shadow 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header-navigation__arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.header-navigation__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 3;
  display: grid;
  gap: 0.75rem;
  min-width: 160px;
  padding: 30px;
  color: #101820;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0 0 14px 14px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
}
.header-navigation__dropdown a {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  display: block;
  color: #101820;
  text-decoration: none;
  text-align: start;
}
.header-navigation__dropdown a:hover, .header-navigation__dropdown a:focus-visible {
  text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
}

.header-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  color: hsl(0, 0%, 100%);
  background-color: #C52782;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header-mobile-menu.-active {
  opacity: 1;
  pointer-events: auto;
}
.header-mobile-menu__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
  padding: 45px 2rem 3rem;
  overflow-y: auto;
}
.header-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
.header-mobile-menu__close {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #101820;
  border: 0;
  border-radius: 25px 25px 0 25px;
  cursor: pointer;
  appearance: none;
}
.header-mobile-menu__close::before, .header-mobile-menu__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 3px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 2px;
  content: "";
}
.header-mobile-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-mobile-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-mobile-menu__view {
  display: none;
}
.header-mobile-menu__view.-active {
  display: block;
}
.header-mobile-menu__view.-main {
  margin: 46px 0 0 0;
}
.header-mobile-menu__back {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -8px 0 22px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.header-mobile-menu__back svg {
  transform: rotate(180deg);
}
.header-mobile-menu__title {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  margin: 0 0 22px;
  font-weight: 700;
}
.header-mobile-menu__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-mobile-menu__submenu-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-mobile-menu__submenu-row .header-mobile-menu__link {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.header-mobile-menu__link {
  --font-size: 26px;
  --font-size-rem: 1.625rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  color: hsl(0, 0%, 100%);
  background: transparent;
  border: 0;
  font-family: inherit;
  font-weight: 700;
  text-align: start;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}
.header-mobile-menu__submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: hsl(0, 0%, 100%);
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.header-mobile-menu__submenu-toggle svg {
  width: 18px;
  height: 18px;
}
.header-mobile-menu__footer {
  display: grid;
  gap: 50px;
  margin-top: auto;
}
.header-mobile-menu__social {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
}
.header-mobile-menu__social a {
  --font-size: 13px;
  --font-size-rem: 0.8125rem;
  --line-height: 13px;
  --line-height-rem: 0.8125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.header-mobile-menu__app {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
  color: hsl(0, 0%, 100%);
  background-color: #101820;
}
.header-mobile-menu__app svg {
  position: absolute;
  width: 16px;
  height: 20px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.swiper {
  cursor: grab;
}
.swiper-pagination {
  position: relative;
  inset: unset;
  margin: 0;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #B8B8B8;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #C52782;
}

.content-editor figure.table,
.content-editor .table {
  display: block;
  width: 100%;
  margin: 32px 0;
  overflow-x: auto;
  border-radius: 8px;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(16, 24, 32, 0.1);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 24, 32, 0.28) transparent;
}
.content-editor figure.table::-webkit-scrollbar,
.content-editor .table::-webkit-scrollbar {
  height: 8px;
}
.content-editor figure.table::-webkit-scrollbar-thumb,
.content-editor .table::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.24);
}
.content-editor table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #101820;
  background: hsl(0, 0%, 100%);
}
.content-editor thead,
.content-editor tbody,
.content-editor tr {
  border-color: inherit;
}
.content-editor th,
.content-editor td {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 21px;
  --line-height-rem: 1.3125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  padding: 17px 22px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
  text-align: left;
  vertical-align: top;
}
.content-editor th:nth-child(1),
.content-editor td:nth-child(1) {
  width: 140px;
}
.content-editor th:nth-child(2), .content-editor th:nth-child(3),
.content-editor td:nth-child(2),
.content-editor td:nth-child(3) {
  width: 170px;
}
.content-editor th:nth-child(4),
.content-editor td:nth-child(4) {
  width: 380px;
}
.content-editor th {
  color: #101820;
  background: rgba(16, 24, 32, 0.035);
  font-weight: 700;
}
.content-editor td {
  color: rgba(16, 24, 32, 0.82);
  font-weight: 400;
}
.content-editor tr:last-child th,
.content-editor tr:last-child td {
  border-bottom: 0;
}
.content-editor tbody tr {
  transition: background-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.content-editor tbody tr:hover {
  background: rgba(188, 213, 49, 0.08);
}
.content-editor caption {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  margin-bottom: 12px;
  color: rgba(16, 24, 32, 0.68);
  text-align: left;
}

[popup] {
  z-index: 99;
}

[mobile-menu] {
  z-index: 98;
}

[header] {
  z-index: 97;
}

[static-header] {
  z-index: 96;
}

[cookie-bar] {
  z-index: 95;
}

[search-box] {
  z-index: 94;
}

[app] {
  z-index: 93;
}

[footer] {
  z-index: 92;
}

@media screen and (min-width: 0px) and (max-width: 991.99px) {
  .header__container:hover, .header__container:focus-within {
    background-color: none;
  }
}

@media screen and (min-width: 360px) {
  .-max-xs {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .-max-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  h1,
  .title-l {
    --font-size: 70px;
    --font-size-rem: 4.375rem;
    --line-height: 80px;
    --line-height-rem: 5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h2,
  .title-m {
    --font-size: 40px;
    --font-size-rem: 2.5rem;
    --line-height: 50px;
    --line-height-rem: 3.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h3,
  .title-s {
    --font-size: 37px;
    --font-size-rem: 2.3125rem;
    --line-height: 50px;
    --line-height-rem: 3.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  h4,
  .title-xs, h5 {
    --font-size: 30px;
    --font-size-rem: 1.875rem;
    --line-height: 40px;
    --line-height-rem: 2.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .page-title {
    --font-size: 70px;
    --font-size-rem: 4.375rem;
    --line-height: 80px;
    --line-height-rem: 5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .page-title h1 {
    --font-size: 70px;
    --font-size-rem: 4.375rem;
    --line-height: 80px;
    --line-height-rem: 5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .section-title {
    margin: 0 auto 3rem;
    max-width: 600px;
  }
  .form__row {
    flex-direction: row;
  }
  section {
    padding: 60px 0 30px;
  }
  .-max-md {
    display: none;
  }
  .footer__bottom-row {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .content-editor figure.table,
  .content-editor .table {
    margin: 42px 0;
  }
  .content-editor th,
  .content-editor td {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    padding: 18px 24px;
  }
}

@media screen and (min-width: 992px) {
  .display-l {
    --font-size: 75px;
    --font-size-rem: 4.6875rem;
    --line-height: 80px;
    --line-height-rem: 5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .text-l {
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 22px;
    --line-height-rem: 1.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .text-m {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .button {
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 26px;
    --line-height-rem: 1.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    padding: 0 30px;
  }
  .marquee__icon-desktop {
    display: inline-flex;
  }
  .marquee__icon-mobile {
    display: none;
  }
  .-mobile {
    display: none;
  }
  .-max-lg {
    display: none;
  }
  .footer__legal {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .swiper-pagination-bullet {
    width: 27px;
    height: 5px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --header-height: 7rem;
  }
  .-max-xl {
    display: none;
  }
  .footer__top {
    padding: 80px 0 0;
  }
  .footer__main {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }
  .footer__nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    flex-grow: 1;
    order: 1;
  }
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .footer__social {
    order: 2;
  }
  .footer__media {
    display: flex;
    margin-top: 60px;
    min-height: 360px;
  }
  .footer__video-wrapper {
    width: 55%;
    aspect-ratio: 16/10;
  }
  .footer__decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    margin-top: 0;
    align-items: center;
  }
  .footer__logo {
    display: none;
  }
  .header.-solid .header__app-text, .header.-sticky .header__app-text, .header:hover .header__app-text, .header:focus-within .header__app-text {
    filter: brightness(0);
  }
  .header:hover .header__container, .header:focus-within .header__container {
    background-color: hsl(0, 0%, 100%);
  }
  .header__logo {
    min-width: 180px;
    width: 180px;
  }
  .header__cta {
    padding: 0 12px;
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 20px;
    --line-height-rem: 1.25rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .header__app-text {
    display: flex;
    align-items: center;
    width: min-content;
    gap: 10px;
    text-align: end;
    color: inherit;
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 20px;
    --line-height-rem: 1.25rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    text-decoration: none;
  }
  .header__app-qr {
    filter: brightness(0) invert(1);
  }
  .header.-solid .header__logo-image.-light,
  .header.-sticky .header__logo-image.-light,
  .header:hover .header__logo-image.-light,
  .header:focus-within .header__logo-image.-light {
    opacity: 0;
  }
  .header.-solid .header__logo-image.-dark,
  .header.-sticky .header__logo-image.-dark,
  .header:hover .header__logo-image.-dark,
  .header:focus-within .header__logo-image.-dark {
    opacity: 1;
  }
  .header.-solid .header__app-link,
  .header.-sticky .header__app-link,
  .header:hover .header__app-link,
  .header:focus-within .header__app-link {
    background-color: #f8f8f8;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    padding-inline: 0;
  }
  .-max-ul {
    display: none;
  }
}

@media screen and (max-width: 1399.99px) {
  .-min-ul {
    display: none;
  }
}

@media screen and (max-width: 1199.99px) {
  .-min-xl {
    display: none;
  }
  .header__actions.-desktop {
    display: none;
  }
  .header__menu-toggle.-mobile {
    display: grid;
  }
  .header-navigation.-desktop {
    display: none;
  }
}

@media screen and (max-width: 991.99px) {
  .-desktop {
    display: none;
  }
  .-min-lg {
    display: none;
  }
}

@media screen and (max-width: 767.99px) {
  .-min-md {
    display: none;
  }
}

@media screen and (max-width: 575.99px) {
  .-min-sm {
    display: none;
  }
}

@media screen and (max-width: 359.99px) {
  .-min-xs {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee .marquee__track {
    animation-duration: 180s;
  }
}