/* 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;
  cursor: pointer;
}
a:visited {
  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 */
/*

DO NOT ADD TO THIS FILE. USE constants.scss INSTEAD. WE ARE NOW VEGAN :)

*/
/* 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-4 {
  padding-top: 4px !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-80 {
  min-width: 80px !important;
}

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

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

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

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

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

.height-60 {
  height: 60px !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 */
/*

DO NOT ADD TO THIS FILE. USE constants.scss INSTEAD. WE ARE NOW VEGAN :)

*/
/* 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-4 {
  padding-top: 4px !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-80 {
  min-width: 80px !important;
}

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

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

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

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

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

.height-60 {
  height: 60px !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 > .bubble-element.group-item {
  position: relative;
}
.bubble-rg {
  display: grid;
  justify-items: stretch;
}
.bubble-rg.masonry > .bubble-element.group-item {
  height: max-content;
  min-width: 0;
  overflow: hidden;
}

.bubble-rg-flex-row > .bubble-element.group-item {
  position: relative;
}
.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-rg-flex-reverse {
  flex-wrap: wrap-reverse;
  align-content: flex-end;
}

.bubble-rg-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.bubble-rg-reverse > .bubble-rg {
  transform: scale(1, -1);
}
.bubble-rg-reverse > .bubble-rg > * {
  transform: scale(1, -1);
}

.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 > * {
  display: none;
}
.bubble-legacy-table > .incompatible-message {
  display: inline-block;
  text-align: center;
}
.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:before {
  font-family: "FontAwesome";
  content: "\f071";
}

/*# sourceMappingURL=run.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 */

body {--stylesheet-active: true;}
.b-root .bubble-element.a1722143139182x946779869903219100 {
  background-color: var(--color_background_default);
  min-width: 0px;
  min-height: 100%;
  min-height: max(767px, 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: "Inter Tight";
  --font_1722143139135x766548228375811800_default: "Inter Tight";
  --font_1722143139138x478734226838150900_default: "Inter Tight";
  --font_1759330980724x739872717659400800_default: "Geist";
  --font_1759330980728x433968446962750700_default: "Geist";
  --color_text_default: rgba(29,31,29,1);
  --color_text_default_rgb: 29,31,29;
  --color_alert_default: rgba(203,148,21,1);
  --color_alert_default_rgb: 203,148,21;
  --color_primary_default: rgba(58,181,74,1);
  --color_primary_default_rgb: 58,181,74;
  --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(245,245,245,1);
  --color_background_default_rgb: 245,245,245;
  --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_1722143139128x474521672402671040_default: rgba(56,181,77,0.1);
  --color_1722143139128x474521672402671040_default_rgb: 56,181,77;
  --color_1722143139132x157963589585781820_default: rgba(216,217,220,1);
  --color_1722143139132x157963589585781820_default_rgb: 216,217,220;
  --color_1722227619544x974323113914928600_default: rgba(86,94,86,1);
  --color_1722227619544x974323113914928600_default_rgb: 86,94,86;
  --color_1722803397283x606075708010810600_default: rgba(48,56,48,0.72);
  --color_1722803397283x606075708010810600_default_rgb: 48,56,48;
  --color_1723514412213x327836800511527300_default: rgba(0,0,0,1);
  --color_1723514412213x327836800511527300_default_rgb: 0,0,0;
  --color_1723514893748x188753764232896930_default: rgba(0,0,0,1);
  --color_1723514893748x188753764232896930_default_rgb: 0,0,0;
  --color_1723530474944x722477750539444400_default: rgba(58,181,158,1);
  --color_1723530474944x722477750539444400_default_rgb: 58,181,158;
  --color_1723530549142x470841993955238400_default: rgba(141,181,58,1);
  --color_1723530549142x470841993955238400_default_rgb: 141,181,58;
  --color_1725223536038x103149196333203630_default: rgba(25,29,25,1);
  --color_1725223536038x103149196333203630_default_rgb: 25,29,25;
  --color_1728342764063x668613988917701400_default: rgba(229,229,229,1);
  --color_1728342764063x668613988917701400_default_rgb: 229,229,229;
  --color_1728343250012x862543577528689400_default: rgba(181,56,82,1);
  --color_1728343250012x862543577528689400_default_rgb: 181,56,82;
  --color_1728512762436x713983124546138400_default: rgba(216,217,220,1);
  --color_1728512762436x713983124546138400_default_rgb: 216,217,220;
  --color_1733867261314x282478779872097360_default: rgba(142,143,142,1);
  --color_1733867261314x282478779872097360_default_rgb: 142,143,142;
  --color_1735518191902x993832092833004600_default: rgba(230,231,232,1);
  --color_1735518191902x993832092833004600_default_rgb: 230,231,232;
  --color_1742516994243x652663685580028300_default: rgba(15,157,240,1);
  --color_1742516994243x652663685580028300_default_rgb: 15,157,240;
  --color_1755144759362x531737801448488900_default: rgba(250,250,250,1);
  --color_1755144759362x531737801448488900_default_rgb: 250,250,250;
  --color_1759330980709x107433372477349300_default: rgba(227,230,235,1);
  --color_1759330980709x107433372477349300_default_rgb: 227,230,235;
  --color_1762450416576x359472477254843800_default: rgba(242,243,243,1);
  --color_1762450416576x359472477254843800_default_rgb: 242,243,243;
  --color_1763153840311x310818203960385720_default: rgba(216,240,219,1);
  --color_1763153840311x310818203960385720_default_rgb: 216,240,219;
  --color_1763571408846x371540266905918900_default: rgba(231,245,253,1);
  --color_1763571408846x371540266905918900_default_rgb: 231,245,253;
}
.b-root .bubble-element.a1725674905163x348069308069176100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1725675073650x973038816658840400 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1514;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1727308363416x706913359084389900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 18;
  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.a1727308103117x983367226217996900 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1503;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1744566309186x135499742792645420 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 6;
}
.b-root .bubble-element.a1744565359816x686071820464574200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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.a1734577034068x385940039449784260 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 1200px;
  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: 3;
}
.b-root .bubble-element.a1727309718398x630968347352762700 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1727308083767x401178789696892350 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 80px 20px 20px 20px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 40px;
  max-width: 1320px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1727308492470x240548394381302050 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Nunito';
  font-size: 40px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 3;
}
.b-root .bubble-element.a1727309523233x451595279064683800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 60px 0px 0px 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 40px;
  order: 6;
  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: 8;
}
.b-root .a1727309523233x451595279064683800> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.a1727309208066x589645226124874800 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 5;
}
.b-root .bubble-element.a1727309170282x757414195233908400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 4;
}
.b-root .bubble-element.a1727309211284x187537075882905800 {
  color: var(--color_1722227619544x974323113914928600_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1727309467955x260499123400481440 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1727309339353x227352613990420300 {
  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: 6;
}
.b-root .a1727309339353x227352613990420300.bubble-rg {
  column-gap: 12px;
  row-gap: 12px;
  align-content: flex-start;
}
.b-root .a1727309339353x227352613990420300.bubble-rg > .group-item {
  min-width: 0px;
  min-height: 0px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.a1727309974610x537591141609438340 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 8px 8px 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: flex-start;
  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: 3;
}
.b-root .bubble-element.a1727309725266x828096376800902900 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0.06;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  max-width: 320px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1727309725266x828096376800902900 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 10px;
}
.b-root .a1727309725266x828096376800902900 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1731705283443x807960036425534600 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1503;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1764260887438x159408542962826700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1773256029212x215755146524197150 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1763569287108x786323302498110500 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 10;
  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: 5;
}
.b-root .a1763569287108x786323302498110500> .bubble-r-container {
}
.b-root .bubble-element.a1775162358757x563948537240058800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 40px;
  min-height: 100%;
  max-height: 100%;
  width: calc(100% - 0px);
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1763569302655x438930429354502800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.7;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1763569302655x438930429354502800 .aspect-ratio {
}
.b-root .bubble-element.a1769714542580x249907342694298940 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1769714542580x249907342694298940 .aspect-ratio {
}
.b-root .bubble-element.a1763570489838x672635230716346900 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1763570489838x672635230716346900 .aspect-ratio {
}
.b-root .bubble-element.a1775162716869x688189294766693200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 100%;
  max-height: 100%;
  width: calc(100% - 0px);
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1762462295081x783236593406800000 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1200px;
  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: 6;
}
.b-root .bubble-element.a1763570518811x229777261227612450 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 8;
}
.b-root .bubble-element.a1763570546890x229629110638269950 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 8;
}
.b-root .bubble-element.a1762462304154x554454113051069060 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_1735518191902x993832092833004600_default);
  line-height: 1.2;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1762462304154x241463256694211740 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 40px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1775162951005x597817892632509500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  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: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1775163298437x353339303185324600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1775163023751x401044702228396900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 32px 32px 32px 32px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 2;
}
.b-root .bubble-element.a1775163187152x145541404354003200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1775164580094x792233105177307800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1775164580094x792233105177307800> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1775164604236x236885732142271580 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 14px 20px 14px 20px;
  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: 2;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1775164604236x236885732142271580 .icon-item {
  width: 17px;
  height: 17px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1775164604236x236885732142271580 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1775164580611x146894733329740580 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1775164580611x146894733329740580> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1776014977984x116438196087101710 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 100%;
  order: 2;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775065304356x908137950678967800 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1775065323751x915313364325878000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1775065410297x833305631496528000 {
  overflow: visible;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  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: 5;
}
.b-root .bubble-element.a1776009637983x751437480481941000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1776290583446x656233043866265600 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1775065321200x333804288601883140 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1776290597201x111337605175735440 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  padding: 11px 0px 11px 0px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease;
  -moz-transition: box-shadow 200ms ease;
  -o-transition: box-shadow 200ms ease;
  -ms-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775164581152x484635679498241600 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1775164581152x484635679498241600> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1776014961760x289503800712673900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 100%;
  order: 2;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775163200786x679624870775660800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1775163200786x679624870775660800> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1775163151906x143875789356020520 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1776290551871x208549614461045480 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1776290551871x208549614461045480> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1776290551872x921819953295033300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1776292505743x196169619010987070 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1776292596957x252093241236717280 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1776292517948x619026020213834800 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 14px 20px 14px 20px;
  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: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1776292517948x619026020213834800 .icon-item {
  width: 17px;
  height: 17px;
  color: var(--color_1722227619544x974323113914928600_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1776292517948x619026020213834800 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1776292615286x440968133918859700 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 14px 20px 14px 20px;
  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: stretch;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1776292615286x440968133918859700 .icon-item {
  width: 17px;
  height: 17px;
  color: var(--color_destructive_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1776292615286x440968133918859700 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1777428018314x852317710204622600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1777428047486x796321627169960200 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  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.a1777428057623x342156222300130600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 2;
}
.b-root .bubble-element.a1777429806126x482597761619234800 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1735518191902x993832092833004600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 3;
}
.b-root .bubble-element.a1777428407309x230429054540776320 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 4;
}
.b-root .bubble-element.a1775163043124x407366412522158500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1775163043124x407366412522158500.bubble-rg {
  column-gap: 8px;
  row-gap: 8px;
  align-content: flex-start;
}
.b-root .a1775163043124x407366412522158500.bubble-rg > .group-item {
  min-width: 9px;
  min-height: 9px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.a1775163085145x561646819242324400 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1775163093339x424998307956200200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  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: 2;
}
.b-root .bubble-element.a1775164454998x472676193895748540 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1504;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1775164463846x914415145380554600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1775241951975x326241868648533000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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.a1775242722217x771474406275086600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775243286453x805202488708380300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1776009341379x861984434287798800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1775241632567x594408691079390600 {
  min-width: 60px;
  max-width: 600px;
  min-height: 120px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 24px;
  -moz-border-radius: 24px;
}
.b-root .bubble-element.a1775241706226x440426737383911230 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 24px 24px 24px;
  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: flex-start;
  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: 3;
}
.b-root .bubble-element.a1775241695697x788027111861769100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1774893177697x203244834893740900 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1503;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .a1774893177697x203244834893740900> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1774893260730x184920329081253980 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1774893281819x171818581246097100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1774893281819x171818581246097100.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774893281819x171818581246097100.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1774893316502x265096922857440580 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 8;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1774894467090x696598538188084100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1774894467090x696598538188084100.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774894467090x696598538188084100.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1774895697710x218657351720906400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 9;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1774895732155x466624329416023500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 10;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1774899647517x585893068908748700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 12;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1774899703821x570796202166000100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 13;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1774900967212x133119714336279230 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1774901508338x287188658741769360 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  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.a1774899765284x283530448592850370 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 7;
}
.b-root .bubble-element.a1774899462750x349010338845400100 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 6;
}
.b-root .bubble-element.a1774899458076x730986431057527700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 5;
}
.b-root .bubble-element.a1774899530538x116514253135024940 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 7;
}
.b-root .bubble-element.a1774899525950x250425383512147620 {
  color: var(--color_text_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 3;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1774899491622x190457341319764220 {
  color: var(--color_text_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1774901965880x446147563278780600 {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: var(--color_1722227619544x974323113914928600_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1728512762436x713983124546138400_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 9px 14px 9px 14px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .a1774901965880x446147563278780600 .icon-item {
  width: 15px;
  height: 15px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1774901965880x446147563278780600 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1774895916059x708335104547348700 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1728512762436x713983124546138400_default);
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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.a1774893245252x855559316353899600 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 140px;
  order: 1;
  min-height: 232px;
  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 .a1774893245252x855559316353899600.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(5, minmax(max-content, auto));
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774893245252x855559316353899600.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1774893342441x540940605736223100 {
  overflow: visible;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  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: 3;
}
.b-root .a1774893342441x540940605736223100> .bubble-r-container {
}
.b-root .bubble-element.a1774893332909x353407075775412860 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1774893332909x353407075775412860 .aspect-ratio {
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1774893432643x405700086535682240 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1774893348033x920675758702669700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1774893664116x313866622015872450 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1774893681279x621033641105569400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.a1774893731611x203635953869965800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.a1774893785432x393888139106812200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.a1774894031133x751118514406282400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.a1774894600660x945677852223990100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1774894749357x625594894356842200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.a1774894852064x712495086029219500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.a1774894902799x569014588539703400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.a1774898452063x413392799815162600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1774900215482x673135993153064700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1774900421863x735988687591266200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1774902430521x176170743853978020 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1776804446615x823779402937017900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1776804506573x791289866828511900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1776804542165x449527406644556500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1774899589315x526320532065032260 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: var(--color_1733867261314x282478779872097360_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1774900466960x792518358193804500 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.a1774901611988x747343948920640400 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1774900932920x735215723673520000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.1;
  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: 8;
}
.b-root .bubble-element.a1775241643842x186386469016070370 {
  min-width: 120px;
  max-width: 400px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 24px;
  -moz-border-radius: 24px;
}
.b-root .bubble-element.a1775241674266x893716244754498200 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  max-height: 320px;
  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.a1775241664697x558773012615218050 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1774990028806x606836038128846100 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1508;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .a1774990028806x606836038128846100> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1774990289959x926902011769087900 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1774990289959x926902011769087900.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774990289959x926902011769087900.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1774990392706x341231983296774400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1774990477480x863205858480901800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1774990477480x863205858480901800.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774990477480x863205858480901800.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1774990807772x389074356471967400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1774990807772x389074356471967400.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774990807772x389074356471967400.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1774990039438x794567558693758200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 24px 24px 24px;
  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: stretch;
  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: 8;
}
.b-root .bubble-element.a1774990005862x979689687976029300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 5;
}
.b-root .bubble-element.a1774989993178x421897457132154560 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.1;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1774989982221x161989007282856700 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.a1774989976736x946088812795375100 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_text_default);
  padding: 14px 18px 14px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease;
  -moz-transition: box-shadow 200ms ease;
  -o-transition: box-shadow 200ms ease;
  -ms-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.a1774990048083x492849304990350600 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1742516994243x652663685580028300_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 2;
}
.b-root .bubble-element.a1774990121192x507940831451821760 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1774990090048x919210747026245500 {
  color: var(--color_1742516994243x652663685580028300_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1774990127902x972449412532880800 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1774990110568x808411891399905000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1774991636133x762794465116054700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1774990800846x916712985022199800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  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: 8;
}
.b-root .a1774990800846x916712985022199800> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.a1774990787737x818129875319317600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1774990014146x160113532435898530 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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 .a1774990014146x160113532435898530.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774990014146x160113532435898530.bubble-rg > .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1774990328470x536791605082975170 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1774991305755x583132580136490800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1774991169340x906751702110125000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1774991169340x378351837001365000 {
  color: var(--color_text_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1774991169340x303212242492722500 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1774991169340x991989926425425900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1774991487055x687421418640993300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 5;
}
.b-root .bubble-element.a1774990845358x417585367170204000 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  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: 8;
}
.b-root .a1774990845358x417585367170204000> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.a1774990845358x117333654027266260 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1774990845359x128644688239274540 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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 .a1774990845359x128644688239274540.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774990845359x128644688239274540.bubble-rg > .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1774990845359x753751100522883300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1774991338663x113536912806568860 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1774990907808x615840093902658000 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  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: 8;
}
.b-root .a1774990907808x615840093902658000> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.a1774990907808x945290493712156500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1774990907808x797073539293439600 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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 .a1774990907808x797073539293439600.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1774990907808x797073539293439600.bubble-rg > .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1774990907809x205396793075342430 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1774991386294x743975769829032300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1775242743378x220812702562144580 {
  min-width: 120px;
  max-width: 320px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 24px;
  -moz-border-radius: 24px;
}
.b-root .bubble-element.a1775242743379x719852897860060300 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  max-height: 320px;
  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.a1775242758596x758895117630444800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775242536081x285725582654672280 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 24px 24px 24px;
  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: stretch;
  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: 2;
}
.b-root .bubble-element.a1775242550970x900393110724078000 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1775242542960x579489082258868500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 2;
}
.b-root .bubble-element.a1775242559196x357600302938400200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.a1745451499725x894170586909223300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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;
  z-index: 4;
}
.b-root .bubble-element.a1745451471514x622368726768344240 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  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: 3;
}
.b-root .bubble-element.a1745451459781x491447728612889200 {
  color: var(--color_text_default);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1745451430177x297860242127194560 {
  color: var(--color_text_default);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1745451547612x636016491249999600 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1745451555800x376269731565585400 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 0px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  opacity: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1745451555800x376269731565585400input {
}
.b-root .a1745451555800x376269731565585400 .icon-item {
}
.b-root .a1745451555800x376269731565585400 label {
}
.b-root .bubble-element.a1745451645458x437229526322233500 {
  font-family: var(--font_default);
  font-size: 0px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  opacity: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1745451645458x437229526322233500input {
}
.b-root .a1745451645458x437229526322233500 .icon-item {
}
.b-root .a1745451645458x437229526322233500 label {
}
.b-root .bubble-element.a1771192860303x205486145025804540 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775242583756x534619336203212600 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1775242583757x348664622579778240 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 2;
}
.b-root .bubble-element.a1775242583757x525256147617191200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.a1775242588305x585519853727191900 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1775242588305x415637524161091650 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 2;
}
.b-root .bubble-element.a1775242588305x850669940530028000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.a1776307513281x626044992561508900 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1777428138160x749768830884308000 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  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;
  min-height: 0px;
}
.b-root .a1777428138160x749768830884308000.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.a1777428240798x227042385261793900 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 32px;
  -moz-border-radius: 32px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 2;
  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: 3;
}
.b-root .a1777428240798x227042385261793900> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 12px;
}
.b-root .bubble-element.a1777428174746x549786323710799200 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2;
}
.b-root .a1777428174746x549786323710799200.bubble-rg {
  gap: 8px;
  grid-auto-rows: minmax(max-content, 9px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1777428174746x549786323710799200.bubble-rg > .group-item {
  min-height: 9px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1777428174747x486152980552763700 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1777428217153x691847239915912200 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 3;
}
.b-root .a1777428217153x691847239915912200> .bubble-r-container {
}
.b-root .bubble-element.a1773409061683x871885572074632600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  justify-self: center;
  min-width: 40px;
  min-height: 100%;
  max-height: 100%;
  width: calc(100% - 0px);
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1773409109359x671740965981604500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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.a1773409061683x891632991728761500 {
  overflow: visible;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  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: 2;
}
.b-root .bubble-element.a1773409061683x590119521975170700 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: -12px;
  margin-right: -12px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1773409061683x571686728049263100 {
  color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  align-self: flex-start;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1773409114115x456975708387574100 {
  overflow: visible;
  justify-content: center;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1773409061683x245311693202838850 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1773409160601x939222331370735900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1775104057619x525300707354985150 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775104065715x853024368154344800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1777428246330x288760148635230300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.2;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775162292124x441995047171831700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 1200px;
  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: 4;
}
.b-root .bubble-element.a1775162002487x253703855121388160 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1503;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1775162025430x344730664395646300 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1775254040881x748087868049441800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1776203594638x262954577858437120 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1777428315425x732355011701154200 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1778107862411x111031332847963960 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.a1778107862427x350556995571191700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.a1778107862439x137908618633356350 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 8;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1778107862452x148493611375588700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 9;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775162063540x202945836493392260 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  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: 3;
}
.b-root .bubble-element.a1775162069071x488379644230593340 {
  overflow: visible;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 1;
  min-height: 60px;
  height: 0px;
  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 .a1775162069071x488379644230593340> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1775162139745x224691409811870180 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 24px 20px 24px;
  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: stretch;
  min-width: 0px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1775162196088x120670566139578940 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1775162118660x895128509373428900 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 5;
}
.b-root .bubble-element.a1775270018386x203086668012196670 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1768070221518x162405615658483200 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1768070221518x866670201622071600 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1507;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1768070221519x972806857356343200 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.a1768070339445x645840686627603800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.a1768070221514x222849632941807800 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 6;
}
.b-root .bubble-element.a1768070221514x615304522473304700 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1768070221514x437230681720844500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 32px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1768070221515x718166690960519200 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 0px;
  font-weight: 400;
  color: #4083a9;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1768070221515x869683299511809200 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1768070221515x869683299511809200 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1768070221515x869683299511809200 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1778355790524x391377024197455700 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: var(--color_1762450416576x359472477254843800_default);
  text-align: center;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 8px 4px 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;
  align-self: center;
  min-width: 0px;
  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: 6;
}
.b-root .a1778355790524x391377024197455700 .icon-item {
  width: 14px;
  height: 14px;
  color: var(--color_1722227619544x974323113914928600_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1778355790524x391377024197455700 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1775162240387x682896434524050800 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 8;
}
.b-root .bubble-element.a1775243184132x386226275200705860 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1775162235448x594816195392163000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.3;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 14px;
  -moz-border-radius: 14px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  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: 7;
}
.b-root .a1775162235448x594816195392163000 .icon-item {
  width: 15px;
  height: 15px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1775162235448x594816195392163000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1775162201222x889257864048790500 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.3;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 14px;
  -moz-border-radius: 14px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  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: 7;
}
.b-root .a1775162201222x889257864048790500 .icon-item {
  width: 15px;
  height: 15px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1775162201222x889257864048790500 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1775243198771x210350020484105570 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1775243196361x715251380780239400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 9;
}
.b-root .bubble-element.a1724296560470x177537038482551870 {
  min-width: 360px;
  max-width: 360px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2109;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 32px;
  -moz-border-radius: 32px;
}
.b-root .bubble-element.a1732662478033x117829961003728110 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 7;
}
.b-root .bubble-element.a1726162965947x470682864836983400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 6;
}
.b-root .bubble-element.a1732993015065x704031606885622300 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1508;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1732993027207x209917568841348830 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1509;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1767737713651x238624679833826180 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1767738455185x482289442797395840 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1732993231051x490889847959715000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 9;
}
.b-root .bubble-element.a1725229277458x134996746744355140 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 6;
}
.b-root .bubble-element.a1725229265220x403961369214345100 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  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: 5;
}
.b-root .bubble-element.a1754792289949x370236750299344640 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_1735518191902x993832092833004600_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 12;
}
.b-root .bubble-element.a1769655010148x189303200656477100 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1769655010148x189303200656477100> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1768365508135x449763066211380540 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1768365508136x683646394781613000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  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.a1769609414772x122133782842204560 {
  color: var(--color_1733867261314x282478779872097360_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1768365572168x610080938534857000 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1768365581484x457135140009414340 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1768365616333x269023032065398560 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1768365621963x833745779249966200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1768365879582x477411628564638900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1768365913829x933431021420147500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1768366086787x284791950127162280 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1725229265322x405950930900523140 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_1735518191902x993832092833004600_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  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: 1;
}
.b-root .bubble-element.a1769655050296x215739053357743230 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 3;
}
.b-root .a1769655050296x215739053357743230> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1769655417225x835939168953551600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_1735518191902x993832092833004600_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  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: 1;
}
.b-root .bubble-element.a1769655417225x125891639258689520 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 3;
}
.b-root .a1769655417225x125891639258689520> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1769655498645x416179448749575700 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_1735518191902x993832092833004600_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  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: 1;
}
.b-root .bubble-element.a1769655498645x962084763323445900 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 3;
}
.b-root .a1769655498645x962084763323445900> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1769868796064x179668924303023170 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  max-height: 240px;
  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.a1767737689659x458738130926733200 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 14;
}
.b-root .a1767737689659x458738130926733200.bubble-rg {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1767737689659x458738130926733200.bubble-rg > .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1771872558497x714574246435357000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1771440533879x788509595318596900 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1771440705313x282470684665535400 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1771440533877x201841884389853730 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1771440533877x201841884389853730.bubble-rg {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1771440533877x201841884389853730.bubble-rg > .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1771440645816x111555904843081420 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1771440584753x639948648489274600 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 2;
}
.b-root .a1771440584753x639948648489274600> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1776125162871x435164999346738560 {
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_1735518191902x993832092833004600_default);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 0px;
  width: 1px;
  flex-grow: 1;
  height: auto;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1776125162871x435164999346738560 .aspect-ratio {
}
.b-root .bubble-element.a1771440814432x726226175717722400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1771440533879x834712157023975000 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 2;
}
.b-root .a1771440533879x834712157023975000> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1776125198465x198003120778459170 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1776125211790x150168016184970660 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1733009599621x544335252936225700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 7;
}
.b-root .bubble-element.a1732660821586x571311864095493060 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 20px 20px 20px;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1769654981088x591943565275892000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1732660817236x515699726752504060 {
  overflow: visible;
  justify-content: center;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1725229265324x836234179499008600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1725229265324x485809311230932100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 2;
}
.b-root .bubble-element.a1779284958929x862103322350762600 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1779283740753x755012623358708600 {
  overflow: visible;
  border-style: solid;
  border-width: 0px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  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;
  z-index: 3;
}
.b-root .bubble-element.a1779283727782x710890392578947600 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1779283985232x770429418573073300 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1779284145486x338993955308194300 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1501;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1779283807968x948719393783445900 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1779283825008x647503001956372100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1769660537951x979086515912341200 {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: var(--color_1722227619544x974323113914928600_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 9px 14px 9px 14px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  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: 3;
}
.b-root .a1769660537951x979086515912341200 .icon-item {
  width: 15px;
  height: 15px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1769660537951x979086515912341200 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1777321175422x963018625772519800 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1742516994243x652663685580028300_default);
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  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: 11;
}
.b-root .bubble-element.a1777321183724x728605801920070900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  line-height: 1.2;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1777321207572x114417251897167780 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1762450416576x359472477254843800_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 3;
}
.b-root .bubble-element.a1777321247536x764176716747648300 {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: var(--color_1722227619544x974323113914928600_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 9px 14px 9px 14px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  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: 4;
}
.b-root .a1777321247536x764176716747648300 .icon-item {
  width: 15px;
  height: 15px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1777321247536x764176716747648300 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1769654602583x895346751220879200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 9;
}
.b-root .bubble-element.a1722224227957x834704705682248600 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  height: 12px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1722224227957x834704705682248600 .aspect-ratio {
}
.b-root .bubble-element.a1769713240810x840998939112747000 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_1735518191902x993832092833004600_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 11;
}
.b-root .bubble-element.a1769713317931x493686865611637440 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  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: 4;
}
.b-root .bubble-element.a1769713298661x959806565460669800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 3;
}
.b-root .a1769713298661x959806565460669800> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1769713342955x555161243980142340 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1769713228318x580267944358979700 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 3;
}
.b-root .a1769713228318x580267944358979700> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1769713560836x497232799794352600 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 11;
}
.b-root .bubble-element.a1768621906084x223503972396678080 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 24px 15px 24px;
  opacity: 1;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1768621906085x760532555799197300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  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.a1777414288202x735295401469129300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1768621906085x156019309327504860 {
  color: var(--color_text_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1777494396565x914518126166952700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1777494412553x789909615952861300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1724296562780x190407965056851100 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1509;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1732394399900x554313174111687100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1769654677061x362922731076726900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.a1771280475583x279565665637067520 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.a1725906105197x881722334323544700 {
  overflow: visible;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  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: 9;
}
.b-root .bubble-element.a1724296530602x506742103224838460 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1724298064480x451131615472794240 {
  color: var(--color_1722227619544x974323113914928600_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 13;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1725906450708x113847674960551490 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1724296530603x338618487884348100 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1769713114981x869889843984325100 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 9;
}
.b-root .bubble-element.a1779296076514x972914742542650400 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  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: 14;
}
.b-root .bubble-element.a1779840337886x960882910889711900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 10;
}
.b-root .bubble-element.a1723060699725x289243338926036500 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1733867867729x139269845996939260 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  margin-left: 0px;
  margin-top: -3px;
  margin-right: -3px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1769979564763x602793687167255200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1723061070829x770911707789332400 {
  min-width: 400px;
  max-width: 400px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2102;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 24px;
  -moz-border-radius: 24px;
}
.b-root .bubble-element.a1779918084329x890808857570588000 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 22px;
  -moz-border-radius: 22px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 12;
}
.b-root .bubble-element.a1769919770141x514357601975473100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 11;
}
.b-root .bubble-element.a1778250620852x706421367508580700 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 6;
}
.b-root .bubble-element.a1769919737657x975948977726561800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 4;
}
.b-root .bubble-element.a1769919672167x381379769336334460 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.2;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1769979703151x712501008333957200 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1769919679959x456952429395932600 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 3;
}
.b-root .a1769919679959x456952429395932600.bubble-rg {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1769919679959x456952429395932600.bubble-rg > .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1769919714476x789010952324274200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 32px;
  -moz-border-radius: 32px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  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: 3;
}
.b-root .bubble-element.a1769921476162x724810244248858400 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1769921466010x242613909484053150 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  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.a1769919705269x934650826504111700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1769919698001x624416841280854800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1769921535275x821366838684861700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 3;
}
.b-root .bubble-element.a1769921486290x793026343064634500 {
  overflow: visible;
  border-radius: 14px;
  -moz-border-radius: 14px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 0px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1769921461529x992102931906406300 {
  border-radius: 14px;
  -moz-border-radius: 14px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1769921461529x992102931906406300 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 14px;
}
.b-root .a1769921461529x992102931906406300 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.a1769921653838x518126820630619000 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 0px;
  max-width: 50%;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1769921653838x518126820630619000 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .a1769921653838x518126820630619000 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1778250966782x562503202795249500 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 6;
}
.b-root .a1778250966782x562503202795249500> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1768265719407x768063923485161700 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-style: dashed;
  border-width: 2px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 2;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1768265911737x296864042558647940 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1768266147730x419608770958251970 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1768265683520x223531197876925540 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1768265670286x540746163911185900 {
  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.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1780608719502x103383886332454320 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1780608685627x614492242043289700 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 14px 20px 14px 20px;
  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;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1780608685627x614492242043289700 .icon-item {
  width: 17px;
  height: 17px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1780608685627x614492242043289700 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1780609057618x997818331695518600 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 0px;
  font-weight: 400;
  color: #4083a9;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1768265721319x563415689249205800 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1505;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1768265730276x872230917983342000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  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: 2;
}
.b-root .bubble-element.a1768265743460x344108417341462600 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1723061612789x135815707135228380 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1511;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1769979347193x430288300096878900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1769979498627x657656572511283800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1778250509963x463683934424884540 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 32px;
  -moz-border-radius: 32px;
  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: 400px;
  min-height: 296px;
}
.b-root .a1778250509963x463683934424884540.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.a1778250517175x180766544731681960 {
  overflow: visible;
  justify-content: flex-start;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1778250677155x719850616160462800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 4px;
  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.a1778250522415x686151061107733500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1777413220119x707098741057633300 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.a1775270057127x171006126479766660 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_primary_contrast_default_rgb), 0.4);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1775270057127x212158801249959460 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 13px 20px 13px 20px;
  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: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .a1775270057127x212158801249959460 .icon-item {
  width: 17px;
  height: 17px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1775270057127x212158801249959460 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1775270057127x804618622882664400 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 13px 20px 13px 20px;
  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: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .a1775270057127x804618622882664400 .icon-item {
  width: 17px;
  height: 17px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1775270057127x804618622882664400 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1775270144362x110612338336967820 {
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(var(--color_primary_contrast_default_rgb), 0.4);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 0px;
  width: 1px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .a1775270144362x110612338336967820 .aspect-ratio {
}
.b-root .bubble-element.a1777413246336x861790060673007700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1777413243141x576692159320391000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1778354993005x119976505233162940 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
}
.b-root .bubble-element.a1778354955897x878678416050123000 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1503;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1778354955898x487219140667138400 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.a1778354955898x697692922040646000 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.a1778354955898x536553059453179300 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 8;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1779667166719x638829807799051900 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 10;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1779667187737x333845467925961150 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 11;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1779667260972x135447555360001300 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 12;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1775168515771x452950573704080500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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;
  z-index: 6;
}
.b-root .bubble-element.a1725674731919x252914673974362180 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 28px 40px 28px 40px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1200px;
  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: 0px;
  z-index: 1;
}
.b-root .bubble-element.a1782328348830x786060634701391200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 2;
}
.b-root .bubble-element.a1782328275413x536644896485589100 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1508;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1782328285406x808448141966655100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1782328952947x161321945794358200 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1782329067478x492730131365091600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1782328815099x464266729897563260 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 11;
}
.b-root .bubble-element.a1782328802179x494770609998772200 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1782328774067x254878093129976130 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 32px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 8;
}
.b-root .bubble-element.a1782329823444x816837803022550700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_1733867261314x282478779872097360_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 11;
}
.b-root .bubble-element.a1782329115681x183453915215722200 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  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: 13;
}
.b-root .a1782329115681x183453915215722200> .bubble-r-container {
}
.b-root .bubble-element.a1782329110928x627443688997971760 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 32px;
  -moz-border-radius: 32px;
  padding: 40px 0px 40px 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 100%;
  max-height: 100%;
  width: calc(100% - 0px);
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1782328795634x842980814151039700 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: end;
  justify-self: center;
  min-width: 40px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1782328795634x842980814151039700> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1782328168911x634356620074404000 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 4;
}
.b-root .a1782328168911x634356620074404000.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 1fr);
  grid-auto-flow: column;
}
.b-root .a1782328168911x634356620074404000.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1782328168911x633831209506616700 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1782328168911x692739553054369700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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 .a1782328168911x692739553054369700 .aspect-ratio {
  height: 0px;
  padding-top: 133.33333333333331%;
}
.b-root .bubble-element.a1782328168912x255173174804658270 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: end;
  justify-self: start;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1782328168912x255173174804658270> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1778267050525x875282892965060700 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1778267153651x983422457467983700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 32px;
  -moz-border-radius: 32px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 6;
}
.b-root .bubble-element.a1778267033022x516598325262863550 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1778266941080x412290754828356400 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1504;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1778266941080x862380379512716500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1778266941080x116531920816479460 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1778266941082x216412090115315940 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1778266941091x664992480739478300 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1508;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1778115554737x544990528647096060 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .a1778115554737x544990528647096060.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1778115554737x544990528647096060.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1778115554745x429196206523566900 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .a1778115554745x429196206523566900.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1778115554745x429196206523566900.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1778115597329x455252278516953150 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.a1778115804176x708084363952057300 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1778115804176x708084363952057300.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1778115804176x708084363952057300.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1778354583209x247330160455440860 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.a1778354601615x989109358217821600 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1526;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1779747616662x506240789198847100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.a1778266941084x958977644220484500 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  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.a1778266941084x533790102016717400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1778266941084x533790102016717400 .aspect-ratio {
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.a1778266941085x543825682866140600 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1778266941085x543825682866140600.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-auto-columns: minmax(max-content, 1fr);
  grid-auto-flow: column;
}
.b-root .a1778266941085x543825682866140600.bubble-rg > .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1778266941085x567105455432452800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .a1778266941085x567105455432452800> .bubble-r-container {
}
.b-root .bubble-element.a1778266941086x996428083745227700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1778266941086x996428083745227700 .aspect-ratio {
}
.b-root .bubble-element.a1778266941086x404054716821019650 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1778266941086x404054716821019650 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1778266941086x404054716821019650 .aspect-ratio {
}
.b-root .bubble-element.a1778266941086x311713694656308350 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 40px;
  z-index: 6;
}
.b-root .a1778266941086x311713694656308350.bubble-rg {
  column-gap: 6px;
  row-gap: 6px;
  align-content: flex-start;
}
.b-root .a1778266941086x311713694656308350.bubble-rg > .group-item {
  min-width: 0px;
  min-height: 0px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.a1778266941087x965202620622181800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  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: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1778266941087x947517122330586100 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  height: 12px;
  flex-grow: 1;
  width: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1778266941087x947517122330586100 .aspect-ratio {
}
.b-root .bubble-element.a1778266941087x243538112902465180 {
  color: var(--color_1733867261314x282478779872097360_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1778267487143x677129362974390800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 120px;
  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.a1778266743560x950537762686393000 {
  overflow: visible;
  border-radius: 32px;
  -moz-border-radius: 32px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 3;
}
.b-root .bubble-element.a1778266740881x807762396236111000 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1778266740881x807762396236111000 .aspect-ratio {
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.a1778266891147x293777854361462200 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1778266891147x293777854361462200 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1778266891147x293777854361462200 .aspect-ratio {
}
.b-root .bubble-element.a1778267585796x426955210399795900 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 0px;
  font-weight: 400;
  color: #4083a9;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1778383346849x864231338193592300 {
  color: var(--color_text_default);
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1779051554663x353775483223115900 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1779051554663x353775483223115900 .aspect-ratio {
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1778266763704x686133507808596500 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1505;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1778266782995x284012176584855550 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1778266786055x957434526411236700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1778267669500x980089193439410600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1778267085139x692478996967113040 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1777411948336x813478704853490000 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  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: 10;
}
.b-root .bubble-element.a1769658801825x677133795926726800 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  column-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 100%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1769608200142x301692151402701300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 2;
}
.b-root .bubble-element.a1769608280804x280220057729989380 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 4;
}
.b-root .bubble-element.a1769608232857x949501180457175000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_1733867261314x282478779872097360_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  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: 3;
}
.b-root .bubble-element.a1769658811313x729360354505643800 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 700;
  color: var(--color_1762450416576x359472477254843800_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_destructive_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 8px 4px 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;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1769658811313x729360354505643800 .icon-item {
  width: 11px;
  height: 11px;
  color: var(--color_1722227619544x974323113914928600_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1769658811313x729360354505643800 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1769890340915x386112717662847360 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1776901318658x211895360847682100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1776901336034x255247816122771160 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1777411948355x225976148184120500 {
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 14px 20px 14px 20px;
  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: 3;
  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 .a1777411948355x225976148184120500 .icon-item {
  width: 17px;
  height: 17px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1777411948355x225976148184120500 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1777412058441x483352618497683840 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1512;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1777412083513x140322616276606800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1777412092228x946101982554133500 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1777412107826x516155275561122300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1778267177329x120673254756565310 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 7;
}
.b-root .bubble-element.a1778106893805x385975899420517600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 14;
}
.b-root .bubble-element.a1778106893805x402178863621803300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1778106893805x305353038463445600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  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.a1778106893807x647338711012125300 {
  color: var(--color_text_default);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1778106893807x549587843784778560 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 5;
}
.b-root .bubble-element.a1778106893807x469719681438554400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  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.a1778106893809x854895636146740800 {
  color: var(--color_text_default);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1778106893809x616465888058543400 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1778106893809x910601360118330500 {
  color: var(--color_text_default);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1778106893810x585594923896058000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  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.a1769696670652x727618037126887200 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1509;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .a1769696670652x727618037126887200> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1769696670652x483961948390829630 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.a1769696670652x674450060014710500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .a1769696670652x674450060014710500.bubble-rg {
  gap: 1px;
  grid-template-rows: repeat(0, minmax(0, 1fr));
  grid-template-columns: repeat(0, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .a1769696670652x674450060014710500.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1769696670652x182459336680921280 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 8;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.a1769696859714x925290132946422400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.a1769697099338x315396132066450000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.a1776900774967x533756763466041200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.a1776900809971x426473477699288300 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.a1776900896154x203832667942475230 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.a1776900763903x152899678760350940 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 14;
}
.b-root .bubble-element.a1769696997615x981330539634402600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 13;
}
.b-root .bubble-element.a1769696758372x257338027068019780 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  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: 9;
}
.b-root .bubble-element.a1776901047586x534722488278852500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 4px;
  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.a1776901039515x619288428030204700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 4;
}
.b-root .bubble-element.a1776901020030x625927498667210400 {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1776901055212x736119214515143000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  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.a1776901055213x778265913728456200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 4;
}
.b-root .bubble-element.a1776901055213x473896041560183500 {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1776901102482x784656335523265400 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  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.a1776901102482x973172667998607000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 4;
}
.b-root .bubble-element.a1776901102482x952661547123799300 {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1769696982517x382741339234486960 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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.a1769696919575x412651470271895100 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.a1769696889708x969693442333502600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 10;
}
.b-root .bubble-element.a1769696925314x612455771212910100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 10;
}
.b-root .bubble-element.a1769696939611x107596220517994780 {
  color: var(--color_1733867261314x282478779872097360_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  min-height: 14px;
  max-height: 14px;
  width: 14px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.a1769696961000x304348700177198400 {
  color: var(--color_1722227619544x974323113914928600_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 3;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.a1778175301647x579486053066057200 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 0;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1778175318271x542044712407588030 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1778175328857x875759452512705700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1782329927952x123015440865138380 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1778266379303x652506191695721600 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1509;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1778266379304x530852054381231740 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.a1778266379307x589779865250847700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 12;
}
.b-root .bubble-element.a1782329904773x463792451254944260 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1517;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1778267063388x787361988156038500 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 4;
}
.b-root .bubble-element.a1778267046179x908161460567874600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1777411724807x606508406308724200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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.a1777411755728x630217839109070200 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1777411744127x864566055124344000 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1777411766680x192729271043229440 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1777411794867x308008293901623100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1778107063302x634181506639449900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  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: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1778107063303x331931345484557250 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  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;
  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.a1778107063303x234588761017637470 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 4;
}
.b-root .bubble-element.a1778108262736x117719980063265460 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 7;
}
.b-root .bubble-element.a1778108251950x803359585996460000 {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_1735518191902x993832092833004600_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 9px 14px 9px 14px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1778108251950x803359585996460000 .icon-item {
  width: 15px;
  height: 15px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1778108251950x803359585996460000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1778267106821x672610436928916500 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1782329749794x117230702356884050 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 32px;
  -moz-border-radius: 32px;
  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 .a1782329749794x117230702356884050.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.a1782328361228x423423729689332160 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 2;
}
.b-root .bubble-element.a1782330259848x636703426012873000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1782330058727x474317464441638140 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: initial;
  max-height: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 1508;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1782330058727x988842099453610900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1782330058728x544023465060369500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1782330058728x377242364304348100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1782330058728x956484452605517300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  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: 11;
}
.b-root .bubble-element.a1782330058728x681797818879593000 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1782330058728x793165918778256100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 32px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 8;
}
.b-root .bubble-element.a1782330058728x674734108049622700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_1733867261314x282478779872097360_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 11;
}
.b-root .bubble-element.a1782330058729x118103129652444840 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  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: 13;
}
.b-root .a1782330058729x118103129652444840> .bubble-r-container {
}
.b-root .bubble-element.a1782330058729x276915283895522660 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 32px;
  -moz-border-radius: 32px;
  padding: 40px 0px 40px 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 100%;
  max-height: 100%;
  width: calc(100% - 0px);
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1782330058729x762402819766862500 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: end;
  justify-self: center;
  min-width: 40px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1782330058729x762402819766862500> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1782330058729x933989637201596500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 4;
}
.b-root .a1782330058729x933989637201596500.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 1fr);
  grid-auto-flow: column;
}
.b-root .a1782330058729x933989637201596500.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.a1782330058730x878726486055093800 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1782330058730x647564844103082900 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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 .a1782330058730x647564844103082900 .aspect-ratio {
  height: 0px;
  padding-top: 133.33333333333331%;
}
.b-root .bubble-element.a1782330165341x675035166761371800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1782330165341x675035166761371800> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1775239485618x848297098204449300 {
  overflow: visible;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775239470405x643282856108537500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1775239470405x643282856108537500 .aspect-ratio {
  height: 0px;
  padding-top: 133.33333333333331%;
}
.b-root .bubble-element.a1775239552644x418042748697988160 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: end;
  justify-self: start;
  min-width: 40px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775239573761x133220890408781260 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 14px 8px 14px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 48px;
  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.a1775239604278x262452025849823200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-shadow: 1px 1px 0px rgba(var(--color_text_default_rgb), 0.12);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2;
}
.b-root .bubble-element.a1776355829649x692592270494173360 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: var(--color_1735518191902x993832092833004600_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  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: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775240880328x729813134974414100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1775240880328x729813134974414100 .aspect-ratio {
}
.b-root .bubble-element.a1777664503369x844017222686474100 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1505;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1782330058730x699187750420743400 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 32px;
  -moz-border-radius: 32px;
  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 .a1782330058730x699187750420743400.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.a1782330286558x391704181810025660 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 8;
  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.a1775251685930x912871178456464800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 19;
  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: 7;
}
.b-root .bubble-element.a1775251501913x658990138399632800 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: stretch;
  min-width: 40px;
  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: 5;
}
.b-root .bubble-element.a1775252329950x155252616349177100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 28px;
  -moz-border-radius: 28px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 4;
}
.b-root .bubble-element.a1775251390678x429896961588743940 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 28px;
  -moz-border-radius: 28px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 3;
}
.b-root .bubble-element.a1775250951787x380063908550003140 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1775250951787x380063908550003140.bubble-rg {
  column-gap: 8px;
  row-gap: 8px;
  align-content: flex-start;
}
.b-root .a1775250951787x380063908550003140.bubble-rg > .group-item {
  min-width: 0px;
  min-height: 0px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.a1777428969724x298146744656107260 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  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.a1777429122423x681566203923810300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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.a1777428990514x734686081180457900 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1777428990514x734686081180457900> .bubble-r-container {
}
.b-root .bubble-element.a1777428990514x840460646288152400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1777428990514x840460646288152400 .aspect-ratio {
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1777428990515x481318261765276300 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.12);
  border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: start;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1777428990530x485478044543928900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 600;
  color: var(--color_1722227619544x974323113914928600_default);
  line-height: 1.3;
  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: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1777429202018x913550106883216100 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1777429113154x884220487596610400 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1775251524603x869426605523051000 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  max-width: 0px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1507;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
}
.b-root .bubble-element.a1775251497038x808907235146912400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1775251695312x764964407821630000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -moz-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -o-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  -ms-transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1779054271630x137791249737079000 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1777429237172x935888979846095700 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1508;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
