@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;
}

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

html {
  font: clamp(14px, 2.5vw, 16px)/1.4 sans-serif;
  -webkit-tap-highlight-color: var(--color-clear);
  -webkit-text-size-adjust: 100%;
  color: hsla(var(--xf-textColor));
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  margin: 0;
  border: 0;
  background: hsla(var(--xf-contentBg));
  padding: 0;
}
html#XF {
  font-family: var(--ff-code);
  font-weight: var(--fw-base);
}

body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
body .fr-element,
body .fr-toolbar {
  font-family: var(--ff-base) !important;
  font-weight: var(--fw-base) !important;
}
body select,
body input {
  font-family: var(--ff-base) !important;
  font-weight: var(--fw-base) !important;
}
body optgroup,
body textarea {
  font-family: var(--ff-base) !important;
  font-weight: var(--fw-base) !important;
}
body .message-body {
  font-family: var(--ff-base) !important;
  font-weight: var(--fw-base) !important;
}
body .codeEditor {
  font-family: var(--ff-code) !important;
  font-weight: var(--fw-base) !important;
}
body .CodeMirror {
  font-family: var(--ff-code) !important;
  font-weight: var(--fw-base) !important;
}

.p-body-inner {
  padding-bottom: var(--space-6xl);
}
@media (min-width: 640px) {
  .p-body-inner {
    min-width: var(--breakpoint-sm);
    max-width: var(--breakpoint-sm);
  }
}
.p-body-inner .p-breadcrumbs {
  display: none;
}
.p-body-head {
  display: none;
}
.p-body-sideNavCol {
  display: none;
}
.p-body-contentCol {
  display: none;
}
.p-body-sidebarCol {
  display: none;
}
.p-body-sideNav {
  display: none;
}
.p-body-sideBar {
  display: none;
}
.p-body-sidebar {
  display: none;
}
.p-body-main .button {
  line-height: var(--lh-button-xs);
  font-weight: var(--fw-button-sm);
  background: var(--color-primary);
  border-radius: var(--radius-button);
}
.p-body-main .block-container {
  border-width: initial;
  border-style: initial;
}
.p-body-main .formRow [data-invisible] {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.p-body-main .formRow > dt {
  display: block;
  text-align: left;
  margin: 0;
  border: 0;
  min-width: 100%;
  max-width: 100%;
  background: var(--color-clear);
  font-size: var(--text-body-md);
  font-weight: var(--fw-body-sm);
  line-height: var(--lh-body-sm);
  padding-bottom: var(--space-xs);
  padding-inline: 0;
}
.p-body-main .formRow > dd {
  display: block;
  min-width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-inline: 0;
}
.p-body-main .formRow > dd .input {
  min-height: 50px;
  max-height: 50px;
  border: 2px solid hsla(var(--xf-borderColor)) !important;
  border: 2px solid hsla(var(--xf-borderColor));
  border-radius: var(--radius-input) !important;
}
.p-body-main .formRow > dd .input:focus {
  border: 2px solid var(--input-border-light) !important;
}
.p-body-main .formRow > dd .input:active {
  border: 2px solid var(--input-border-light) !important;
}
.p-body-main .formRow .explain {
  margin-top: var(--space-xs);
  color: hsla(var(--xf-textColorMuted));
  font-size: var(--text-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-desc);
}
.p-body-main .formRow .inputGroup {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.p-body-main .formRow .inputGroup-text {
  position: absolute;
  right: 0.5rem;
  min-height: 50px;
  max-height: 50px;
  background: none;
  margin: 0 !important;
  border: 0 !important;
  transform: translate(0);
}
.p-body-main .formRow .inputGroup .iconic {
  min-width: 22px;
}
.p-body-main .formRow .inputGroup .iconic-label {
  display: none;
}
.p-body-main .formBtn {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.p-body-main .formBtn .button {
  font-size: var(--text-button-lg);
  font-weight: var(--fw-button-md);
  line-height: var(--lh-button-xs);
}
.p-body-main .formBtn .button > i {
  display: none;
}
.p-body-main .formBtn .button:first-child, .p-body-main .formBtn .button:last-child {
  min-width: 100%;
  max-width: 100%;
}
.p-body-main .formBtn .button:first-child, .p-body-main .formBtn .button:last-child {
  min-height: 3rem;
  max-height: 3rem;
}

.overlay-container {
  position: fixed;
}
@media (max-width: 767.98px) {
  .overlay-container.is-active .overlay {
    transform: translatey(0%);
  }
}
@media (min-width: 640px) {
  .overlay-container .overlay {
    min-width: var(--breakpoint-sm);
    max-width: var(--breakpoint-sm);
  }
}
@media (max-width: 639.98px) {
  .overlay-container .overlay {
    position: fixed;
    transform: translatey(100%);
    min-width: 100%;
    max-width: 100%;
    bottom: 0;
    margin: 0;
    border: 0;
    min-height: auto;
    max-height: 90vh;
    margin-top: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform ease-in 0.25s;
  }
}

.u-bottomFixer .inlineModBar {
  padding-block: 1rem;
}

.u-scrollButtons {
  display: none;
}
.u-scrollButtons.is-active {
  display: none;
}

.u-navButtons {
  display: none;
}

.thumbnail {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  height: 100%;
}
.thumbnail {
  background-size: cover;
  color: hsla(var(--xf-textColor));
  background-position: initial;
  background-position-x: center;
  background-position-y: center;
  background-color: hsla(var(--xf-contentBg));
  background-color: hsla(var(--xf-contentBg));
  background-repeat: no-repeat;
  border: 1px solid hsla(var(--xf-borderColor));
  border-radius: var(--radius-card);
}
.thumbnail img {
  min-width: 100%;
  max-width: 100%;
}
.thumbnail img:not(.cropImage) {
  opacity: 0;
  white-space: nowrap;
  text-indent: 100%;
  word-wrap: normal;
  font-size: medium;
  overflow-x: hidden;
  overflow-y: hidden;
}
.thumbnail img:not(.cropImage) {
  display: none;
}

.tooltip .bbWrapper {
  animation: _tooltip 5s linear;
  animation-fill-mode: forwards;
  animation-delay: 900ms cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes _tooltip {
  100% {
    transform: translateY(max(-50%, -400px));
  }
}
.tooltip-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 12px;
}

.formInfoRow {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background: linear-gradient(0deg, hsla(var(--xf-contentHighlightBg)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 1%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)));
  border-radius: var(--radius-card);
}

.hC8Y89 {
  display: flex;
  align-items: center;
}
.hC8Y89 .hE45EO {
  flex: 0;
  display: flex;
}
.hC8Y89 .hE45EO .button {
  color: hsla(var(--xf-textColor));
  position: relative;
  width: 3rem;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 3rem;
  margin: 0;
  border: 0;
  border-radius: var(--radius-full);
}
.hC8Y89 .hE45EO .button:hover {
  background: hsla(var(--xf-contentHighlightBg));
}
.hC8Y89 .hE45EO .button:focus {
  background: hsla(var(--xf-contentHighlightBg));
}
.hC8Y89 .hE45EO .button:active {
  background: hsla(var(--xf-contentHighlightBg));
}
.hC8Y89 .hE45E1 {
  flex: 1;
}
.hC8Y89 .hE45E1 h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  word-break: break-word;
  text-align: center;
}
@supports (-webkit-line-clamp: 1) {
  .hC8Y89 .hE45E1 h2 {
    -webkit-line-clamp: 1;
  }
}

.hC8Y88 {
  display: flex;
  justify-content: flex-start;
  gap: var(--space-md);
  font-weight: var(--fw-base);
  line-height: var(--lh-base);
  align-items: center;
}
.hC8Y88 .hE45EO {
  display: flex;
}
.hC8Y88 .hE45EO .button {
  color: hsla(var(--xf-textColor));
  position: relative;
  width: 3rem;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 3rem;
  margin: 0;
  border: 0;
  border-radius: var(--radius-full);
}
.hC8Y88 .hE45EO .button:hover {
  background: hsla(var(--xf-contentHighlightBg));
}
.hC8Y88 .hE45EO .button:focus {
  background: hsla(var(--xf-contentHighlightBg));
}
.hC8Y88 .hE45EO .button:active {
  background: hsla(var(--xf-contentHighlightBg));
}
.hC8Y88 .hE45E1 {
  display: flex;
}
.hC8Y88 .hE45E1 h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  word-break: break-word;
  text-align: center;
}
@supports (-webkit-line-clamp: 1) {
  .hC8Y88 .hE45E1 h2 {
    -webkit-line-clamp: 1;
  }
}

.moZrWB {
  display: flex;
  gap: var(--space-md);
  line-height: var(--lh-base);
  font-weight: var(--fw-base);
  align-items: stretch;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid hsla(var(--xf-contentHighlightBg));
  border-radius: var(--radius-card);
  background: linear-gradient(0deg, hsla(var(--xf-contentHighlightBg)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 1%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)));
  padding: var(--space-sm);
}
.moZrWB .mtEOIB {
  flex: 0;
}
.moZrWB .m1tLHQ {
  flex: 1;
}
.moZrWB .m1tLHQ .mUkagW {
  display: flex;
}
.moZrWB .m1tLHQ .mUkagW .mzAn4n {
  flex: 1;
}
.moZrWB .m1tLHQ .mUkagW .mzAn4n span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  word-break: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .moZrWB .m1tLHQ .mUkagW .mzAn4n span {
    -webkit-line-clamp: 2;
  }
}
.moZrWB .m1tLHQ .mUkagW .mUzwJ1 {
  flex: 0;
}
.moZrWB .m1tLHQ .mUkagW .mUzwJ1 .button {
  font-size: var(--text-button-xs);
  font-weight: var(--fw-button-sm);
  line-height: var(--lh-button-sm);
  min-width: 100%;
  max-width: 100%;
  border-radius: var(--radius-pill);
}
.moZrWB .m1tLHQ .m7nPwM {
  display: flex;
  gap: var(--space-xs);
  font-size: var(--text-body-xs);
  font-weight: var(--fw-body-sm);
  line-height: var(--lh-body-md);
  margin-top: var(--space-xxs);
  align-items: center;
}
.moZrWB .m1tLHQ .m7nPwM .mzAn4n {
  display: flex;
}
.moZrWB .m1tLHQ .m7nPwM .mzAn4n span {
  min-width: 14px;
  max-width: 14px;
  text-align: center;
}
.moZrWB .m1tLHQ .m7nPwM .mUzwJ1 {
  display: flex;
}
.moZrWB .m1tLHQ .m7nPwM .mUzwJ1 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  word-break: break-word;
}
@supports (-webkit-line-clamp: 1) {
  .moZrWB .m1tLHQ .m7nPwM .mUzwJ1 span {
    -webkit-line-clamp: 1;
  }
}

.pg9Zg1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  color: hsla(var(--xf-textColorDimmed));
}
.pg9Zg1 .prphu9 {
  display: flex;
  font-size: var(--text-body-sm);
  font-weight: var(--fw-body-sm);
  line-height: var(--lh-body-xs);
  gap: var(--space-xs);
}
.pg9Zg1 .prphu9 .pn98NB {
  display: flex;
}
.pg9Zg1 .p67S6U {
  color: var(--color-primary);
}
.pg9Zg1 .p67S6U .p5FyrE {
  font-size: var(--text-number-lg);
  font-weight: var(--fw-number-xl);
  line-height: var(--lh-number-xl);
}
.pg9Zg1 .p67S6U .pKaMr8 {
  color: hsla(var(--xf-textColorDimmed));
  margin-left: var(--space-xs);
  font-weight: var(--fw-body-sm);
  line-height: var(--lh-body-xs);
}
.pg9Zg1 .pgDmIO {
  font-size: var(--text-xs);
}/*# sourceMappingURL=extra.css.map */