@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --ff-sans: "Roboto", sans-serif;
  --ff-mono: "Source Code Pro", monospace;
  --ff-base: var(--ff-sans);
  --ff-code: var(--ff-mono);
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-clear: transparent;
  --color-error: #dc2626;
  --color-image: #e0e0e0;
  --color-primary: #0283fb;
  --color-success: #16a34a;
  --color-warning: #ca8a04;
}

:root {
  --fs-100: 0.5rem;
  --fs-200: 0.625rem;
  --fs-300: 0.75rem;
  --fs-400: 0.875rem;
  --fs-500: 1rem;
  --fs-600: 1.125rem;
  --fs-700: 1.25rem;
  --fs-800: 1.5rem;
  --fs-900: 1.875rem;
  --fs-1000: 2.25rem;
  --fs-1100: 3rem;
  --fs-1200: 3.75rem;
  --fs-1300: 4.5rem;
  --text-2xs: var(--fs-100);
  --text-xxs: var(--fs-200);
  --text-xs: var(--fs-300);
  --text-sm: var(--fs-400);
  --text-md: var(--fs-500);
  --text-lg: var(--fs-600);
  --text-xl: var(--fs-700);
  --text-2xl: var(--fs-800);
  --text-3xl: var(--fs-900);
  --text-4xl: var(--fs-1000);
  --text-5xl: var(--fs-1100);
  --text-6xl: var(--fs-1200);
  --text-7xl: var(--fs-1300);
  --text-base: var(--fs-500);
  --text-desc: var(--fs-400);
  --text-h1: var(--fs-900);
  --text-h2: var(--fs-800);
  --text-h3: var(--fs-700);
  --text-h4: var(--fs-600);
  --text-h5: var(--fs-500);
  --text-h6: var(--fs-400);
  --text-body-xs: var(--fs-300);
  --text-body-sm: var(--fs-400);
  --text-body-md: var(--fs-500);
  --text-body-lg: var(--fs-600);
  --text-body-xl: var(--fs-700);
  --text-button-xs: var(--fs-300);
  --text-button-sm: var(--fs-400);
  --text-button-md: var(--fs-500);
  --text-button-lg: var(--fs-600);
  --text-button-xl: var(--fs-700);
  --text-number-xs: var(--fs-300);
  --text-number-sm: var(--fs-400);
  --text-number-md: var(--fs-500);
  --text-number-lg: var(--fs-900);
  --text-number-xl: var(--fs-1000);
}

:root {
  --radius-100: 4px;
  --radius-200: 8px;
  --radius-300: 12px;
  --radius-400: 16px;
  --radius-500: 24px;
  --radius-600: 32px;
  --radius-700: 40px;
  --radius-800: 48px;
  --radius-full: 9999px;
  --radius-xs: var(--radius-100);
  --radius-sm: var(--radius-200);
  --radius-md: var(--radius-300);
  --radius-lg: var(--radius-400);
  --radius-xl: var(--radius-500);
  --radius-2xl: var(--radius-600);
  --radius-3xl: var(--radius-700);
  --radius-4xl: var(--radius-800);
  --radius-btn-sx: var(--radius-100);
  --radius-btn-sm: var(--radius-200);
  --radius-btn-md: var(--radius-300);
  --radius-btn-lg: var(--radius-400);
  --radius-btn-xl: var(--radius-500);
  --radius-base: var(--radius-300);
  --radius-card: var(--radius-300);
  --radius-item: var(--radius-500);
  --radius-icon: var(--radius-300);
  --radius-chip: var(--radius-full);
  --radius-pill: var(--radius-full);
  --radius-button: var(--radius-300);
  --radius-action: var(--radius-600);
  --radius-input: var(--radius-300);
  --radius-modal: var(--radius-400);
}

:root {
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --fw-base: var(--fw-500);
  --fw-desc: var(--fw-400);
  --fw-h1: var(--fw-700);
  --fw-h2: var(--fw-700);
  --fw-h3: var(--fw-600);
  --fw-h4: var(--fw-600);
  --fw-h5: var(--fw-600);
  --fw-h6: var(--fw-600);
  --fw-body-xs: var(--fw-400);
  --fw-body-sm: var(--fw-500);
  --fw-body-md: var(--fw-600);
  --fw-body-lg: var(--fw-700);
  --fw-body-xl: var(--fw-900);
  --fw-button-xs: var(--fw-400);
  --fw-button-sm: var(--fw-500);
  --fw-button-md: var(--fw-600);
  --fw-button-lg: var(--fw-700);
  --fw-button-xl: var(--fw-900);
  --fw-number-xs: var(--fw-400);
  --fw-number-sm: var(--fw-500);
  --fw-number-md: var(--fw-600);
  --fw-number-lg: var(--fw-700);
  --fw-number-xl: var(--fw-900);
}

:root {
  --lh-100: 1;
  --lh-200: 1.2;
  --lh-300: 1.35;
  --lh-400: 1.5;
  --lh-500: 1.65;
  --lh-600: 1.8;
  --lh-700: 2;
  --lh-base: var(--lh-400);
  --lh-desc: var(--lh-200);
  --lh-h1: var(--lh-200);
  --lh-h2: var(--lh-200);
  --lh-h3: var(--lh-300);
  --lh-h4: var(--lh-300);
  --lh-h5: var(--lh-400);
  --lh-h6: var(--lh-400);
  --lh-body-xs: var(--lh-100);
  --lh-body-sm: var(--lh-200);
  --lh-body-md: var(--lh-300);
  --lh-body-lg: var(--lh-400);
  --lh-body-xl: var(--lh-500);
  --lh-button-xs: var(--lh-100);
  --lh-button-sm: var(--lh-200);
  --lh-button-md: var(--lh-300);
  --lh-button-lg: var(--lh-400);
  --lh-button-xl: var(--lh-500);
  --lh-number-xs: var(--lh-200);
  --lh-number-sm: var(--lh-300);
  --lh-number-md: var(--lh-400);
  --lh-number-lg: var(--lh-500);
  --lh-number-xl: var(--lh-600);
}

:root {
  --space-100: 0.25rem;
  --space-200: 0.5rem;
  --space-300: 0.75rem;
  --space-400: 1rem;
  --space-500: 1.25rem;
  --space-600: 1.5rem;
  --space-700: 2rem;
  --space-800: 3rem;
  --space-900: 4rem;
  --space-1000: 5rem;
  --space-1100: 6rem;
  --space-1200: 8rem;
  --space-xxs: var(--space-100);
  --space-xs: var(--space-200);
  --space-sm: var(--space-300);
  --space-md: var(--space-400);
  --space-lg: var(--space-500);
  --space-xl: var(--space-600);
  --space-2xl: var(--space-700);
  --space-3xl: var(--space-800);
  --space-4xl: var(--space-900);
  --space-5xl: var(--space-1000);
  --space-6xl: var(--space-1100);
  --space-7xl: var(--space-1200);
}

:root {
  --breakpoint-xs: 320px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  --breakpoint-3xl: 1920px;
}

@media (max-width: 767.98px) {
  .has-js .p-header {
    display: block;
  }
}

.p-header {
  background: hsla(var(--xf-contentBg));
}
.p-header-inner {
  color: hsla(var(--xf-textColor));
}
@media (min-width: 640px) {
  .p-header-inner {
    min-width: var(--breakpoint-sm);
    max-width: var(--breakpoint-sm);
  }
}
.p-header .hmDcLN {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  line-height: normal;
  justify-content: space-between;
  min-width: 100%;
  max-width: 100%;
}
.p-header .hmDcLN .hEDjYo {
  display: flex;
  flex: 1;
  align-items: center;
  line-height: normal;
}
.p-header .hmDcLN .hEDjYo .hucB9Y {
  display: flex;
  align-items: center;
  line-height: normal;
}
.p-header .hmDcLN .hEDjYo .hucB9Y {
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.p-header .hmDcLN .hEDjYo .hucB9Y {
  min-width: 8.5rem;
  max-width: 8.5rem;
}
.p-header .hmDcLN .hEDjYo .hucB9Y > a {
  color: hsla(var(--xf-textColor));
  text-decoration: none;
}
.p-header .hmDcLN .hEDjYo .hucB9Y > a {
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.p-header .hmDcLN .hEDjYo .hucB9Y > a img {
  min-width: 100%;
  max-width: 100%;
}
.p-header .hmDcLN .hCYbSz {
  display: flex;
  flex: 0;
  align-items: center;
  line-height: normal;
}
.p-header .hmDcLN .hCYbSz .hZEVzr {
  display: flex;
  gap: var(--space-1);
  align-items: center;
  line-height: normal;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button:hover {
  border-radius: 100%;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button:focus {
  border-radius: 100%;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button:active {
  border-radius: 100%;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button--link {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  color: hsla(var(--xf-textColor));
  border-width: initial !important;
  border-style: initial !important;
  border-color: initial !important;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button--link {
  min-height: 2.25rem;
  max-height: 2.25rem;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button--link {
  min-width: 2.25rem;
  max-width: 2.25rem;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button-text {
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button i {
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.p-header .hmDcLN .hCYbSz .hZEVzr .button i > svg {
  width: 24px;
  margin: 0;
  border: 0;
  height: 24px;
}
.p-header .hmDcLN .hCYbSz .avatar {
  font-size: var(--fs-md);
}
.p-header .hmDcLN .hCYbSz .avatar {
  text-decoration: none;
}
.p-header .hmDcLN .hCYbSz .avatar {
  min-height: 30px;
  max-height: 30px;
}
.p-header .hmDcLN .hCYbSz .avatar {
  min-width: 30px;
  max-width: 30px;
}

.menu-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.menu-content .hYSAde {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}
.menu-content .hYSAde a {
  font-size: var(--fs-lg);
}
.menu-content .hYSAde .button {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 1rem;
  border-radius: var(--br-fl);
}
.menu-content .hYSAde .button {
  min-height: 2.75rem;
  max-height: 2.75rem;
}
.menu-content .hYSAde .button {
  min-width: calc(100% - 1rem);
  max-width: calc(100% - 1rem);
}/*# sourceMappingURL=header.3ldicldg.css.map */