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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 *  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;
}

.radio {
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
  display: grid;
  grid-auto-rows: max-content;
  justify-items: stretch;
  padding-left: 20px;
  grid-gap: 10px 20px;
  gap: 10px 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
  width: 100%;
}

html[dir=rtl] .radio {
  padding-left: unset;
  padding-right: 20px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  margin-top: -2px;
  height: 15px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

html[dir=rtl] .radio label::before {
  left: unset;
  margin-left: unset;
  right: 0;
  margin-right: -20px;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  margin-top: -2px;
  left: 4px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

html[dir=rtl] .radio label::after {
  left: unset;
  margin-left: unset;
  right: 4px;
  margin-right: -20px;
}

.radio input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -20px;
}

html[dir=rtl] .radio input[type=radio] {
  left: unset;
  right: -20px;
}

.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
  cursor: default;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-v0 {
  padding-left: 20px;
  padding-bottom: 5px;
  overflow: hidden;
}

html[dir=rtl] .radio-v0 {
  padding-left: unset;
  padding-right: 20px;
}

.radio-v0 label {
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  padding-left: 6px;
  cursor: pointer;
}

html[dir=rtl] .radio-v0 label {
  padding-left: unset;
  padding-right: 6px;
}

.radio-v0 label:nth-child(2) {
  margin-top: 3px;
}

.radio-v0 label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  margin-top: -2px;
  height: 15px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

html[dir=rtl] .radio-v0 label::before {
  left: unset;
  margin-left: unset;
  right: 0;
  margin-right: -20px;
}

.radio-v0 label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  margin-top: -2px;
  left: 4px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

html[dir=rtl] .radio-v0 label::after {
  left: unset;
  margin-left: unset;
  right: 4px;
  margin-right: -20px;
}

.radio-v0 input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -20px;
}

html[dir=rtl] .radio-v0 input[type=radio] {
  left: unset;
  right: -20px;
}

.radio-v0 input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio-v0 input[type=radio]:disabled + label {
  opacity: 0.65;
  cursor: default;
}

.radio-v0.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none;
}

.ionic-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px;
}
.ionic-toggle input:checked + .ionic-track {
  border-color: #4cd964;
  background-color: #4cd964;
}
.ionic-toggle.dragging .ionic-handle {
  background-color: #f2f2f2 !important;
}

.ionic-toggle.toggle-light input:checked + .ionic-track {
  border-color: #ddd;
  background-color: #ddd;
}
.ionic-toggle.toggle-stable input:checked + .ionic-track {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.ionic-toggle.toggle-positive input:checked + .ionic-track {
  border-color: #387ef5;
  background-color: #387ef5;
}
.ionic-toggle.toggle-calm input:checked + .ionic-track {
  border-color: #11c1f3;
  background-color: #11c1f3;
}
.ionic-toggle.toggle-assertive input:checked + .ionic-track {
  border-color: #ef473a;
  background-color: #ef473a;
}
.ionic-toggle.toggle-balanced input:checked + .ionic-track {
  border-color: #33cd5f;
  background-color: #33cd5f;
}
.ionic-toggle.toggle-energized input:checked + .ionic-track {
  border-color: #ffc900;
  background-color: #ffc900;
}
.ionic-toggle.toggle-royal input:checked + .ionic-track {
  border-color: #886aea;
  background-color: #886aea;
}
.ionic-toggle.toggle-dark input:checked + .ionic-track {
  border-color: #444;
  background-color: #444;
}

.ionic-toggle input {
  display: none;
}

/* the track appearance when the toggle is "off" */
.ionic-toggle .ionic-track {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 51px;
  height: 31px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
  background-color: #fff;
  content: " ";
  cursor: pointer !important;
  pointer-events: none;
}

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .ionic-track {
  -webkit-background-clip: padding-box;
}

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.ionic-toggle .ionic-handle {
  -webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  -webkit-transition-property: background-color, transform;
  transition-property: background-color, transform;
  position: absolute !important;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: #fff;
  top: 7px;
  left: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.ionic-toggle .ionic-handle:before {
  position: absolute !important;
  top: -4px;
  left: -21.5px;
  padding: 18.5px 34px;
  content: " ";
}

.ionic-toggle input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #fff;
}

.item-toggle.active {
  box-shadow: none;
}

.item-toggle,
.item-toggle.item-complex .item-content {
  padding-right: 99px;
}

.item-toggle.item-complex {
  padding-right: 0;
}

.item-toggle .ionic-toggle {
  position: absolute !important;
  top: 10px;
  right: 16px;
  z-index: 3;
}

.ionic-toggle input:disabled + .ionic-track {
  opacity: 0.6;
}

.toggle-small .ionic-track {
  border: 0;
  width: 34px;
  height: 15px;
  background: #9e9e9e;
}
.toggle-small input:checked + .ionic-track {
  background: rgba(0, 150, 137, 0.5);
}
.toggle-small .ionic-handle {
  top: 2px;
  left: 4px;
  width: 21px;
  height: 21px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.toggle-small input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  background: rgb(0, 150, 137);
}
.toggle-small.item-toggle .ionic-toggle {
  top: 19px;
}
.toggle-small .toggle-light input:checked + .ionic-track {
  background-color: rgba(221, 221, 221, 0.5);
}
.toggle-small .toggle-light input:checked + .ionic-track .ionic-handle {
  background-color: #ddd;
}
.toggle-small .toggle-stable input:checked + .ionic-track {
  background-color: rgba(178, 178, 178, 0.5);
}
.toggle-small .toggle-stable input:checked + .ionic-track .ionic-handle {
  background-color: #b2b2b2;
}
.toggle-small .toggle-positive input:checked + .ionic-track {
  background-color: rgba(56, 126, 245, 0.5);
}
.toggle-small .toggle-positive input:checked + .ionic-track .ionic-handle {
  background-color: #387ef5;
}
.toggle-small .toggle-calm input:checked + .ionic-track {
  background-color: rgba(17, 193, 243, 0.5);
}
.toggle-small .toggle-calm input:checked + .ionic-track .ionic-handle {
  background-color: #11c1f3;
}
.toggle-small .toggle-assertive input:checked + .ionic-track {
  background-color: rgba(239, 71, 58, 0.5);
}
.toggle-small .toggle-assertive input:checked + .ionic-track .ionic-handle {
  background-color: #ef473a;
}
.toggle-small .toggle-balanced input:checked + .ionic-track {
  background-color: rgba(51, 205, 95, 0.5);
}
.toggle-small .toggle-balanced input:checked + .ionic-track .ionic-handle {
  background-color: #33cd5f;
}
.toggle-small .toggle-energized input:checked + .ionic-track {
  background-color: rgba(255, 201, 0, 0.5);
}
.toggle-small .toggle-energized input:checked + .ionic-track .ionic-handle {
  background-color: #ffc900;
}
.toggle-small .toggle-royal input:checked + .ionic-track {
  background-color: rgba(136, 106, 234, 0.5);
}
.toggle-small .toggle-royal input:checked + .ionic-track .ionic-handle {
  background-color: #886aea;
}
.toggle-small .toggle-dark input:checked + .ionic-track {
  background-color: rgba(68, 68, 68, 0.5);
}
.toggle-small .toggle-dark input:checked + .ionic-track .ionic-handle {
  background-color: #444;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 0px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: visible;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-selection__choice {
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border: 0px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

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

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open {
  z-index: 10000000;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 0px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 0px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 0px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 0px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body {--stylesheet-active: true;}
.b-root .bubble-element.cnaKaSaO0 {
  background-color: var(--color_background_default);
  min-width: 0px;
  min-height: 100%;
  min-height: max(0px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Inter";
  --font_cnUeC_default: "var(--font_default)";
  --color_text_default: rgba(18, 19, 31, 1);
  --color_text_default_rgb: 18,19,31;
  --color_alert_default: rgba(254,190,0,1);
  --color_alert_default_rgb: 254,190,0;
  --color_primary_default: rgba(2,61,121,0);
  --color_primary_default_rgb: 2,61,121;
  --color_success_default: rgba(34,130,40,1);
  --color_success_default_rgb: 34,130,40;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255,255,255;
  --color_background_default: rgba(240, 241, 244, 1);
  --color_background_default_rgb: 240,241,244;
  --color_destructive_default: rgba(206, 0, 0, 1);
  --color_destructive_default_rgb: 206,0,0;
  --color_primary_contrast_default: rgba(255,255,255,1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_bTHCQ_default: #0205D3;
  --color_bTHCQ_default_rgb: 0205;
  --color_bTHCR_default: #0205D3;
  --color_bTHCR_default_rgb: 0205;
  --color_bTHPg_default: #0205D3;
  --color_bTHPg_default_rgb: 0205;
  --color_bTHPh_default: #0205D3;
  --color_bTHPh_default_rgb: 0205;
  --color_cnPxx_default: rgba(234,168,0,1);
  --color_cnPxx_default_rgb: 234,168,0;
  --color_cnPxy_default: rgba(153,110,0,1);
  --color_cnPxy_default_rgb: 153,110,0;
  --color_cnPxz_default: rgba(18, 19, 31, 1);
  --color_cnPxz_default_rgb: 18,19,31;
  --color_cnPyA_default: rgba(255,255,255,1);
  --color_cnPyA_default_rgb: 255,255,255;
  --color_cnUeD_default: rgba(115,116,130,1);
  --color_cnUeD_default_rgb: 115,116,130;
  --color_cnVxp_default: rgba(247,248,250,1);
  --color_cnVxp_default_rgb: 247,248,250;
  --color_cnVxs_default: rgba(235,236,239,1);
  --color_cnVxs_default_rgb: 235,236,239;
  --color_cnVxt_default: rgba(244,245,247,1);
  --color_cnVxt_default_rgb: 244,245,247;
  --color_cnVxu_default: rgba(240,241,244,1);
  --color_cnVxu_default_rgb: 240,241,244;
  --color_cnVxv_default: rgba(152,154,170,1);
  --color_cnVxv_default_rgb: 152,154,170;
  --color_cnVxw_default: rgba(218,221,228,1);
  --color_cnVxw_default_rgb: 218,221,228;
  --color_cnVxx_default: rgba(185, 187, 199, 1);
  --color_cnVxx_default_rgb: 185,187,199;
  --color_cnVxy_default: rgba(84,86,104,1);
  --color_cnVxy_default_rgb: 84,86,104;
  --color_cnVxz_default: rgba(115,116,130,1);
  --color_cnVxz_default_rgb: 115,116,130;
  --color_cnVyA_default: rgba(100, 102, 118, 1);
  --color_cnVyA_default_rgb: 100,102,118;
  --color_cnVyC_default: rgba(64,66,87,1);
  --color_cnVyC_default_rgb: 64,66,87;
  --color_cnVyD_default: rgba(47,48,61,1);
  --color_cnVyD_default_rgb: 47,48,61;
  --color_cnVzJ_default: rgba(255,255,255,1);
  --color_cnVzJ_default_rgb: 255,255,255;
  --color_cnVzK_default: rgba(71,158,73,1);
  --color_cnVzK_default_rgb: 71,158,73;
  --color_bTHKm0_default: #0205D3;
  --color_bTHKm0_default_rgb: 0205;
}
.b-root .cnaKaSaO0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1682969069759x527529310880192830 {
  width: initial;
  min-width: 0px;
  min-height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  margin-right: auto;
  position: fixed;
  margin-bottom: auto;
  margin-top: auto;
  overflow-y: auto;
  z-index: 1503;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .a1682969069759x527529310880192830> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1682969069760x435366169778094140 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 100%;
  width: 0px;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694545519101x906430702365529900 {
  overflow: visible;
  justify-content: flex-start;
  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: 7;
}
.b-root .bubble-element.cnaWaHaG {
  overflow: visible;
  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;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1686665875183x898545726384695700 {
  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: 4;
}
.b-root .bubble-element.a1704215982189x387154181207262340 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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.cnaWaGm {
  padding: 2px 2px 2px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  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.a1694536039648x871771041767221200 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 6;
  min-height: 1px;
  max-height: 1px;
  width: 280px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1694535827077x732382969651821300 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 280px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1723582150890x492690093329366700 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  width: 280px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1702676576147x787595835609980800 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 767px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1712675779685x807126902566294700 {
  width: initial;
  min-width: 0px;
  min-height: 44px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: fixed;
  z-index: 1510;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.a1695664970763x333601139245405250 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 60px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1695664970764x679862834287881200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  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: 8;
}
.b-root .bubble-element.a1695668396849x957972422339300000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 3px 3px 3px 3px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1695664970764x160829845754355780 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1695664970764x160829845754355780 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 4px;
}
.b-root .a1695664970764x160829845754355780 .aspect-ratio {
}
.b-root .bubble-element.a1695664970764x380165600580539900 {
  color: var(--color_primary_contrast_default);
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_primary_contrast_default_rgb), 0.5);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out, color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1695664970764x699208044447960900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 5;
  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.a1695664970764x994268812908625300 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  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: 9;
}
.b-root .bubble-element.a1695735241681x276675441442134850 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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 .bubble-element.a1695734972214x555486509656724540 {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 8px 14px 8px 14px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 36px;
  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 .a1695734972214x555486509656724540 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1695734972214x555486509656724540 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1695735204259x405395786901572100 {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 8px 14px 8px 14px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .a1695735204259x405395786901572100 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1695735204259x405395786901572100 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1696426238277x136150852924451950 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 48px;
  -moz-border-radius: 48px;
  opacity: 0.9;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1696426238277x136150852924451950 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1696426238277x136150852924451950 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1695735412612x141994236685495150 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1695664970764x893495788882273900 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1695664970764x893495788882273900 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1695664970764x893495788882273900 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1710178973327x949810928709758500 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 36px;
  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.a1695665589927x602399042363652200 {
  min-width: 0px;
  max-width: 240px;
  min-height: 280px;
  max-height: 695px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-end;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 16px 16px 16px 16px;
}
.b-root .bubble-element.a1709053260118x953858129398123900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 180px;
  order: 3;
  min-height: 1px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1695669980234x466301127572489540 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_cnVxx_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 12px 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: 4;
}
.b-root .bubble-element.a1695668535532x437734321362384800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: var(--color_cnVxv_default);
  line-height: 1.3;
  padding: 0px 0px 0px 6px;
  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.a1695670870878x164744629923539330 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695736167026x830308582934881900 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695736167256x979012588382721400 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 8px 3px 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695737469807x154677732731711700 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1698180158385x228575385547029600 {
  visibility: hidden;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1;
  padding: 0px 0px 0px 2px;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1698180158385x228575385547029600input {
}
.b-root .a1698180158385x228575385547029600 .icon-item {
}
.b-root .a1698180158385x228575385547029600 label {
}
.b-root .bubble-element.a1696528485391x757635233184023700 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 9;
  min-height: 20px;
  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.a1713895385465x491394094704972400 {
  visibility: hidden;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1;
  padding: 3px 6px 3px 6px;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 206.667px;
  max-width: 206.667px;
  order: 8;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 206.667px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1713895385465x491394094704972400input {
}
.b-root .a1713895385465x491394094704972400 .icon-item {
}
.b-root .a1713895385465x491394094704972400 label {
}
.b-root .bubble-element.a1719593452635x246581919916961000 {
  visibility: hidden;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 6px 3px 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .a1719593452635x246581919916961000 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1719593452635x246581919916961000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.a1695670070448x840891446465858300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_cnVxx_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 0px 12px 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% - 3px);
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695670070448x326226778355566140 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: var(--color_cnVxv_default);
  line-height: 1.3;
  padding: 0px 0px 0px 3px;
  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.a1695670070448x902855637008213200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1695738661859x950350695161000100 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 3px 3px 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695670111573x643737257309504560 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_cnVxx_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 0px 12px 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: 4;
}
.b-root .bubble-element.a1695670111573x797786808630280800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: var(--color_cnVxv_default);
  line-height: 1.3;
  padding: 0px 0px 0px 3px;
  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.a1698451372722x161474655174363330 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  visibility: hidden;
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1695670152904x653299454691831400 {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1;
  padding: 3px 6px 3px 6px;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 206.667px;
  max-width: 206.667px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 206.667px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1695670152904x653299454691831400input {
}
.b-root .a1695670152904x653299454691831400 .icon-item {
}
.b-root .a1695670152904x653299454691831400 label {
}
.b-root .bubble-element.a1695736466328x442969245520543900 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695736668007x130048675097116380 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695736906889x768036935732267400 {
  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: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  padding: 3px 3px 3px 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1695670328153x894784724932420100 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722385611618x328016651819319940 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 3px 6px 3px 6px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  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;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1722385611618x328016651819319940 .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_cnVxy_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722385611618x328016651819319940 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1701290982128x628929938360159400 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1719683298945x174504711394159580 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1695670347302x158288462980276100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  text-align: center;
  line-height: 1.3;
  padding: 3px 6px 3px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cnVxy_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1696356110907x833465095257554200 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1696356110907x833465095257554200 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1696356110907x833465095257554200 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1695738834189x838597992315429600 {
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 232.2px;
  max-width: 540px;
  min-height: 0px;
}
.b-root .a1695738834189x838597992315429600.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.cmmaSaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 240px;
  max-width: 500px;
  order: 1;
  min-height: 0px;
  width: 240px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaWrm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.b-root .bubble-element.cmmaSc {
  overflow: visible;
  justify-content: center;
  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;
}
.b-root .bubble-element.cmmaSn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmaWrq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 460px;
  order: 1;
  min-height: 36px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmaWsaE {
  color: var(--color_cnVxz_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: -20px;
  margin-right: -20px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmmaSr {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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;
}
.b-root .bubble-element.cmaWrn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 46px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmmaSu {
  overflow: visible;
  justify-content: center;
  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;
}
.b-root .bubble-element.cmaWsaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 92px;
  order: 1;
  min-height: 0px;
  width: 92px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 19px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmmaSa {
  overflow: visible;
  justify-content: center;
  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;
}
.b-root .bubble-element.cmaXaDf0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 92px;
  order: 1;
  min-height: 0px;
  width: 92px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmmaSh {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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;
}
.b-root .bubble-element.cmmaSk {
  overflow: visible;
  justify-content: center;
  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;
}
.b-root .bubble-element.cmaWsaC {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmmaSx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  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;
}
.b-root .bubble-element.cmaWrp {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 180px;
  max-width: 300px;
  order: 1;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .cmaWrp .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaWrp .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaOaIc0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  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: 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: 25;
}
.b-root .bubble-element.a1696353414531x151058549936609060 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 660px;
  min-height: 0px;
}
.b-root .a1696353414531x151058549936609060.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.a1707331285222x948184390945097700 {
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 24px 36px 24px 36px;
  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: 320px;
  max-width: 320px;
  min-height: 0px;
}
.b-root .a1707331285222x948184390945097700.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.a1707331288293x506276137199243900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 61px;
  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.a1707331328933x232977477604176860 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 600;
  color: var(--color_destructive_default);
  line-height: 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: 3;
}
.b-root .bubble-element.a1707331378876x852555314827308700 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1707331378876x852555314827308700 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1707331378876x852555314827308700 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722457813259x458264211902631700 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 24px 24px 24px 24px;
  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;
  max-width: 50%;
  min-height: 296px;
}
.b-root .a1722457813259x458264211902631700.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.a1722457813259x369361809476334660 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 72px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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.a1722457813259x945402364688852000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722457813259x277347118583203940 {
  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;
  padding: 0px 24px 0px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  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.a1722457813259x201115371874294180 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1722457813259x586162195750087800 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 12px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722457813259x807948162617488900 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cnVyD_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 45px;
  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 .a1722457813259x807948162617488900 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722457813259x807948162617488900 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722457813259x248559999968204450 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 45px;
  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 .a1722457813259x248559999968204450 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722457813259x248559999968204450 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722457813259x145456651358109920 {
  color: var(--color_cnVxz_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 18px;
  margin-left: 0px;
  margin-top: -12px;
  margin-right: -12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmohn0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 520px;
  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: 11;
}
.b-root .bubble-element.a1744300614953x901760750384273900 {
  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;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmdaWp0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  z-index: 9;
}
.b-root .bubble-element.cmkkw {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 3;
  min-height: 37px;
  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;
}
.b-root .bubble-element.a1715263985515x757264285440257400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  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.cmdaWq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 30px;
  font-weight: 600;
  color: var(--color_cnVyD_default);
  text-align: center;
  line-height: 1;
  padding: 0px 0px 5px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 2;
}
.b-root .bubble-element.cmdaWv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1740605779631x440865712401067500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.a1740605276109x883658379007228900 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  word-spacing: 1px;
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1740605276109x883658379007228900input {
}
.b-root .a1740605276109x883658379007228900 .icon-item {
}
.b-root .a1740605276109x883658379007228900 label {
}
.b-root .bubble-element.a1741277037995x956475016526940900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_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: 9;
}
.b-root .bubble-element.cmklaF {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 23;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1710942965331x197099305112176320 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1710942965332x512893468221175000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.a1710942965332x228782687712771870 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1710942965332x228782687712771870 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1710942965332x228782687712771870 .aspect-ratio {
}
.b-root .bubble-element.a1713979258172x372291323207544640 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1713979258172x911775635335787500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.a1713979258172x501362447553560300 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1713979258172x501362447553560300 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1713979258172x501362447553560300 .aspect-ratio {
}
.b-root .bubble-element.cnaOaAaZ {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaAb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaOaAc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaAc img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaAc .aspect-ratio {
}
.b-root .bubble-element.cnaOaAe {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaAg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaOaAh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaAh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaAh .aspect-ratio {
}
.b-root .bubble-element.cnaNzaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 24;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1700601056819x682023309383430500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 3;
  min-height: 45px;
  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: 14;
}
.b-root .bubble-element.a1700601848919x481209546652194200 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmxaYaA1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  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;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaNzaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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;
}
.b-root .bubble-element.cmdaWt0 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 19;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmdaWt0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmdaWt0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaNzf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 22;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaNzi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_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;
}
.b-root .bubble-element.cnaNzm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 0px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaNzm .aspect-ratio {
}
.b-root .bubble-element.cnaNzp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 0px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaNzp .aspect-ratio {
}
.b-root .bubble-element.cnaOaAaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmdaWs0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNzy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnaOaAaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmdaWr0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNzv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaThaS1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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;
}
.b-root .bubble-element.cnaThaD1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaThaF1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaThaG1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaThaI1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaThaK1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaThaL1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaYaD1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.b-root .bubble-element.cmxaYaF1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmxaYaH1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.cnaOaBaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmxaYaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 125px;
  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: 7;
}
.b-root .bubble-element.cmxaYaP1 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmxaYaP1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaYaP1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaOaCaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmxaYaR1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 0;
}
.b-root .bubble-element.a1715351202934x544739486020122430 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmxaYaT1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  text-align: center;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaOaBaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaYaG1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaOaAw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnaOaBaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1713894105036x439033538393119000 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1713894105036x527041239429366660 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.a1713894105036x578035440706703600 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1713894105036x578035440706703600 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1713894105036x578035440706703600 .aspect-ratio {
}
.b-root .bubble-element.a1713979047079x158601705759754400 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1713979047079x625091933889176000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.a1713979047079x897094249601179800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1713979047079x897094249601179800 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1713979047079x897094249601179800 .aspect-ratio {
}
.b-root .bubble-element.cnaOaBaW {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaBaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaOaBaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaBaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaBaY .aspect-ratio {
}
.b-root .bubble-element.cnaOaBaZ {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaBa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(71, 71, 71, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaOaBb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaBb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaBb .aspect-ratio {
}
.b-root .bubble-element.cnaOaAq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 0px 12px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaAs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_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;
}
.b-root .bubble-element.cnaOaAt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 0px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaAt .aspect-ratio {
}
.b-root .bubble-element.cnaOaAu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 0px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaAu .aspect-ratio {
}
.b-root .bubble-element.cmxaYaO1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaYaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  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: 2;
  min-height: 0px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaCb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaBe {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaBg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_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;
}
.b-root .bubble-element.cmxaYaW1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 12px 18px 12px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOaBo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  padding: 12px 18px 12px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 15px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cmdaWk0 {
  color: var(--color_cnVxz_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 0px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 36px;
  max-width: 36px;
  order: 5;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 36px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaTiaO0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 48px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.b-root .bubble-element.a1685466829835x985344376307785600 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  column-gap: 15px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1685466829835x728891798141799700 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 45px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1685466829835x728891798141799700 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1685466829835x728891798141799700 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1685466829835x623840288390631600 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1685466829835x623840288390631600 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1685466829835x623840288390631600 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1685466829835x315712912841120000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1685466829835x315712912841120000 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1685466829835x315712912841120000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaTlaP0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  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;
}
.b-root .bubble-element.cnaTkz0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaTkz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaTkz0 .aspect-ratio {
}
.b-root .bubble-element.cnaTiaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  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: 2;
}
.b-root .bubble-element.cnaTlaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaTmaJ0 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  column-gap: 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaTlaX0 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 45px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaTlaX0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaTlaX0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaTmaA0 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 2;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaTmaA0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaTmaA0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaTmaG0 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaTmaG0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaTmaG0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmvjaH {
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 200px;
  max-width: 480px;
  min-height: 0px;
}
.b-root .cmvjaH> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 20px;
}
.b-root .cmvjaH.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.a1700604678419x606511488273647700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 4;
  min-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmvjaJ {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 85px;
  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;
}
.b-root .cmvjaJ> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmvjaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.cmvjaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 85px;
  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.cmvjaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.cmvjaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 54px;
  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.cmvjaO {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 85px;
  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;
}
.b-root .cmvjaO> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmvjaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.cmwjv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 85px;
  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;
}
.b-root .bubble-element.cmwjx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.cnaTqaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 85px;
  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;
}
.b-root .bubble-element.cnaTqaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.cmxaYj1 {
  justify-content: flex-start;
  row-gap: 18px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 420px;
  min-height: 0px;
}
.b-root .cmxaYj1.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.cnaOaCw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmxaYl1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  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.cnaOaCt {
  color: var(--color_cnVxz_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cnaOaCj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cnaOaCm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmxaYm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxaYn1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmxaYo1 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .cmxaYo1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaYo1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1710176728444x510620378341642300 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 24px 12px 24px 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: 280px;
  max-width: 337px;
  min-height: 320px;
}
.b-root .a1710176728444x510620378341642300.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.a1709053620766x342354952129323900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: max-width 200ms ease;
  -moz-transition: max-width 200ms ease;
  -o-transition: max-width 200ms ease;
  -ms-transition: max-width 200ms ease;
  transition: max-width 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 337px;
  order: 1;
  min-height: 331px;
  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.a1709077388023x369905998590924100 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  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: 8;
}
.b-root .a1709077388023x369905998590924100> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 12px;
}
.b-root .bubble-element.a1709077366012x409523452368918850 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_cnVyD_default);
  line-height: 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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1709053666064x167404438553980130 {
  gap: 10px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: 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 .a1709053666064x167404438553980130> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1709053666064x209691857307877000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cnVyC_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 45px;
  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 .a1709053666064x209691857307877000 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1709053666064x209691857307877000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1709065216547x377873289266452030 {
  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: 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.a1709065281430x572925403136072000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  align-self: flex-start;
  min-width: 150px;
  order: 2;
  min-height: 41px;
  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 .a1709065281430x572925403136072000 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1709065281430x572925403136072000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1709065227257x690293989223732400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_cnVyD_default);
  line-height: 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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1709065191449x516811113288695400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1709065191449x516811113288695400 .aspect-ratio {
}
.b-root .bubble-element.a1709064565544x742040586952992000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 337px;
  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: 5;
}
.b-root .bubble-element.a1709064549626x877021356953137800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_default);
  line-height: 1;
  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.a1709064535935x230874374410959800 {
  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: 4;
}
.b-root .bubble-element.a1709064692135x639357999148206000 {
  overflow: visible;
  justify-content: space-between;
  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: 5;
}
.b-root .bubble-element.a1709064685628x514256785933449500 {
  color: var(--color_cnVyC_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  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: 4;
}
.b-root .bubble-element.a1709064310679x298645177516750660 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_default);
  line-height: 1;
  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: 3;
}
.b-root .bubble-element.a1709064411485x811258938942728400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 600;
  color: var(--color_cnVyD_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1713968051341x698096360841109500 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  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: 320px;
  max-width: 320px;
  min-height: 0px;
}
.b-root .a1713968051341x698096360841109500.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.a1713976216884x833747073624311900 {
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 600px;
  min-height: 0px;
}
.b-root .a1713976216884x833747073624311900.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.a1713975125239x155485786010279840 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 500px;
  min-height: 0px;
}
.b-root .a1713975125239x155485786010279840.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 2002;
}
.b-root .bubble-element.a1713975185869x967926010993449300 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 480px;
  min-height: 0px;
}
.b-root .a1713975185869x967926010993449300.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.a1713975125239x870222459755010100 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 480px;
  min-height: 0px;
}
.b-root .a1713975125239x870222459755010100.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(250,250,250,1);
  z-index: 2002;
}
.b-root .bubble-element.a1713975125239x108066812915269540 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 40px;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 4;
}
.b-root .bubble-element.a1713975125239x609128215855730000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.a1713975125239x377124368125106000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 440px;
  order: 9;
  min-height: 35px;
  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 .a1713975125239x377124368125106000 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1713975125239x377124368125106000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1713975125239x212477184957293730 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 440px;
  order: 10;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .a1713975125239x212477184957293730 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1713975125239x212477184957293730 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1713975125239x829504550765002500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  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: 10px;
  z-index: 9;
}
.b-root .bubble-element.a1713975125239x213322613258942080 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 10;
}
.b-root .bubble-element.a1713975125239x487844743688540700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  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: 15px;
  z-index: 10;
}
.b-root .bubble-element.a1722025972725x698989123805997000 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 0px;
  height: auto;
  max-height: 0px;
  max-height: min(0px, calc(100% - 0px));
  margin-right: auto;
  position: fixed;
  margin-bottom: auto;
  margin-top: auto;
  overflow-y: auto;
  z-index: 1512;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_cnVxw_default);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
}
.b-root .a1722025972725x698989123805997000> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1722024192071x440168272722472960 {
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 200px;
  max-width: 480px;
  min-height: 0px;
}
.b-root .a1722024192071x440168272722472960.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.a1722024192071x873645774275543300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 85px;
  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;
}
.b-root .bubble-element.a1722024192071x579419640528486100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.a1722024192071x833770944972921000 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 85px;
  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;
}
.b-root .bubble-element.a1722024192071x524771664032559040 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.a1722024192071x645068998460323700 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 85px;
  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;
}
.b-root .bubble-element.a1722024192071x447177209452031200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.a1722024192071x977452537691012100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 85px;
  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;
}
.b-root .bubble-element.a1722024192071x553498628524173630 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.a1722024192071x151978649840053950 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 85px;
  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;
}
.b-root .bubble-element.a1722024192071x304245579393585400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.a1722024192071x292766706075644300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 54px;
  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.a1722024192071x559770647605383000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192071x216023200633190140 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 85px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192071x812366660668800900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.a1722024192071x825229307622629400 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 85px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192071x556182810491989250 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 13px;
  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.a1722024192071x255604795383091780 {
  overflow: hidden auto;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 260px;
  order: 6;
  min-height: 100%;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1722024192071x255604795383091780> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1722024192071x191008889639546100 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1722024192068x961557122355376800 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 13;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1722024192068x961557122355376800> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722024192064x969890883055878500 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 280px;
  order: 3;
  min-height: 41px;
  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.a1722024192064x409786205669836900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-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: 5;
}
.b-root .bubble-element.a1722024192064x889034205688501900 {
  color: rgba(132, 132, 154, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192064x586133255384204300 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 34px;
  max-height: 34px;
  width: 0px;
  flex-grow: 1;
  height: 34px;
  margin-left: 10px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192064x158178015563027900 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.33;
  align-self: center;
  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;
}
.b-root .a1722024192064x158178015563027900 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722024192064x158178015563027900 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722024192064x591885091319750400 {
  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: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  line-height: 1.2;
  padding: 12px 0px 12px 12px;
  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: -22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192065x157802547640810460 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 0px;
  margin-right: -16px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1722024192065x159867118602319070 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1722024192065x480143246419352260 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  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: 6;
}
.b-root .bubble-element.a1722024192065x787648631094000500 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 0px 4px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  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.a1722024192066x784330067924192300 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 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: 3;
}
.b-root .a1722024192066x784330067924192300> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722024192066x263088257145325250 {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 0px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 42px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1722024192066x263088257145325250> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
}
.b-root .bubble-element.a1722024192066x583373918561175900 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  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.a1722024192066x626546914884254500 {
  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: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  line-height: 1.2;
  padding: 12px 0px 12px 22px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 100%;
  max-height: 100%;
  width: 0px;
  flex-grow: 1;
  height: 100%;
  margin-left: -22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192066x480940139933188740 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.33;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  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;
}
.b-root .a1722024192066x480940139933188740 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722024192066x480940139933188740 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722024192066x786420115344739200 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 34px;
  max-height: 34px;
  width: 0px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192066x182579352029141000 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1722024192066x267394738091479840 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  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.a1722024192066x871853078714653200 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  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: 6;
}
.b-root .bubble-element.a1722024192067x828879512590043000 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192067x659180002171872500 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1722024192067x659180002171872500> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722024192067x509912370923902660 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  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: #6B6B6B;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 0px 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1722024192067x440993589664636200 {
  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: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  line-height: 1.2;
  padding: 10px 0px 10px 22px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: -22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192067x333392817156288600 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.33;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  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;
}
.b-root .a1722024192067x333392817156288600 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722024192067x333392817156288600 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722024192067x461180426422729300 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 34px;
  max-height: 34px;
  width: 0px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192067x432235263378119500 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  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.a1722024192067x431215529818548030 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  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.a1722024192067x535745208101197760 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  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: 6;
}
.b-root .bubble-element.a1722024192067x156214923014864830 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 10px;
  flex-grow: 1;
  height: 1px;
  margin-left: -24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .a1722024192067x156214923014864830 .aspect-ratio {
}
.b-root .bubble-element.a1722024192067x746727832569290400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192068x513720018548637900 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 5;
  min-height: 0px;
  max-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192068x832927751918083100 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 8;
}
.b-root .bubble-element.a1722024192068x895039706136754000 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 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: 12px;
  z-index: 3;
}
.b-root .a1722024192068x895039706136754000> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722024192068x966681096418846000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 0px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1722024192068x721728802325207700 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  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.a1722024192068x388940484063113840 {
  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: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  line-height: 1.2;
  padding: 10px 0px 10px 22px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: -22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192068x970543967546332800 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.33;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  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;
}
.b-root .a1722024192068x970543967546332800 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722024192068x970543967546332800 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722024192068x328875751771211500 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 34px;
  max-height: 34px;
  width: 0px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192068x730496679955512200 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1722024192068x576701656348438400 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  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.a1722024192068x667454661097903700 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  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: 6;
}
.b-root .bubble-element.a1722024192068x594093636337551100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192070x567337004359893100 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 14;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .a1722024192070x567337004359893100> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1722024192070x625403701896282600 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1722024192070x625403701896282600> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722024192070x681808069196293500 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 280px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1722024192070x123414524380809360 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 5;
}
.b-root .bubble-element.a1722024192070x758631163813557200 {
  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: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  line-height: 1.2;
  padding: 12px 0px 12px 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: -40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192070x167594946551241630 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.33;
  align-self: center;
  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;
}
.b-root .a1722024192070x167594946551241630 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722024192070x167594946551241630 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722024192070x374133871217166000 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 12;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1722024192070x353214126850227560 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 34px;
  max-height: 34px;
  width: 0px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192070x141873532258782960 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 7;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .a1722024192070x141873532258782960 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 3px;
}
.b-root .a1722024192070x141873532258782960 .aspect-ratio {
}
.b-root .bubble-element.a1722024192070x678299010262149100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 6;
  min-height: 0px;
  max-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192070x741103792702100900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1722024192070x493053725988315000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  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.a1722024192070x193249219549390240 {
  color: var(--color_cnVxy_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722024192068x110529356849945020 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 17;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .a1722024192068x110529356849945020> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1722024192069x102476947170812020 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: 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: 0px;
  z-index: 1;
}
.b-root .a1722024192069x102476947170812020> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722024192069x750786873635389000 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 280px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1722024192069x430214488956325060 {
  overflow: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 5;
}
.b-root .a1722024192069x430214488956325060> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
}
.b-root .bubble-element.a1722024192069x999418415959875300 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 7;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192069x724192161403233200 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 100%;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .a1722024192069x724192161403233200> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1722963484611x431742251300578400 {
  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: 14px;
  font-weight: 600;
  color: rgba(115,116,130,1);
  line-height: 1.2;
  padding: 12px 0px 12px 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 3;
  min-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: calc(100% - -40px);
  margin-left: -40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192069x858817002845220900 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  padding: 0px 0px 0px 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: -32px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192069x482823601346894100 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: 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: 3;
}
.b-root .a1722024192069x482823601346894100> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722024192069x300777664754934700 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  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: #6B6B6B;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 0px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1722024192069x808036443659050800 {
  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: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  line-height: 1.2;
  padding: 10px 0px 10px 22px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: -22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192069x976032910857057200 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.33;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  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;
}
.b-root .a1722024192069x976032910857057200 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722024192069x976032910857057200 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722024192069x180132639177859700 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 34px;
  max-height: 34px;
  width: 0px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192069x940038103330802000 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  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.a1722024192069x415623153031123400 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  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.a1722024192069x940354039185582200 {
  color: var(--color_cnVyD_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 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: 6;
}
.b-root .bubble-element.a1722024192070x761209409690524800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 10px;
  flex-grow: 1;
  height: 1px;
  margin-left: -24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .a1722024192070x761209409690524800 .aspect-ratio {
}
.b-root .bubble-element.a1722024192070x817814813566220000 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1722024192070x719546159596502900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1722024192070x394136792773565950 {
  color: var(--color_cnVyD_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  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: 3;
}
.b-root .bubble-element.a1722024192070x305151650121943100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVyD_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: 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.a1722135277303x470716484021985100 {
  overflow: visible;
  justify-content: center;
  row-gap: 6px;
  column-gap: 6px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1722135277305x799408602249335700 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  visibility: hidden;
  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: 8;
}
.b-root .bubble-element.a1722135277305x880031638689386900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVyC_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.a1722024192070x796503269351761000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cnVxy_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out, background 200ms ease-in-out;
  transition: color 200ms ease-in-out, background 200ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1722024192070x796503269351761000 .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_cnVxy_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722024192070x796503269351761000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722135278039x777922568366957300 {
  overflow: visible;
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 22;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1722135278040x722039489450708200 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1722135278040x722039489450708200 .icon-item {
  width: 36px;
  height: 36px;
  color: var(--color_cnVyA_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722135278040x722039489450708200 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722024192071x370856839207268860 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1722024192071x390092136342302000 {
  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;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.a1722024192071x163262205719840060 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 17;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722024192071x162370855313903600 {
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 232.2px;
  max-width: 540px;
  min-height: 0px;
}
.b-root .a1722024192071x162370855313903600.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.a1732722421814x606556923765162500 {
  width: max-content;
  min-width: 50px;
  min-height: 50px;
  left: unset;
  right: 50px;
  top: 50px;
  bottom: unset;
  max-width: calc(calc(1 * calc(100% + 0px)) - 50px);
  height: auto;
  max-height: calc(100% - 50px);
  position: fixed;
  z-index: 1514;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
}
.b-root .bubble-element.a1732722448993x564229425000637440 {
  overflow: visible;
  justify-content: center;
  border-radius: 48px;
  -moz-border-radius: 48px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1693313040972x322887496023160450 {
  justify-content: flex-start;
  row-gap: 18px;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 36px 35px 36px 35px;
  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: 320px;
  max-width: 760px;
  min-height: 320px;
}
.b-root .a1693313040972x322887496023160450.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.a1693313040974x380834844996760450 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1693313040974x723043398844752000 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 0px;
  width: 180px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1693313040974x723043398844752000> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 6px;
}
.b-root .bubble-element.a1693313040974x550365073020558000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVyD_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1693313040974x330775067821952800 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 42px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1693313040974x330775067821952800> .group-item {
  min-height: 42px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1693313040974x621948054222720700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.3;
  padding: 12px 12px 12px 12px;
  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: rgba(var(--color_surface_default_rgb), 0);
  border-bottom-left-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  width: 100%;
  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.a1693313040974x934574127192329900 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 240px;
  order: 2;
  min-height: 50px;
  width: 240px;
  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.a1693313040974x806478479627929900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  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: 9;
}
.b-root .bubble-element.a1693313040974x257544501313070400 {
  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: 8;
}
.b-root .bubble-element.a1693313040974x396418002174014900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 500;
  color: var(--color_cnVyD_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 26px;
  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.a1693313040974x741484279792222700 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  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: 7;
}
.b-root .bubble-element.a1693313040974x796743450692060900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.a1693313040974x529519486482025400 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVyD_default);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1693313040974x696965643964427100 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  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: 6;
}
.b-root .bubble-element.a1693313040974x125545750257736400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.a1693313040974x286418424877301630 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 18px;
  visibility: hidden;
  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: 10;
}
.b-root .bubble-element.a1693313040974x821066507128151900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  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: 4;
}
.b-root .bubble-element.a1693313040974x397773742079036160 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 27px;
  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.a1693313040974x143055507669537460 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  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: 3;
}
.b-root .bubble-element.a1693314215609x241261361399307550 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 50px;
  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: 5;
}
.b-root .a1693314215609x241261361399307550> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 6px;
}
.b-root .bubble-element.a1693314215609x612791607246379600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1693314215609x327098128529248450 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 20px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  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: 3;
}
.b-root .a1693314215609x327098128529248450> .group-item {
  min-height: 20px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1693314215609x160253274438948450 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  padding: 0px 0px 8px 0px;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 2;
}
.b-root .a1693314215609x160253274438948450input {
}
.b-root .a1693314215609x160253274438948450 .icon-item {
}
.b-root .a1693314215609x160253274438948450 label {
}
.b-root .bubble-element.a1693317431253x751488550837135000 {
  color: var(--color_cnUeD_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1693313040974x889972463419765600 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 50px;
  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.a1693313040974x448190582991079300 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 25px;
  margin-left: 0px;
  margin-top: -20px;
  margin-right: -20px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1693313040974x448190582991079300 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_cnVyC_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1693313040974x448190582991079300 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1693313040974x721304424620803400 {
  overflow: visible;
  justify-content: flex-start;
  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: 6;
}
.b-root .bubble-element.a1693313040974x751230076237498400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 30px;
  font-weight: 700;
  color: var(--color_cnVyD_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 2;
}
.b-root .bubble-element.a1693313040974x336709680074444900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1693313040974x123055999114203500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .a1693313040974x123055999114203500 .aspect-ratio {
}
.b-root .bubble-element.a1693313040974x572068912794275100 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 150px;
  max-width: 150px;
  order: 9;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1693313040974x572068912794275100 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1693313040974x572068912794275100 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1693313561320x422344299849682240 {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cnaKaWw0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1698342160789x191193967348476380 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 200px;
  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 .a1698342160789x191193967348476380> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1697037834637x582854734751681900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 72px 24px 72px 24px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 100%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1697037834637x194243166183197150 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 1080px;
  order: 7;
  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;
}
.b-root .a1697037834637x194243166183197150> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.a1697037834637x949284224494205400 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 18px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1697037834637x279098804630700800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 32px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  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.a1697037834637x806501948050932400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1697037834637x436898380957832400 {
  column-gap: 24px;
  row-gap: 24px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 100px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1697037834637x436898380957832400> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.a1697037834637x241766516558521440 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 142px;
  max-width: 600px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  width: 142px;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1697037834637x509381921097751300 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1697037834637x763332225855372500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 360px;
  max-height: 360px;
  height: 360px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1697037834637x763332225855372500 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1697037834637x763332225855372500 .aspect-ratio {
}
.b-root .bubble-element.a1697037834637x794262604198805200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 80px;
  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;
}
.b-root .bubble-element.a1697037834637x581797879924874900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 7;
  min-height: 20px;
  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;
}
.b-root .bubble-element.a1697037834637x122679859755653100 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: not-allowed;
  pointer-events: none;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  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;
}
.b-root .bubble-element.a1697133124633x363691854636165800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.8;
  align-self: flex-start;
  min-width: 200px;
  order: 8;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1697639786927x844971679195036200 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: 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 .a1697639786927x844971679195036200> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1697037834637x193022400384496700 {
  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: 3;
}
.b-root .bubble-element.cnaKaVaA0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 9;
  min-height: 800px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaVaA0> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.cnaKaVaB0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 60px 96px 60px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  width: 200px;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaC0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 660px;
  order: 5;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1681833694689x271358483706362940 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cnaKaVaE0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 420px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.a1695067412599x550634515794830900 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 150px;
  max-width: 300px;
  order: 2;
  min-height: 52px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaF0 {
  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: 16px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  padding: 16px 24px 16px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 150px;
  max-width: 300px;
  order: 3;
  min-height: 52px;
  max-height: 52px;
  width: 150px;
  flex-grow: 1;
  height: 52px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaG0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 192px;
  max-width: 300px;
  order: 1;
  min-height: 52px;
  width: 192px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaH0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cnaKaVaI0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaVaI0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaVaI0 .aspect-ratio {
}
.b-root .bubble-element.cnaKaVaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1700516721652x781729891636225700 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 17;
  min-height: 528px;
  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;
}
.b-root .bubble-element.a1700516721654x788346638864421800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 2;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1700516721654x788346638864421800> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.a1706897256966x603031016695781500 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  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;
}
.b-root .bubble-element.a1700516721654x723972343063936600 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: stretch;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  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;
}
.b-root .a1700516721654x723972343063936600> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.a1700516721654x343763874204846100 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 100px;
  max-height: 380px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1700516721654x143661591024010430 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 36px);
  margin-left: 18px;
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 18px;
}
.b-root .bubble-element.a1706808562884x515899061616089200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  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: 9;
}
.b-root .bubble-element.a1706802267912x240911868484394940 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--color_surface_default_rgb), 0);
  line-height: 1;
  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: 8;
}
.b-root .bubble-element.a1700516721654x841238101763724700 {
  border-radius: 200px;
  -moz-border-radius: 200px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.b-root .a1700516721654x841238101763724700 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 200px;
}
.b-root .a1700516721654x841238101763724700 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1700516721654x488515085808630660 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  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: 8;
  min-height: 0px;
  max-height: 50px;
  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;
}
.b-root .bubble-element.a1700516721654x927493009316620000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 25px;
  max-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;
}
.b-root .bubble-element.a1700516721654x639520073208842200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 25px;
  max-height: 50px;
  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;
}
.b-root .bubble-element.a1700516721654x107331063859818380 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1700516721654x428154283991037900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.a1700516721654x515479275246463900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.a1700516721654x649172772172622300 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmdgl0 {
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 640px;
  min-height: 0px;
}
.b-root .cmdgl0.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.cmaZaJaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px 30px 30px 30px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 660px;
  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: 120;
}
.b-root .bubble-element.cmqxaJ0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 36px;
  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;
}
.b-root .bubble-element.cmaZaKaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmraRaB4 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  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;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .cmraRaB4 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmraRaB4 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmkaWaX2 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmttaH {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  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;
}
.b-root .bubble-element.cmkaWq2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 14;
  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;
}
.b-root .bubble-element.cnaFaZo4 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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;
}
.b-root .bubble-element.cmkaWs2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaFaZl4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cnVxz_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  order: 2;
  min-height: 23px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuka {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 65px;
  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;
}
.b-root .bubble-element.cmukc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.cmukd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaYaE {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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.cmukf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmukh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  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.cmuki {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmuux {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmuuz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmkaWaP2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 5;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmvaDy0 {
  overflow: visible;
  justify-content: space-between;
  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;
}
.b-root .bubble-element.cmraRaI4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmvaDv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cnVxz_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  order: 2;
  min-height: 23px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaVj2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 65px;
  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;
}
.b-root .bubble-element.cmkaVk2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  order: 1;
  min-height: 65px;
  width: 130px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmkaVl2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmkaVm2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaVn2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  order: 2;
  min-height: 65px;
  width: 130px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaVo2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmkaVp2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaFaaQ4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmttaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 40px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmttaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmttaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmtqk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmtqm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmukaT {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cnaEaGk3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 31px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaEaGn3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 15px;
  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: 118;
}
.b-root .bubble-element.cnaFaaV4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmujaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmujaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmujaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmujaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cnaFaa4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmkaWb2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWc2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaNaYaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  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.cnaFaf4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmujaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 40px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmujaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmujh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 2;
  min-height: 40px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmujj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  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.cnaNaYr0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 298px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaNaYaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaNaYf0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmujc {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  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;
}
.b-root .bubble-element.cmuje {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cnaTaZi1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  order: 12;
  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;
}
.b-root .bubble-element.cnaTaZk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  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.cmukaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  line-height: 1.3;
  padding: 12px 24px 12px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200%;
  max-width: 200%;
  order: 1;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaMiaU0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 31px;
  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;
}
.b-root .bubble-element.cnaMif0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  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: 121;
}
.b-root .bubble-element.cnaMiaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(154, 154, 154, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 20px;
  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: 118;
}
.b-root .bubble-element.cnaNaYaK0 {
  overflow: visible;
  justify-content: flex-start;
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmukaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmtraP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmkaWaY2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cnaFaZd4 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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;
}
.b-root .bubble-element.cmkaWa2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaFaZa4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaFaZy4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmujm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWf2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWy2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaXaB2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaFaaF4 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmkaWk2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWl2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWm2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWn2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWo2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaWp2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 300px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaFaZaP4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaFaZaR4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmttaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.cmttaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.cnaFbaP4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaXaM2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 94px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkaXaP2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaClaM0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaClaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaZaJz {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(236,236,236,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 120;
}
.b-root .bubble-element.cmaZaKaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 2;
  min-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 118;
}
.b-root .bubble-element.cnaNaYaP0 {
  color: var(--color_text_default);
  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: 119;
}
.b-root .bubble-element.cnaClaD0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaClaH0 {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1706646381089x251128552179941570 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 16;
  min-height: 620px;
  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;
}
.b-root .bubble-element.a1706646381092x626318797473026800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1706646381092x626318797473026800> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.a1706646381091x416603173485857540 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  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;
}
.b-root .bubble-element.a1706646381091x810039682252762600 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 6;
  min-height: 100px;
  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;
}
.b-root .a1706646381091x810039682252762600> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.a1706646381091x788682452911753600 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 100px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1706646381091x767393798935227500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 370px;
  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;
}
.b-root .bubble-element.a1706646381091x527149026936567740 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 50px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.a1706646381092x138581679193302340 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1706646381092x138581679193302340 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1706646381092x138581679193302340 .aspect-ratio {
}
.b-root .bubble-element.a1706646381092x178415004232889150 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 25px;
  max-height: 90px;
  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;
}
.b-root .bubble-element.a1706646381092x318673881683702040 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  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: 50px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.a1706646381091x237372647117964030 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1707343499253x993443433722334100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.a1706646381091x912817556535953800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.a1706646381092x283143571565055650 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1722216956572x851186303051248100 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 36px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 36px 0px 36px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 254px;
  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.a1720544428702x719592792078292500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 920px;
  order: 3;
  min-height: 60px;
  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.a1720539793591x294971635929422500 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 750px;
  order: 13;
  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 .a1720539793591x294971635929422500> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 6px;
}
.b-root .bubble-element.a1717185906278x839613307162304900 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1717185958347x775649562054993400 {
  gap: 6px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1717185958347x775649562054993400> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1717185958348x146991457289895800 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.04);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1717185958348x146991457289895800> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1717185958348x353338333491734140 {
  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: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 10;
}
.b-root .bubble-element.a1717185958348x527032478238979260 {
  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.a1717185958348x533233336922829300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 1;
  min-height: 22px;
  width: 0%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1717185958348x670429364276112100 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  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: 2;
}
.b-root .bubble-element.a1717185958348x711086280669919900 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 2;
}
.b-root .bubble-element.a1717185958348x848558279022775700 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 4;
  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: 2;
}
.b-root .bubble-element.a1717185958348x825696079210015000 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 5;
  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: 2;
}
.b-root .bubble-element.a1717185958348x788040371565858800 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 6;
  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: 2;
}
.b-root .bubble-element.a1717185958348x153322459366811400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 18px;
  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;
}
.b-root .bubble-element.a1717185958348x780572976771208800 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1717185958348x358287182539004800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 64px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1717185958348x358287182539004800 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1717185958348x358287182539004800 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1717185958348x768280547471153800 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 4;
  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;
}
.b-root .bubble-element.a1717190995601x964731162878729600 {
  min-width: 120px;
  max-width: 540px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px 8px 0px 0px;
}
.b-root .bubble-element.a1717190995602x692113137272270600 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 0px;
  max-height: 260px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1717190995602x692113137272270600> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1717190995602x440336128940843840 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 103px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1717190995602x500168354070222850 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 50px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1717190995602x576906727165851300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  color: var(--color_cnVxv_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;
  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.a1717190995602x194894806655682140 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  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.a1717429919042x151353068102996200 {
  min-width: 120px;
  max-width: 540px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px 8px 0px 0px;
}
.b-root .bubble-element.a1717429919043x368709379638130000 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 0px;
  max-height: 260px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1717429919043x368709379638130000> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1717429919043x579585880629646600 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 103px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1717429919043x577840250831648300 {
  overflow: visible;
  justify-content: center;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 50px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1717429919043x733506614583684400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  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.a1717430661885x772476589127105000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  color: var(--color_cnVxv_default);
  line-height: 1.4;
  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: 2;
}
.b-root .bubble-element.a1717430477665x373985516725615170 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 65px;
  max-width: 65px;
  order: 2;
  width: 65px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .a1717430477665x373985516725615170 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1717430477665x373985516725615170 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnaRdp1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaRdq1 {
  gap: 6px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaRdq1> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnaRdr1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.04);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaRdr1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cnaRdv1 {
  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: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 10;
}
.b-root .bubble-element.a1697411421353x637077772656538900 {
  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.cnaRdw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0%;
  order: 1;
  min-height: 22px;
  width: 0%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1697411430006x313966123646872500 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  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: 2;
}
.b-root .bubble-element.a1697421106061x539681992388918900 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 2;
}
.b-root .bubble-element.a1697421126625x442456858230313660 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 4;
  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: 2;
}
.b-root .bubble-element.a1697421146592x543914815612012160 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 5;
  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: 2;
}
.b-root .bubble-element.a1697421168658x343147999028254850 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 10px;
  order: 6;
  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: 2;
}
.b-root .bubble-element.cnaRdx1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 18px;
  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;
}
.b-root .bubble-element.cnaRds1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaRdt1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 64px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaRdt1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaRdt1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnaRdu1 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 4;
  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;
}
.b-root .bubble-element.cnaRdy1 {
  min-width: 120px;
  max-width: 750px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px 8px 0px 0px;
}
.b-root .bubble-element.cnaRdz1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 0px;
  max-height: 260px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaRdz1> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1708051130158x625233167554864100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 103px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1708051130158x821640933292837900 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 50px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1708051130158x350464260877528400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  color: var(--color_cnVxv_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;
  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.a1708051130158x584898962793404300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  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: 2;
}
.b-root .bubble-element.a1708051130158x131112328532277500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  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.a1708051130158x506655360395737100 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 102px;
  max-width: 102px;
  order: 1;
  width: 102px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1708051130158x506655360395737100 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1708051130158x506655360395737100 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnaReaG1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 2px 0px 2px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 42px;
  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;
}
.b-root .bubble-element.a1717185694490x865086397549061000 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 30px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 42px;
  max-height: 42px;
  width: 100%;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1717429930671x900424739896316500 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 30px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 42px;
  max-height: 42px;
  width: 100%;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1720543788171x454683390029815040 {
  color: var(--color_cnVxz_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1720543892956x341936930754183300 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1720543892956x341936930754183300 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1720543892956x341936930754183300 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaReaH1 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 30px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 42px;
  max-height: 42px;
  width: 100%;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1720546287752x567317609227434100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 90px;
  -moz-border-radius: 90px;
  opacity: 1;
  align-self: flex-end;
  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.a1720546271996x979699271145275400 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 47.9883px;
  max-width: 47.9883px;
  order: 2;
  min-height: 47.9883px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 47.9883px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .a1720546271996x979699271145275400> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.a1695744237196x959989442022620700 {
  overflow: visible;
  justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 123;
}
.b-root .bubble-element.a1694888477402x612972608712537100 {
  color: var(--color_cnVxz_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 122;
}
.b-root .bubble-element.a1694888274802x723665102069364400 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 200px;
  max-width: 640px;
  min-height: 100%;
}
.b-root .a1694888274802x723665102069364400.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 2002;
}
.b-root .bubble-element.a1694888302574x998680543918005400 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_cnVxw_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 24px 6px 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 36px;
  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;
}
.b-root .bubble-element.a1695403926893x955076184717454200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  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: 5;
}
.b-root .bubble-element.a1695403926893x660432308077602000 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(237, 241, 246, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1695403926893x660432308077602000 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 3px;
}
.b-root .a1695403926893x660432308077602000 .aspect-ratio {
}
.b-root .bubble-element.a1695403926893x736023421469950300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 600;
  color: var(--color_cnVyC_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 22px;
  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.a1694888302574x663294009251031300 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 3;
  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;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1694888302574x663294009251031300 .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(51,51,51,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1694888302574x663294009251031300 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1697743264916x497917936329497860 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1694888302574x306797730115193640 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x725891275840773100 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1695404950354x156365962061033600 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 13;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1695404950354x156365962061033600 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1695404950354x156365962061033600 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1694888302574x358655584894107500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1694888302574x956278435634738300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 6;
  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;
}
.b-root .bubble-element.a1694888302574x616355909350675600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x451637292143448400 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1695404989463x768707977572068600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 4;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1695404989464x897584384088680300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x378311223609603300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x314869912277290000 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x841751061295625800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x617568230555066000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x678963843515823000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x225094395797911900 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 300px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x910567261849435100 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x274398397064428800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x581458064043729700 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(236,236,236,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 31px;
  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: 120;
}
.b-root .bubble-element.a1694888302574x768018397579588700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 2;
  min-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 118;
}
.b-root .bubble-element.a1697807595853x279433105527030720 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 100%;
  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: 7;
}
.b-root .bubble-element.a1717634425491x267035504177354200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 60px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.a1697476544735x584175602013477600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  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: 4;
}
.b-root .bubble-element.a1697476456155x928777926314486400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_cnVyC_default);
  line-height: 1;
  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.a1697476725578x243230614405174340 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 45%;
  order: 2;
  min-height: 50px;
  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 .a1697476725578x243230614405174340 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .a1697476725578x243230614405174340 .aspect-ratio {
}
.b-root .bubble-element.a1717095675635x544244257524388400 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(206,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 44px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .a1717095675635x544244257524388400 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717095675635x544244257524388400 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1720549788158x293635554362430300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_cnVxw_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1720552544099x819298213860022000 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 6px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 24px;
  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.a1720552544099x413833145476381700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  color: var(--color_cnVyC_default);
  line-height: 1.3;
  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.a1720552544099x186676818767617100 {
  color: var(--color_cnVyA_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  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: 3;
}
.b-root .bubble-element.a1720554633136x813241331106557200 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 18px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 24px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 60px;
  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.a1720554681943x689733273764324200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 60px;
  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.a1720556320730x548926128327305660 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  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.a1720556340702x275493205492140400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  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.a1720556330948x722962135838263200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 60px;
  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.a1720556363176x854847608556716700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_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.a1720556368898x389720216123146750 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 37px;
  max-height: 37px;
  height: 37px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1720554694899x331594991269292600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 60px;
  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.a1720557620759x606723394553288400 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  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.a1720557620759x321814335034994900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  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.a1720558062411x811962609011946500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 60px;
  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.a1720558097573x711131097678056700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_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.a1720619458227x209349278385339680 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 60px;
  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.a1720619458227x858396631043082100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_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.a1720549790738x446742639492061500 {
  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_cnVxw_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1694888302574x383261248721966700 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 24px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x848050194384696000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1694888302574x800605623922371600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1694888302574x677692499275334400 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1694888302574x120002448183115680 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 18px;
  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.a1694888302574x678610219845753600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x629741926219562800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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.a1694888302574x407791239857522500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  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.a1695403277471x537627809797063040 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1695403277471x151777751647815800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.a1697489655207x105198508405284000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1697513846461x494051801081966140 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  order: 11;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1697561264681x854433715568763100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1697489655207x347861721351773630 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1697489655207x893959277778696200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 18px;
  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.a1697561160613x753841123728806000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 18px;
  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: 7;
}
.b-root .bubble-element.a1697561130173x426216321602852500 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 0px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1697561130173x426216321602852500 .aspect-ratio {
}
.b-root .bubble-element.a1697561148009x270809444885314000 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 0px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1697561148009x270809444885314000 .aspect-ratio {
}
.b-root .bubble-element.a1697561199229x850395353717521900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxx_default);
  line-height: 1;
  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: 8;
}
.b-root .bubble-element.a1697562372117x121995919717341920 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 4;
}
.b-root .bubble-element.a1697562372117x475039269244851260 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_cnVyC_default);
  line-height: 1;
  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: 2;
}
.b-root .bubble-element.a1697564922994x971329855928556200 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 50px;
  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 .a1697564922994x971329855928556200> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 18px;
}
.b-root .bubble-element.a1697565141557x707552209429801900 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: 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: 11;
}
.b-root .a1697565141557x707552209429801900> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1697564547637x582052301631896300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 60px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.a1697564886390x794778717317114400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 6;
}
.b-root .a1697564886390x794778717317114400 .aspect-ratio {
}
.b-root .bubble-element.a1697637002181x961029819972052000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.a1697564691077x851223837436596600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_cnVxy_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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1697564547637x730510380152348000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1697637071510x147161231529434850 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 6px 6px 6px;
  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: 16;
}
.b-root .bubble-element.a1697637726112x900988315144660500 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1697637743526x300653051540924500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  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: 17;
}
.b-root .bubble-element.a1697637087537x476033008311153900 {
  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: 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: 16;
}
.b-root .bubble-element.a1697637067136x255952499367100060 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.a1697637077985x458372665571779260 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.a1697637044006x776146533149651100 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .a1697637044006x776146533149651100 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 10px;
}
.b-root .a1697637044006x776146533149651100 .aspect-ratio {
}
.b-root .bubble-element.a1698344055484x453658089690306900 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  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: 18;
}
.b-root .bubble-element.a1697568540904x569398811149845100 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  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;
}
.b-root .bubble-element.a1697638602657x784501446691245700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  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.a1697637795445x151847746015038240 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 6px 0px 6px;
  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: 12;
}
.b-root .bubble-element.a1697637786257x285593141226071940 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1697568406570x845590510840494900 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .a1697568406570x845590510840494900 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1697568406570x845590510840494900 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1699907526591x361049365052515700 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 18px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1699907515293x783137837538187600 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1699907515293x750810872098701200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1697051393973x425448413616496900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1697051393974x305090263811899970 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 18px;
  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.a1697051393974x445695131936387760 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1697051393974x897488432884622000 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1697488809276x278696908259134850 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1697488809277x405013627102752260 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 18px;
  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.a1697488809277x944421722763370000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1697488809277x105476946648567660 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1699908213964x106309507156989720 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1699908213965x306939301402064920 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 18px;
  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.a1699908213965x907856083623100000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 16px;
  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.a1708028909695x338079790333455600 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 13;
  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;
}
.b-root .a1708028909695x338079790333455600> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 12px;
}
.b-root .bubble-element.a1708028909696x936002069166521000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  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.a1708029004012x715536120609783400 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  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: 5;
}
.b-root .a1708029004012x715536120609783400> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1708050372872x245317914317224600 {
  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: 4;
}
.b-root .bubble-element.a1708050372873x662988263556238700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  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.a1708031880567x658529160941609900 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 44px;
  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: 4;
}
.b-root .a1708031880567x658529160941609900> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 6px;
}
.b-root .bubble-element.a1708029053936x618258685100872800 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  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.a1708029445029x575763391283847100 {
  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: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 5;
}
.b-root .bubble-element.a1708029530469x668530111268669700 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 50px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1708038341466x414294122350467700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  color: var(--color_cnVxv_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;
  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.a1708029553362x628541454501207600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  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: 2;
}
.b-root .bubble-element.a1708029550628x926331207941868500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_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.a1708029463733x687868307710051300 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 103px;
  max-width: 103px;
  order: 1;
  width: 103px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1708029463733x687868307710051300 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1708029463733x687868307710051300 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.a1708029248281x695542513855077800 {
  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: 4;
}
.b-root .bubble-element.a1708029242481x582578156385673000 {
  color: var(--color_cnVxy_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1708029239047x442596117800780500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_cnVxy_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.a1717087838230x697161418582432600 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 15;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1717087838230x697161418582432600> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1717089368812x371370719650357950 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1717089368812x371370719650357950 .aspect-ratio {
}
.b-root .bubble-element.a1717089384443x707912598036115600 {
  gap: 2px;
  grid-auto-rows: minmax(max-content, 25px);
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  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 .a1717089384443x707912598036115600> .group-item {
  min-height: 25px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1717089456845x481439730876204860 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  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.a1717089661042x775026117988644600 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 0px 12px 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: 4;
}
.b-root .bubble-element.a1717087838230x411791747657329400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 600;
  color: var(--color_cnVyD_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.a1717089656838x132592942090187680 {
  color: var(--color_cnVyD_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1717094258650x114988643642417230 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.a1717094278653x827870896921114900 {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 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: 2;
}
.b-root .bubble-element.a1717094283847x788997960647343000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_destructive_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: 3;
}
.b-root .bubble-element.a1717090969435x212804258590547650 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 4;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .a1717090969435x212804258590547650 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717090969435x212804258590547650 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1717164121831x814705635796400300 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 16;
  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;
}
.b-root .a1717164121831x814705635796400300> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.a1717164121831x808178937414180100 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .a1717164121831x808178937414180100 .aspect-ratio {
}
.b-root .bubble-element.a1717164121831x703452009832579000 {
  gap: 2px;
  grid-auto-rows: minmax(max-content, 25px);
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  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 .a1717164121831x703452009832579000> .group-item {
  min-height: 25px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1717164121832x345266596681368640 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  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.a1717164121832x748371120578053400 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 0px 12px 0px;
  opacity: 1;
  cursor: pointer;
  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.a1717164121832x425695276140484600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 600;
  color: var(--color_cnVyD_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.a1717164121832x369548506084703700 {
  color: var(--color_cnVyD_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1717164924656x196229464470944350 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 60px;
  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.a1717164121832x337163137360543940 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  cursor: pointer;
  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: 5;
}
.b-root .bubble-element.a1717164121832x255696450243243500 {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 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: 2;
}
.b-root .bubble-element.a1717164121832x767738679277602400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_destructive_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: 3;
}
.b-root .bubble-element.a1717164711352x665873825116575500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 60px;
  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.a1717164728687x780853881559024300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_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.a1717164899476x848293406837470100 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.a1717164890257x623972732638773600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_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.a1717164896191x160938684227319260 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1717164121832x862038296329269000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 4;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .a1717164121832x862038296329269000 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717164121832x862038296329269000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1717709011983x724349190997954900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1717709011983x363751610550790960 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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.a1717709011983x591658466592075400 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  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.a1720552375118x598764236520332700 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 6px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 24px;
  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.a1720552375119x790085388710382700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  color: var(--color_cnVyC_default);
  line-height: 1.3;
  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.a1720552375119x219562014401418530 {
  color: var(--color_cnVyA_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 3;
}
.b-root .bubble-element.a1720549791086x713620526837561100 {
  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_cnVxw_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1694888302574x151380706407026940 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 24px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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;
}
.b-root .bubble-element.a1694888302574x448800959601221000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1694888302574x499723450010212540 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  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.a1720549896959x828302327190804100 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 0px 6px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 24px;
  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.a1720549901896x549509522740761800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  color: var(--color_cnVyC_default);
  line-height: 1.3;
  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.a1720549909826x298982233548101400 {
  color: var(--color_cnVyA_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  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: 3;
}
.b-root .bubble-element.a1697473411453x595976852849540000 {
  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;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 124;
}
.b-root .bubble-element.a1697514042041x577704953396748900 {
  min-width: 240px;
  max-width: 540px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2227;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 18px 18px 18px 18px;
}
.b-root .bubble-element.a1697514265143x747585972851566300 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  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 .a1697514265143x747585972851566300> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1697515024615x492805640883539100 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 0px 8px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 7;
}
.b-root .bubble-element.a1697514298929x879127747167197800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1697514298929x879127747167197800 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .a1697514298929x879127747167197800 .aspect-ratio {
}
.b-root .bubble-element.a1697514318263x911863827074010000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_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: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1697514772833x365938995241700500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  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 .bubble-element.a1697514772834x149118442612555800 {
  color: var(--color_cnVxy_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 13px;
  max-width: 13px;
  order: 1;
  min-height: 13px;
  max-height: 13px;
  width: 13px;
  flex-grow: 1;
  height: 13px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.a1697514772834x767868958466707300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 11px;
  font-weight: 600;
  color: var(--color_cnVxy_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: 8;
}
.b-root .bubble-element.a1697554744220x756587833925952100 {
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 24px 24px 24px 24px;
  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: 320px;
  max-width: 480px;
  min-height: 0px;
}
.b-root .a1697554744220x756587833925952100.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.a1697554776625x481578315401111740 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 36px;
  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;
}
.b-root .bubble-element.a1697554776626x148880343419706560 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  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: 5;
}
.b-root .bubble-element.a1697554776626x220684847071324740 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 600;
  color: rgba(26, 26, 26, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 22px;
  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.a1697554776626x473690677120648400 {
  color: var(--color_cnVxz_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 3;
  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;
}
.b-root .bubble-element.a1697554866356x903222396308520000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 45px;
  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.a1697554951641x935910909407397600 {
  overflow: visible;
  justify-content: space-around;
  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: 4;
}
.b-root .bubble-element.a1697554944888x834004650469285800 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: rgba(0,0,0,0.08);
  border-top-left-radius: 50px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(0,0,0,0.08);
  border-top-right-radius: 50px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0,0,0,0.08);
  border-bottom-right-radius: 50px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(0,0,0,0.08);
  border-bottom-left-radius: 50px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 36px;
  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 .a1697554944888x834004650469285800 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1697554944888x834004650469285800 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1697554947230x463401751657807940 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 36px;
  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 .a1697554947230x463401751657807940 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1697554947230x463401751657807940 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1717094545760x899132987786003200 {
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 24px 36px 24px 36px;
  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: 320px;
  max-width: 640px;
  min-height: 0px;
}
.b-root .a1717094545760x899132987786003200.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.a1717629782084x369096097204199000 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 12px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 60px;
  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.a1717629799748x793450856746364500 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_cnVxz_default);
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 44px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1717629799748x793450856746364500 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717629799748x793450856746364500 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1717094788599x100442945346372430 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 12px 18px 12px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 44px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1717094788599x100442945346372430 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717094788599x100442945346372430 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1717629882563x154172023698287970 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 6px;
  order: 1;
  min-height: 60px;
  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.a1717094569173x708453674016138600 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 700;
  color: var(--color_cnVyC_default);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 1;
  min-height: 12px;
  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.a1717629732437x193766257708525300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 17px;
  font-weight: 400;
  color: var(--color_cnVyC_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 12px;
  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.a1724767171678x721322157525972700 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 24px 36px 24px 36px;
  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: 320px;
  max-width: 640px;
  min-height: 0px;
}
.b-root .a1724767171678x721322157525972700.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.a1724767229036x599752863350808000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  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.a1724767212605x946271288141659800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 600;
  color: var(--color_cnVyD_default);
  text-align: center;
  line-height: 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: 2;
}
.b-root .bubble-element.a1724767425482x232771712026830880 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.a1724767353822x761675989641215000 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 18px 6px 18px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .a1724767353822x761675989641215000 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1724767353822x761675989641215000 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1724767355737x727906821708174700 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_cnVyC_default);
  line-height: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 36px 8px 36px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .a1724767355737x727906821708174700 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1724767355737x727906821708174700 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.a1721783588573x455020492160769000 {
  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: 9;
}
.b-root .bubble-element.a1720546324416x708290752635213200 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.a1720546328934x781620778523325300 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 1;
  min-height: 2px;
  max-height: 2px;
  width: 40%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1720546328934x781620778523325300 .aspect-ratio {
}
.b-root .bubble-element.a1720546330730x109817276409269740 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  width: 40%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1720546330730x109817276409269740 .aspect-ratio {
}
.b-root .bubble-element.a1720546333026x890138874080588900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  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: 3;
}
.b-root .bubble-element.a1722447134938x897053483604935000 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  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: 9;
}
.b-root .a1722447134938x897053483604935000> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
}
.b-root .bubble-element.a1722446531549x364140100804835000 {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 50px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 125px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1722446531549x364140100804835000> .group-item {
  min-width: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722446531549x849875263698972800 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 100%;
  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.a1722446531549x818324544120032400 {
  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: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1722446531549x714325397301450800 {
  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: flex-start;
  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: 2;
}
.b-root .bubble-element.a1722517198390x934108993896668900 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 36px;
  max-width: 36px;
  order: 6;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722446531642x493515371823651300 {
  gap: 10px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 50px);
  grid-auto-flow: column;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 125px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .a1722446531642x493515371823651300> .group-item {
  min-width: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1722446531642x827282221874654300 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 100%;
  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.a1722446531642x488991529084342500 {
  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: 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: 2;
}
.b-root .bubble-element.a1722446531642x126339677631397630 {
  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: flex-start;
  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: 2;
}
.b-root .bubble-element.a1722517067829x781746430631324800 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 36px;
  max-width: 36px;
  order: 5;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722520285019x829862539845760400 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.a1722446531710x421843009463770430 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, 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;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .a1722446531710x421843009463770430 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722446531710x421843009463770430 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722519133134x574350529871989760 {
  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: 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: 24px;
  z-index: 8;
}
.b-root .bubble-element.a1722473919296x513771044041465540 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 24px 24px 24px 24px;
  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;
  max-width: 50%;
  min-height: 296px;
}
.b-root .a1722473919296x513771044041465540.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.a1722473919296x447604490542561150 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 72px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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.a1722473919296x477026152275838340 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722473919296x100679444649622860 {
  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;
  padding: 0px 24px 0px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  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.a1722473919296x892917431599205000 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1722473919296x578965604536505700 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 12px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.a1722473919296x503731132528646200 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cnVyD_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 45px;
  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 .a1722473919296x503731132528646200 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_text_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722473919296x503731132528646200 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722473919296x752773741475471900 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 45px;
  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 .a1722473919296x752773741475471900 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1722473919296x752773741475471900 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.a1722473919296x373823657609204200 {
  color: var(--color_cnVxz_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 18px;
  margin-left: 0px;
  margin-top: -12px;
  margin-right: -12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaKaUm0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 18;
  min-height: 620px;
  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;
}
.b-root .bubble-element.cnaKaUn0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaUn0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.cnaKaUo0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUt0 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 6;
  min-height: 50px;
  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;
}
.b-root .cnaKaUt0> .group-item {
  min-width: 240px;
  min-height: 50px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.cnaKaUu0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 18px 18px 18px 18px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaKaUv0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 1;
  min-height: 50px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUz0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaUz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaUz0 .aspect-ratio {
}
.b-root .bubble-element.cnaNaWm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  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;
}
.b-root .bubble-element.cnaKaUw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 25px;
  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;
}
.b-root .bubble-element.cnaKaUy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cnVxz_default);
  line-height: 1.5;
  padding: 0px 0px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 3;
  min-height: 25px;
  max-height: 50px;
  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;
}
.b-root .bubble-element.cnaKaUx0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 40px;
  max-height: 75px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUp0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.cnaKaUs0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaUr0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaK0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 25;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 3;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaM0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 100px;
  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.cnaKaVaN0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 80px;
  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;
}
.b-root .bubble-element.cnaKaVaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 35px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaVaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_cnVxz_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 7;
  min-height: 25px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaVaQ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 18px 24px 18px 24px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaVaQ0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaKaVaQ0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaKaVaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 35px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaVaR0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaWaA0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 10;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaWaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  max-width: 900px;
  order: 2;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaWaC0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  order: 2;
  min-height: 100px;
  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.cnaKaWaD0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 260px;
  order: 1;
  min-height: 80px;
  width: 260px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaWaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_cnVxz_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 6;
  min-height: 21px;
  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;
}
.b-root .bubble-element.cnaKaWaI0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
}
.b-root .bubble-element.cnaKaWaJ0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 12px 5px 12px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 300px;
  order: 1;
  min-height: 52px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaWaK0 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 300px;
  order: 2;
  min-height: 50px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaWaK0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaKaWaK0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaNaXaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaWaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 1;
  min-height: 35px;
  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;
}
.b-root .bubble-element.cnaKaWaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 2;
  min-height: 25px;
  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;
}
.b-root .bubble-element.cnaKaWaG0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaTaU0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  column-gap: 0px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 14;
  min-height: 620px;
  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;
}
.b-root .bubble-element.cnaKaTaT0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaTaT0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.cnaKaTaH0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  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;
}
.b-root .bubble-element.cnaKaTaM0 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 6;
  min-height: 100px;
  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;
}
.b-root .cnaKaTaM0> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.cnaKaTaN0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaKaTaO0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 80px;
  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;
}
.b-root .bubble-element.a1706808346605x962585623888657200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  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: 9;
}
.b-root .bubble-element.cnaKaTaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 60px;
  max-height: 90px;
  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;
}
.b-root .bubble-element.cnaKaTaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 7;
  min-height: 50px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaTaR0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaTaR0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaTaR0 .aspect-ratio {
}
.b-root .bubble-element.cnaKaTaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 9;
  min-height: 25px;
  max-height: 50px;
  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;
}
.b-root .bubble-element.cnaKaTaI0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaTaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.cnaKaTaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaTaK0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaTaV0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 15;
  min-height: 620px;
  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;
}
.b-root .bubble-element.cnaKaTaW0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaTaW0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.cnaKaTaX0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  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;
}
.b-root .bubble-element.cnaKaTc0 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 6;
  min-height: 100px;
  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;
}
.b-root .cnaKaTc0> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.cnaKaTd0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 100px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaKaTe0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 370px;
  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;
}
.b-root .bubble-element.a1706808367284x732039498723337000 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  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: 9;
}
.b-root .bubble-element.cnaKaTi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 50px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaTh0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaTh0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaTh0 .aspect-ratio {
}
.b-root .bubble-element.cnaKaTf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 25px;
  max-height: 90px;
  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;
}
.b-root .bubble-element.cnaKaTg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  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: 4;
  min-height: 50px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaTaY0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1707343565034x987709968658231200 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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: 3;
}
.b-root .bubble-element.cnaKaTb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaTa0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUaZ0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 19;
  min-height: 620px;
  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;
}
.b-root .bubble-element.cnaKaUa0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaUa0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.cnaKaUb0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 5;
  min-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUg0 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 4;
  min-height: 100px;
  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;
}
.b-root .cnaKaUg0> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.cnaKaUh0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 200px;
  order: 1;
  min-height: 100px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaKaUi0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 80px;
  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;
}
.b-root .bubble-element.cnaKaUj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 25px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaUk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 5;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUl0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaUl0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaUl0 .aspect-ratio {
}
.b-root .bubble-element.cnaKaUc0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaUd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.cnaKaUf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaUe0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaTj0 {
  overflow: visible;
  justify-content: center;
  row-gap: 36px;
  column-gap: 0px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 20;
  min-height: 620px;
  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;
}
.b-root .bubble-element.cnaKaTk0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaTk0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.cnaKaTl0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaTq0 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 6;
  min-height: 100px;
  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;
}
.b-root .cnaKaTq0> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.cnaKaTr0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 200px;
  order: 1;
  min-height: 100px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaKaTs0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 300px;
  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;
}
.b-root .bubble-element.a1706808587656x229969238220727900 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  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: 9;
}
.b-root .bubble-element.cnaKaTt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaTu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 6;
  min-height: 0px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaTv0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaTv0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaTv0 .aspect-ratio {
}
.b-root .bubble-element.cnaKaTw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 8;
  min-height: 0px;
  max-height: 50px;
  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;
}
.b-root .bubble-element.cnaKaTm0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaTn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.cnaKaTp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaTo0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaSaP0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 21;
  min-height: 620px;
  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;
}
.b-root .bubble-element.cnaKaSaQ0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaSaQ0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.cnaKaSaR0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  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;
}
.b-root .bubble-element.cnaKaSaW0 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 6;
  min-height: 100px;
  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;
}
.b-root .cnaKaSaW0> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.cnaKaSaX0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 200px;
  order: 1;
  min-height: 100px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaKaSaY0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 80px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.b-root .bubble-element.a1706808905367x236469483598867650 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  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: 9;
}
.b-root .bubble-element.cnaKaSaZ0 {
  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: 14px;
  font-weight: 500;
  color: rgba(26,26,26,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  max-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;
}
.b-root .bubble-element.cnaKaSa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 75px;
  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;
}
.b-root .bubble-element.cnaKaSb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 6;
  min-height: 50px;
  max-height: 75px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaSc0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaSc0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaSc0 .aspect-ratio {
}
.b-root .bubble-element.cnaKaSd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 7;
  min-height: 25px;
  max-height: 50px;
  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;
}
.b-root .bubble-element.cnaKaSaS0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaSaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.cnaKaSaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaSaU0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaSe0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 22;
  min-height: 528px;
  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;
}
.b-root .bubble-element.cnaKaSf0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaSf0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.a1702959273198x406092333061736770 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 100px;
  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;
}
.b-root .a1702959273198x406092333061736770> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.a1702959273200x222417371015836580 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1702959273200x819166729708396200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 300px;
  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;
}
.b-root .bubble-element.a1706808932386x874041277051201200 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  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: 9;
}
.b-root .bubble-element.a1702959273200x934517505797543400 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .a1702959273200x934517505797543400 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .a1702959273200x934517505797543400 .aspect-ratio {
}
.b-root .bubble-element.a1702959273200x684463211190685200 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 24px 24px 24px;
  opacity: 1;
  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: 2;
}
.b-root .bubble-element.a1733938756465x947025819154213100 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.a1733938756471x159171737334463420 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_cnVxy_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: 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.a1733938756471x752859889495194100 {
  color: var(--color_cnVxy_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.a1702959273200x976227250849365500 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1702959273201x813476982793531800 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 60px;
  max-height: 90px;
  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;
}
.b-root .bubble-element.a1702959273201x833754895653110700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 50px;
  max-height: 75px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1702959273201x963135355910663700 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(115, 116, 130, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 4;
  min-height: 25px;
  max-height: 60px;
  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;
}
.b-root .bubble-element.cnaKaSg0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 4;
  min-height: 52px;
  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;
}
.b-root .bubble-element.cnaKaSh0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaSi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.cnaKaSk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaSj0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaSt0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 96px 36px 96px 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 23;
  min-height: 620px;
  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;
}
.b-root .bubble-element.cnaKaSu0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 900px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaSu0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 36px;
}
.b-root .bubble-element.cnaKaSv0 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  padding: 18px 24px 18px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 260px;
  order: 7;
  min-height: 52px;
  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;
}
.b-root .bubble-element.cnaKaTaA0 {
  column-gap: 18px;
  row-gap: 18px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 6;
  min-height: 100px;
  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;
}
.b-root .cnaKaTaA0> .group-item {
  min-width: 240px;
  min-height: 100px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.cnaKaTaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 200px;
  order: 1;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.a1706808979794x297259881992477640 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px 9px 3px 9px;
  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: 9;
}
.b-root .bubble-element.cnaKaTaC0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 5;
  min-height: 80px;
  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;
}
.b-root .bubble-element.cnaKaTaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 60px;
  max-height: 90px;
  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;
}
.b-root .bubble-element.cnaKaTaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 5;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaTaG0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaKaTaG0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaKaTaG0 .aspect-ratio {
}
.b-root .bubble-element.cnaKaSw0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaSx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  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.cnaKaSz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  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;
}
.b-root .bubble-element.cnaKaSy0 {
  overflow: visible;
  justify-content: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -ms-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  align-self: flex-end;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaKaVaU0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaWsf {
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 232px;
  min-height: 535px;
  max-height: 535px;
}
.b-root .cmaWsf.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.cmsaKh {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 200px;
  max-width: 660px;
  min-height: 568px;
}
.b-root .cmsaKh.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.cmsaKq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.cmsaKk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .cmsaKk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmsaKk .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 50%;
}
.b-root .bubble-element.cmsaKn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cmsaKv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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: 10px;
  z-index: 4;
}
.b-root .bubble-element.cmsaKy {
  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: 18px;
  font-weight: 700;
  color: var(--color_primary_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 5;
}
.b-root .bubble-element.cmpqt {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: rgba(0,0,0,0.08);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 24px 24px 0px 24px;
  opacity: 1;
  align-self: flex-end;
  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.cnaNaSj3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1698845768332x625770660710713500 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 24px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 7;
  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: 20;
}
.b-root .a1698845768332x625770660710713500> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 6px;
}
.b-root .bubble-element.a1698845827168x171128670384980480 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 25px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  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 .a1698845827168x171128670384980480> .group-item {
  min-height: 25px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1698845893705x323568058349871500 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  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: 4;
}
.b-root .bubble-element.a1698845852851x271628812656244300 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .a1698845852851x271628812656244300 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 2px;
}
.b-root .a1698845852851x271628812656244300 .aspect-ratio {
}
.b-root .bubble-element.a1698845855379x583251719794615900 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  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: 3;
}
.b-root .bubble-element.a1698845768334x733201038073635300 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  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.cnaNaSt3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 24px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  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;
}
.b-root .bubble-element.cnaNaTaB3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1718727849659x129313875738885420 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 2;
}
.b-root .bubble-element.cmaSaIaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0%;
  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;
}
.b-root .bubble-element.cnaNaSq3 {
  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: 14px;
  font-weight: 500;
  color: rgba(26,26,26,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  max-width: 0%;
  order: 2;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaNaTaG3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaSaHaY1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaSaHaY1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaSaHaY1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaSaHf1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 24px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaSaHf1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 6px;
}
.b-root .bubble-element.a1711477039815x804148638907919100 {
  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: 14px;
  font-weight: 500;
  color: var(--color_cnVxz_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.a1716393196830x853766668287069300 {
  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: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 138px;
  max-width: 206px;
  order: 15;
  min-height: 21px;
  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;
}
.b-root .bubble-element.a1717692541749x360808482865327940 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .a1717692541749x360808482865327940 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717692541749x360808482865327940 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.a1717693264381x421540978485594560 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .a1717693264381x421540978485594560 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717693264381x421540978485594560 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.a1717693408585x293766793854410430 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .a1717693408585x293766793854410430 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717693408585x293766793854410430 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.a1717693477466x318349759048511800 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: box-shadow 200ms ease, background 200ms ease;
  -moz-transition: box-shadow 200ms ease, background 200ms ease;
  -o-transition: box-shadow 200ms ease, background 200ms ease;
  -ms-transition: box-shadow 200ms ease, background 200ms ease;
  transition: box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 14;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .a1717693477466x318349759048511800 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .a1717693477466x318349759048511800 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.a1723661707609x558301847630612300 {
  column-gap: 0px;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  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: 14;
}
.b-root .a1723661707609x558301847630612300> .group-item {
  min-height: 0px;
  padding-top: 6px;
  box-sizing: content-box;
}
.b-root .bubble-element.a1723661713565x377199667861923400 {
  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: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaSaHg1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(26, 26, 26, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaSaHh1 {
  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: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaSaHi1 {
  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: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaSaHj1 {
  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: 14px;
  font-weight: 500;
  color: var(--color_cnVxy_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 13;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
