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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=font-awesome.min.css.map */

/* The MIT License */
/* Changed by us */
.dropzone {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: auto;
  padding-bottom: 30px;
}
.dropzone .dz-message {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dropzone .dz-filename {
  word-wrap: break-word;
}
.dropzone .dz-preview {
  position: relative;
  padding: 7px;
  background: #e8ffe6;
}
.dropzone .dz-preview .dz-details {
  position: relative;
}
.dropzone .dz-preview .dz-size {
  display: none; /* we hide the size because it is not compatible with our hack to prepopulate with files */
}
.dropzone .dz-preview img {
  display: none; /* we hide the thumbnail because it is not compatible with our hack to prepopulate with files */
}
.dropzone .dz-preview .dz-error-message {
  display: none; /* not currently using this */
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-align: center;
  right: 4px;
  top: 4px;
}
.dropzone .dz-preview .dz-success-mark {
  color: #8cc657;
  display: none;
}
.dropzone .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-remove {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
  text-align: center;
  color: #630a0a;
  padding: 7px;
  background: #e8ffe6;
}
.dropzone .dz-preview .dz-progress {
  background: #d7d7d7;
  height: 6px;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  width: 0%;
  background-color: #88a6e4;
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 0%;
  height: 10px;
  background-image: url("/static/img/dropzone/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-progress {
  display: none;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* we hide errored files for now to handle max-files reached.  we have to hide
   them permanently unfortunately */
.dropzone .dz-preview.dz-error {
  display: none;
}

.dropzone.dz-max-files-reached {
  background-color: rgba(248, 248, 248, 0.89);
}
.dropzone.dz-max-files-reached .dz-message {
  display: none;
}

/* More or less legacy dropzone css... should port over to sass style above as
   we modify it. */
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}

.dropzone .dz-remove:hover,
.dropzone-previews .dz-remove:hover {
  color: #666;
}

@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

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

.inner-progressbar {
  height: 100%;
  position: relative;
}

.progressbar-label {
  filter: invert(0.3);
  mix-blend-mode: difference;
  text-overflow: ellipsis;
}

.progressbar-label,
.progressbar-label-overlay {
  overflow: hidden;
  position: absolute;
  vertical-align: text-bottom;
  white-space: nowrap;
}

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

body {--stylesheet-active: true;}
.b-root .bubble-element.baTaGaYf {
  background-color: rgba(255, 255, 255, 1);
  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;
  justify-content: flex-start;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Open Sans";
  --color_text_default: rgba(0, 0, 0, 1);
  --color_text_default_rgb: 0,0,0;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250,181,21;
  --color_primary_default: rgba(0, 0, 0, 1);
  --color_primary_default_rgb: 0,0,0;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23,219,78;
  --color_surface_default: rgba(244, 244, 244, 1);
  --color_surface_default_rgb: 244,244,244;
  --color_background_default: rgba(255, 255, 255, 1);
  --color_background_default_rgb: 255,255,255;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255,0,0;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255,255,255;
}
.b-root .bubble-element.baTaHaAk {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 31;
  min-height: 200px;
  height: max-content;
  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.baTaGzm {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 32px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 1120px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 120px;
  margin-top: 0px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaGzd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  order: 3;
  min-height: 82px;
  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.baTaGzw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: var(--color_destructive_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 77px;
  order: 1;
  min-height: 22px;
  height: max-content;
  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.baTaGzz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 77px;
  order: 2;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaAaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 77px;
  order: 3;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaAaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaHaAaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaAaF .aspect-ratio {
}
.b-root .bubble-element.baTaGza {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 128px;
  max-width: 128px;
  order: 1;
  min-height: 128px;
  max-height: 128px;
  width: 128px;
  flex-grow: 1;
  height: 128px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaGzg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 135px;
  order: 4;
  min-height: 82px;
  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.baTaHaAaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 1;
  min-height: 22px;
  height: 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.baTaHaAaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 2;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaAaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 3;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaAaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 4;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaAaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 5;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaAaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 6;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaAb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 7;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHpc {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 1120px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 120px;
  margin-top: 0px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHph {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 82px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaHpi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: var(--color_destructive_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 77px;
  order: 1;
  min-height: 22px;
  height: max-content;
  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.baTaHpm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 77px;
  order: 2;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHpn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 77px;
  order: 3;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHpo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaHpo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHpo .aspect-ratio {
}
.b-root .bubble-element.baTaHps {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 128px;
  max-width: 128px;
  order: 1;
  min-height: 128px;
  max-height: 128px;
  height: 128px;
  flex-grow: 1;
  width: 128px;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaHpt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 82px;
  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: 2;
}
.b-root .bubble-element.baTaHpu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 1;
  min-height: 22px;
  height: 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.baTaHpy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 2;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHpz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 3;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHqaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 4;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHqaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 5;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHqaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 6;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHqaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 77px;
  order: 7;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaIx {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 0px 40px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  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.baTaHaIu {
  overflow: visible;
  justify-content: center;
  row-gap: 40px;
  border-radius: 32px;
  -moz-border-radius: 32px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 290px;
  max-width: 430px;
  min-height: 290px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaJaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 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.baTaHaJaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 285px;
  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.baTaHaJg {
  overflow: visible;
  justify-content: space-between;
  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: 5;
}
.b-root .bubble-element.baTaHaJd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: rgba(228,46,20,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaJaT {
  font-family: 'Asap';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 74px;
  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 .baTaHaJaTinput {
}
.b-root .baTaHaJaT .icon-item {
}
.b-root .baTaHaJaT label {
}
.b-root .bubble-element.baTaHaJi {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 243px;
  order: 11;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaJp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 57px;
  order: 1;
  min-height: 13px;
  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.baTaHaJs {
  color: var(--color_primary_contrast_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaKaI {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 98px;
  order: 8;
  min-height: 27px;
  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: 6;
}
.b-root .baTaHaKaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHaKaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaMlu1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: rgba(228,46,20,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMmaS1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaJaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaJaK {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 0px 0px 0px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 235px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaMma1 {
  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: 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: 8;
}
.b-root .bubble-element.baTaHaJaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaJaQ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 0px 0px 0px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 235px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIqaS {
  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: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -96px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTaIqaZ {
  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: 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.baTaIpq {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 150px 0px 0px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 351px;
  order: 1;
  min-height: 457px;
  width: 351px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIpu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaIpu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIpu .aspect-ratio {
}
.b-root .bubble-element.baTaIpv {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 80px 64px 64px 64px;
  opacity: 1;
  align-self: stretch;
  min-width: 294px;
  order: 2;
  min-height: 380px;
  width: 294px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIpw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 64px;
  color: rgba(56, 57, 61, 1);
  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.baTaIqaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  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: 3;
}
.b-root .bubble-element.baTaIqaB {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 325px;
  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: 4;
}
.b-root .bubble-element.baTaMaWaE {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMaWaE> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baTaMaVm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 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.baTaIqaC {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 120px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 213px;
  order: 2;
  min-height: 172px;
  height: max-content;
  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 .baTaIqaC> .group-item {
  min-width: 120px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaIqaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIqaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92px;
  order: 3;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaMaMg0 {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMaWaM {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMaWaM> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baTaMaWaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 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.baTaMaWaS {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 120px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 213px;
  order: 2;
  min-height: 172px;
  height: max-content;
  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 .baTaMaWaS> .group-item {
  min-width: 120px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaMaWaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMaWaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92px;
  order: 3;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaMaWaY {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaZk {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 120px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaKaZk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaZk .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaIsaL {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIsaQ {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 286px;
  max-width: 1920px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 380px);
  margin-left: 190px;
  margin-top: -200px;
  margin-right: 190px;
  margin-bottom: 72px;
  z-index: 3;
}
.b-root .bubble-element.baTaIsaR {
  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: 138px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 56px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIsaS {
  overflow: visible;
  border-style: solid;
  border-width: 7px;
  border-color: rgba(244, 244, 244, 1);
  border-radius: 120px;
  -moz-border-radius: 120px;
  opacity: 1;
  align-self: flex-start;
  min-width: 240px;
  max-width: 240px;
  order: 1;
  min-height: 240px;
  max-height: 240px;
  width: 240px;
  flex-grow: 1;
  height: 240px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIsaW {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 190px;
  max-width: 190px;
  min-height: 190px;
  max-height: 190px;
  width: 190px;
  height: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIsaX {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 694px;
  order: 3;
  min-height: 152px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIsaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 44px;
  height: max-content;
  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.baTaIsc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 7px;
  height: max-content;
  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.baTaIsd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 55px;
  height: max-content;
  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.baTaIse {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 56px;
  margin-right: 40px;
  margin-bottom: 56px;
  z-index: 3;
}
.b-root .bubble-element.baTaItaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 4;
  min-height: 166px;
  width: 280px;
  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.baTaItaC {
  gap: 0px;
  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: 0px;
  order: 2;
  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;
  z-index: 2;
}
.b-root .baTaItaC> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaItaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  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% - 24px);
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .bubble-element.baTaItaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaItaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(123,123,126,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  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.baTaItaM {
  font-family: 'PilcrowSoftBold';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 133px;
  order: 10;
  min-height: 11px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .baTaItaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaItaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaItaN {
  overflow: visible;
  justify-content: flex-start;
  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: 5;
}
.b-root .bubble-element.baTaItaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 78px;
  order: 1;
  min-height: 40px;
  max-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;
  z-index: 4;
}
.b-root .bubble-element.baTaJrq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 73px;
  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: 8;
}
.b-root .bubble-element.baTaJrv {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  order: 1;
  min-height: 6px;
  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;
  z-index: 9;
}
.b-root .baTaJrv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaJrv .aspect-ratio {
}
.b-root .bubble-element.baTaJtz {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 5;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaJuaF {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaKoe {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 7;
  min-height: 200px;
  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;
  z-index: 10;
}
.b-root .bubble-element.baTaLaEaO0 {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 133px;
  order: 9;
  min-height: 11px;
  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: 3;
}
.b-root .baTaLaEaO0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaEaO0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJop {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 0px;
  width: 280px;
  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.baTaIsi {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 166px;
  height: max-content;
  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.baTaIsj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 115px;
  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.baTaIsk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIso {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 183px;
  order: 3;
  min-height: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIsp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 27px;
  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: 4;
}
.b-root .baTaIsp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaIsp .aspect-ratio {
}
.b-root .bubble-element.baTaIsq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 91px;
  order: 5;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 5;
}
.b-root .bubble-element.baTaIsu {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 138px;
  order: 6;
  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: 20px;
  z-index: 3;
}
.b-root .bubble-element.baTaIsv {
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaIsv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 8px;
}
.b-root .baTaIsv .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.53333333333333%;
}
.b-root .bubble-element.baTaIsw {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  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: 6;
}
.b-root .bubble-element.baTaItaA {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  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;
  z-index: 7;
}
.b-root .bubble-element.baTaJoi {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 3;
  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: 5;
}
.b-root .baTaJoi> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaJpaA {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 80px);
  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: 32px;
  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 .baTaJpaA> .group-item {
  min-height: 80px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJpaG {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(228, 46, 20, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228, 46, 20, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  order: 1;
  min-height: 0px;
  width: 64px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJpaG .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJpaG .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaMeh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaMen {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 2;
  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: 5;
}
.b-root .baTaMen> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaMes {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 80px);
  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: 32px;
  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 .baTaMes> .group-item {
  min-height: 80px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaMet {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(228, 46, 20, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228, 46, 20, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  order: 1;
  min-height: 0px;
  width: 64px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaMet .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaMet .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaMeu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaItaS {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 23px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 56px;
  margin-right: 40px;
  margin-bottom: 56px;
  z-index: 4;
}
.b-root .baTaItaS> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaItaU {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(320px, 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: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaItaU> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKko {
  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: 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.baTaKkq {
  overflow: visible;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 282px;
  max-width: 282px;
  order: 1;
  min-height: 192px;
  max-height: 192px;
  height: 192px;
  flex-grow: 1;
  width: 282px;
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaEv {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 282px;
  height: 192px;
  z-index: 0;
}
.b-root .bubble-element.baTaHaIaT {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 123px;
  max-width: 123px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 123px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaIaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 4px;
  left: 5.5px;
  width: 111px;
  height: 32px;
  z-index: 2;
}
.b-root .bubble-element.baTaKku {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 46px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaPw2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  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.baTaItaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  order: 1;
  min-height: 1px;
  width: 170px;
  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.baTaLaPq2 {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaLaPq2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaPq2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaWaW {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-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: 6;
}
.b-root .bubble-element.baTaLaWaQ {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaLaWaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaWaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaMg2 {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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-end;
  min-width: 0px;
  order: 2;
  min-height: 6px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 12px;
  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 .baTaLaMg2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaMg2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaItaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaItaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaItaZ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 34.44444444444444%;
}
.b-root .bubble-element.baTaIuaJ {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 1920px;
  order: 4;
  min-height: 47px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaIuaJ> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIuaO {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJjk {
  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: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaIuaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  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.baTaIuaQ {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 2px;
  z-index: 4;
}
.b-root .bubble-element.baTaIuaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 10px;
  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.baTaJjw {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 6px;
  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 .baTaJjw .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJjw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIuaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 233px;
  order: 2;
  min-height: 88px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIuaW {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 300px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIua {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 282px;
  order: 4;
  min-height: 134px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaIua> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaIun {
  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: 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.baTaIub {
  overflow: visible;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 282px;
  max-width: 282px;
  order: 1;
  min-height: 192px;
  max-height: 192px;
  height: 192px;
  flex-grow: 1;
  width: 282px;
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaJjaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 46px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 3;
}
.b-root .bubble-element.baTaIvaE {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 5;
  min-height: 212px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaIvaE> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIvaQ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 300px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIvaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 335px;
  order: 6;
  min-height: 30px;
  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.baTaIvaX {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 320px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIvaY {
  color: var(--color_primary_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: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaIvc {
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 2;
  min-height: 30px;
  width: 35px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIvd {
  overflow: visible;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 208px;
  max-width: 395px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIve {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 73px;
  max-width: 0px;
  order: 1;
  min-height: 21px;
  width: 73px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIvo {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 1px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaIvo .aspect-ratio {
}
.b-root .bubble-element.baTaKaTaA {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 0px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 238px;
  max-width: 263px;
  order: 3;
  min-height: 40px;
  width: 238px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaKaTaA> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaTaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 76px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIvu {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIvv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.b-root .baTaIvv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIvv .aspect-ratio {
}
.b-root .bubble-element.baTaIwaA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIwaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.b-root .baTaIwaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIwaB .aspect-ratio {
}
.b-root .bubble-element.baTaIwaG {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJkaK {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 6px;
  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 .baTaJkaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJkaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJkaQ {
  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: 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.baTaIwaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 10px;
  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.baTaIwaN {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 4;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIwaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  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.baTaIwaI {
  color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIwaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 10px;
  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.baTaIwaS {
  overflow: visible;
  justify-content: space-between;
  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: 48px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baTaIwaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  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: 3;
}
.b-root .bubble-element.baTaIwaU {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIwaU .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIwaU .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIwaY {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  order: 8;
  min-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaIwaY> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaIxaC {
  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: 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.baTaIwaZ {
  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: 200px;
  height: max-content;
  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.baTaIdaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  align-self: center;
  min-width: 313px;
  order: 1;
  min-height: 600px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baTaIdaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 5;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 24px);
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIdaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 6;
  min-height: 0px;
  max-height: 160px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  z-index: 4;
}
.b-root .bubble-element.baTaIdaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 24px 24px 24px;
  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: 5;
}
.b-root .bubble-element.baTaIdc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 2;
  padding: 0px 8px 0px 8px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  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.baTaKpn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 2;
  padding: 0px 8px 0px 8px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKnaW {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 5;
}
.b-root .bubble-element.baTaKmaO {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaKmaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKmaO .aspect-ratio {
}
.b-root .bubble-element.baTaKaaC {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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 .baTaKaaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaaC .aspect-ratio {
}
.b-root .bubble-element.baTaLaGa0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  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.baTaLaIo2 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  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: 1;
}
.b-root .bubble-element.baTaLaJaA2 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  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: 2;
}
.b-root .bubble-element.baTaLaGe0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 268px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 24px;
  margin-right: 32px;
  margin-bottom: 24px;
  z-index: 0;
}
.b-root .baTaLaGe0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaGe0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 63.095238095238095%;
}
.b-root .bubble-element.baTaIdaR {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 268px;
  order: 2;
  min-height: 0px;
  max-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .baTaIdaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaIdaR .aspect-ratio {
}
.b-root .bubble-element.baTaMaOaH1 {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 7;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 6;
}
.b-root .baTaMaOaH1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaMaOaH1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaaI {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 256px;
  max-width: 512px;
  min-height: 256px;
}
.b-root .baTaKaaI.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 1;
  min-height: 48px;
  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: 2;
}
.b-root .bubble-element.baTaKaaO {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 210px;
  order: 5;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 24px;
  margin-right: 40px;
  margin-bottom: 24px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaaP {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaaP .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaaP .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaaQ {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaaU {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 135px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaaU .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaaU .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKma {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaKma.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKmc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaKmg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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.baTaKmi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKmn {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 49px;
  order: 14;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaKmn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKmn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKmo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKms {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKmt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKmy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  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: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaHaP0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  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: 14;
}
.b-root .baTaLaHaP0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baTaLaHaV0 {
  color: var(--color_primary_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 7;
  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: 14;
}
.b-root .bubble-element.baTaLaTa2 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baTaLaTa2> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLaTc2 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaTg2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 1;
  width: 0%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
}
.b-root .baTaLaTg2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTg2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.baTaLaTi2 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaPaB2 {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  max-width: 600px;
  min-height: 0px;
}
.b-root .baTaLaPaB2.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaPaH2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaLaPaH2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaLaPaH2 .aspect-ratio {
}
.b-root .bubble-element.baTaJaNaQ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 6;
  min-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJaNe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 300px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaNi {
  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: 48px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaNj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  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: 3;
}
.b-root .bubble-element.baTaJaNo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 59px;
  height: 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.baTaJaNp {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(233,233,233,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 22px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baTaJaNp> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaJaNq {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 166px;
  order: 1;
  min-height: 19px;
  height: 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.baTaJaNv {
  gap: 0px;
  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: 300px;
  order: 3;
  min-height: 34px;
  height: max-content;
  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 .baTaJaNv> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaZaN {
  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: 1;
  min-height: 200px;
  height: max-content;
  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.baTaKaAj {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 64px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 46px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 32px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaAp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 70px;
  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.baTaKaAq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaKaAv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 75px;
  order: 6;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaKaAw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .baTaKaAw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaAw .aspect-ratio {
}
.b-root .bubble-element.baTaKaBaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 2;
  min-height: 7px;
  width: 10px;
  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.baTaKaBs {
  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: 'PilcrowSoftBold';
  font-size: 16px;
  color: rgba(65,76,199,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  order: 3;
  min-height: 36px;
  height: 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.baTaKaBy {
  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: 'PilcrowSoftBold';
  font-size: 16px;
  color: rgba(65,76,199,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 107px;
  order: 4;
  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: 8;
}
.b-root .bubble-element.baTaKaOc {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 139px;
  order: 8;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaKaOc .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaOc .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaaY {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 273px;
  order: 7;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaLaaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaAu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLoaJ {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 5;
  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: 9;
}
.b-root .baTaLoaJ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLoaJ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaBf {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 6%;
  order: 2;
  min-height: 0px;
  width: 6%;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaKaBf> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 32px;
}
.b-root .bubble-element.baTaKaBk {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 6px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .baTaKaBk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaKaBk .aspect-ratio {
}
.b-root .bubble-element.baTaKaBq {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaKxl {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 220px;
  height: max-content;
  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.baTaLaAaO {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaKlaS {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 600px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaMaNaX1 {
  font-family: 'PilcrowSoftBold';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 4px 4px 4px;
  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: start;
  justify-self: end;
  min-width: 120px;
  max-width: 120px;
  min-height: 0px;
  width: 120px;
  height: max-content;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTaMaNaX1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaMaNaX1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKyi {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 220px;
  height: max-content;
  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.baTaKaBm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 360px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaLfs {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  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: 15;
}
.b-root .bubble-element.baTaLfg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 85%;
  max-width: 85%;
  width: 85%;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 1;
}
.b-root .baTaLfg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLfg .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.baTaLfz {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  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: 1;
}
.b-root .bubble-element.baTaLgaL {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.baTaLgaR {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 0px;
  min-height: 45px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaDaU {
  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-end;
  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: 14;
}
.b-root .baTaLaDaU> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLaDaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 1;
}
.b-root .baTaLaDaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaDaC .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 43.75%;
}
.b-root .bubble-element.baTaKaDp {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaKaDp> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .baTaKaDp.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaDu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaKaDv {
  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: 250px;
  order: 14;
  min-height: 46px;
  height: max-content;
  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 .baTaKaDv> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaDw {
  overflow: visible;
  justify-content: space-between;
  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: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaEaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKaEaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaEaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 23px;
  height: 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.baTaKaOaP {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  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 .baTaKaOaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaOaP .aspect-ratio {
}
.b-root .bubble-element.baTaKaVaW {
  overflow: visible;
  justify-content: flex-start;
  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: 11;
}
.b-root .bubble-element.baTaKaVaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 12px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60px;
  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.baTaKaEaG {
  border-radius: 55px;
  -moz-border-radius: 55px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaEaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 55px;
}
.b-root .baTaKaEaG .aspect-ratio {
}
.b-root .bubble-element.baTaKaEaH {
  overflow: visible;
  justify-content: space-between;
  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: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaEaI {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKaEaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaEaN {
  overflow: visible;
  justify-content: space-between;
  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: 5;
}
.b-root .bubble-element.baTaKaEaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  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 .baTaKaEaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaEaO .aspect-ratio {
}
.b-root .bubble-element.baTaKaEaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 23px;
  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.baTaKaWaA {
  overflow: visible;
  justify-content: flex-start;
  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: 11;
}
.b-root .bubble-element.baTaKaWaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 12px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60px;
  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.baTaKaWaG {
  border-radius: 55px;
  -moz-border-radius: 55px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaWaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 55px;
}
.b-root .baTaKaWaG .aspect-ratio {
}
.b-root .bubble-element.baTaKaEaU {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 15;
  min-height: 40px;
  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: 9;
}
.b-root .bubble-element.baTaKaEaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 10;
}
.b-root .baTaKaEaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaEaZ .aspect-ratio {
}
.b-root .bubble-element.baTaKaOs {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 256px;
  max-width: 512px;
  min-height: 256px;
}
.b-root .baTaKaOs.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaOu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 1;
  min-height: 48px;
  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: 2;
}
.b-root .bubble-element.baTaKaOy {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 210px;
  order: 5;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 24px;
  margin-right: 40px;
  margin-bottom: 24px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaOz {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaOz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaOz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPaA {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaPaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaPaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPaE {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 135px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaPaE .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaPaE .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKxaZ {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 850px;
  max-width: 850px;
  min-height: 500px;
}
.b-root .baTaKxaZ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKyz {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 400px;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaAaI {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 250px;
  min-height: 200px;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaRaM2 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaLci {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 64px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKxe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 1;
}
.b-root .baTaKxe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaKxe .aspect-ratio {
}
.b-root .bubble-element.baTaLcs {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  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: 2;
}
.b-root .bubble-element.baTaLcy {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  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: 3;
}
.b-root .bubble-element.baTaLfaQ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 0px;
  min-height: 45px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLjaQ {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 0;
}
.b-root .baTaLjaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaLjaQ .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaO {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaLaZaO.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaZaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaLaZaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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.baTaLaZaW {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(202, 202, 202, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(202,202,202,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: default;
  align-self: flex-start;
  min-width: 49px;
  order: 8;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaLaZaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaZaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaZa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaZc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 119px;
  order: 6;
  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: 8;
}
.b-root .bubble-element.baTaLaZg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaLaZh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 9;
}
.b-root .bubble-element.baTaLaZi {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaLaZn {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 50px;
  max-height: 50px;
  width: 200px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaLaZs {
  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: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaZu {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaLaZz {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 200px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaLaaE {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaLsaY {
  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: 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: 14;
}
.b-root .bubble-element.baTaLsi {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaMaPs {
  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: 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: 15;
}
.b-root .bubble-element.baTaLaaG {
  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%;
  order: 1;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baTaLaaG> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaMaQaQ {
  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: 60px;
  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.baTaLaaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .baTaLaaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaaM .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.baTaLaaL {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaaW {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  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: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaLts {
  justify-content: space-around;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 16px 16px 16px 16px;
  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: 200px;
}
.b-root .baTaLts.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaLuaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  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: 3;
}
.b-root .bubble-element.baTaLuh {
  overflow: visible;
  justify-content: space-around;
  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.baTaLub {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaLub .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLub .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLuaV {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaLuaV .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLuaV .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaZaT {
  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: 2;
  min-height: 200px;
  height: max-content;
  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.baTaKaCaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 64px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 46px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 32px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaCaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 70px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaKaCaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaKaCaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaCaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 75px;
  order: 6;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaKaCaU {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .baTaKaCaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaCaU .aspect-ratio {
}
.b-root .bubble-element.baTaKaCaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 2;
  min-height: 7px;
  width: 10px;
  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.baTaKaCaW {
  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: 'PilcrowSoftBold';
  font-size: 16px;
  color: rgba(65,76,199,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  order: 3;
  min-height: 36px;
  height: 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.baTaKaCa {
  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: 'PilcrowSoftBold';
  font-size: 16px;
  color: rgba(65,76,199,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 107px;
  order: 4;
  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: 8;
}
.b-root .bubble-element.baTaKaQaO {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 273px;
  order: 8;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaKaQaO .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaQaO .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaWs {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 273px;
  order: 7;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaLaWs .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaWs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLoaP {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 5;
  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: 9;
}
.b-root .baTaLoaP .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLoaP .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaCb {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 6%;
  order: 2;
  min-height: 0px;
  width: 6%;
  flex-grow: 1;
  height: 0px;
  margin-left: 32px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baTaKaCb> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 32px;
}
.b-root .bubble-element.baTaKaCc {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 6px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .baTaKaCc img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaKaCc .aspect-ratio {
}
.b-root .bubble-element.baTaKaCi {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaKyaQ {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 220px;
  height: max-content;
  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.baTaKzaL {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 5;
  min-height: 220px;
  height: max-content;
  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.baTaKaCh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 360px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKzk {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaKlr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 600px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMaNq1 {
  font-family: 'PilcrowSoftBold';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 4px 4px 4px;
  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: start;
  justify-self: end;
  min-width: 120px;
  max-width: 120px;
  min-height: 0px;
  width: 120px;
  height: max-content;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTaMaNq1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaMaNq1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaDe {
  gap: 1px;
  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-end;
  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: 14;
}
.b-root .baTaLaDe> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLaDg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 1;
}
.b-root .baTaLaDg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaDg .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 43.75%;
}
.b-root .bubble-element.baTaLgaF {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 15;
}
.b-root .bubble-element.baTaLhk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 85%;
  max-width: 85%;
  width: 85%;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 1;
}
.b-root .baTaLhk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLhk .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.baTaLhl {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  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: 1;
}
.b-root .bubble-element.baTaLhm {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.baTaLhq {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 0px;
  min-height: 45px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baTaKaFaK {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaKaFaK> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .baTaKaFaK.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaFaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaKaFaQ {
  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: 250px;
  order: 14;
  min-height: 46px;
  height: max-content;
  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 .baTaKaFaQ> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaFaU {
  overflow: visible;
  justify-content: space-between;
  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: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaFaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKaFaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaFa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 23px;
  height: 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.baTaKaQg {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  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 .baTaKaQg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaQg .aspect-ratio {
}
.b-root .bubble-element.baTaKaVe {
  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: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaKaVj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 12px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60px;
  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.baTaKaVk {
  border-radius: 55px;
  -moz-border-radius: 55px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaVk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 55px;
}
.b-root .baTaKaVk .aspect-ratio {
}
.b-root .bubble-element.baTaKaFc {
  overflow: visible;
  justify-content: space-between;
  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: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaFg {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKaFh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaFi {
  overflow: visible;
  justify-content: space-between;
  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: 5;
}
.b-root .bubble-element.baTaKaFm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  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 .baTaKaFm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaFm .aspect-ratio {
}
.b-root .bubble-element.baTaKaFn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 23px;
  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.baTaKaVp {
  overflow: visible;
  justify-content: flex-start;
  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: 11;
}
.b-root .bubble-element.baTaKaVu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 12px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60px;
  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.baTaKaVv {
  border-radius: 55px;
  -moz-border-radius: 55px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaVv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 55px;
}
.b-root .baTaKaVv .aspect-ratio {
}
.b-root .bubble-element.baTaKaFs {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 15;
  min-height: 40px;
  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: 9;
}
.b-root .bubble-element.baTaKaFu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 10;
}
.b-root .baTaKaFu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaFu .aspect-ratio {
}
.b-root .bubble-element.baTaKaPe {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 256px;
  max-width: 512px;
  min-height: 256px;
}
.b-root .baTaKaPe.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaPj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 1;
  min-height: 48px;
  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: 2;
}
.b-root .bubble-element.baTaKaPk {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 210px;
  order: 5;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 24px;
  margin-right: 40px;
  margin-bottom: 24px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaPo {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaPo .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaPo .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPp {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaPp .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaPp .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPq {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 135px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaPq .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaPq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKxaB {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 850px;
  max-width: 850px;
  min-height: 500px;
}
.b-root .baTaKxaB.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKzaF {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 400px;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 3;
}
.b-root .bubble-element.baTaKzu {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 250px;
  min-height: 200px;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaQz2 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaLdo {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 64px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKxaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 0;
}
.b-root .baTaKxaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaKxaG .aspect-ratio {
}
.b-root .bubble-element.baTaLeaA {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  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: 3;
}
.b-root .bubble-element.baTaLeaG {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  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: 3;
}
.b-root .bubble-element.baTaLfa {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 0px;
  min-height: 45px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLjaX {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 0;
}
.b-root .baTaLjaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaLjaX .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaE {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaLaXaE.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaXaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaLaXaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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.baTaLaXaM {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(202, 202, 202, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(202,202,202,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: default;
  align-self: flex-start;
  min-width: 49px;
  order: 9;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaLaXaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaXaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaXaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaXaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 119px;
  order: 6;
  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: 8;
}
.b-root .bubble-element.baTaLaXaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaLaXaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 9;
}
.b-root .bubble-element.baTaLaXaY {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaLaXd {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 50px;
  max-height: 50px;
  width: 200px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaLaXi {
  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: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaXk {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaLaXp {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 200px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaLaXu {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaLqr {
  overflow: visible;
  justify-content: space-between;
  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: 14;
}
.b-root .bubble-element.baTaLaXw {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: 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: 13;
}
.b-root .baTaLaXw> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLaYaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 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.baTaLaYaB {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaYaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .baTaLaYaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaC .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.baTaLry {
  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: 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.baTaLsaF {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaYaM {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  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: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaLtx {
  justify-content: space-around;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 16px 16px 16px 16px;
  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: 200px;
}
.b-root .baTaLtx.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaLus {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  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: 3;
}
.b-root .bubble-element.baTaLut {
  overflow: visible;
  justify-content: space-around;
  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.baTaLuu {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaLuu .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLuu .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLuy {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaLuy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLuy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaOf {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJks {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 6px;
  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 .baTaJks .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJks .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJky {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  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.baTaJaPaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 10px;
  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.baTaJaOw {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 6;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaOr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 10px;
  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.baTaJaOq {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 4;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaOm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  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.baTaJaOl {
  color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaOk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 10px;
  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.baTaKeaK {
  overflow: visible;
  visibility: hidden;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaKeaE {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.15);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 200px;
  min-height: 250px;
  max-height: 250px;
  width: calc(100% - 0px);
  height: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .baTaKeaE> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKeu {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 300px;
  max-width: 300px;
  min-height: 190px;
  max-height: 190px;
  width: 300px;
  height: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 200px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKfaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_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% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKfaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 25px;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKfaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 20px;
  color: var(--color_primary_contrast_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% - 20px);
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKfaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKfe {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaKeaR {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-auto-columns: 40px;
  grid-auto-flow: column;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 100px;
  max-width: 200px;
  min-height: 20px;
  max-height: 20px;
  width: calc(100% - 0px);
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 1;
}
.b-root .baTaKeaR> .group-item {
  min-width: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKee {
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.b-root .baTaKee .aspect-ratio {
}
.b-root .bubble-element.baTaMaRaM0 {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 850px;
  max-width: 850px;
  min-height: 500px;
}
.b-root .baTaMaRaM0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaMaRaO0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 64px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaMaRaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 0px;
  min-height: 45px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMaRaT0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  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: 3;
}
.b-root .bubble-element.baTaMaRaU0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  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: 2;
}
.b-root .bubble-element.baTaMaRaY0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 1;
}
.b-root .baTaMaRaY0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaMaRaY0 .aspect-ratio {
}
.b-root .bubble-element.baTaMaRaZ0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaJaWaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-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;
  z-index: 18;
}
.b-root .bubble-element.baTaGzaW {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 0px 0px 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 80px;
  max-height: 80px;
  width: calc(100% - 0px);
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHbp {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 1120px;
  max-width: 1120px;
  min-height: 76px;
  max-height: 76px;
  width: 1120px;
  height: 76px;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaGzaC {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 12px;
  left: 846px;
  width: 274px;
  height: 40px;
  z-index: 3;
}
.b-root .bubble-element.baTaGzaP {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0,0,0,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 166px;
  width: 108px;
  height: 40px;
  z-index: 1;
}
.b-root .bubble-element.baTaGzaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 16px;
  width: 76px;
  height: 16px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaPaT {
  font-family: 'PilcrowSoftBold';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 158px;
  height: 40px;
  z-index: 0;
}
.b-root .baTaHaPaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHaPaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaGya {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 12px;
  left: 160px;
  width: 679px;
  height: 40px;
  z-index: 2;
}
.b-root .bubble-element.baTaGyg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  top: 4px;
  left: 64px;
  width: 2px;
  height: 32px;
  z-index: 2;
}
.b-root .baTaGyg .aspect-ratio {
}
.b-root .bubble-element.baTaGyh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 12px;
  left: 78px;
  width: 67px;
  height: 16px;
  z-index: 3;
}
.b-root .bubble-element.baTaGyk {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  top: 4px;
  left: 157px;
  width: 2px;
  height: 32px;
  z-index: 4;
}
.b-root .baTaGyk .aspect-ratio {
}
.b-root .bubble-element.baTaGyn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 12px;
  left: 171px;
  width: 73px;
  height: 16px;
  z-index: 5;
}
.b-root .bubble-element.baTaGyq {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  top: 4px;
  left: 256px;
  width: 2px;
  height: 32px;
  z-index: 6;
}
.b-root .baTaGyq .aspect-ratio {
}
.b-root .bubble-element.baTaGyw {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  top: 4px;
  left: 545px;
  width: 2px;
  height: 32px;
  z-index: 9;
}
.b-root .baTaGyw .aspect-ratio {
}
.b-root .bubble-element.baTaHca {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 0px 0px 0px;
  opacity: 1;
  top: 28px;
  left: 0px;
  width: 170px;
  height: 213px;
  z-index: 1;
}
.b-root .bubble-element.baTaHcr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHcx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHdaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHdaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHdaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHdaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHdb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHdn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 0px;
  width: 62px;
  height: 16px;
  z-index: 0;
}
.b-root .bubble-element.baTaHdh {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaGyd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 49px;
  max-width: 49px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 49px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaHeaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 270px;
  width: 263px;
  height: 16px;
  z-index: 7;
}
.b-root .bubble-element.baTaHdy {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaGyt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 251px;
  max-width: 251px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 251px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHeaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 559px;
  width: 123px;
  height: 16px;
  z-index: 10;
}
.b-root .bubble-element.baTaHeaE {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaGyz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 111px;
  max-width: 111px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 111px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaHed {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 0px 0px 0px;
  opacity: 1;
  top: 28px;
  left: 270px;
  width: 220px;
  height: 124px;
  z-index: 8;
}
.b-root .bubble-element.baTaHei {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHej {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHek {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHeo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHew {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 0px 0px 0px;
  opacity: 1;
  top: 28px;
  left: 559px;
  width: 220px;
  height: 154px;
  z-index: 11;
}
.b-root .bubble-element.baTaHfaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHfaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHfaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHfaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHfaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHbd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 866px;
  width: 284px;
  height: 143px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaZq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 17px;
  height: 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.baTaHaaD {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(244, 244, 244, 1);
  border-radius: 120px;
  -moz-border-radius: 120px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaaI {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 43px;
  max-width: 43px;
  min-height: 43px;
  max-height: 43px;
  width: 43px;
  height: 43px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaaQ {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  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: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 5;
}
.b-root .bubble-element.baTaMaFm {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaLwaA {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  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: 0;
}
.b-root .bubble-element.baTaMaGaI {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 7px;
  max-width: 7px;
  min-height: 7px;
  max-height: 7px;
  width: 7px;
  height: 7px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 7px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baTaMaGaI .aspect-ratio {
}
.b-root .bubble-element.baTaHan {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 13px;
  order: 3;
  min-height: 2px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baTaHan .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHan .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaGyaX {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 128px;
  height: 128px;
  z-index: 1;
}
.b-root .bubble-element.baTaHkaX {
  color: var(--color_primary_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHkv {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 300px;
  min-height: 100px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaHiaM {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 564px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHia {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  order: 10;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTaHif {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 67px;
  order: 11;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .bubble-element.baTaJgq {
  font-family: 'PilcrowSoftBold';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 73px;
  order: 1;
  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: 0;
}
.b-root .baTaJgq .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJgq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHjaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaHim {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHiq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHir {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHis {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHiw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHix {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHiy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHjaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHjaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 13;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHjaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHja {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 15;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHjb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHjaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 17;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaHjg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 18;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHji {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 19;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHjh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 20;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHjm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 21;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaHjn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 22;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 0;
}
.b-root .bubble-element.baTaKbp {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaRy {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 300px;
  min-height: 248px;
}
.b-root .baTaKaRy.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaSaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaSaY {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 160px;
  order: 3;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaKaSaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaSaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaMaAo0 {
  min-width: 0px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2109;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(202, 202, 202, 1);
  border-radius: 10px;
  -moz-border-radius: 10px;
}
.b-root .bubble-element.baTaMaAu0 {
  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: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMaAu0> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaMaEaW0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 16px 0px 16px;
  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: 2;
}
.b-root .bubble-element.baTaMaAz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  padding: 16px 16px 16px 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70%;
  order: 2;
  min-height: 45px;
  width: 70%;
  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.baTaMaEaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaMaGaP {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 7px;
  max-height: 7px;
  width: 7px;
  flex-grow: 1;
  height: 7px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baTaMaGaP .aspect-ratio {
}
.b-root .bubble-element.baTaMaHaY0 {
  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: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMaHaY0> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaMaHd0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 16px 0px 16px;
  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: 2;
}
.b-root .bubble-element.baTaMaHi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  padding: 16px 16px 16px 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70%;
  order: 2;
  min-height: 45px;
  width: 70%;
  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.baTaMaHj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 45px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaMaHe0 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 7px;
  max-height: 7px;
  width: 7px;
  flex-grow: 1;
  height: 7px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baTaMaHe0 .aspect-ratio {
}
.b-root .bubble-element.baTaMaFf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 1000px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 90px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaIjd {
  overflow: hidden auto;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 286px;
  max-width: 1920px;
  order: 8;
  min-height: 800px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 0px;
  margin-right: 120px;
  margin-bottom: 72px;
  z-index: 3;
}
.b-root .bubble-element.baTaIje {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 56px;
  margin-right: 40px;
  margin-bottom: 56px;
  z-index: 3;
}
.b-root .bubble-element.baTaIkaG {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 4;
  min-height: 166px;
  width: 280px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaIkaG> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIkaH {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 20px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 260px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaIkaH> .group-item {
  min-height: 20px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaIkaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  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% - 24px);
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .bubble-element.baTaIkaM {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(228, 46, 20, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 133px;
  order: 7;
  min-height: 11px;
  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: 3;
}
.b-root .baTaIkaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIkaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIkaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(123,123,126,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  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.baTaIkaO {
  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: 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.baTaIkaS {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaIkaS img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIkaS .aspect-ratio {
}
.b-root .bubble-element.baTaIkaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 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.baTaIkaU {
  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: 7;
}
.b-root .bubble-element.baTaIkaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 78px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJtaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 73px;
  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: 8;
}
.b-root .bubble-element.baTaJtaK {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  order: 3;
  min-height: 6px;
  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;
  z-index: 9;
}
.b-root .baTaJtaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaJtaK .aspect-ratio {
}
.b-root .bubble-element.baTaJtm {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaJtt {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 7;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaKok {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 9;
  min-height: 200px;
  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;
  z-index: 10;
}
.b-root .bubble-element.baTaKqaA0 {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 133px;
  order: 6;
  min-height: 11px;
  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: 3;
}
.b-root .baTaKqaA0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKqaA0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIka {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 92px;
  order: 1;
  min-height: 23px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIka .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIka .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIji {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 166px;
  width: 280px;
  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.baTaIjj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 24px;
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIjk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 183px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIjo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaIjo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaIjo .aspect-ratio {
}
.b-root .bubble-element.baTaIjp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 91px;
  order: 7;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  z-index: 5;
}
.b-root .bubble-element.baTaIjq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 24px 0px 24px;
  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: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIju {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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 .baTaIju img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIju .aspect-ratio {
}
.b-root .bubble-element.baTaIjv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 115px;
  order: 1;
  min-height: 0px;
  width: 115px;
  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.baTaIjw {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 138px;
  order: 8;
  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: 20px;
  z-index: 3;
}
.b-root .bubble-element.baTaIkaA {
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaIkaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 8px;
}
.b-root .baTaIkaA .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.53333333333333%;
}
.b-root .bubble-element.baTaIkaB {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  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: 6;
}
.b-root .bubble-element.baTaIkaC {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  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;
  z-index: 7;
}
.b-root .bubble-element.baTaIke {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 23px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 56px;
  margin-right: 40px;
  margin-bottom: 56px;
  z-index: 4;
}
.b-root .baTaIke> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIkg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(300px, 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: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaIkg> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKlaH {
  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: 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: 3;
}
.b-root .bubble-element.baTaKlaM {
  overflow: visible;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 282px;
  max-width: 282px;
  order: 1;
  min-height: 192px;
  max-height: 192px;
  height: 192px;
  flex-grow: 1;
  width: 282px;
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaKlaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 46px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaQaU2 {
  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: 6;
}
.b-root .bubble-element.baTaIkf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  order: 1;
  min-height: 1px;
  width: 170px;
  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.baTaLaQh2 {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaLaQh2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaQh2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIkl {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 300px;
  max-width: 1120px;
  min-height: 200px;
}
.b-root .baTaIkl.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaIkm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 49px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .bubble-element.baTaIkq {
  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: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaIkr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIks {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  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.baTaIkw {
  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: 150px;
  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;
  z-index: 5;
}
.b-root .bubble-element.baTaIkx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIlaC {
  overflow: visible;
  justify-content: flex-start;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaIlaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIlaI {
  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: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .baTaIlaI> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIlaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIlaK {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 19px;
  order: 2;
  min-height: 8px;
  height: max-content;
  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 .baTaIlaK> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaIlaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 2;
}
.b-root .bubble-element.baTaIlaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 31px;
  max-width: 31px;
  order: 2;
  min-height: 31px;
  max-height: 31px;
  width: 31px;
  flex-grow: 1;
  height: 31px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaIlaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIlaP .aspect-ratio {
}
.b-root .bubble-element.baTaIlaQ {
  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: 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;
  z-index: 5;
}
.b-root .bubble-element.baTaIlaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIlaV {
  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: 5;
}
.b-root .bubble-element.baTaIlaW {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: 60px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIlb {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .baTaIlb> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIlc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIlg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  order: 2;
  min-height: 8px;
  height: max-content;
  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 .baTaIlg> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaIlh {
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .baTaIlh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 8px;
}
.b-root .baTaIlh .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.53333333333333%;
}
.b-root .bubble-element.baTaIli {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 31px;
  max-width: 31px;
  order: 2;
  min-height: 31px;
  max-height: 31px;
  width: 31px;
  flex-grow: 1;
  height: 31px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.b-root .baTaIli img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIli .aspect-ratio {
}
.b-root .bubble-element.baTaIlm {
  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;
  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;
  z-index: 5;
}
.b-root .bubble-element.baTaIln {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaIlo {
  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: 5;
}
.b-root .bubble-element.baTaIls {
  color: var(--color_primary_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 31px;
  max-width: 31px;
  order: 2;
  min-height: 31px;
  max-height: 31px;
  width: 31px;
  flex-grow: 1;
  height: 31px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIlu {
  overflow: visible;
  justify-content: space-around;
  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: 7;
}
.b-root .bubble-element.baTaIly {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 2;
  min-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaIly .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIly .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIlz {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaIlz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIlz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaImaA {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaImaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaImaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaLf {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 300px;
  max-width: 1120px;
  min-height: 800px;
}
.b-root .baTaJaLf.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaJaLk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 49px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .bubble-element.baTaJaLl {
  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: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaJaLm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaJaLq {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  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.baTaJaLr {
  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: 200px;
  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;
  z-index: 5;
}
.b-root .bubble-element.baTaJaLs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.baTaJaLx {
  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: 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;
  z-index: 5;
}
.b-root .bubble-element.baTaJaLy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaJaMaC {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  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: 4;
}
.b-root .bubble-element.baTaJaMaD {
  overflow: visible;
  justify-content: space-around;
  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;
  z-index: 7;
}
.b-root .bubble-element.baTaJaMaE {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaJaMaE .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaMaE .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaMaI {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaJaMaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaMaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaMaJ {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 2;
  min-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaJaMaJ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaMaJ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaXaG0 {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 4;
  min-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaJaXaG0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaXaG0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJpm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 119px;
  order: 5;
  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: 8;
}
.b-root .bubble-element.baTaJps {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaJpy {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 9;
}
.b-root .baTaJpy> .bubble-r-container {
  justify-content: space-around;
}
.b-root .bubble-element.baTaJraR {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  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;
  z-index: 11;
}
.b-root .bubble-element.baTaKpaC {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  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% - 100px);
  margin-left: 50px;
  margin-top: 20px;
  margin-right: 50px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaJaXs0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 9;
  min-height: 47px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaJaXs0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaJaXx0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJaYaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  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.baTaJlq {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 6px;
  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 .baTaJlq .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJlq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaYaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 233px;
  order: 4;
  min-height: 88px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJaYaJ0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 6;
  min-height: 134px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaJaYaJ0> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJaYaK0 {
  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: 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.baTaJaYaO0 {
  overflow: visible;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 282px;
  max-width: 282px;
  order: 1;
  min-height: 192px;
  max-height: 192px;
  height: 192px;
  flex-grow: 1;
  width: 282px;
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaJjaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 34px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 3;
}
.b-root .bubble-element.baTaKsz {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaKsz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKsz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaYa0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 10;
  min-height: 212px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaJaYa0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaJaYg0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 335px;
  order: 5;
  min-height: 30px;
  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.baTaJaYh0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 320px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaYi0 {
  color: var(--color_primary_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: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaJaYm0 {
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 2;
  min-height: 30px;
  width: 35px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJaYn0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 370px;
  max-width: 395px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 370px;
  flex-grow: 1;
  height: 40px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaYo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 73px;
  order: 1;
  min-height: 21px;
  width: 73px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJaYy0 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 1px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaJaYy0 .aspect-ratio {
}
.b-root .bubble-element.baTaKaTf {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 0px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 238px;
  max-width: 263px;
  order: 8;
  min-height: 40px;
  width: 238px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaKaTf> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaTk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 76px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJaZaE0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaZaF0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.b-root .baTaJaZaF0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaJaZaF0 .aspect-ratio {
}
.b-root .bubble-element.baTaJaZaQ0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJmaH {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 6px;
  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 .baTaJmaH .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJmaH .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJmaN {
  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: 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.baTaJaZaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  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: 2;
}
.b-root .bubble-element.baTaJaZaX0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 4;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaZaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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;
  z-index: 2;
}
.b-root .bubble-element.baTaJaZc0 {
  overflow: visible;
  justify-content: space-between;
  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: 48px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaZd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  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: 3;
}
.b-root .bubble-element.baTaJaZe0 {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJaZe0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaZe0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaZi0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  order: 8;
  min-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaJaZi0> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJaZj0 {
  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: 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.baTaJaZk0 {
  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: 200px;
  height: max-content;
  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.baTaJnaV {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 136px;
  order: 6;
  min-height: 6px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKuaG {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 150px;
  max-width: 150px;
  order: 2;
  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: 12;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaKuaG .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKuaG .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJae0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 11;
  min-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJag0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 300px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJak0 {
  overflow: visible;
  justify-content: space-between;
  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: 48px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baTaJal0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  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: 3;
}
.b-root .bubble-element.baTaJam0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 59px;
  height: 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.baTaJaq0 {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(233,233,233,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 22px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baTaJaq0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaJar0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 166px;
  order: 1;
  min-height: 19px;
  height: 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.baTaJas0 {
  gap: 0px;
  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: 300px;
  order: 4;
  min-height: 34px;
  height: max-content;
  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 .baTaJas0> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaGd {
  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: 1;
  min-height: 200px;
  height: max-content;
  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.baTaKaGj {
  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: 2;
  min-height: 200px;
  height: max-content;
  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.baTaJbb0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJmg {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 6px;
  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 .baTaJmg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJmg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJmm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  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.baTaJbo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 10px;
  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.baTaJbn0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 4;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJbm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  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.baTaJbi0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJbh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 10px;
  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.baTaKuaZ {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 150px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaKuaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKuaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJcaQ0 {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaJcaQ0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .baTaJcaQ0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaJcaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaJcaW0 {
  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: 250px;
  order: 14;
  min-height: 46px;
  height: max-content;
  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 .baTaJcaW0> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJcaX0 {
  overflow: visible;
  justify-content: space-between;
  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: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 10;
}
.b-root .bubble-element.baTaJcaY0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaJcc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaJcd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 23px;
  height: 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.baTaJce0 {
  border-radius: 55px;
  -moz-border-radius: 55px;
  opacity: 1;
  align-self: flex-end;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaJce0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 55px;
}
.b-root .baTaJce0 .aspect-ratio {
}
.b-root .bubble-element.baTaJdg0 {
  overflow: visible;
  justify-content: space-between;
  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: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 10;
}
.b-root .bubble-element.baTaJdl0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaJdm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaJfj0 {
  overflow: visible;
  justify-content: space-between;
  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: 5;
}
.b-root .bubble-element.baTaJfd0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  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 .baTaJfd0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaJfd0 .aspect-ratio {
}
.b-root .bubble-element.baTaJdq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 14px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 23px;
  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.baTaJdr0 {
  border-radius: 55px;
  -moz-border-radius: 55px;
  opacity: 1;
  align-self: flex-end;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 55px;
  max-height: 55px;
  width: 55px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaJdr0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 55px;
}
.b-root .baTaJdr0 .aspect-ratio {
}
.b-root .bubble-element.baTaJdaC0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 15;
  min-height: 40px;
  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: 9;
}
.b-root .bubble-element.baTaJdaO0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 10;
}
.b-root .baTaJdaO0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaJdaO0 .aspect-ratio {
}
.b-root .bubble-element.baTaMaKaL {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 850px;
  max-width: 850px;
  min-height: 500px;
}
.b-root .baTaMaKaL.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaMaKaW {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 64px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaMaKd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 0px;
  min-height: 45px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMaKc {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  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: 3;
}
.b-root .bubble-element.baTaMaKaY {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  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: 2;
}
.b-root .bubble-element.baTaMaKaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 1;
}
.b-root .baTaMaKaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaMaKaX .aspect-ratio {
}
.b-root .bubble-element.baTaMaKi {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaMaIaT0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 80px 120px 32px 120px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 200px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 90px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaIng {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 450px;
  min-height: 200px;
}
.b-root .baTaIng.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaInk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaInl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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.baTaInm {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaInq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  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: 3;
}
.b-root .bubble-element.baTaIns {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 49px;
  order: 9;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIns .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIns .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaWaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 20px;
  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: 3;
}
.b-root .bubble-element.baTaIoh {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 450px;
  min-height: 200px;
}
.b-root .baTaIoh.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaIoi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaIom {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIon {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIoo {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 49px;
  order: 5;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIoo .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIoo .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIos {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaIyv {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1920px;
  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: 9;
}
.b-root .bubble-element.baTaIyk {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  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 .baTaIyk> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIoaC {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 96px;
  height: max-content;
  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 .baTaIoaC> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJym {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 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: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .bubble-element.baTaJyr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJys {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(123,123,126,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  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.baTaJyw {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 133px;
  order: 10;
  min-height: 11px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .baTaJyw .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJyw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJyx {
  overflow: visible;
  justify-content: flex-start;
  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: 5;
}
.b-root .bubble-element.baTaJyy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 78px;
  order: 1;
  min-height: 40px;
  max-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;
  z-index: 4;
}
.b-root .bubble-element.baTaJzaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 73px;
  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: 8;
}
.b-root .bubble-element.baTaJzaD {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  order: 1;
  min-height: 6px;
  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;
  z-index: 9;
}
.b-root .baTaJzaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaJzaD .aspect-ratio {
}
.b-root .bubble-element.baTaJzaI {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 5;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaJzaJ {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaDq0 {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 133px;
  order: 9;
  min-height: 11px;
  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: 3;
}
.b-root .baTaLaDq0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaDq0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaInw {
  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: 24px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 5;
}
.b-root .bubble-element.baTaInx {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 163px;
  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;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaInx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaInx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIny {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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.baTaIoaV {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaIoaV> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIoaW {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 96px;
  height: max-content;
  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 .baTaIoaW> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJaSaD {
  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: 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.baTaIoa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 200px;
  height: max-content;
  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.baTaIaWaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 400px;
  order: 1;
  min-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIaWaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIaWaK {
  overflow: visible;
  justify-content: flex-start;
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaIaWaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 2;
  padding: 0px 10px 0px 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 2;
  min-height: 18px;
  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.baTaIaWaQ {
  overflow: visible;
  justify-content: space-between;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaIaWaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 22px;
  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.baTaKaYaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  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: 7;
}
.b-root .bubble-element.baTaKaYaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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;
  z-index: 6;
}
.b-root .baTaKaYaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYaK .aspect-ratio {
}
.b-root .bubble-element.baTaIaWaU {
  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;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaIaWaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIaWaU .aspect-ratio {
}
.b-root .bubble-element.baTaIaWy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIaWaW {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 352px;
  min-height: 200px;
}
.b-root .baTaIaWaW.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaIaWa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaIaWb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIaWc {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIaWg {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 49px;
  order: 5;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIaWg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIaWg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIaXaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaKaYaQ {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 256px;
  max-width: 512px;
  min-height: 256px;
}
.b-root .baTaKaYaQ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaYaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 1;
  min-height: 48px;
  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: 2;
}
.b-root .bubble-element.baTaKaYaW {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 210px;
  order: 5;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 24px;
  margin-right: 40px;
  margin-bottom: 24px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaYaX {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaYaX .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaYaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaYaY {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaYaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaYaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaYc {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 135px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaYc .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaYc .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaYd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIob {
  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: 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: 24px;
  z-index: 5;
}
.b-root .bubble-element.baTaIoc {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 163px;
  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;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIoc .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIoc .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaIog {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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.baTaIoaI {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  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: 7;
}
.b-root .baTaIoaI> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIoaJ {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 96px;
  height: max-content;
  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 .baTaIoaJ> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaIoaK {
  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: 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.baTaIoaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 200px;
  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.baTaIaHu {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 400px;
  order: 1;
  min-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIaIaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIaIaE {
  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;
  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 .bubble-element.baTaIaIaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 2;
  min-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 3;
}
.b-root .bubble-element.baTaIaIaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 1;
  min-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 3;
}
.b-root .bubble-element.baTaIaIaY {
  overflow: visible;
  justify-content: space-between;
  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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaIaHz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 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: 3;
}
.b-root .bubble-element.baTaKaXt {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  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: 7;
}
.b-root .bubble-element.baTaIaIaS {
  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;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaIaIaS img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIaIaS .aspect-ratio {
}
.b-root .bubble-element.baTaKaWs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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;
  z-index: 6;
}
.b-root .baTaKaWs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaWs .aspect-ratio {
}
.b-root .bubble-element.baTaJve {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  order: 7;
  height: max-content;
  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 .baTaJve img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaJve .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 75%;
}
.b-root .bubble-element.baTaIaKh {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 352px;
  min-height: 200px;
}
.b-root .baTaIaKh.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaIaKm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaIaKn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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.baTaIaKo {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIaKu {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 49px;
  order: 6;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIaKu .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIaKu .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaWaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKaWy {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 256px;
  max-width: 512px;
  min-height: 256px;
}
.b-root .baTaKaWy.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaXaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 1;
  min-height: 48px;
  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: 2;
}
.b-root .bubble-element.baTaKaXaE {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 210px;
  order: 5;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 24px;
  margin-right: 40px;
  margin-bottom: 24px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaXaI {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 3;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaXaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaXaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaXaJ {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 135px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaXaJ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaXaJ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaXaK {
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 135px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaXaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaXaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaXaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIoaP {
  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: 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: 24px;
  z-index: 5;
}
.b-root .bubble-element.baTaIoaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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.baTaKaWe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 20px;
  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: 7;
}
.b-root .bubble-element.baTaIoaQ {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 163px;
  order: 4;
  min-height: 23px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaIoaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaIoaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJxaK {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 177px;
  order: 1;
  min-height: 30px;
  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 .baTaJxaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJxaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLlaI {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaLlaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLlaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaMgf {
  color: var(--color_primary_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: 1;
  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: 12;
}
.b-root .bubble-element.baTaIzaH {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 7;
  min-height: 212px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 40px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaIzaH> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIzaM {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJng {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 6px;
  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 .baTaJng .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJng .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJnm {
  overflow: visible;
  justify-content: flex-start;
  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: 6;
}
.b-root .bubble-element.baTaIzaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  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.baTaIzaO {
  color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIzaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 10px;
  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.baTaIzaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 300px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaIzaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 335px;
  order: 6;
  min-height: 30px;
  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.baTaIza {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 320px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIze {
  color: var(--color_primary_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: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaIzf {
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 2;
  min-height: 30px;
  width: 35px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIzg {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 370px;
  max-width: 395px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 370px;
  flex-grow: 1;
  height: 40px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIzk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 73px;
  order: 1;
  min-height: 21px;
  width: 73px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIzr {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 1px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaIzr .aspect-ratio {
}
.b-root .bubble-element.baTaKaTw {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 0px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 238px;
  max-width: 263px;
  order: 8;
  min-height: 40px;
  width: 238px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaKaTw> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaTy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 76px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaIzx {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaIzy {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.b-root .baTaIzy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaIzy .aspect-ratio {
}
.b-root .bubble-element.baTaJaAaV {
  overflow: visible;
  justify-content: space-between;
  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: 48px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaAaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  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: 3;
}
.b-root .bubble-element.baTaJaAa {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJaAa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaAa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaAb {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  order: 8;
  min-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaJaAb> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJaCa {
  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: 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.baTaJaAc {
  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: 200px;
  height: max-content;
  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.baTaJoc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 136px;
  order: 7;
  min-height: 6px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKvaU {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 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: 12;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaKvaU .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKvaU .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaBaX {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaJaBaX.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaJaBc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaJaBd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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.baTaJaBi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  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: 3;
}
.b-root .bubble-element.baTaJaBk {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 49px;
  order: 14;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJaBk .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaBk .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaBo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJaBp {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.15);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaJaBq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJaBv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  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: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaFaM0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaFaS0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  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: 14;
}
.b-root .baTaLaFaS0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baTaLaFaY0 {
  color: var(--color_primary_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 7;
  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: 14;
}
.b-root .bubble-element.baTaLaFd0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  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: 13;
}
.b-root .baTaLaFd0> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLaKn2 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaFj0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0%;
  order: 1;
  width: 0%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
}
.b-root .baTaLaFj0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaFj0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.baTaJaCr {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 10;
  min-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJaCw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaJoaF {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 6px;
  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 .baTaJoaF .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJoaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJoaL {
  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: 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.baTaJaEaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 10px;
  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.baTaJaDy {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 4;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaDaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  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.baTaJaCy {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaCx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 10px;
  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.baTaJaDaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 300px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaJaDi {
  overflow: visible;
  justify-content: space-between;
  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: 48px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaDm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  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: 3;
}
.b-root .bubble-element.baTaJaDn {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJaDn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaDn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaFg {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(233,233,233,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 22px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baTaJaFg> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaJaFw {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 166px;
  order: 1;
  min-height: 19px;
  height: 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.baTaJaGaC {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  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: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJaGaC .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaGaC .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaHaS {
  gap: 0px;
  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: 300px;
  order: 3;
  min-height: 34px;
  height: max-content;
  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 .baTaJaHaS> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJaRaB {
  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: 3;
}
.b-root .bubble-element.baTaKaBaY {
  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: 1;
  min-height: 200px;
  height: max-content;
  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.baTaKaCn {
  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: 3;
  min-height: 200px;
  height: max-content;
  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.baTaJaUaA {
  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: 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.baTaJaTo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: 40px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaJaTq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.b-root .baTaJaTq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaJaTq .aspect-ratio {
}
.b-root .bubble-element.baTaJaEaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 59px;
  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.baTaKtu {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 150px;
  max-width: 150px;
  order: 2;
  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: 12;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaKtu .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKtu .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaGaP {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 600px;
  min-height: 200px;
}
.b-root .baTaJaGaP.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaJaGaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  order: 1;
  min-height: 33px;
  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: 2;
}
.b-root .bubble-element.baTaJaGaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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.baTaJaGc {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 49px;
  order: 8;
  min-height: 14px;
  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: 7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJaGc .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaGc .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaGi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJzaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 119px;
  order: 6;
  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: 8;
}
.b-root .bubble-element.baTaJzb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaJzc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 9;
}
.b-root .baTaJzc> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 20px;
}
.b-root .bubble-element.baTaKaAaG {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaJzm {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 50px;
  max-height: 50px;
  width: 200px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaLaBaO {
  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: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaKaAaS {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaJzu {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 200px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaKlaY {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaLaDaI {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(max-content, auto));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baTaLaDaI> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLaDaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaBaW {
  color: var(--color_primary_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaTaK2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .baTaLaTaK2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaK2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}
.b-root .bubble-element.baTaLaEz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: var(--color_destructive_default);
  line-height: 1.4;
  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: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaJyaH {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1920px;
  order: 16;
  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.baTaJvq {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 286px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 72px;
  z-index: 3;
}
.b-root .bubble-element.baTaJxi {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 138px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 56px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJxk {
  overflow: visible;
  border-style: solid;
  border-width: 7px;
  border-color: rgba(244, 244, 244, 1);
  border-radius: 120px;
  -moz-border-radius: 120px;
  opacity: 1;
  align-self: flex-start;
  min-width: 240px;
  max-width: 240px;
  order: 1;
  min-height: 240px;
  max-height: 240px;
  width: 240px;
  flex-grow: 1;
  height: 240px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJxo {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 190px;
  max-width: 190px;
  min-height: 190px;
  max-height: 190px;
  width: 190px;
  height: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJxp {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 694px;
  order: 3;
  min-height: 152px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJxq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 44px;
  height: max-content;
  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.baTaJxu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 7px;
  height: max-content;
  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.baTaJxv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 55px;
  height: max-content;
  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.baTaKva {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 150px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaKva .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKva .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJvs {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 56px;
  margin-right: 40px;
  margin-bottom: 56px;
  z-index: 3;
}
.b-root .bubble-element.baTaJwaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 6;
  min-height: 166px;
  width: 280px;
  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.baTaJwaV {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 20px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 260px;
  order: 3;
  min-height: 300px;
  height: 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 .baTaJwaV> .group-item {
  min-height: 20px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaJwaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  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% - 24px);
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .bubble-element.baTaJwa {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(228, 46, 20, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 133px;
  order: 7;
  min-height: 11px;
  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: 3;
}
.b-root .baTaJwa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJwa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJwb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(123,123,126,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  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.baTaJwc {
  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: 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.baTaJwh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 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.baTaJwi {
  overflow: hidden auto;
  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: 7;
}
.b-root .bubble-element.baTaJwm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 78px;
  order: 1;
  min-height: 40px;
  max-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;
  z-index: 4;
}
.b-root .bubble-element.baTaJwn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 73px;
  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: 8;
}
.b-root .bubble-element.baTaJwo {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  order: 1;
  min-height: 6px;
  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;
  z-index: 9;
}
.b-root .baTaJwo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaJwo .aspect-ratio {
}
.b-root .bubble-element.baTaJwt {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaJwu {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 5;
  min-height: 9px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.baTaKow {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 7;
  min-height: 200px;
  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;
  z-index: 10;
}
.b-root .bubble-element.baTaKpa0 {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(228,46,20,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 133px;
  order: 6;
  min-height: 11px;
  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: 3;
}
.b-root .baTaKpa0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKpa0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJvw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 260px;
  order: 1;
  min-height: 166px;
  width: 260px;
  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.baTaJvx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 24px;
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJvy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 183px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJwaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaJwaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaJwaC .aspect-ratio {
}
.b-root .bubble-element.baTaJwaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 91px;
  order: 5;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  z-index: 5;
}
.b-root .bubble-element.baTaJwaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 24px 0px 24px;
  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: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaJwaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 115px;
  order: 1;
  min-height: 0px;
  width: 115px;
  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.baTaJwaK {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 138px;
  order: 6;
  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: 20px;
  z-index: 3;
}
.b-root .bubble-element.baTaJwaO {
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaJwaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 8px;
}
.b-root .baTaJwaO .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.53333333333333%;
}
.b-root .bubble-element.baTaJwaP {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  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: 6;
}
.b-root .bubble-element.baTaJwaQ {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  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;
  z-index: 7;
}
.b-root .bubble-element.baTaJyaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 286px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 0px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaJyaA {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  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: 200px;
  max-width: 200px;
  order: 1;
  min-height: 40px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaJyaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJyaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaCaG {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  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: 800px;
  max-width: 800px;
  min-height: 0px;
}
.b-root .baTaLaCaG.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaCaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 64px);
  height: max-content;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 2;
}
.b-root .baTaLaCaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaLaCaL .aspect-ratio {
}
.b-root .bubble-element.baTaLaRu2 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  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: 3;
}
.b-root .bubble-element.baTaLla {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 1920px;
  order: 20;
  min-height: 212px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-top: 80px;
  margin-right: 120px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaLla> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaLlc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 300px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 300px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLlg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 335px;
  order: 7;
  min-height: 30px;
  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.baTaLlh {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 320px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 250px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaLli {
  color: var(--color_primary_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: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaLlm {
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Asap';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  opacity: 1;
  align-self: center;
  min-width: 35px;
  order: 2;
  min-height: 30px;
  width: 35px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLln {
  overflow: visible;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 208px;
  max-width: 395px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaLlo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 73px;
  max-width: 0px;
  order: 1;
  min-height: 21px;
  width: 73px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLls {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 1px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLls .aspect-ratio {
}
.b-root .bubble-element.baTaLlt {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 0px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 238px;
  max-width: 263px;
  order: 3;
  min-height: 40px;
  width: 238px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaLlt> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLlu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 16px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 76px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLly {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaLlz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.b-root .baTaLlz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLlz .aspect-ratio {
}
.b-root .bubble-element.baTaLmaE {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(211,211,212,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaLmaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 16px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.b-root .baTaLmaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLmaF .aspect-ratio {
}
.b-root .bubble-element.baTaLmaK {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68px;
  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.baTaLmaL {
  font-family: 'PilcrowSoftBold';
  font-size: 16px;
  font-weight: bold;
  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: 0px;
  -moz-border-radius: 0px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 6px;
  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 .baTaLmaL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLmaL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLmaY {
  overflow: visible;
  justify-content: space-between;
  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: 48px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baTaLmc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 40px;
  font-weight: bold;
  color: rgba(228,46,20,1);
  line-height: 1.4;
  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: 3;
}
.b-root .bubble-element.baTaLme {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  order: 8;
  min-height: 212px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLme> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLmi {
  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;
  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.baTaLmj {
  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: 200px;
  height: max-content;
  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.baTaMaaH {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 48px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 64px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 294px;
  order: 3;
  min-height: 380px;
  height: max-content;
  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.baTaMaaO {
  overflow: visible;
  justify-content: center;
  row-gap: 32px;
  column-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 325px;
  order: 7;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 110px);
  margin-left: 55px;
  margin-top: 0px;
  margin-right: 55px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMaaS {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMaaS> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baTaMaaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 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.baTaMaaU {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 120px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 213px;
  order: 2;
  min-height: 172px;
  height: max-content;
  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 .baTaMaaU> .group-item {
  min-width: 120px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaMaaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMaaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92px;
  order: 3;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaMaa {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMgaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMgaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92px;
  order: 3;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaMgaI {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMae {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMae> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baTaMaf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 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.baTaMag {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 120px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 213px;
  order: 2;
  min-height: 172px;
  height: max-content;
  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 .baTaMag> .group-item {
  min-width: 120px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaMak {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMal {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92px;
  order: 3;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaMam {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMfu {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaMfw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92px;
  order: 3;
  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;
  z-index: 3;
}
.b-root .bubble-element.baTaMgaA {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMaw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 30px;
  font-weight: bold;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaKdy0 {
  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: 3;
  min-height: 1000px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baTaMaSm {
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 29;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .baTaMaSm .aspect-ratio {
}
.b-root .bubble-element.baTaMaSu {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 12px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 144px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaHaOaB {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  align-self: center;
  min-width: 282px;
  max-width: 282px;
  order: 1;
  min-height: 144px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 282px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaHaOaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 330px;
  order: 3;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaOaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoftBold';
  font-size: 24px;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 104px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaOaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 104px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 24px;
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 12px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaOaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'PilcrowSoft';
  font-size: 18px;
  color: rgba(56, 57, 61, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 104px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 12px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaOaQ {
  border-radius: 120px;
  -moz-border-radius: 120px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaHaOaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 120px;
}
.b-root .baTaHaOaQ .aspect-ratio {
}
