/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*
Some default styling.  This applies to edit mode and run mode, and effects things
such as HTML elements.
*/
b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

body {
  font-family: Helvetica, Arial, sans-serif;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

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

ul,
ol {
  display: block;
  padding-left: 40px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

input[type=input],
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=input]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
input[type=input]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9a9a9 !important;
}
input[type=input]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input].grey::-webkit-input-placeholder,
input[type=text].grey::-webkit-input-placeholder,
input[type=password].grey::-webkit-input-placeholder,
input[type=email].grey::-webkit-input-placeholder,
input[type=search].grey::-webkit-input-placeholder,
input[type=tel].grey::-webkit-input-placeholder,
textarea.grey::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
input[type=input].grey::-moz-placeholder,
input[type=text].grey::-moz-placeholder,
input[type=password].grey::-moz-placeholder,
input[type=email].grey::-moz-placeholder,
input[type=search].grey::-moz-placeholder,
input[type=tel].grey::-moz-placeholder,
textarea.grey::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input].grey:-ms-input-placeholder,
input[type=text].grey:-ms-input-placeholder,
input[type=password].grey:-ms-input-placeholder,
input[type=email].grey:-ms-input-placeholder,
input[type=search].grey:-ms-input-placeholder,
input[type=tel].grey:-ms-input-placeholder,
textarea.grey:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9a9a9 !important;
}
input[type=input].grey:-moz-placeholder,
input[type=text].grey:-moz-placeholder,
input[type=password].grey:-moz-placeholder,
input[type=email].grey:-moz-placeholder,
input[type=search].grey:-moz-placeholder,
input[type=tel].grey:-moz-placeholder,
textarea.grey:-moz-placeholder {
  /* Firefox 18- */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input].white::-webkit-input-placeholder,
input[type=text].white::-webkit-input-placeholder,
input[type=password].white::-webkit-input-placeholder,
input[type=email].white::-webkit-input-placeholder,
input[type=search].white::-webkit-input-placeholder,
input[type=tel].white::-webkit-input-placeholder,
textarea.white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
input[type=input].white::-moz-placeholder,
input[type=text].white::-moz-placeholder,
input[type=password].white::-moz-placeholder,
input[type=email].white::-moz-placeholder,
input[type=search].white::-moz-placeholder,
input[type=tel].white::-moz-placeholder,
textarea.white::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
input[type=input].white:-ms-input-placeholder,
input[type=text].white:-ms-input-placeholder,
input[type=password].white:-ms-input-placeholder,
input[type=email].white:-ms-input-placeholder,
input[type=search].white:-ms-input-placeholder,
input[type=tel].white:-ms-input-placeholder,
textarea.white:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}
input[type=input].white:-moz-placeholder,
input[type=text].white:-moz-placeholder,
input[type=password].white:-moz-placeholder,
input[type=email].white:-moz-placeholder,
input[type=search].white:-moz-placeholder,
input[type=tel].white:-moz-placeholder,
textarea.white:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
input[type=input].black::-webkit-input-placeholder,
input[type=text].black::-webkit-input-placeholder,
input[type=password].black::-webkit-input-placeholder,
input[type=email].black::-webkit-input-placeholder,
input[type=search].black::-webkit-input-placeholder,
input[type=tel].black::-webkit-input-placeholder,
textarea.black::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
input[type=input].black::-moz-placeholder,
input[type=text].black::-moz-placeholder,
input[type=password].black::-moz-placeholder,
input[type=email].black::-moz-placeholder,
input[type=search].black::-moz-placeholder,
input[type=tel].black::-moz-placeholder,
textarea.black::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}
input[type=input].black:-ms-input-placeholder,
input[type=text].black:-ms-input-placeholder,
input[type=password].black:-ms-input-placeholder,
input[type=email].black:-ms-input-placeholder,
input[type=search].black:-ms-input-placeholder,
input[type=tel].black:-ms-input-placeholder,
textarea.black:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333 !important;
}
input[type=input].black:-moz-placeholder,
input[type=text].black:-moz-placeholder,
input[type=password].black:-moz-placeholder,
input[type=email].black:-moz-placeholder,
input[type=search].black:-moz-placeholder,
input[type=tel].black:-moz-placeholder,
textarea.black:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  opacity: 1;
}
input[type=input].blue::-webkit-input-placeholder,
input[type=text].blue::-webkit-input-placeholder,
input[type=password].blue::-webkit-input-placeholder,
input[type=email].blue::-webkit-input-placeholder,
input[type=search].blue::-webkit-input-placeholder,
input[type=tel].blue::-webkit-input-placeholder,
textarea.blue::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #60aef7;
}
input[type=input].blue::-moz-placeholder,
input[type=text].blue::-moz-placeholder,
input[type=password].blue::-moz-placeholder,
input[type=email].blue::-moz-placeholder,
input[type=search].blue::-moz-placeholder,
input[type=tel].blue::-moz-placeholder,
textarea.blue::-moz-placeholder {
  /* Firefox 19+ */
  color: #60aef7;
  opacity: 1;
}
input[type=input].blue:-ms-input-placeholder,
input[type=text].blue:-ms-input-placeholder,
input[type=password].blue:-ms-input-placeholder,
input[type=email].blue:-ms-input-placeholder,
input[type=search].blue:-ms-input-placeholder,
input[type=tel].blue:-ms-input-placeholder,
textarea.blue:-ms-input-placeholder {
  /* IE 10+ */
  color: #60aef7 !important;
}
input[type=input].blue:-moz-placeholder,
input[type=text].blue:-moz-placeholder,
input[type=password].blue:-moz-placeholder,
input[type=email].blue:-moz-placeholder,
input[type=search].blue:-moz-placeholder,
input[type=tel].blue:-moz-placeholder,
textarea.blue:-moz-placeholder {
  /* Firefox 18- */
  color: #60aef7;
  opacity: 1;
}
input[type=input].green::-webkit-input-placeholder,
input[type=text].green::-webkit-input-placeholder,
input[type=password].green::-webkit-input-placeholder,
input[type=email].green::-webkit-input-placeholder,
input[type=search].green::-webkit-input-placeholder,
input[type=tel].green::-webkit-input-placeholder,
textarea.green::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #69c765;
}
input[type=input].green::-moz-placeholder,
input[type=text].green::-moz-placeholder,
input[type=password].green::-moz-placeholder,
input[type=email].green::-moz-placeholder,
input[type=search].green::-moz-placeholder,
input[type=tel].green::-moz-placeholder,
textarea.green::-moz-placeholder {
  /* Firefox 19+ */
  color: #69c765;
  opacity: 1;
}
input[type=input].green:-ms-input-placeholder,
input[type=text].green:-ms-input-placeholder,
input[type=password].green:-ms-input-placeholder,
input[type=email].green:-ms-input-placeholder,
input[type=search].green:-ms-input-placeholder,
input[type=tel].green:-ms-input-placeholder,
textarea.green:-ms-input-placeholder {
  /* IE 10+ */
  color: #69c765;
}
input[type=input].green:-moz-placeholder,
input[type=text].green:-moz-placeholder,
input[type=password].green:-moz-placeholder,
input[type=email].green:-moz-placeholder,
input[type=search].green:-moz-placeholder,
input[type=tel].green:-moz-placeholder,
textarea.green:-moz-placeholder {
  /* Firefox 18- */
  color: #69c765;
  opacity: 1;
}
input[type=input].red::-webkit-input-placeholder,
input[type=text].red::-webkit-input-placeholder,
input[type=password].red::-webkit-input-placeholder,
input[type=email].red::-webkit-input-placeholder,
input[type=search].red::-webkit-input-placeholder,
input[type=tel].red::-webkit-input-placeholder,
textarea.red::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff8585;
}
input[type=input].red::-moz-placeholder,
input[type=text].red::-moz-placeholder,
input[type=password].red::-moz-placeholder,
input[type=email].red::-moz-placeholder,
input[type=search].red::-moz-placeholder,
input[type=tel].red::-moz-placeholder,
textarea.red::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff8585;
  opacity: 1;
}
input[type=input].red:-ms-input-placeholder,
input[type=text].red:-ms-input-placeholder,
input[type=password].red:-ms-input-placeholder,
input[type=email].red:-ms-input-placeholder,
input[type=search].red:-ms-input-placeholder,
input[type=tel].red:-ms-input-placeholder,
textarea.red:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff8585 !important;
}
input[type=input].red:-moz-placeholder,
input[type=text].red:-moz-placeholder,
input[type=password].red:-moz-placeholder,
input[type=email].red:-moz-placeholder,
input[type=search].red:-moz-placeholder,
input[type=tel].red:-moz-placeholder,
textarea.red:-moz-placeholder {
  /* Firefox 18- */
  color: #ff8585;
  opacity: 1;
}

textarea {
  resize: none;
}

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

/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

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

.flex-start {
  justify-content: flex-start !important;
}

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

.flex-end {
  justify-content: flex-end !important;
}

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-tenth {
  width: 30% !important;
}

.width-one-third {
  width: 33.334% !important;
}

.width-four-tenth {
  width: 40% !important;
}

.width-half {
  width: 50% !important;
}

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-150 {
  height: 150px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-307 {
  height: 307px !important;
}

.height-320 {
  height: 320px !important;
}

.height-400 {
  height: 400px !important;
}

.height-435 {
  height: 435px !important;
}

.height-540 {
  height: 540px !important;
}

.height-fill {
  height: 100% !important;
}

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

.height-half {
  height: 50% !important;
}

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

.overflow-overlay {
  overflow: overlay !important;
}

.overflow-revert {
  overflow: revert !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-visible {
  overflow: visible !important;
}

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

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

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

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

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

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

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

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

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

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1000000000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

.cc_banner-wrapper .cc_btn.cc_btn_accept_all {
  max-width: 130px;
}

/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

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

.flex-start {
  justify-content: flex-start !important;
}

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

.flex-end {
  justify-content: flex-end !important;
}

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-tenth {
  width: 30% !important;
}

.width-one-third {
  width: 33.334% !important;
}

.width-four-tenth {
  width: 40% !important;
}

.width-half {
  width: 50% !important;
}

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-150 {
  height: 150px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-307 {
  height: 307px !important;
}

.height-320 {
  height: 320px !important;
}

.height-400 {
  height: 400px !important;
}

.height-435 {
  height: 435px !important;
}

.height-540 {
  height: 540px !important;
}

.height-fill {
  height: 100% !important;
}

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

.height-half {
  height: 50% !important;
}

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

.overflow-overlay {
  overflow: overlay !important;
}

.overflow-revert {
  overflow: revert !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-visible {
  overflow: visible !important;
}

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

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

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

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

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

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

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

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

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

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

/*------------------
RUNMODE VISUAL EFFECTS
--------------------*/
:root {
  --font_default: "Lato";
  --color_primary_default: rgba(2, 5, 211, 1);
  --color_primary_default_rgb: 2, 5, 211;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255, 255, 255;
  --color_text_default: rgba(9, 23, 71, 1);
  --color_text_default_rgb: 9, 23, 71;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255, 255, 255;
  --color_background_default: rgba(255, 255, 255, 0);
  --color_background_default_rgb: 255, 255, 255;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255, 0, 0;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23, 219, 78;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250, 181, 21;
  --color_danger_default_rgb: rgba(176, 32, 12, 1);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

div.bubble-element,
a.bubble-element {
  overflow: hidden;
  /*Generally speaking Bubble elements hide anything that is out of them, but for containers, we allow this*/
}
div.bubble-element.main-page, div.bubble-element.CustomElement, div.bubble-element.FloatingGroup, div.bubble-element.Group, div.bubble-element.Popup, div.bubble-element.group-item,
a.bubble-element.main-page,
a.bubble-element.CustomElement,
a.bubble-element.FloatingGroup,
a.bubble-element.Group,
a.bubble-element.Popup,
a.bubble-element.group-item {
  overflow: visible;
}

.bubble-element.Icon {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  cursor: inherit;
  overflow: hidden;
}
.bubble-element.Button {
  padding: 0;
  border: none;
  cursor: inherit;
  background: none;
  text-align: left;
}
.bubble-element.Button.flex-aligned-button {
  display: flex;
}
.bubble-element.Icon svg[data-icon-set], .bubble-element.Button svg[data-icon-set] {
  fill: currentColor;
}
.bubble-element.Icon svg[data-icon-set=feather], .bubble-element.Button svg[data-icon-set=feather] {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.bubble-element.Input {
  border: none;
  background-color: transparent;
  padding: 0;
}
.bubble-element.Page {
  z-index: 1;
}
.bubble-element.Link {
  white-space: pre-wrap;
  text-decoration: none;
}
.bubble-element.DateInput input {
  padding: 0;
}
.bubble-element.Image {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.bubble-legacy-image {
  display: block;
}

img.hidden-image-for-caching {
  display: none;
  left: -9000px;
  top: 9000px;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  option {
    font-family: sans-serif;
  }
}
*:focus {
  outline: 0px dotted transparent;
}
*:focus:active {
  outline: 0px dotted transparent !important;
}

.bubble-element.clickable-element {
  outline: 0px dotted transparent;
  touch-action: manipulation;
}
.bubble-element.clickable-element.show-outline {
  outline: 1px dotted grey;
}

.bad-revision {
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(48, 48, 48, 0.9);
  font-weight: 600;
  color: white;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 20000;
  line-height: 1.4;
  cursor: pointer;
}

.db-limit-reached,
.app-limit-reached {
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(255, 0, 0, 0.8);
  font-weight: 600;
  color: white;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 20000;
  line-height: 1.4;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input:disabled,
textarea:disabled,
input:disabled::placeholder,
textarea:disabled::placeholder {
  -webkit-text-fill-color: currentcolor;
  opacity: 1;
}

.FloatingGroup,
.CustomElement.floating-group {
  -webkit-transform: translateZ(0);
}

input[type=checkbox]:focus {
  outline: 1px dotted rgb(196, 196, 196);
}

.bubble-element.PoweredByBubble:hover {
  text-decoration: none;
}

.bubble-element.Text {
  overflow-wrap: break-word;
}

input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* STRIPE CHECKOUT FALLBACK ON MOBILE */
.stripe-checkout-greyout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.6);
}

.stripe-checkout-btn {
  overflow: hidden;
  position: fixed;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.stripe-checkout-btn .stripe-checkout-display {
  position: relative;
  padding: 0 12px;
  line-height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*------------------
RESPONSIVE
--------------------*/
.bubble-r-line {
  clear: both;
  position: relative;
  pointer-events: none;
  /* We have to spell this logic this way to get the right specificity
    everywhere, because IE11 doesn't have a :not for us to use. */
}
.bubble-r-line > * {
  pointer-events: auto;
}
.bubble-r-line > .bubble-r-box, .bubble-r-line > .bubble-r-line {
  pointer-events: none;
}
.bubble-r-line .bubble-r-box {
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.bubble-r-line .bubble-r-box > * {
  pointer-events: auto;
}
.bubble-r-line .bubble-r-box > .bubble-r-box, .bubble-r-line .bubble-r-box > .bubble-r-line {
  pointer-events: none;
}
.bubble-r-line .bubble-r-box.debug {
  pointer-events: auto;
  box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 0.6);
}
.bubble-r-line.debug {
  pointer-events: auto;
  box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7);
}
.bubble-r-line:after {
  content: " ";
  display: block;
  clear: both;
}

/*------------------
NEW RESPONSIVE
--------------------*/
.bubble-r-container {
  overflow: hidden;
}
.bubble-r-container.fixed > .bubble-element {
  position: absolute;
}
.bubble-r-container.relative > .bubble-element, .bubble-r-container.flex > .bubble-element {
  position: relative;
}
.bubble-r-container.relative {
  display: grid;
  grid-template-areas: "stack";
  grid-template-rows: 100%;
  grid-template-columns: 100%;
}
.bubble-r-container.relative > .bubble-element {
  grid-area: stack;
}
.bubble-r-container.flex {
  display: flex;
  align-content: stretch;
}
.bubble-r-container.flex.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.bubble-r-container.flex.column {
  flex-direction: column;
  flex-wrap: nowrap;
}

.bubble-r-container-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.bubble-r-container-wrapper > .bubble-r-container {
  position: relative;
  z-index: 0;
  max-width: 100%;
  flex-grow: 1;
  height: initial;
  overflow: inherit;
}

.bubble-table {
  display: flex;
  flex-wrap: nowrap;
}

.bubble-cross-axis {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.bubble-rg {
  display: grid;
  justify-items: stretch;
}
.bubble-rg > .bubble-element.group-item {
  position: relative;
}
.bubble-rg.masonry > .bubble-element.group-item {
  height: max-content;
}

.bubble-rg-flex-row {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bubble-rg-flex-row > .bubble-element.group-item {
  position: relative;
}

.bubble-r-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bubble-element {
  position: relative;
  box-sizing: border-box;
}

html[dir=rtl] .bubble-r-container {
  direction: ltr;
}
html[dir=rtl] .bubble-r-container > *:not(.bubble-r-container) {
  direction: rtl;
}

.dropdown-chevron {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjQxLDguNThMMTIsMTMuMTdMMTYuNTksOC41OEwxOCwxMEwxMiwxNkw2LDEwTDcuNDEsOC41OFoiIC8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat, repeat;
  background-position: right 0em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

.bubble-legacy-table {
  overflow: hidden !important;
  background: #f9f9f9;
  color: #888888;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.bubble-legacy-table > * {
  display: none;
}
.bubble-legacy-table > .incompatible-message {
  display: inline-block;
  text-align: center;
}
.bubble-legacy-table:before {
  font-family: "FontAwesome";
  content: "\f071";
}

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

/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

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

.flex-start {
  justify-content: flex-start !important;
}

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

.flex-end {
  justify-content: flex-end !important;
}

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-tenth {
  width: 30% !important;
}

.width-one-third {
  width: 33.334% !important;
}

.width-four-tenth {
  width: 40% !important;
}

.width-half {
  width: 50% !important;
}

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-150 {
  height: 150px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-307 {
  height: 307px !important;
}

.height-320 {
  height: 320px !important;
}

.height-400 {
  height: 400px !important;
}

.height-435 {
  height: 435px !important;
}

.height-540 {
  height: 540px !important;
}

.height-fill {
  height: 100% !important;
}

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

.height-half {
  height: 50% !important;
}

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

.overflow-overlay {
  overflow: overlay !important;
}

.overflow-revert {
  overflow: revert !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-visible {
  overflow: visible !important;
}

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

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

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

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

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

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

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

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

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

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.tt-hint {
  color: #999;
  border-color: transparent !important;
}

.tt-suggestion > p:hover,
.tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.tt-suggestion.tt-cursor > p {
  color: #ffffff;
  background-color: #428bca;
}

span.twitter-typeahead {
  width: 100%;
}
span.twitter-typeahead pre {
  position: fixed !important;
}

.input-group span.twitter-typeahead {
  display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/static/fonts/fontawesome-webfont.eot");
  src: url("/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.woff2") format("woff2"), url("/static/fonts/fontawesome-webfont.woff") format("woff"), url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=font-awesome.min.css.map */

@charset "UTF-8";
/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

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

.flex-start {
  justify-content: flex-start !important;
}

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

.flex-end {
  justify-content: flex-end !important;
}

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-tenth {
  width: 30% !important;
}

.width-one-third {
  width: 33.334% !important;
}

.width-four-tenth {
  width: 40% !important;
}

.width-half {
  width: 50% !important;
}

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-150 {
  height: 150px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-307 {
  height: 307px !important;
}

.height-320 {
  height: 320px !important;
}

.height-400 {
  height: 400px !important;
}

.height-435 {
  height: 435px !important;
}

.height-540 {
  height: 540px !important;
}

.height-fill {
  height: 100% !important;
}

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

.height-half {
  height: 50% !important;
}

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

.overflow-overlay {
  overflow: overlay !important;
}

.overflow-revert {
  overflow: revert !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-visible {
  overflow: visible !important;
}

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

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

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

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

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

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

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

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

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

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

@media (max-width: 300px) {
  .picker__holder {
    position: fixed;
    left: 0;
    min-width: 100px;
  }
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker:not(.datepicker-legacy-font) .picker__button--today,
.picker:not(.datepicker-legacy-font) .picker__button--clear,
.picker:not(.datepicker-legacy-font) .picker__button--close {
  font-family: inherit;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
}

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

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

@charset "UTF-8";
/**
 * Checkbox
 * --------------------------------------------------
 */
.ionic-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ionic-checkbox input:before, .ionic-checkbox .checkbox-icon:before {
  border-color: #ddd;
}
.ionic-checkbox input:checked:before, .ionic-checkbox input:checked + .checkbox-icon:before {
  background: #387ef5;
  border-color: #387ef5;
}
.ionic-checkbox input[type=checkbox] {
  margin: 0;
}
.ionic-checkbox input[type=checkbox]:focus {
  outline: none;
}

.checkbox-light input:before, .checkbox-light .checkbox-icon:before {
  border-color: #ddd;
}
.checkbox-light input:checked:before, .checkbox-light input:checked + .checkbox-icon:before {
  background: #ddd;
  border-color: #ddd;
}

.checkbox-stable input:before, .checkbox-stable .checkbox-icon:before {
  border-color: #b2b2b2;
}
.checkbox-stable input:checked:before, .checkbox-stable input:checked + .checkbox-icon:before {
  background: #b2b2b2;
  border-color: #b2b2b2;
}

.checkbox-positive input:before, .checkbox-positive .checkbox-icon:before {
  border-color: #387ef5;
}
.checkbox-positive input:checked:before, .checkbox-positive input:checked + .checkbox-icon:before {
  background: #387ef5;
  border-color: #387ef5;
}

.checkbox-calm input:before, .checkbox-calm .checkbox-icon:before {
  border-color: #11c1f3;
}
.checkbox-calm input:checked:before, .checkbox-calm input:checked + .checkbox-icon:before {
  background: #11c1f3;
  border-color: #11c1f3;
}

.checkbox-assertive input:before, .checkbox-assertive .checkbox-icon:before {
  border-color: #ef473a;
}
.checkbox-assertive input:checked:before, .checkbox-assertive input:checked + .checkbox-icon:before {
  background: #ef473a;
  border-color: #ef473a;
}

.checkbox-balanced input:before, .checkbox-balanced .checkbox-icon:before {
  border-color: #33cd5f;
}
.checkbox-balanced input:checked:before, .checkbox-balanced input:checked + .checkbox-icon:before {
  background: #33cd5f;
  border-color: #33cd5f;
}

.checkbox-energized input:before, .checkbox-energized .checkbox-icon:before {
  border-color: #ffc900;
}
.checkbox-energized input:checked:before, .checkbox-energized input:checked + .checkbox-icon:before {
  background: #ffc900;
  border-color: #ffc900;
}

.checkbox-royal input:before, .checkbox-royal .checkbox-icon:before {
  border-color: #886aea;
}
.checkbox-royal input:checked:before, .checkbox-royal input:checked + .checkbox-icon:before {
  background: #886aea;
  border-color: #886aea;
}

.checkbox-dark input:before, .checkbox-dark .checkbox-icon:before {
  border-color: #444;
}
.checkbox-dark input:checked:before, .checkbox-dark input:checked + .checkbox-icon:before {
  background: #444;
  border-color: #444;
}

.checkbox input:disabled:before,
.checkbox input:disabled + .checkbox-icon:before {
  border-color: #ddd;
}

.checkbox input:disabled:checked:before,
.checkbox input:disabled:checked + .checkbox-icon:before {
  background: #ddd;
}

.ionic-checkbox.checkbox-input-hidden input {
  display: none !important;
}

.ionic-checkbox input,
.checkbox-icon {
  position: relative;
  width: 28px;
  height: 28px !important;
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}
.ionic-checkbox input:before,
.checkbox-icon:before {
  display: table;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-width: 1px;
  border-style: solid;
  border-radius: 28px;
  background: #fff;
  content: " ";
  -webkit-transition: background-color 20ms ease-in-out;
  transition: background-color 20ms ease-in-out;
}

.ionic-checkbox input:checked:before,
input:checked + .checkbox-icon:before {
  border-width: 0;
  width: 100%;
  height: 100%;
}

.ionic-checkbox input:after,
.ionic-checkbox-icon:after {
  -webkit-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 33%;
  left: 26%;
  position: absolute;
  display: table;
  width: 14px;
  height: 6px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  content: " ";
  opacity: 0;
}

.platform-android .checkbox-platform input:before,
.platform-android .checkbox-platform .checkbox-icon:before,
.checkbox-square input:before,
.checkbox-square .checkbox-icon:before {
  border-radius: 2px;
  width: 72%;
  height: 72%;
  margin-top: 14%;
  margin-left: 14%;
  border-width: 2px;
}

.platform-android .checkbox-platform input:after,
.platform-android .checkbox-platform .checkbox-icon:after,
.checkbox-square input:after,
.checkbox-square .checkbox-icon:after {
  border-width: 2px;
  top: 19%;
  left: 25%;
  width: 13px;
  height: 7px;
}

.grade-c .checkbox input:after,
.grade-c .checkbox-icon:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 3px;
  left: 4px;
  border: none;
  color: #fff;
  content: "✓";
  font-weight: bold;
  font-size: 20px;
}

.ionic-checkbox input:checked:after,
input:checked + .checkbox-icon:after {
  opacity: 1;
}

.item-checkbox {
  padding-left: 60px;
}
.item-checkbox.active {
  box-shadow: none;
}

.item-checkbox .checkbox {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 3;
  margin-top: -21px;
}

.item-checkbox.item-checkbox-right {
  padding-right: 60px;
  padding-left: 16px;
}

.item-checkbox-right .checkbox input,
.item-checkbox-right .checkbox-icon {
  float: right;
}

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

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none;
}

.ionic-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px;
}
.ionic-toggle input:checked + .ionic-track {
  border-color: #4cd964;
  background-color: #4cd964;
}
.ionic-toggle.dragging .ionic-handle {
  background-color: #f2f2f2 !important;
}

.ionic-toggle.toggle-light input:checked + .ionic-track {
  border-color: #ddd;
  background-color: #ddd;
}
.ionic-toggle.toggle-stable input:checked + .ionic-track {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.ionic-toggle.toggle-positive input:checked + .ionic-track {
  border-color: #387ef5;
  background-color: #387ef5;
}
.ionic-toggle.toggle-calm input:checked + .ionic-track {
  border-color: #11c1f3;
  background-color: #11c1f3;
}
.ionic-toggle.toggle-assertive input:checked + .ionic-track {
  border-color: #ef473a;
  background-color: #ef473a;
}
.ionic-toggle.toggle-balanced input:checked + .ionic-track {
  border-color: #33cd5f;
  background-color: #33cd5f;
}
.ionic-toggle.toggle-energized input:checked + .ionic-track {
  border-color: #ffc900;
  background-color: #ffc900;
}
.ionic-toggle.toggle-royal input:checked + .ionic-track {
  border-color: #886aea;
  background-color: #886aea;
}
.ionic-toggle.toggle-dark input:checked + .ionic-track {
  border-color: #444;
  background-color: #444;
}

.ionic-toggle input {
  display: none;
}

/* the track appearance when the toggle is "off" */
.ionic-toggle .ionic-track {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 51px;
  height: 31px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
  background-color: #fff;
  content: " ";
  cursor: pointer !important;
  pointer-events: none;
}

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .ionic-track {
  -webkit-background-clip: padding-box;
}

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.ionic-toggle .ionic-handle {
  -webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  -webkit-transition-property: background-color, transform;
  transition-property: background-color, transform;
  position: absolute !important;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: #fff;
  top: 7px;
  left: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.ionic-toggle .ionic-handle:before {
  position: absolute !important;
  top: -4px;
  left: -21.5px;
  padding: 18.5px 34px;
  content: " ";
}

.ionic-toggle input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #fff;
}

.item-toggle.active {
  box-shadow: none;
}

.item-toggle,
.item-toggle.item-complex .item-content {
  padding-right: 99px;
}

.item-toggle.item-complex {
  padding-right: 0;
}

.item-toggle .ionic-toggle {
  position: absolute !important;
  top: 10px;
  right: 16px;
  z-index: 3;
}

.ionic-toggle input:disabled + .ionic-track {
  opacity: 0.6;
}

.toggle-small .ionic-track {
  border: 0;
  width: 34px;
  height: 15px;
  background: #9e9e9e;
}
.toggle-small input:checked + .ionic-track {
  background: rgba(0, 150, 137, 0.5);
}
.toggle-small .ionic-handle {
  top: 2px;
  left: 4px;
  width: 21px;
  height: 21px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.toggle-small input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  background: rgb(0, 150, 137);
}
.toggle-small.item-toggle .ionic-toggle {
  top: 19px;
}
.toggle-small .toggle-light input:checked + .ionic-track {
  background-color: rgba(221, 221, 221, 0.5);
}
.toggle-small .toggle-light input:checked + .ionic-track .ionic-handle {
  background-color: #ddd;
}
.toggle-small .toggle-stable input:checked + .ionic-track {
  background-color: rgba(178, 178, 178, 0.5);
}
.toggle-small .toggle-stable input:checked + .ionic-track .ionic-handle {
  background-color: #b2b2b2;
}
.toggle-small .toggle-positive input:checked + .ionic-track {
  background-color: rgba(56, 126, 245, 0.5);
}
.toggle-small .toggle-positive input:checked + .ionic-track .ionic-handle {
  background-color: #387ef5;
}
.toggle-small .toggle-calm input:checked + .ionic-track {
  background-color: rgba(17, 193, 243, 0.5);
}
.toggle-small .toggle-calm input:checked + .ionic-track .ionic-handle {
  background-color: #11c1f3;
}
.toggle-small .toggle-assertive input:checked + .ionic-track {
  background-color: rgba(239, 71, 58, 0.5);
}
.toggle-small .toggle-assertive input:checked + .ionic-track .ionic-handle {
  background-color: #ef473a;
}
.toggle-small .toggle-balanced input:checked + .ionic-track {
  background-color: rgba(51, 205, 95, 0.5);
}
.toggle-small .toggle-balanced input:checked + .ionic-track .ionic-handle {
  background-color: #33cd5f;
}
.toggle-small .toggle-energized input:checked + .ionic-track {
  background-color: rgba(255, 201, 0, 0.5);
}
.toggle-small .toggle-energized input:checked + .ionic-track .ionic-handle {
  background-color: #ffc900;
}
.toggle-small .toggle-royal input:checked + .ionic-track {
  background-color: rgba(136, 106, 234, 0.5);
}
.toggle-small .toggle-royal input:checked + .ionic-track .ionic-handle {
  background-color: #886aea;
}
.toggle-small .toggle-dark input:checked + .ionic-track {
  background-color: rgba(68, 68, 68, 0.5);
}
.toggle-small .toggle-dark input:checked + .ionic-track .ionic-handle {
  background-color: #444;
}

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

/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

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

.flex-start {
  justify-content: flex-start !important;
}

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

.flex-end {
  justify-content: flex-end !important;
}

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-tenth {
  width: 30% !important;
}

.width-one-third {
  width: 33.334% !important;
}

.width-four-tenth {
  width: 40% !important;
}

.width-half {
  width: 50% !important;
}

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-150 {
  height: 150px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-307 {
  height: 307px !important;
}

.height-320 {
  height: 320px !important;
}

.height-400 {
  height: 400px !important;
}

.height-435 {
  height: 435px !important;
}

.height-540 {
  height: 540px !important;
}

.height-fill {
  height: 100% !important;
}

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

.height-half {
  height: 50% !important;
}

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

.overflow-overlay {
  overflow: overlay !important;
}

.overflow-revert {
  overflow: revert !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-visible {
  overflow: visible !important;
}

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

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

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

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

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

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

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

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

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

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 0px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: visible;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-selection__choice {
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border: 0px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.bubble-r-vertical-center > .select2-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open {
  z-index: 10000000;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 0px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 0px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 0px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 0px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*# sourceMappingURL=select2.min.css.map */

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(/static/slick/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide img.slick-loading {
  background: white url(/static/slick/ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  direction: ltr;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/static/slick/fonts/slick.eot);
  src: url(/static/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/static/slick/fonts/slick.woff) format("woff"), url(/static/slick/fonts/slick.ttf) format("truetype"), url(/static/slick/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "→";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

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

body {--stylesheet-active: true;}
.b-root .bubble-element.baUaPhr1 {
  background-color: #FFFFFF;
  min-width: 400px;
  min-height: 100%;
  min-height: max(1024px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  justify-content: flex-start;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Space Mono";
  --font_bUMly_default: "Nunito";
  --font_bUMlz_default: "Roboto";
  --font_bUMsp_default: "Nunito";
  --font_bUMst_default: "Lora";
  --font_bUPsE_default: "Roboto";
  --font_bUPsF_default: "Open Sans";
  --font_bUkYl_default: "Open Sans";
  --font_bUkYp_default: "Open Sans";
  --font_secondary_default: "Open Sans";
  --color_text_default: rgba(9, 23, 71, 1);
  --color_text_default_rgb: 9,23,71;
  --color_alert_default: rgba(234,216,174,1);
  --color_alert_default_rgb: 234,216,174;
  --color_primary_default: rgba(2, 5, 211, 1);
  --color_primary_default_rgb: 2,5,211;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23,219,78;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255,255,255;
  --color_background_default: rgba(0,0,0,1);
  --color_background_default_rgb: 0,0,0;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255,0,0;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_bTfbL_default: rgba(186,233,187,1);
  --color_bTfbL_default_rgb: 186,233,187;
  --color_bTfbM_default: rgba(255,210,210,1);
  --color_bTfbM_default_rgb: 255,210,210;
  --color_bTfwR_default: rgba(198,203,235,1);
  --color_bTfwR_default_rgb: 198,203,235;
  --color_bTgaX_default: rgba(127,128,195,1);
  --color_bTgaX_default_rgb: 127,128,195;
  --color_bTgaY_default: rgba(78,109,149,1);
  --color_bTgaY_default_rgb: 78,109,149;
  --color_bTgdl_default: rgba(223,230,240,1);
  --color_bTgdl_default_rgb: 223,230,240;
  --color_bUHVx_default: rgba(0,0,0,0.45);
  --color_bUHVx_default_rgb: 0,0,0;
  --color_bUMlf_default: rgba(35, 25, 23, 1);
  --color_bUMlf_default_rgb: 35,25,23;
  --color_bUMlg_default: rgba(250, 181, 21, 1);
  --color_bUMlg_default_rgb: 250,181,21;
  --color_bUMlh_default: rgba(143, 76, 55, 1);
  --color_bUMlh_default_rgb: 143,76,55;
  --color_bUMll_default: rgba(23, 219, 78, 1);
  --color_bUMll_default_rgb: 23,219,78;
  --color_bUMlm_default: rgba(255, 255, 255, 1);
  --color_bUMlm_default_rgb: 255,255,255;
  --color_bUMln_default: rgba(255, 248, 246, 1);
  --color_bUMln_default_rgb: 255,248,246;
  --color_bUMlr_default: rgba(255, 0, 0, 1);
  --color_bUMlr_default_rgb: 255,0,0;
  --color_bUMls_default: rgba(255, 255, 255, 1);
  --color_bUMls_default_rgb: 255,255,255;
  --color_bUMlt_default: rgba(255, 219, 208, 1);
  --color_bUMlt_default_rgb: 255,219,208;
  --color_bUMlx_default: rgba(216, 194, 188, 1);
  --color_bUMlx_default_rgb: 216,194,188;
  --color_bUMsW_default: rgba(35, 25, 24, 1);
  --color_bUMsW_default_rgb: 35,25,24;
  --color_bUMsX_default: rgba(250, 181, 21, 1);
  --color_bUMsX_default_rgb: 250,181,21;
  --color_bUMsb_default: rgba(144, 75, 61, 1);
  --color_bUMsb_default_rgb: 144,75,61;
  --color_bUMsc_default: rgba(23, 219, 78, 1);
  --color_bUMsc_default_rgb: 23,219,78;
  --color_bUMsd_default: rgba(255, 255, 255, 1);
  --color_bUMsd_default_rgb: 255,255,255;
  --color_bUMsh_default: rgba(255, 248, 246, 1);
  --color_bUMsh_default_rgb: 255,248,246;
  --color_bUMsi_default: rgba(255, 0, 0, 1);
  --color_bUMsi_default_rgb: 255,0,0;
  --color_bUMsj_default: rgba(255, 255, 255, 1);
  --color_bUMsj_default_rgb: 255,255,255;
  --color_bUMsn_default: rgba(255, 218, 211, 1);
  --color_bUMsn_default_rgb: 255,218,211;
  --color_bUMso_default: rgba(216, 194, 189, 1);
  --color_bUMso_default_rgb: 216,194,189;
  --color_bUPrl_default: rgba(241, 223, 219, 1);
  --color_bUPrl_default_rgb: 241,223,219;
  --color_bUPrm_default: rgba(250, 181, 21, 1);
  --color_bUPrm_default_rgb: 250,181,21;
  --color_bUPrn_default: #0205D3;
  --color_bUPrn_default_rgb: 0205;
  --color_bUPrr_default: rgba(23, 219, 78, 1);
  --color_bUPrr_default_rgb: 23,219,78;
  --color_bUPrs_default: rgba(50, 40, 38, 1);
  --color_bUPrs_default_rgb: 50,40,38;
  --color_bUPrt_default: rgba(26, 17, 16, 1);
  --color_bUPrt_default_rgb: 26,17,16;
  --color_bUPrx_default: #0205D3;
  --color_bUPrx_default_rgb: 0205;
  --color_bUPry_default: rgba(86, 30, 20, 1);
  --color_bUPry_default_rgb: 86,30,20;
  --color_bUPrz_default: rgba(93, 63, 58, 1);
  --color_bUPrz_default_rgb: 93,63,58;
  --color_bUPsD_default: rgba(83, 67, 64, 1);
  --color_bUPsD_default_rgb: 83,67,64;
  --color_bUkYj_default: rgba(2, 5, 211, 0.1);
  --color_bUkYj_default_rgb: 2,5,211;
  --color_bUkYk_default: rgba(227,230,235,1);
  --color_bUkYk_default_rgb: 227,230,235;
}
.b-root .bubble-element.baUgaOaO {
  justify-content: space-around;
  row-gap: 2px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  min-height: 500px;
}
.b-root .baUgaOaO.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTaUcaX {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  column-gap: 0px;
  border-radius: 200px;
  -moz-border-radius: 200px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.b-root .bubble-element.baVaJlaQ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 20;
}
.b-root .bubble-element.baTqno {
  color: rgba(139,133,133,0.8);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 45px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaTkaP {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 2;
  min-height: 39px;
  max-height: 39px;
  width: 45px;
  flex-grow: 1;
  height: 39px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baVaqv0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.baVeaDaJ {
  visibility: hidden;
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.75;
  cursor: pointer;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 175px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVeaDaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .baVeaDaJ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaTgaL {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 56;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 9px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTgt {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.baTaTgx {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 18;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaTgx> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTbep {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 330px;
  order: 3;
  min-height: 55px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 12px;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 2px;
  z-index: 9;
}
.b-root .bubble-element.baTaTgy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(14,13,13,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 6;
  min-height: 28px;
  max-height: 45px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaThaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaThaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaThaB .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 108.33333333333333%;
}
.b-root .bubble-element.baTaTgaJ {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 9;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.b-root .baTaTgaJ> .bubble-r-container {
  justify-content: space-around;
  row-gap: 0px;
}
.b-root .bubble-element.baTaVaCe {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 11;
  min-height: 45px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 19;
}
.b-root .baTaVaCe> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaTgaQ {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaTgaQ> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTbgaI {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  max-width: 340px;
  order: 1;
  min-height: 45px;
  width: 340px;
  flex-grow: 1;
  height: max-content;
  margin-left: 1px;
  margin-top: 1px;
  margin-right: 1px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaTgaR {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 0px 6px 0px;
  opacity: 0.8;
  cursor: pointer;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 7;
  min-height: 25px;
  max-height: 25px;
  width: 15px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUcyaS {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 6;
  min-height: 0px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUczh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUcyaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 25px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUcyaG {
  border-style: outset;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baTaTgaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 10px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 123px;
  max-width: 123px;
  order: 4;
  min-height: 45px;
  width: 123px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVgaHr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVgaHr img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVgaHr .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 94.92753623188406%;
}
.b-root .bubble-element.baTaTgaN {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 8px;
  margin-top: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  z-index: 2;
}
.b-root .baTaTgaN> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTbgaT {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 340px;
  max-width: 340px;
  order: 1;
  min-height: 35px;
  width: 340px;
  flex-grow: 1;
  height: max-content;
  margin-left: 1px;
  margin-top: 1px;
  margin-right: 1px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaTgaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 400;
  color: rgba(14,13,13,1);
  line-height: 1.4;
  padding: 0px 10px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 123px;
  max-width: 123px;
  order: 5;
  min-height: 45px;
  width: 123px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaTgaO {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 0px 6px 0px;
  opacity: 0.8;
  cursor: pointer;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 7;
  min-height: 25px;
  max-height: 25px;
  width: 15px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUcyl {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 6;
  min-height: 22px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUdaAaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUcyx {
  border-style: outset;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baVgaHx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVgaHx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVgaHx .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 108.33333333333333%;
}
.b-root .bubble-element.baTaTgaT {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(107,107,107,0.45);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 7;
}
.b-root .bubble-element.baTdmd {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 17;
}
.b-root .bubble-element.baTdmaR {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baTdmr {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 18;
}
.b-root .bubble-element.baTdml {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUdaBaG {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 13;
  min-height: 90px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baUdaBv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 6;
  min-height: 80px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUdaBx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 3;
  min-height: 0px;
  max-height: 40px;
  height: 0px;
  flex-grow: 1;
  width: 75px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.baUdaCaP {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Space Mono';
  font-size: 24px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 4;
  min-height: 80px;
  max-height: 80px;
  height: 80px;
  flex-grow: 1;
  width: 80px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUgaCaT {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 1;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 2;
}
.b-root .bubble-element.baUdaBaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 80px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUdaBe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 1;
  min-height: 0px;
  max-height: 40px;
  height: 0px;
  flex-grow: 1;
  width: 75px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.baUdaCaJ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUdaFf {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUdaFg {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 500;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 65px;
  max-width: 65px;
  order: 2;
  min-height: 65px;
  max-height: 65px;
  height: 65px;
  flex-grow: 1;
  width: 65px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUdaFh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 1;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 2;
}
.b-root .bubble-element.baUdaFr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUdaFs {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUdaFt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 1;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 2;
}
.b-root .bubble-element.baVkon {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 4px 4px 4px 4px;
  opacity: 0.23;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTeaHq {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  column-gap: 10px;
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: #6B6B6B;
  border-top-left-radius: 10px;
  border-right-style: dashed;
  border-right-width: 1px;
  border-right-color: #6B6B6B;
  border-top-right-radius: 10px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #6B6B6B;
  border-bottom-right-radius: 10px;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: #6B6B6B;
  border-bottom-left-radius: 0px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 11;
}
.b-root .bubble-element.baTeaHk {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaUqj {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 340px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .baTaUqj> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTshs0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 300px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 1px;
  margin-right: 5px;
  margin-bottom: 1px;
  z-index: 10;
}
.b-root .bubble-element.baVgaIaJ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVgaIaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVgaIaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVgaIaD .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 87.63676148796499%;
}
.b-root .bubble-element.baTaUqk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(14,13,13,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 201px;
  max-width: 201px;
  order: 2;
  min-height: 35px;
  width: 201px;
  flex-grow: 1;
  height: max-content;
  margin-left: 15px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 2;
}
.b-root .bubble-element.baTaUqm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .baTaUqm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaUqm .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaYnaM {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 0px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 17;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.b-root .bubble-element.baVnaIaL2 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 330px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 18;
}
.b-root .bubble-element.baTupaJ {
  overflow: visible;
  justify-content: space-around;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTupaD {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 5px 5px 5px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTuox {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 5px 5px 5px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 7;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTuor {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 5px 5px 5px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTmaGg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  order: 4;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTmaGg> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaHgv {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 4;
  min-height: 60px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTmaGl {
  color: rgba(4,4,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaGm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaGn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 400;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaGr {
  border-radius: 4444px;
  -moz-border-radius: 4444px;
  opacity: 0.75;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTmaGr img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 4444px;
}
.b-root .baTmaGr .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTpaDaO0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 5;
  min-height: 45px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .baTpaDaO0> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTpaDaT0 {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTpaDaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 45px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTbaVi {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 6;
  min-height: 60px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .baTbaVi> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUphaP {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 60px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 4;
}
.b-root .bubble-element.baTaYnaS {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 0.75;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaYnaS img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baTaYnaS .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaYnaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 3;
  min-height: 45px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUpgx0 {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTgf {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 15;
}
.b-root .bubble-element.baTbaTk {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTsaUr {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 25px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUaJvp {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 4px 4px 4px 4px;
  opacity: 0.23;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaKaRr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 3;
  min-height: 250px;
  width: 1px;
  flex-grow: 1;
  height: 250px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 19;
}
.b-root .baVaKaRr .aspect-ratio {
}
.b-root .bubble-element.baTaVaEc {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaVaEc> .bubble-r-container {
  justify-content: space-around;
  row-gap: 5px;
}
.b-root .bubble-element.baTaVaEf {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  order: 4;
  min-height: 51px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaVaEf> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUqqaX {
  overflow: visible;
  justify-content: space-around;
  border-style: outset;
  border-width: 1px;
  border-color: rgba(255,255,255,0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 45px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaVaEi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 800;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 32px;
  max-height: 50px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaVaEl {
  color: rgba(64,70,60,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaVaEq {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaVaEq> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUqqaG {
  overflow: visible;
  justify-content: space-around;
  border-style: outset;
  border-width: 1px;
  border-color: rgba(255,255,255,0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 45px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaVaEt {
  color: rgba(64,70,60,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaVaEp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 800;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 32px;
  max-height: 50px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTeaAh {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baTeaAaP {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 31px;
  max-width: 31px;
  order: 2;
  min-height: 33px;
  max-height: 33px;
  width: 31px;
  flex-grow: 1;
  height: 33px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baTeaBaB {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 21;
}
.b-root .bubble-element.baTeaAv {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 31px;
  max-width: 31px;
  order: 2;
  min-height: 33px;
  max-height: 33px;
  width: 31px;
  flex-grow: 1;
  height: 33px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baTaThaS {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.baTaThaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 21px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaThaV {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaThaV img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaThaV .aspect-ratio {
}
.b-root .bubble-element.baTaThaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .baTaThaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaThaW .aspect-ratio {
}
.b-root .bubble-element.baVmaRaK {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 18;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVgaDp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 29;
}
.b-root .bubble-element.baVlaFg {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 15;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVlaGaR {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVlaFr {
  overflow: visible;
  justify-content: space-around;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVlaFt {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(139,136,136,1);
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  padding: 10px 10px 10px 10px;
  opacity: 0.6;
  cursor: pointer;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 5;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVlaFx {
  font-family: 'Space Mono';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 5px 1px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 65px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVlaFx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVlaFx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVlaGaF {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(139,136,136,1);
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  padding: 10px 10px 10px 10px;
  opacity: 0.6;
  cursor: pointer;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVlaGaJ {
  font-family: 'Space Mono';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 1px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 65px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVlaGaJ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVlaGaJ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVlaGaK {
  overflow: visible;
  justify-content: flex-start;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 17;
}
.b-root .bubble-element.baVlaGaL {
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVlaGaL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVlaGaL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVlaGaP {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  opacity: 1;
  align-self: flex-start;
  min-width: 224px;
  max-width: 224px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 224px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaXjaY1 {
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 5px 20px 5px;
  opacity: 0.9;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 400px;
  min-height: 0px;
}
.b-root .baTaXjaY1.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 2002;
}
.b-root .bubble-element.baTaTaXl {
  overflow: visible;
  justify-content: center;
  row-gap: 10px;
  column-gap: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 500px;
  order: 26;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTsbx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 5px 15px 5px 15px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 360px;
  order: 9;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTsgaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTzaFaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .bubble-element.baTzaEp {
  color: rgba(83,74,74,0.8);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTkaNaX {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 310px;
  max-width: 310px;
  order: 18;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 310px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTkaNaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 224px;
  max-width: 224px;
  order: 1;
  min-height: 21px;
  width: 224px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTkaNd {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTkaNd img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTkaNd .aspect-ratio {
}
.b-root .bubble-element.baTkaNe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .baTkaNe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTkaNe .aspect-ratio {
}
.b-root .bubble-element.baUaAaZt {
  overflow: visible;
  justify-content: center;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaRf {
  overflow: visible;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 17;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaKaRf> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.baTzuaA {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 292px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTzuaA> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTzuaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 159px;
  max-width: 200px;
  order: 1;
  min-height: 34px;
  width: 159px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTzuaZ {
  color: rgba(0,0,0,0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTztu {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 275px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTztu> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTzuaG {
  color: rgba(0,0,0,0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTzuaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 159px;
  max-width: 200px;
  order: 1;
  min-height: 34px;
  width: 159px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTztn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVgaHg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baVgaDaA {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 330px;
  order: 13;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVeaAy {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaXi {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 5;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVnbl {
  color: rgba(0,0,0,0.25);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baTmaKp {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 500px;
  min-height: 0px;
}
.b-root .baTmaKp.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 2002;
}
.b-root .bubble-element.baTaTcw {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 550px;
  order: 64;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.b-root .bubble-element.baTaVaRt {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 33;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.baTaTcy {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 345px;
  max-width: 345px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 345px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .baTaTcy> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTbhaW {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  max-width: 340px;
  order: 24;
  min-height: 0px;
  width: 340px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 11;
}
.b-root .bubble-element.baTaTcx {
  color: rgba(31,32,39,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 7;
  min-height: 17px;
  width: 20px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaUuaN {
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Space Mono';
  font-size: 9px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 6px 2px 6px 2px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  width: 45px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTcz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 172px;
  max-width: 172px;
  order: 5;
  min-height: 20px;
  width: 172px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVnaaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVnaaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVnaaZ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 87.63676148796499%;
}
.b-root .bubble-element.baVflaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaTdaA {
  border-style: inset;
  border-width: 1px;
  border-color: rgba(6,7,13,0.1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 40px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaQaGaX {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 40;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .baVaQaGaX> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baVaKaAc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 194px;
  max-width: 194px;
  order: 2;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 194px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaTch {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 55px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 3;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .baTaTch> .group-item {
  min-height: 55px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTeaDaQ {
  overflow: visible;
  justify-content: flex-start;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 2;
  min-height: 55px;
  width: 330px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 10;
}
.b-root .bubble-element.baTraVaF {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 2px;
  z-index: 10;
}
.b-root .bubble-element.baTaTck {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 31px;
  max-width: 31px;
  order: 4;
  min-height: 33px;
  width: 31px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .baTaTck img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaTck .aspect-ratio {
}
.b-root .bubble-element.baTaTcf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  max-width: 190px;
  order: 3;
  min-height: 30px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVeap0 {
  color: rgba(31,32,39,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 17px;
  width: 20px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgaIz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVgaIz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVgaIz .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 87.63676148796499%;
}
.b-root .bubble-element.baTaTdaG {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 4px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0,0,0,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 0.8;
  align-self: center;
  min-width: 300px;
  order: 30;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.baTaVaYt {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 7;
  min-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTtaaO0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 194px;
  max-width: 194px;
  order: 32;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 194px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaTdj {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 310px;
  order: 58;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTdl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 21px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaTdm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaTdm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaTdm .aspect-ratio {
}
.b-root .bubble-element.baTaTdk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .baTaTdk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaTdk .aspect-ratio {
}
.b-root .bubble-element.baTaZlaM {
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 5px 20px 5px;
  opacity: 0.9;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 550px;
  min-height: 0px;
}
.b-root .baTaZlaM.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 2002;
}
.b-root .bubble-element.baTqxe {
  justify-content: space-around;
  row-gap: 2px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 380px;
  min-height: 500px;
}
.b-root .baTqxe.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 2002;
}
.b-root .bubble-element.baTeaCaI {
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 30px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 330px;
  min-height: 600px;
}
.b-root .baTeaCaI.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 2002;
}
.b-root .bubble-element.baTaWaYk {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 0.9;
  align-self: center;
  min-width: 320px;
  max-width: 320px;
  order: 36;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 320px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaWyaY {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 7;
}
.b-root .bubble-element.baTaXbd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaXba {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 27px;
  max-height: 27px;
  width: 28px;
  flex-grow: 1;
  height: 27px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaXbt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaXbf {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 27px;
  max-height: 27px;
  width: 28px;
  flex-grow: 1;
  height: 27px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baThaLaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baThaLb {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 27px;
  max-height: 27px;
  width: 28px;
  flex-grow: 1;
  height: 27px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaWzs {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 11;
}
.b-root .baTaWzs> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 2px;
}
.b-root .bubble-element.baTaWxg {
  gap: 2px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaWxg> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baThaMaF {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 4;
  min-height: 60px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaWxs {
  color: rgba(15,15,12,0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaWxm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 28px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaWzk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 2;
  min-height: 29px;
  width: 35px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaWxp {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 45px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaWzn {
  gap: 2px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baTaWzn> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baThaMaV {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 5;
  min-height: 60px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaWzr {
  color: rgba(15,15,12,0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 5;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaWzm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 4;
  min-height: 28px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaWzq {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 45px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVlaZaS {
  gap: 2px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baVlaZaS> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVlaZaX {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 5;
  min-height: 60px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVlaZaY {
  color: rgba(15,15,12,0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 6;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVlaZaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 5;
  min-height: 28px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVlaZj {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 45px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaXaJk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 6;
  min-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaXaBaY {
  justify-content: center;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  max-width: 380px;
  min-height: 473px;
}
.b-root .baTaXaBaY.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaXaBb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 320px;
  order: 1;
  min-height: 324px;
  width: 320px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaXaIt {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 310px;
  max-width: 310px;
  order: 30;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 310px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaXaIs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 224px;
  max-width: 224px;
  order: 1;
  min-height: 21px;
  width: 224px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaXaIw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaXaIw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaXaIw .aspect-ratio {
}
.b-root .bubble-element.baTaXaIx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .baTaXaIx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaXaIx .aspect-ratio {
}
.b-root .bubble-element.baTaXbaS {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 600px;
  min-height: 0px;
}
.b-root .baTaXbaS.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTqaMaP {
  justify-content: space-around;
  row-gap: 2px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 380px;
  min-height: 500px;
}
.b-root .baTqaMaP.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 2002;
}
.b-root .bubble-element.baTsfaE {
  overflow: visible;
  justify-content: center;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 19;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 17;
}
.b-root .bubble-element.baTaTgo {
  visibility: hidden;
  border-radius: 200px;
  -moz-border-radius: 200px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 4;
  min-height: 70px;
  max-height: 70px;
  width: 55px;
  flex-grow: 1;
  height: 70px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVeaBaL {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaKaNv {
  overflow: visible;
  justify-content: space-around;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 47;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 26;
}
.b-root .bubble-element.baVgaDj {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 16;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaVaDt {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 15;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgaDaX {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 14;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgaDaR {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 6px 6px 6px 6px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgaDaL {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTgc {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 13;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVlaMaJ {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 5px 5px 5px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 17;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baVatd {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 10px 20px 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 360px;
  max-width: 400px;
  min-height: 0px;
}
.b-root .baVatd.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTaVaQs {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 550px;
  order: 28;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .bubble-element.baTaXaDo {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaWan {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 100px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaXaDaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  max-height: 45px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaXaDu {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.baTaWbaG {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 100px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaXaDh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  max-height: 45px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaXaEaA {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baTaXaDaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  max-height: 45px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaXaEaG {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.baTaWbaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 41px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaXaDn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 32px;
  max-height: 45px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaXaEaO {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.baTaXaDaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  max-height: 45px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaWbaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 41px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaXaFaI {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 56;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.baTaXaCaR {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 41px;
  max-height: 41px;
  width: 100px;
  flex-grow: 1;
  height: 41px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTaXaFaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  max-height: 45px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaXaFaT {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 57;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.baTaXaFaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  max-height: 45px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.baTaXaFaD {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 100px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaXaFk {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.baTaXaFj {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  width: 100px;
  flex-grow: 1;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaXaFn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(17,14,14,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  max-height: 45px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaVaSaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 550px;
  order: 29;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaXaCp {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaXaHg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaXaHd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 82px;
  max-width: 82px;
  order: 1;
  min-height: 27px;
  width: 82px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaWaq {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  width: 60px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaWat {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaXaHo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaXaCm {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaXaCminput {
}
.b-root .baTaXaCm .icon-item {
}
.b-root .baTaXaCm label {
}
.b-root .bubble-element.baTaXaHl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 27px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaWnaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 550px;
  order: 26;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 8;
}
.b-root .bubble-element.baTaXaEs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 10px 15px 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaYxaP {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaYxaO {
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 12;
  min-height: 45px;
  max-height: 45px;
  width: 150px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTaYxa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 9;
  min-height: 32px;
  width: 70px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaYxk {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaYxaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 1;
  min-height: 32px;
  width: 70px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaYxp {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaYxu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 32px;
  width: 60px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaYxs {
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 9;
  min-height: 45px;
  max-height: 45px;
  width: 150px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTaYyaB {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baTaYxaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaYyaH {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.baTaYxd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 32px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaYyaP {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.baTaYxaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 1;
  min-height: 32px;
  width: 70px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaYyb {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.baTaYyaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baVldr {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 0.55;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 29;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaUaKaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 200px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaXyj {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 310px;
  max-width: 310px;
  order: 27;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 310px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaXyo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 224px;
  max-width: 224px;
  order: 1;
  min-height: 21px;
  width: 224px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaXym {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaXym img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaXym .aspect-ratio {
}
.b-root .bubble-element.baTaXyq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .baTaXyq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaXyq .aspect-ratio {
}
.b-root .bubble-element.baUkaCu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.b-root .bubble-element.baUkaCz {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baUkaCz> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.baUkaDaA {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUkaDaA> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUkaDaB {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 4;
  min-height: 60px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUkaDaF {
  color: rgba(4,4,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUkaDaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaDaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaDaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  min-height: 34px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUkaDaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baUkaDaL .aspect-ratio {
}
.b-root .bubble-element.baUkaDaN {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .baUkaDaN> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.baUkaDaR {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 550px;
  order: 2;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baUkaDaR> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUkaDaS {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 18;
  min-height: 45px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .baUkaDaS> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUkaDaT {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUkaDaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaDaY {
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  min-height: 34px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUkaDaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baUkaDaY .aspect-ratio {
}
.b-root .bubble-element.baUkaDd {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .baUkaDd> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.baUkaDf {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .baUkaDf> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUkaDj {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUkaDk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 45px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaDl {
  overflow: visible;
  justify-content: space-around;
  row-gap: 4px;
  column-gap: 4px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUkaDp {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUkaDq {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 4;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUkaDr {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUkaDw {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 69px;
  max-width: 69px;
  order: 3;
  min-height: 39px;
  max-height: 39px;
  height: 39px;
  flex-grow: 1;
  width: 69px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baVaJmq {
  overflow: visible;
  justify-content: space-around;
  border-style: outset;
  border-width: 1px;
  border-color: rgba(255,255,255,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 4px 8px 4px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaVaQg {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: bold;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 157px;
  max-width: 263px;
  order: 1;
  min-height: 55px;
  width: 157px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaMaKp {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUkaFh {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 115px;
  max-width: 115px;
  order: 2;
  min-height: 143px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 115px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .baUkaFh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baUkaFh .aspect-ratio {
}
.b-root .bubble-element.baVaMaLaL {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 23;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVaMaLaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaMaLaL .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 106.4610866372981%;
}
.b-root .bubble-element.baVlcaR {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 13;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.baVlcaT {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 15;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVlcaX {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 13;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVlcaY {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 7;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVlcaZ {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaJmaT {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 45px;
  max-width: 45px;
  order: 9;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
}
.b-root .bubble-element.baVeaCaF0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 296px;
  min-height: 296px;
}
.b-root .baVeaCaF0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baVeaDaZ {
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.75;
  cursor: pointer;
  align-self: flex-start;
  min-width: 360px;
  max-width: 360px;
  order: 4;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVeaDaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .baVeaDaZ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVgaUn {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 360px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baVgaUn.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaul {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  max-width: 784px;
  min-height: 1022px;
}
.b-root .baVaul.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaGaQaQ {
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 5px 20px 5px;
  opacity: 0.9;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 550px;
  min-height: 0px;
}
.b-root .baVaGaQaQ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTuaQs0 {
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 5px 30px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 400px;
  min-height: 0px;
}
.b-root .baTuaQs0> .bubble-r-container {
  justify-content: space-around;
  row-gap: 5px;
}
.b-root .baTuaQs0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTaTaYy {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 310px;
  max-width: 310px;
  order: 17;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 310px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaZaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 21px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaTaZaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaTaZaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaTaZaB .aspect-ratio {
}
.b-root .bubble-element.baTaTaZaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .baTaTaZaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaTaZaF .aspect-ratio {
}
.b-root .bubble-element.baTqaOaU {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 400px;
  min-height: 0px;
}
.b-root .baTqaOaU.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 2002;
}
.b-root .bubble-element.baVdaZaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 72;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.b-root .bubble-element.baVdaZn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVdaZa {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVdaZb {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 2;
  min-height: 45px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVdaZb> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVdaZf {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVdaZl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVdaZm {
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 0.75;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVdaZm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 20px;
}
.b-root .baVdaZm .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVdaZr {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .baVdaZr> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVdaZs {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 45px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 4;
}
.b-root .bubble-element.baVdaZt {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 0.75;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVdaZt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baVdaZt .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVdaZx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 10px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 150px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVdaZz {
  overflow: visible;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .baVdaZz> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.baVdaaD {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .baVdaaD> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVdaaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfyaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTdaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .bubble-element.baVlaOaH0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 25px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVlaOaH0> .group-item {
  min-height: 25px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUfzl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #252525;
  text-align: center;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 275px;
  max-width: 275px;
  order: 1;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 275px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 2;
}
.b-root .bubble-element.baVdaaJ {
  overflow: visible;
  justify-content: space-around;
  row-gap: 8px;
  column-gap: 8px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(88,84,84,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.8;
  align-self: center;
  min-width: 250px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 18;
}
.b-root .bubble-element.baVdaaK {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 5;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baVdaaL {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 7;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baVdaaP {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baVefaW {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 23;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baVefaW> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaYkaI {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .baTaYkaI> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTeaEe {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 350px;
  order: 18;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaReaH {
  color: rgba(4,4,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaYkaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 45px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaYka {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  min-height: 34px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaYka img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaYka .aspect-ratio {
}
.b-root .bubble-element.baVdgb0 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 4px;
  column-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 44;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .bubble-element.baVfqaR0 {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfqd0 {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 5px 5px 5px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 510;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baVfrr0 {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 512;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVeaXv {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 10;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaHnaW {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 511;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaIo {
  justify-content: center;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 330px;
  max-width: 500px;
  min-height: 800px;
}
.b-root .baVgaIo.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUows {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUowaD {
  overflow: hidden auto;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 550px;
  order: 28;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baUovaT {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 1;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 11px;
  z-index: 3;
}
.b-root .baUovaT> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUovaX {
  overflow: visible;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 26;
  min-height: 60px;
  width: 330px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 36;
}
.b-root .bubble-element.baUovaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 45px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.baUovd {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 83px;
  max-width: 83px;
  order: 4;
  min-height: 27px;
  width: 83px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.baUovf {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 9;
  min-height: 20px;
  max-height: 20px;
  width: 18px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.baUovj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 8;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baUovj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUovj .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUowaH {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baUpmg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 60px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 11px;
  z-index: 3;
}
.b-root .baUpmg> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUpml {
  overflow: visible;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 26;
  min-height: 60px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 36;
}
.b-root .bubble-element.baUpmn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(14,13,13,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 45px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.baUpni {
  overflow: visible;
  justify-content: flex-start;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  z-index: 33;
}
.b-root .bubble-element.baUpnt {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.baUowaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 3px;
  order: 27;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 21;
}
.b-root .bubble-element.baUowaP {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(88,84,84,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 0.8;
  align-self: center;
  min-width: 300px;
  max-width: 550px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baUowaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 6px 6px 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 160px;
  order: 2;
  min-height: 35px;
  width: 160px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUowaU {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 4;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUowh {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 32;
}
.b-root .bubble-element.baVaOaZf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.baVaOaZt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baVaOaaX {
  visibility: hidden;
  font-family: 'Cousine';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 3px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaOaaX .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaObaF {
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaOcaU {
  visibility: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 0.75;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 13;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .baVaOcaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 50px;
}
.b-root .baVaOcaU .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVnhb0 {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 45px;
  max-width: 45px;
  order: 12;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 45px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 9px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgaKy {
  overflow: visible;
  justify-content: flex-start;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 41;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 12;
}
.b-root .bubble-element.baTqml {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTqmf {
  color: rgba(0,0,0,0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTqmaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: flex-start;
  min-width: 70px;
  max-width: 70px;
  order: 1;
  width: 70px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTqmaT img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTqmaT .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTqmaN {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: dashed;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 16;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTqmaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTqmaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVgmz0 {
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 5px 30px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  max-width: 380px;
  min-height: 300px;
}
.b-root .baVgmz0> .bubble-r-container {
  justify-content: space-around;
  row-gap: 5px;
}
.b-root .baVgmz0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTraJr0 {
  justify-content: space-around;
  row-gap: 2px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 380px;
  min-height: 500px;
}
.b-root .baTraJr0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 2002;
}
.b-root .bubble-element.baVgaUt {
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 5px 30px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  max-width: 380px;
  min-height: 300px;
}
.b-root .baVgaUt> .bubble-r-container {
  justify-content: space-around;
  row-gap: 5px;
}
.b-root .baVgaUt.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUpaYh {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 360px;
  order: 46;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 4;
}
.b-root .baUpaYh> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUpaZaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 0px 5px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 355px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 5;
}
.b-root .bubble-element.baVdhaX0 {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 12;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnaF0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(88,84,84,0.25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 0.8;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgne0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 18;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVgnf0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 5px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 29px;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnk0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baVgnl0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 5px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 29px;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnq0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baVgnaH0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 16;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgnaL0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 5px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 110px;
  order: 4;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 29px;
  width: 45px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnaN0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baVgnaR0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 5px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 110px;
  order: 1;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 29px;
  width: 45px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnaT0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baVgnaX0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 5px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 110px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnaY0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baVgnaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 29px;
  width: 45px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVgnd0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 299px;
  max-width: 299px;
  order: 17;
  min-height: 3px;
  max-height: 3px;
  height: 3px;
  flex-grow: 1;
  width: 299px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .baVgnd0 .aspect-ratio {
}
.b-root .bubble-element.baUpaYj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 24px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUpaaD {
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 5px 20px 5px;
  opacity: 0.9;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 550px;
  min-height: 0px;
}
.b-root .baUpaaD.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaJid1 {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 45px;
  max-width: 45px;
  order: 25;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 45px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaKaLr {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: rgba(35,31,31,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 315px;
  max-width: 315px;
  order: 14;
  min-height: 80px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 315px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.baVgaIh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVgaIh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVgaIh .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 94.92753623188406%;
}
.b-root .bubble-element.baVaKaOl {
  color: var(--color_bUPrn_default);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaKaPaR {
  visibility: hidden;
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.75;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 20;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.b-root .baVaKaPaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 200px;
}
.b-root .baVaKaPaR .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaKfaY {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 32;
}
.b-root .bubble-element.baVaKfaF {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaPbaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0,0,0,0.45);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 31;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaTaYaY {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVdzaB {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.baVdzaF {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 45px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVdzaG {
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: var(--color_text_default);
  text-align: center;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 9;
  min-height: 60px;
  max-height: 60px;
  width: 55px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVdzaH {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVdzaM {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 50px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVdzaS {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 2px 2px 2px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 12;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.baVdzaN {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 10;
  min-height: 0px;
  max-height: 45px;
  width: 64px;
  flex-grow: 1;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.baVfpaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  text-align: center;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: 35px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 3px;
}
.b-root .bubble-element.baVfuaL0 {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  column-gap: 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVfuaM0 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 3px;
  column-gap: 3px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 14;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.baVfuaN0 {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(38,38,38,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 5;
  min-height: 45px;
  max-height: 45px;
  width: 70px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVfuaS0 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(38,38,38,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVfuaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVfuaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 0px;
  max-height: 50px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVfur0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  text-align: center;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: 35px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVdzaT {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 9;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVdzaT .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVdzaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPvaB {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 360px;
  order: 16;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 35;
}
.b-root .bubble-element.baVaQtaW {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 8;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVljaZ {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVljf {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVljl {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVlkaV {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVmaPj {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVataH {
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 330px;
  min-height: 0px;
}
.b-root .baVataH.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTsbaC0 {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaTyo {
  color: rgba(64,70,60,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 0.45;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 18;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.baTaTyr {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 300px;
  order: 16;
  min-height: 43px;
  height: 43px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTyq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  order: 1;
  min-height: 21px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaTyu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaTyu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaTyu .aspect-ratio {
}
.b-root .bubble-element.baTaTyv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .baTaTyv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaTyv .aspect-ratio {
}
.b-root .bubble-element.baVmkaF {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVmjn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-style: inset;
  border-width: 1px;
  border-color: rgba(0,0,0,0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaTyaX {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #BDBDBD;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 155px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTyd {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #BDBDBD;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 155px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTya {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #BDBDBD;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 155px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTsaVaP {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #BDBDBD;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 5;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 155px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVmvz {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #BDBDBD;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 155px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVmiaP {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 0.45;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTsbaZ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 11px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQkaD {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baVaRjaL0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 3;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baVaRjaL0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaRjaL0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 91.44385026737967%;
}
.b-root .bubble-element.baVeov {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVepaF {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 2px 2px 2px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVmiaI {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVmig {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  width: 250px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaOaXd {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 7px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 20;
}
.b-root .bubble-element.baVaOaQf0 {
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaOaQf0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaQf0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaOaXaX {
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaOaXaX .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaXaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaQvaI {
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 4;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaQvaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaQvaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaQvaZ {
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 3;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaQvaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaQvaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaOaXt {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 11;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .baVaOaXt> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baVaOaYaS {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .baVaOaYaS> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaOaYaX {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 370px;
  max-width: 370px;
  order: 23;
  min-height: 0px;
  width: 370px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 11;
}
.b-root .bubble-element.baVaOaYaY {
  color: rgba(31,32,39,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 15;
  min-height: 17px;
  width: 15px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaOaYd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 9;
  min-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaOaZaN {
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 3px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  width: 40px;
  flex-grow: 1;
  height: 35px;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaPaYs {
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 12;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 3px;
  z-index: 3;
}
.b-root .bubble-element.baVaQuaB {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 0px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 156px;
  max-width: 156px;
  order: 14;
  min-height: 60px;
  width: 156px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaQul {
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  max-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 3px;
  z-index: 5;
}
.b-root .bubble-element.baVaQup {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 0px;
  max-height: 50px;
  width: 45px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaRaJj {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaRaJp {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 2px 6px 2px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 30px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVfaTaG {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Arial';
  font-size: 9px;
  font-weight: 400;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 13;
  min-height: 35px;
  max-height: 35px;
  width: 56px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaOee {
  overflow: visible;
  justify-content: space-around;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 9;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 8;
}
.b-root .bubble-element.baVddi {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaOeaS {
  visibility: hidden;
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-style: dashed;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 3px 10px 3px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  max-width: 120px;
  order: 7;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaOeaS .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOeaS .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaXaO {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 5;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaQpaB {
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 5px 30px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 350px;
  max-width: 400px;
  min-height: 300px;
}
.b-root .baVaQpaB> .bubble-r-container {
  justify-content: space-around;
  row-gap: 5px;
}
.b-root .baVaQpaB.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVjlr0 {
  overflow: visible;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 10px 20px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 37;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .baVjlr0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baVjly0 {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .baVjly0> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVjmaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 30px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.baVjmc0 {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .baVjmc0> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVjmh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 30px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 27;
}
.b-root .bubble-element.baVjmz0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.baVknt {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 45;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.baVknn {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.baVkraF {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.baVkqz {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  opacity: 0.45;
  cursor: pointer;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  width: 15px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaOaNx {
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.75;
  align-self: flex-start;
  min-width: 167px;
  max-width: 167px;
  order: 1;
  width: 167px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 33;
}
.b-root .baVaOaNx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .baVaOaNx .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVnco0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 47;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.baUaSnq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 1;
  min-height: 0px;
  width: 270px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.baVmaZs {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaJiaQ1 {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaQue {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaQwc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 12;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQwi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 11;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQwo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 15;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQwu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 19;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQxaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 14;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaRjaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 13;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVnap {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 17;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVnav {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 16;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVnbaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 18;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQxv {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 370px;
  max-width: 370px;
  min-height: 256px;
}
.b-root .baVaQxv.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPmk {
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  min-height: 0px;
}
.b-root .baVaPmk.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVfaSu {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-style: outset;
  border-width: 2px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 370px;
  max-width: 370px;
  min-height: 200px;
}
.b-root .baVfaSu.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVfaOaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 8;
}
.b-root .bubble-element.baVfaNaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 12;
}
.b-root .bubble-element.baVfaNq {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 4;
  min-height: 400px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .baVfaNq> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 5px;
}
.b-root .bubble-element.baVfaNr {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaNv {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 4;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaNw {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 10;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaNw .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaNw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaNx {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVfaNx> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVfaOaB {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 355px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 11;
}
.b-root .bubble-element.baVfaOaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 9;
  min-height: 25px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaOaD {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  width: 40px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaOaJ {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 13;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVfgh {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 14;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVfhaR {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 7;
  min-height: 35px;
  max-height: 35px;
  width: 40px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaOaN {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 3;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaOaO {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 5;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaOaP {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 6;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfgn {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baVfgs {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfgs .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfgs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfgt {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfgt .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfgt .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaNe {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 13;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVfaNf {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaNj {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVnhaB0 {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 45px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 9px;
  margin-bottom: 10px;
}
.b-root .bubble-element.baVfaTaA {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-style: outset;
  border-width: 2px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 360px;
  max-width: 770px;
  min-height: 200px;
}
.b-root .baVfaTaA.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVfaIg {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 360px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVfaJj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVfaJo {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 4;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaJaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 250px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 12;
}
.b-root .bubble-element.baVfaJc {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 15;
}
.b-root .bubble-element.baVfaJh {
  font-family: 'Cousine';
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: var(--color_bTgaX_default);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.65;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  width: 155px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: space-around;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaJh .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaJh .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaJi {
  font-family: 'Cousine';
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: var(--color_bTgaX_default);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.09;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: default;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 2;
  min-height: 55px;
  max-height: 55px;
  width: 155px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: space-around;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaJi .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaJi .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaJaP {
  overflow: visible;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  order: 7;
  min-height: 200px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baVfaJaP> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baVfaJt {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 330px;
  order: 12;
  min-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  z-index: 6;
}
.b-root .bubble-element.baVgaRi {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 14;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVgaRi .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVgaRi .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVgaTaN {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 390px;
  order: 8;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVgaTaN> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVgaTaP {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  max-width: 390px;
  order: 2;
  min-height: 80px;
  width: 390px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 11;
}
.b-root .bubble-element.baVgaTaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 11;
  min-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVgaTh {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 20;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVfaIt {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 5px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 119px;
  order: 21;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVfaIm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 35px;
  order: 5;
  min-height: 35px;
  max-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVfaIn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVfaIr {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaIs {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 3;
  min-height: 25px;
  max-height: 45px;
  width: 15px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVgad {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 25px;
  max-height: 45px;
  width: 35px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVgaXb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 8;
  min-height: 25px;
  width: 35px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVgaaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 9;
  min-height: 25px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVgaUaF {
  overflow: visible;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVgaTz {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVgaYaA {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 390px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVgaYaA> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVgaYj {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  max-width: 390px;
  order: 2;
  min-height: 0px;
  width: 390px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 11;
}
.b-root .bubble-element.baVgaYaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 9;
  min-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVgaYaS {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaYaT {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 16;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVgaYaX {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 13;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVgaYaY {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 0px 6px 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 30px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVgaYaZ {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 0px 6px 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 30px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVgaYd {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 17;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVgaYe {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 7;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaYaN {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 5px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 18;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVgaYaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVgaYaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 35px;
  order: 2;
  min-height: 35px;
  max-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVgaYaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVgaYaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVgaYaL {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaYaM {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaZaP {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  max-width: 390px;
  order: 3;
  min-height: 0px;
  width: 390px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 11;
}
.b-root .bubble-element.baVgaYx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 9;
  min-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVgaZaB {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaZaD {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 16;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVgaZaH {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 13;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVgaZaI {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 0px 6px 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 30px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVgaZaJ {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 0px 6px 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 30px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVgaZaN {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 17;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVgaZaO {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 7;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaYw {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 5px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 18;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVgaYk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVgaYl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 35px;
  order: 2;
  min-height: 35px;
  max-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVgaYp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVgaYq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVgaYr {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVgaYv {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaKaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  order: 8;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 8;
}
.b-root .bubble-element.baVfaJv {
  overflow: visible;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 2px 10px 1px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .baVfaJv> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 5px;
}
.b-root .bubble-element.baVfaJz {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaKaA {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 8;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaKaB {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 9;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaKaB .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaKaB .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaKaR {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 390px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVfaKaR> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVfaKaF {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  max-width: 390px;
  order: 2;
  min-height: 100px;
  width: 390px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 11;
}
.b-root .bubble-element.baVfaKaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  word-spacing: 4px;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 115px;
  max-width: 115px;
  order: 9;
  min-height: 25px;
  width: 115px;
  flex-grow: 1;
  height: max-content;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfaKaH {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 6;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaKaN {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 16;
  min-height: 55px;
  max-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVfaUl {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 13;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVfaUn {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 0px 6px 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 30px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVfaUr {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding: 6px 0px 6px 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 30px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVfaWe {
  color: rgba(0,0,0,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 18;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVfaXaC {
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 17;
  min-height: 55px;
  max-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVfij {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 7;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaKaT {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 226px;
  max-width: 226px;
  order: 7;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 226px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVfiaF {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baVfiaH {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfiaH .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfiaH .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfiaL {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfiaL .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfiaL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfgaP {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-style: outset;
  border-width: 2px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 370px;
  max-width: 370px;
  min-height: 200px;
}
.b-root .baVfgaP.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVfaJn {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 4px 4px 4px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaQaT {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .baVfaQaT> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 5px;
}
.b-root .bubble-element.baVfaQaY {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 56px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVfaQaY> .group-item {
  min-height: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVfaQaZ {
  overflow: visible;
  justify-content: flex-start;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVfaQd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 300px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaQe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 300px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaQf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 300px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaQj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVfaQq {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baVfaQr {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 99px;
  max-width: 99px;
  order: 2;
  min-height: 27px;
  max-height: 27px;
  width: 99px;
  flex-grow: 1;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaQr .icon-item {
  width: 12px;
  height: 12px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaQr .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaQv {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 99px;
  max-width: 99px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: 99px;
  flex-grow: 1;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaQv .icon-item {
  width: 12px;
  height: 12px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaQv .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaQw {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 98px;
  max-width: 98px;
  order: 3;
  min-height: 27px;
  max-height: 27px;
  width: 98px;
  flex-grow: 1;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaQw .icon-item {
  width: 12px;
  height: 12px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaQw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaQx {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baVfaRaB {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 151px;
  max-width: 151px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 151px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaRaB .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaRaB .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaRaC {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 136px;
  max-width: 136px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 136px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVfaRaC .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaRaC .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVnaYaJ0 {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 91px;
  max-width: 91px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 91px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVnaYaJ0 .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVnaYaJ0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaQk {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaUf {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baVfaRaD {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 56px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVfaRaD> .group-item {
  min-height: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVfaRaH {
  overflow: visible;
  justify-content: space-around;
  row-gap: 2px;
  column-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 3px;
  z-index: 4;
}
.b-root .bubble-element.baVfaRaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVfaRaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 300px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaRaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 300px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaRaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 300px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVfaRaP {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: dashed;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVfaRaP .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaRaP .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaRaT {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVnbaH {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaPraR {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 15;
}
.b-root .bubble-element.baVaPuv {
  font-family: 'Cousine';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPuv .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPuv .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPraL {
  font-family: 'Cousine';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPraL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPraL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaSaFd {
  overflow: visible;
  justify-content: center;
  row-gap: 15px;
  column-gap: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 20px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 366px;
  order: 19;
  min-height: 80px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baVapaD0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baVaSaGh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baVaSaGh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaSaGh .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 91.44385026737967%;
}
.b-root .bubble-element.baVehr {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 360px;
  order: 6;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 15;
}
.b-root .bubble-element.baVehx {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  order: 5;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVehx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVehx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVehy {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  order: 6;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVehy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVehy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPmj {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 7;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaSaIaB {
  color: rgba(28,28,27,0.8);
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 8;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVfaPaR {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 360px;
  order: 8;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 15;
}
.b-root .bubble-element.baVfaPaW {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  order: 5;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVfaPaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaPaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVfaPb {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  order: 6;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVfaPb .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVfaPb .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVgaNz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 10;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baVgaNt {
  color: rgba(28,28,27,0.8);
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVaSaUaM {
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 360px;
  min-height: 256px;
}
.b-root .baVaSaUaM.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTaZaIk {
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 70px;
  min-height: 0px;
}
.b-root .baTaZaIk.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTuaPq0 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  column-gap: 10px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .bubble-element.baTvaBi {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 330px;
  max-width: 330px;
  order: 5;
  min-height: 0px;
  width: 330px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTuaPaR0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 190px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTuaPaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 107px;
  max-width: 107px;
  order: 1;
  min-height: 23px;
  width: 107px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVeqaZ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 330px;
  max-width: 330px;
  order: 4;
  min-height: 40px;
  width: 330px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baVeqaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 107px;
  max-width: 107px;
  order: 1;
  min-height: 0px;
  width: 107px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baTvaBz {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 330px;
  max-width: 330px;
  order: 8;
  min-height: 0px;
  width: 330px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTvaBt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 107px;
  max-width: 107px;
  order: 1;
  min-height: 23px;
  width: 107px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVetaB {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 9;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baVesk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVesaY {
  color: rgba(0,0,0,1);
  border-style: outset;
  border-width: 2px;
  border-color: #6B6B6B;
  border-radius: 250px;
  -moz-border-radius: 250px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baVaQhaV {
  justify-content: space-around;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baVaQhaV.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPaHu {
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baVaPaHu.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUjhaE {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUjhaJ {
  font-family: 'PT Mono';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  letter-spacing: 2px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 2px;
  border-color: var(--color_bTfwR_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baUjhaJ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUjhaJ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUjhaK {
  visibility: hidden;
  font-family: 'PT Mono';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 4px rgba(255,255,255,1);
  letter-spacing: 2px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 2px;
  border-color: var(--color_bTfwR_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 8px 6px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baUjhaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUjhaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaOaQaH0 {
  font-family: 'PT Mono';
  font-size: 10px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaOaQaH0 .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(128,128,128,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaQaH0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUovaA {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUjgm {
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(8,10,25,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 6px 6px 6px;
  opacity: 0.8;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 280px;
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baUjgs {
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(8,10,25,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 6px 6px 6px;
  opacity: 0.8;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 4;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  z-index: 3;
}
.b-root .bubble-element.baUoaTaD {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUoaSx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 11px;
  font-weight: 400;
  color: rgba(158,160,255,1);
  letter-spacing: 1px;
  word-spacing: -1px;
  line-height: 1;
  padding: 3px 3px 3px 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 12px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 14;
}
.b-root .bubble-element.baUjgy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 11px;
  font-weight: 400;
  color: rgba(158,160,255,1);
  letter-spacing: 1px;
  word-spacing: -1px;
  line-height: 1;
  padding: 3px 3px 3px 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 12px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 14;
}
.b-root .bubble-element.baVaKaSaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 400;
  color: rgba(238,238,238,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baVaPaIaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  column-gap: 0px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 0px 10px 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 39;
}
.b-root .bubble-element.baVaQaSaJ {
  color: rgba(0,0,0,0.8);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaPaIx {
  justify-content: center;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 330px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baVaPaIx.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPaJaV {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 390px;
  min-height: 600px;
}
.b-root .baVaPaJaV.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUaCcaF {
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.95;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 8;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .baUaCcaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .baUaCcaF .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUaCcaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 380px;
  order: 23;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaCcaX {
  overflow: visible;
  justify-content: center;
  row-gap: 15px;
  column-gap: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 10;
}
.b-root .bubble-element.baUaCcaY {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 350px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baUaCcaZ {
  overflow: visible;
  justify-content: space-around;
  row-gap: 20px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 28;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaCce {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCdaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 17;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaCdaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 140px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCdaO {
  visibility: hidden;
  border-style: outset;
  border-width: 1px;
  border-color: rgba(29,24,24,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  padding: 5px 6px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 155px;
  max-width: 155px;
  order: 3;
  min-height: 45px;
  width: 155px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaCdaP {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 18px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 40px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaCda {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 18;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaCdb {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 5px 0px 5px 5px;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 155px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaCdf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 1;
  min-height: 45px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaKnl {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 27;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaKnn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 45px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCdaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 19;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaCdaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 45px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCdaV {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(29,24,24,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaCdaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 5px 0px 5px 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUnaFh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 23;
  min-height: 70px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUnaFj {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-style: outset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 155px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUnaFn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 45px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUoaRx {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 10px 10px 10px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  max-width: 350px;
  order: 24;
  min-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaPip {
  overflow: visible;
  justify-content: space-around;
  row-gap: 2px;
  column-gap: 3px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 30;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUnaFp {
  visibility: hidden;
  font-family: 'Cousine';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.75;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUnaFp .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUnaFp .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCdaI {
  font-family: 'Cousine';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.75;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaCdaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaCdaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUoaQt {
  font-family: 'Cousine';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 5px 5px 5px;
  opacity: 0.75;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 4;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUoaQt .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUoaQt .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCdaD {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  min-height: 45px;
  max-height: 45px;
  width: 60px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaCdaD .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaCdaD .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaClaX {
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 210px;
  max-width: 210px;
  min-height: 154px;
}
.b-root .baUaClaX.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baUaClaZ {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 1px 1px 0px #Ffffff;
  letter-spacing: 2px;
  line-height: 1;
  border-style: outset;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 58px;
  order: 3;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUaClaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaClaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCld {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaClf {
  justify-content: space-around;
  visibility: hidden;
  border-style: outset;
  border-width: 2px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 330px;
  min-height: 250px;
}
.b-root .baUaClf.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(8,7,7,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baUaClk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 61px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaMaTaD {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaClp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaClp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaClp .aspect-ratio {
}
.b-root .bubble-element.baUaCll {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 45px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaCll img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaCll .aspect-ratio {
}
.b-root .bubble-element.baVaPjf {
  overflow: visible;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 25;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 5;
}
.b-root .baVaPjf> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 20px;
}
.b-root .bubble-element.baVaPjk {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 25px 10px 25px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaPjl {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPjl .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPjl .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPjp {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 60px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPjp .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPjp .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPjq {
  color: rgba(0,0,0,0.8);
  border-style: dashed;
  border-width: 2px;
  border-color: #6B6B6B;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 5px 5px 5px;
  opacity: 0.6;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaPjr {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 1px);
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVaPjr> .group-item {
  min-height: 1px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaPjv {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaPjw {
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.25;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 7;
}
.b-root .baVaPjw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .baVaPjw .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 98.93617021276596%;
}
.b-root .bubble-element.baVaPjx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baVaPkaB {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 20px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 13;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaPkaC {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaPkaD {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaPkaH {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaPkaI {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 2px 2px 2px 2px;
  opacity: 0.45;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaPkaN {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaPkaP {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 2px 2px 2px 2px;
  opacity: 0.45;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaPkg {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaPkaU {
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPkaU .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPkaU .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPka {
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPka .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPka .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaQrf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.baVaQrq {
  visibility: hidden;
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 3px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaQrq .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaQrq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaQrr {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaPlb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 11;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.baVaQaDaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 380px;
  order: 24;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaQaEf {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 12;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaQaEj {
  font-family: 'Cousine';
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaQaEj .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaQaEj .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaQaEaH {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  column-gap: 10px;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 13;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 14;
}
.b-root .bubble-element.baVaQaEaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  width: 45px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baVaQaEaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaQaEaL .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 88.46694796061885%;
}
.b-root .bubble-element.baVaQaEaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVaQaEaN {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 200px;
  order: 2;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQaEaR {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 200px;
  order: 1;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQaEaS {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 200px;
  order: 3;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaZup {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(165,165,165,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.9;
  cursor: pointer;
  align-self: center;
  min-width: 225px;
  max-width: 225px;
  order: 10;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 225px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: space-around;
  gap: 8px;
  align-items: center;
}
.b-root .baVaZup .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(255,255,255,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaZup .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.baVaZvaN {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baVaZvaN.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaKiv {
  overflow: visible;
  justify-content: center;
  row-gap: 25px;
  column-gap: 25px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 10;
}
.b-root .bubble-element.baVaKir {
  overflow: visible;
  justify-content: center;
  row-gap: 6px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 360px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baVaKgb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 27;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaKgaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  order: 9;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKmz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 370px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baVaKlaG {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 8;
}
.b-root .bubble-element.baVaLkr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 8;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVaLkd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaLaMaF {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKyaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaGaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaGaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaGaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 4;
  min-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaGd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 5;
  min-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaQs {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 10px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 10px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 0px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 220px;
  order: 14;
  min-height: 70px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 6px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  z-index: 8;
}
.b-root .bubble-element.baVaKhi {
  overflow: visible;
  justify-content: center;
  row-gap: 18px;
  column-gap: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaKhc {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 210px;
  order: 1098;
  min-height: 40px;
  width: 210px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVaKhc> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKhd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 67px;
  max-width: 67px;
  order: 1;
  min-height: 45px;
  width: 67px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKvaI {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 210px;
  order: 12;
  min-height: 40px;
  width: 210px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVaKvaI> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKvaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 67px;
  max-width: 67px;
  order: 3;
  min-height: 45px;
  width: 67px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKvaP {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 210px;
  order: 1100;
  min-height: 40px;
  width: 210px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVaKvaP> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKvaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 67px;
  max-width: 67px;
  order: 1;
  min-height: 45px;
  width: 67px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKvg {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 195px;
  max-width: 195px;
  order: 1106;
  min-height: 40px;
  width: 195px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVaKvg> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKvl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 65px;
  max-width: 65px;
  order: 1;
  min-height: 45px;
  width: 65px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKvn {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 210px;
  order: 1105;
  min-height: 40px;
  width: 210px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVaKvn> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKvs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 67px;
  max-width: 67px;
  order: 1;
  min-height: 45px;
  width: 67px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKxaS {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 210px;
  order: 1096;
  min-height: 40px;
  width: 210px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVaKxaS> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKxaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 67px;
  max-width: 67px;
  order: 1;
  min-height: 45px;
  width: 67px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKxj {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 210px;
  order: 1102;
  min-height: 40px;
  width: 210px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baVaKxj> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKxl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 9px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 67px;
  max-width: 67px;
  order: 1;
  min-height: 45px;
  width: 67px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLmu {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaLaSaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 180px;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaRaD {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaRj {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaRp {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 4;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaSaB {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaRv {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 6;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLeaG {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-end;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaKgaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKgaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaKgaZ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 241.71122994652404%;
}
.b-root .bubble-element.baVaLeaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-end;
  min-width: 40px;
  max-width: 80px;
  order: 15;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaKga {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKga img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaKga .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 221.16279069767444%;
}
.b-root .bubble-element.baVaLaSaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 8;
}
.b-root .bubble-element.baVaLaSf {
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 250px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 7;
}
.b-root .baVaLaSf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .baVaLaSf .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 106.95187165775401%;
}
.b-root .bubble-element.baVaLaSv {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.8;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVaLaSv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaLaSv .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 106.4610866372981%;
}
.b-root .bubble-element.baVaLaTaB {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 300px;
  order: 4;
  min-height: 70px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaLaTm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.5;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaOaJaH {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  padding: 15px 10px 15px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  order: 4;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baVaOaMl {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  padding: 15px 10px 15px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 3;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baVaOaMx {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 10px 2px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baVaOaNaB {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaOaNaB .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaNaB .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaOaNaC {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaOaNaC .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaNaC .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaLmaW {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 0px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baVaLmaQ {
  visibility: hidden;
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaLmaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaLmaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaLaTs {
  visibility: hidden;
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaLaTs .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaLaTs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaLyaF {
  color: rgba(74,72,72,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaPaEv {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: rgba(221,223,231,1);
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaLlm {
  overflow: visible;
  justify-content: center;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(88,84,84,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px 5px 10px;
  opacity: 0.8;
  align-self: center;
  min-width: 40px;
  max-width: 200px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaLer {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(251,251,251,1);
  text-align: center;
  letter-spacing: 2px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaLer .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaLer .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaQaPb {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(252,252,252,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0.6;
  align-self: center;
  min-width: 40px;
  max-width: 330px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaLqaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 3px 3px 3px 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 35px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLaTb {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 200;
  font-style: italic;
  color: rgba(255,255,255,1);
  letter-spacing: 2px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 2;
  min-height: 35px;
  width: 110px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQaQl {
  overflow: visible;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 12;
}
.b-root .bubble-element.baVaQaQe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baVaQaQe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaQaQe .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 241.71122994652404%;
}
.b-root .bubble-element.baVjlaT3 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaKiaT {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Space Mono';
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 200px;
  order: 691;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQaDaL {
  justify-content: flex-start;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 10px 45px 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  min-height: 296px;
}
.b-root .baVaQaDaL.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUnaLaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 31;
}
.b-root .bubble-element.baUnaGaL {
  font-family: 'Cousine';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 2px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUnaGaL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUnaGaL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUnaLv {
  font-family: 'Cousine';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 2px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 8;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .baUnaLv .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUnaLv .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUoaYx {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.baUnaCaF {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 170px;
  order: 2;
  min-height: 450px;
  max-height: 450px;
  width: 170px;
  flex-grow: 1;
  height: 450px;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.baUnaCaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  font-style: italic;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCaP {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaCaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 3;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaCaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaCaR .aspect-ratio {
}
.b-root .bubble-element.baUnaCaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCaW {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 13;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaCaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 3;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaCb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaCb .aspect-ratio {
}
.b-root .bubble-element.baUnaCc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCd {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 11;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaCh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCi {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 2;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaCi img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaCi .aspect-ratio {
}
.b-root .bubble-element.baUnaCj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCn {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 3px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 14;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .baUnaCn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUnaCn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUnaCo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: flex-start;
  min-width: 70px;
  max-width: 70px;
  order: 4;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUnaCo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaCo .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 104.66666666666666%;
}
.b-root .bubble-element.baUnaCp {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaCt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 3;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaCu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaCu .aspect-ratio {
}
.b-root .bubble-element.baUnaCv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaCz {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 12;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaDaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaDaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 2;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaDaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaDaB .aspect-ratio {
}
.b-root .bubble-element.baUnaDaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaDaG {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaDaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaDaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBaN {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 170px;
  order: 1;
  min-height: 450px;
  width: 170px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 30;
}
.b-root .bubble-element.baUnaBaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  font-style: italic;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBaU {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 8;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaBaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 3;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaBaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaBaZ .aspect-ratio {
}
.b-root .bubble-element.baUnaBa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBb {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaBf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 3;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaBg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaBg .aspect-ratio {
}
.b-root .bubble-element.baUnaBh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBl {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 6;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaBm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 2;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaBn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaBn .aspect-ratio {
}
.b-root .bubble-element.baUnaBr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBs {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 3px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 11;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .baUnaBs .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUnaBs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUnaBt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: flex-start;
  min-width: 70px;
  max-width: 70px;
  order: 3;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUnaBt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaBt .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 104.66666666666666%;
}
.b-root .bubble-element.baUnaBx {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUnaBy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUnaBz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 3;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUnaBz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUnaBz .aspect-ratio {
}
.b-root .bubble-element.baUnaCaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 130px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaMaVy {
  color: rgba(255,255,255,1);
  border-radius: 250px;
  -moz-border-radius: 250px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 35px;
  max-width: 35px;
  order: 8;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 35px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
  z-index: 3;
}
.b-root .bubble-element.baVavaD {
  overflow: visible;
  justify-content: center;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 16;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 33;
}
.b-root .bubble-element.baVaPht {
  overflow: visible;
  justify-content: center;
  row-gap: 20px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaPhz {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.75;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPhz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPhz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPiaF {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.75;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPiaF .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPiaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPjaZ {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.75;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPjaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPjaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVngaS0 {
  color: rgba(255,255,255,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: flex-end;
  min-width: 45px;
  max-width: 45px;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 45px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 9px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaPaJz {
  justify-content: flex-start;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 296px;
  min-height: 296px;
}
.b-root .baVaPaJz.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baVaPaJf {
  overflow: visible;
  justify-content: space-around;
  row-gap: 30px;
  column-gap: 3px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 8px 10px 8px;
  opacity: 1;
  align-self: center;
  min-width: 370px;
  max-width: 370px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 370px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 36;
}
.b-root .bubble-element.baVaPaJaZ {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.65;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 6;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaJa {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.65;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaJb {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 0.65;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  order: 10;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJb .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJb .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaJg {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 10px 20px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.baVaPaJh {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: dashed;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 4;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJh .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJh .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaJl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaPaJm {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.baVaPaJn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  z-index: 2;
}
.b-root .bubble-element.baVaPaJr {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: dashed;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 3;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJr .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJr .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaJs {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.baVaPaJt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 330px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaPaJx {
  font-family: var(--font_default);
  font-size: 11px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: dashed;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 3;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaJy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 300px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .bubble-element.baVaPaKaX {
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 296px;
  min-height: 296px;
}
.b-root .baVaPaKaX.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPaKb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 25px;
  max-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 175px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baVaPaKc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baVaPaKd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baVaPaKh {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaPaKh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaPaKh .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaPaKi {
  overflow: visible;
  justify-content: center;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaPaKj {
  color: rgba(0,0,0,0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaPaKn {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaKn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaKn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaKo {
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 296px;
  min-height: 296px;
}
.b-root .baVaPaKo.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPaKp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 25px;
  max-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 175px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baVaPaKt {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baVaPaKu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baVaPaKv {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaPaKv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaPaKv .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaPaKz {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 6;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaKz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaKz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaLaA {
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 5px 20px 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 330px;
  max-width: 330px;
  min-height: 0px;
}
.b-root .baVaPaLaA.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPeg {
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 296px;
  min-height: 296px;
}
.b-root .baVaPeg.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baVaPey {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaPes {
  font-family: 'Cousine';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 3px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 50px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaPes .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPes .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPem {
  font-family: 'Cousine';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 3px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 5px 2px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 50px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaPem .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPem .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPfaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.75;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 2;
  min-height: 132px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 125px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVaPfaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baVaPfaJ .aspect-ratio {
}
.b-root .bubble-element.baVaPaJaO {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 22;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.baVaPaJaT {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px 10px 0px 10px;
  opacity: 0.9;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 38;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaJaP {
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px 10px 0px 10px;
  opacity: 0.9;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 38;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaJaP .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaJaP .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaZoaL {
  justify-content: center;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 400px;
  min-height: 0px;
}
.b-root .baVaZoaL.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUlhg {
  justify-content: space-around;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 360px;
  max-width: 420px;
  min-height: 0px;
}
.b-root .baUlhg.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUlaQp {
  overflow: visible;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 22;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  z-index: 5;
}
.b-root .baUlaQp> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 20px;
}
.b-root .bubble-element.baVaOaTaB {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 25px 10px 25px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaOaTaI {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaOaTaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaTaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaOaTaN {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaOaTaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaOaTaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaOib {
  color: rgba(0,0,0,0.8);
  border-style: dashed;
  border-width: 2px;
  border-color: #6B6B6B;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 5px 5px 5px;
  opacity: 0.6;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaOaRaW {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 1px);
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVaOaRaW> .group-item {
  min-height: 1px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaOaSaA {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaOaRi {
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 7;
}
.b-root .baVaOaRi img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .baVaOaRi .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 98.93617021276596%;
}
.b-root .bubble-element.baVaOaRt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 8px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baVaOaSd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: rgba(0,0,0,1);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,1);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,1);
  border-bottom-left-radius: 20px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaOiaO {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaOjz {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaOlaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaOjt {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 2px 2px 2px 2px;
  opacity: 0.45;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaOll {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaOlaO {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 2px 2px 2px 2px;
  opacity: 0.45;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUlaRaM {
  overflow: visible;
  justify-content: space-around;
  row-gap: 5px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 29;
  min-height: 297px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUlaRaN {
  overflow: visible;
  justify-content: flex-start;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUlaRaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 31px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baUlaRaT {
  overflow: visible;
  justify-content: space-around;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUlaRaX {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(6,7,13,0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(10,11,15,1);
  text-align: center;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 166px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 166px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUlaRaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 77px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaRaBs {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  text-shadow: 1px 2px 2px rgba(52,23,23,0.35);
  letter-spacing: 1.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: inset;
  border-width: 3px;
  border-color: rgba(52,80,181,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 15px 2px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 15;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 14;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaRaBs .icon-item {
  width: 16px;
  height: 16px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaRaBs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUlaRq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 233px;
  max-width: 233px;
  order: 23;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 233px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 5;
}
.b-root .bubble-element.baVaOaDaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUlaRx {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 0px 3px 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUlaSaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 140px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: 35px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUlaSaC {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUlaRr {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 0px 3px 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUlaRv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 140px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: 35px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUlaRw {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUlaSaJ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 0px 3px 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUlaSaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 140px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: 35px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaOaEaN {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaOaEaH {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 0px 3px 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaOaEaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 140px;
  max-width: 140px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 140px;
  flex-grow: 1;
  height: 35px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUlaSaO {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaOvz {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 15px 15px 15px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaOyaK {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 0px 3px 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaOyaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Space Mono';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: 35px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaOyaQ {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 3px 3px 3px;
  opacity: 0.25;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 5;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baVaOyv {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 5px 15px 15px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaOzaN {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 5px 15px 15px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaOzaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baVaOzaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 5px 15px 15px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaPaUaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: #252525;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 5px 15px 15px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaOzaH {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 5px 15px 15px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baVaOzaB {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 5px 15px 15px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.baUlaTb {
  justify-content: center;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baUlaTb.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUlaTc {
  justify-content: center;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baUlaTc.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPaSaT {
  justify-content: flex-start;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 10px 45px 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  min-height: 296px;
}
.b-root .baVaPaSaT.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaPaSaZ {
  justify-content: space-around;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 380px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .baVaPaSaZ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVasaE {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 17;
  min-height: 40px;
  max-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baVasaJ {
  overflow: visible;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 0px 2px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 180px;
  order: 16;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVasaK {
  color: rgba(28,28,27,0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 7px 7px 7px 7px;
  opacity: 0.25;
  align-self: flex-end;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVasaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  line-height: 1.3;
  padding: 0px 10px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  order: 14;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVnaAr {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 27;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 51;
}
.b-root .bubble-element.baVnaAaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 50;
}
.b-root .bubble-element.baVaPaFr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  align-self: center;
  min-width: 258px;
  max-width: 258px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 258px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 5;
}
.b-root .bubble-element.baVaPaFv {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaPaFw {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 99px;
  max-width: 99px;
  order: 1;
  min-height: 35px;
  width: 99px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaFw .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaFw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaFx {
  font-family: 'Cousine';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 5px;
  opacity: 0.45;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 105px;
  max-width: 105px;
  order: 3;
  min-height: 35px;
  width: 105px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baVaPaFx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaPaFx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaPaGaJ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 13;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaPaGaO {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaPaGaP {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaPaGaT {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 2px 2px 2px 2px;
  opacity: 0.45;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaPaGaV {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaPaGa {
  color: rgba(0,0,0,0.8);
  visibility: hidden;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 2px 2px 2px 2px;
  opacity: 0.45;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVlhd0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaPaGaC {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 1px);
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-auto-flow: row;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 1;
  min-height: 0px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVaPaGaC> .group-item {
  min-height: 1px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaPaGaD {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaPaGaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baVaPaGaH {
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 0.75;
  cursor: pointer;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 7;
}
.b-root .baVaPaGaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .baVaPaGaH .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 98.93617021276596%;
}
.b-root .bubble-element.baVlhaR0 {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 1px);
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 3;
  min-height: 0px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVlhaR0> .group-item {
  min-height: 1px;
  box-sizing: content-box;
}
