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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=font-awesome.min.css.map */

@charset "UTF-8";
/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start !important;
}

.center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-tenth {
  width: 30% !important;
}

.width-one-third {
  width: 33.334% !important;
}

.width-four-tenth {
  width: 40% !important;
}

.width-half {
  width: 50% !important;
}

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-150 {
  height: 150px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-307 {
  height: 307px !important;
}

.height-320 {
  height: 320px !important;
}

.height-400 {
  height: 400px !important;
}

.height-435 {
  height: 435px !important;
}

.height-540 {
  height: 540px !important;
}

.height-fill {
  height: 100% !important;
}

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

.height-half {
  height: 50% !important;
}

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

.overflow-overlay {
  overflow: overlay !important;
}

.overflow-revert {
  overflow: revert !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-visible {
  overflow: visible !important;
}

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-stretch {
  align-items: stretch;
}

.align-text-left {
  text-align: left;
}

.align-text-center {
  text-align: center;
}

.align-text-start {
  text-align: start;
}

.align-text-end {
  text-align: end;
}

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

@media (max-width: 300px) {
  .picker__holder {
    position: fixed;
    left: 0;
    min-width: 100px;
  }
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker:not(.datepicker-legacy-font) .picker__button--today,
.picker:not(.datepicker-legacy-font) .picker__button--clear,
.picker:not(.datepicker-legacy-font) .picker__button--close {
  font-family: inherit;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
}

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

/*# sourceMappingURL=datepicker.css.map */

@charset "UTF-8";
/*
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);
}

/* classes attached to <body> */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* override events' custom cursors */
  cursor: not-allowed;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.fc,
.fc *,
.fc *:before,
.fc *:after {
  box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  vertical-align: top;
  padding: 0;
}

.fc a[data-navlink] {
  cursor: pointer;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {
  /* reset */
}

.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc .fc-button {
  -webkit-appearance: button;
}

.fc .fc-button:not(:disabled) {
  cursor: pointer;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc {
  /* theme */
}

.fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:hover {
  text-decoration: none;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc {
  /* "primary" coloring */
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
  /* not DRY */
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50); /* overrides :hover */
}

.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc {
  /* icons within buttons */
}

.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.3em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr {
  /* when the toolbar-chunk positioning system is explicitly left-to-right */
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative; /* for abs-positioned elements within */
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  /* TODO: demonstrate in codepen */
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  /* undo above hack */
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  /* all tables (self included) */
  width: 100%; /* because tables don't normally do this */
  table-layout: fixed;
}

.fc .fc-scrollgrid table {
  /* inner tables */
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section {
  /* a <tr> */
  height: 1px; /* better than 0, for firefox */
}

.fc .fc-scrollgrid-section > td {
  height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
}

.fc .fc-scrollgrid-section table {
  height: 1px;
  /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  /* serves as a min-height. harmless */
}

.fc .fc-scrollgrid-section-liquid {
  height: auto;
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%; /* better than `auto`, for firefox */
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden; /* head keeps its bottom border tho */
}

.fc {
  /* stickiness */
}

.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: -webkit-sticky;
  position: sticky;
  z-index: 2; /* TODO: var */
  /* TODO: box-shadow when sticking */
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0; /* because border-sharing causes a gap at the top */
  /* TODO: give safari -1. has bug */
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
}

.fc .fc-scrollgrid-sticky-shim {
  /* for horizontal scrollbar */
  height: 1px; /* needs height to create scrollbars */
  margin-bottom: -1px;
}

.fc-sticky {
  /* no .fc wrap because used as child of body */
  position: -webkit-sticky;
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
  position: relative;
}

.fc {
  /* when the harness controls the height, make the view liquid */
}

.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block; /* x-browser for when sticky (when multi-tier header) */
  padding: 2px 4px;
}

.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  /* will always have a harness with position:relative/absolute, so absolutely expand */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: rgb(143, 223, 130);
  background: var(--fc-bg-event-color, rgb(143, 223, 130));
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) {
  /* MOUSE */
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  /* TOUCH */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event:hover,
.fc-event-selected {
  /* TOUCH */
}

.fc-event:hover .fc-event-resizer,
.fc-event-selected .fc-event-resizer {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  /* expand hit area */
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* expand hit area (subclasses should expand) */
}

.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected {
  /* dimmer effect */
}

.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

/*
A HORIZONTAL event
*/
.fc-h-event {
  /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: flex; /* for make fc-event-title-container expand */
}

.fc-h-event .fc-event-time {
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event .fc-event-title-container {
  /* serves as a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
}

.fc-h-event .fc-event-title {
  display: inline-block; /* need this to be sticky cross-browser */
  vertical-align: top; /* for not messing up line-height */
  left: 0; /* for sticky */
  right: 0; /* for sticky */
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

:root {
  --fc-daygrid-event-dot-width: 8px;
}

.fc .fc-popover {
  position: fixed;
  top: 0; /* for when not positioned yet */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness {
  /* for event top/bottom margins */
}

.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-day-frame:after,
.fc-daygrid-day-events:after,
.fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body {
  /* a <div> that wraps the table */
  position: relative;
  z-index: 1; /* container inner z-index's because <tr>s can't do it */
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
}

.fc {
  /* cell top */
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc {
  /* day number (within cell top) */
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc {
  /* event container */
}

.fc .fc-daygrid-day-events {
  margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
}

.fc {
  /* positioning for balanced vs natural */
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative; /* for containing abs positioned event harnesses */
  min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
}

.fc .fc-daygrid-body-natural {
  /* can coexist with -unbalanced */
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc {
  /* event harness */
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0; /* fallback coords for when cannot yet be computed */
  left: 0; /* */
  right: 0; /* */
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc {
  /* bg content */
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc {
  /* events */
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc {
  /* cell bottom (within day-events) */
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  margin: 2px 3px 0;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc {
  /* week number (within frame) */
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}

.fc {
  /* popover */
}

.fc .fc-more-popover {
  z-index: 8;
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static; /* will cause inner absolute stuff to expand to <td> */
}

.fc-daygrid-event {
  /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
  overflow: hidden;
  font-weight: bold;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

/*
A VERTICAL event
*/
.fc-v-event {
  /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container {
  /* a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0; /* important for allowing to shrink all the way */
}

.fc-v-event .fc-event-title {
  /* will have fc-sticky on it */
  top: 0;
  bottom: 0;
  max-height: 100%; /* clip overflow */
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  /* expand hit area */
  left: -10px;
  right: -10px;
}

.fc-v-event {
  /* resizer (mouse AND touch) */
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event {
  /* resizer for MOUSE */
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event {
  /* resizer for TOUCH (when event is "selected") */
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body {
  /* the all-day daygrid within the timegrid view */
  z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
}

.fc .fc-timegrid-body {
  position: relative;
  z-index: 1; /* scope the z-indexes of slots and cols */
  min-height: 100%; /* fill height always, even when slat table doesn't grow */
}

.fc .fc-timegrid-axis-chunk {
  /* for advanced ScrollGrid */
  position: relative; /* offset parent for now-indicator-container */
}

.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1; /* above the now-indicator-container */
}

.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-slot {
  /* a <td> */
  height: 1.5em;
  border-bottom: 0; /* each cell owns its top border */
}

.fc .fc-timegrid-slot:empty:before {
  content: " "; /* make sure there's at least an empty space to create height for height syncing */
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
  vertical-align: middle; /* vertical align the slots */
}

.fc {
  /* slots AND axis cells (top-left corner of view including the "all-day" text) */
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc {
  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%; /* will need liquid-hack in FF */
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center; /* vertical align */
  justify-content: flex-end; /* horizontal align. matches text-align below */
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px; /* limits the width of the "all-day" text */
  flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%; /* liquid-hack is below */
  position: relative;
}

.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute; /* no z-index. children will decide and go above slots */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-media-screen .fc-timegrid-event-harness {
  position: absolute; /* top/left/right/bottom will all be set by JS */
}

.fc {
  /* bg */
}

.fc .fc-timegrid-col-bg {
  z-index: 2; /* TODO: kill */
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute; /* top/bottom will be set by JS */
  left: 0;
  right: 0;
}

.fc {
  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */
}

.fc .fc-timegrid-col-events {
  z-index: 3;
  /* child event segs have z-indexes that are scoped within this div */
}

.fc {
  /* now indicator */
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
  /* z-index is set on the individual elements */
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event {
  /* events need to be root */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-condensed .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-condensed .fc-event-time:after {
  content: " - "; /* dash surrounded by non-breaking spaces */
}

.fc-timegrid-event-condensed .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-media-screen .fc-timegrid-event {
  position: absolute; /* absolute WITHIN the harness */
  top: 0;
  bottom: 1px; /* stay away from bottom slot line */
  left: 0;
  right: 0;
}

.fc {
  /* line */
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc {
  /* arrow */
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px; /* vertically center on top coordinate */
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  /* triangle pointing right. TODO: mixin */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  /* triangle pointing left. TODO: mixin */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc {
  /* message when no events */
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* vertically aligns fc-list-empty-inner */
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc {
  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden; /* kill outer border on theme */
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * {
  /* the cells */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
}

.fc .fc-list-table th {
  padding: 0; /* uses an inner-wrapper instead... */
}

.fc .fc-list-table td,
.fc .fc-list-day-cushion {
  padding: 8px 14px;
}

.fc {
  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer; /* whole row will seem clickable */
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc {
  /* shrink certain cols */
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc {
  /* reset <a> styling */
}

.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}

.fc {
  /* underline link when hovering over any part of row */
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit; /* natural color for navlinks */
}

/*# sourceMappingURL=fullcalendar-v5.css.map */

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none;
}

.ionic-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px;
}
.ionic-toggle input:checked + .ionic-track {
  border-color: #4cd964;
  background-color: #4cd964;
}
.ionic-toggle.dragging .ionic-handle {
  background-color: #f2f2f2 !important;
}

.ionic-toggle.toggle-light input:checked + .ionic-track {
  border-color: #ddd;
  background-color: #ddd;
}
.ionic-toggle.toggle-stable input:checked + .ionic-track {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.ionic-toggle.toggle-positive input:checked + .ionic-track {
  border-color: #387ef5;
  background-color: #387ef5;
}
.ionic-toggle.toggle-calm input:checked + .ionic-track {
  border-color: #11c1f3;
  background-color: #11c1f3;
}
.ionic-toggle.toggle-assertive input:checked + .ionic-track {
  border-color: #ef473a;
  background-color: #ef473a;
}
.ionic-toggle.toggle-balanced input:checked + .ionic-track {
  border-color: #33cd5f;
  background-color: #33cd5f;
}
.ionic-toggle.toggle-energized input:checked + .ionic-track {
  border-color: #ffc900;
  background-color: #ffc900;
}
.ionic-toggle.toggle-royal input:checked + .ionic-track {
  border-color: #886aea;
  background-color: #886aea;
}
.ionic-toggle.toggle-dark input:checked + .ionic-track {
  border-color: #444;
  background-color: #444;
}

.ionic-toggle input {
  display: none;
}

/* the track appearance when the toggle is "off" */
.ionic-toggle .ionic-track {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 51px;
  height: 31px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
  background-color: #fff;
  content: " ";
  cursor: pointer !important;
  pointer-events: none;
}

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .ionic-track {
  -webkit-background-clip: padding-box;
}

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.ionic-toggle .ionic-handle {
  -webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  -webkit-transition-property: background-color, transform;
  transition-property: background-color, transform;
  position: absolute !important;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: #fff;
  top: 7px;
  left: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.ionic-toggle .ionic-handle:before {
  position: absolute !important;
  top: -4px;
  left: -21.5px;
  padding: 18.5px 34px;
  content: " ";
}

.ionic-toggle input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #fff;
}

.item-toggle.active {
  box-shadow: none;
}

.item-toggle,
.item-toggle.item-complex .item-content {
  padding-right: 99px;
}

.item-toggle.item-complex {
  padding-right: 0;
}

.item-toggle .ionic-toggle {
  position: absolute !important;
  top: 10px;
  right: 16px;
  z-index: 3;
}

.ionic-toggle input:disabled + .ionic-track {
  opacity: 0.6;
}

.toggle-small .ionic-track {
  border: 0;
  width: 34px;
  height: 15px;
  background: #9e9e9e;
}
.toggle-small input:checked + .ionic-track {
  background: rgba(0, 150, 137, 0.5);
}
.toggle-small .ionic-handle {
  top: 2px;
  left: 4px;
  width: 21px;
  height: 21px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.toggle-small input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  background: rgb(0, 150, 137);
}
.toggle-small.item-toggle .ionic-toggle {
  top: 19px;
}
.toggle-small .toggle-light input:checked + .ionic-track {
  background-color: rgba(221, 221, 221, 0.5);
}
.toggle-small .toggle-light input:checked + .ionic-track .ionic-handle {
  background-color: #ddd;
}
.toggle-small .toggle-stable input:checked + .ionic-track {
  background-color: rgba(178, 178, 178, 0.5);
}
.toggle-small .toggle-stable input:checked + .ionic-track .ionic-handle {
  background-color: #b2b2b2;
}
.toggle-small .toggle-positive input:checked + .ionic-track {
  background-color: rgba(56, 126, 245, 0.5);
}
.toggle-small .toggle-positive input:checked + .ionic-track .ionic-handle {
  background-color: #387ef5;
}
.toggle-small .toggle-calm input:checked + .ionic-track {
  background-color: rgba(17, 193, 243, 0.5);
}
.toggle-small .toggle-calm input:checked + .ionic-track .ionic-handle {
  background-color: #11c1f3;
}
.toggle-small .toggle-assertive input:checked + .ionic-track {
  background-color: rgba(239, 71, 58, 0.5);
}
.toggle-small .toggle-assertive input:checked + .ionic-track .ionic-handle {
  background-color: #ef473a;
}
.toggle-small .toggle-balanced input:checked + .ionic-track {
  background-color: rgba(51, 205, 95, 0.5);
}
.toggle-small .toggle-balanced input:checked + .ionic-track .ionic-handle {
  background-color: #33cd5f;
}
.toggle-small .toggle-energized input:checked + .ionic-track {
  background-color: rgba(255, 201, 0, 0.5);
}
.toggle-small .toggle-energized input:checked + .ionic-track .ionic-handle {
  background-color: #ffc900;
}
.toggle-small .toggle-royal input:checked + .ionic-track {
  background-color: rgba(136, 106, 234, 0.5);
}
.toggle-small .toggle-royal input:checked + .ionic-track .ionic-handle {
  background-color: #886aea;
}
.toggle-small .toggle-dark input:checked + .ionic-track {
  background-color: rgba(68, 68, 68, 0.5);
}
.toggle-small .toggle-dark input:checked + .ionic-track .ionic-handle {
  background-color: #444;
}

/*# sourceMappingURL=toggle.css.map */

body {--stylesheet-active: true;}
.b-root .bubble-element.cmgaHaH0 {
  background-color: rgba(241, 241, 241, 1);
  min-width: 0px;
  min-height: 100%;
  min-height: max(767px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.b-root body {
  height: 100%;
}
.b-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_cmZIo_default: #0205D3;
  --color_cmZIo_default_rgb: 0205;
  --color_cmcmD_default: #0205D3;
  --color_cmcmD_default_rgb: 0205;
  --color_cmcug_default: #0205D3;
  --color_cmcug_default_rgb: 0205;
  --color_cmgwG_default: rgba(15,71,120,1);
  --color_cmgwG_default_rgb: 15,71,120;
  --color_cmgwH_default: rgba(181,194,205,1);
  --color_cmgwH_default_rgb: 181,194,205;
  --color_cmgwL_default: rgba(246,162,4,1);
  --color_cmgwL_default_rgb: 246,162,4;
  --color_cmgwM_default: rgba(112,163,212,1);
  --color_cmgwM_default_rgb: 112,163,212;
}
.b-root .cmgaHaH0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmghl {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 800px;
  order: 7;
  min-height: 871px;
  width: 800px;
  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.cmgaUc0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 950px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 2;
}
.b-root .bubble-element.cmgaVaM0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 263px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmgaVaN0 {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaVaR0 {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaVaS0 {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaVaT0 {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaVaX0 {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaVaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 545px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 53;
}
.b-root .bubble-element.cmgaVf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 315px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 52;
}
.b-root .bubble-element.cmgaVj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 51;
}
.b-root .bubble-element.cmgaVk0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 300px;
  max-width: 300px;
  min-height: 30px;
  max-height: 30px;
  width: 300px;
  height: 30px;
  margin-left: 10px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmgaVl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.cmgaVr0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 375px;
  max-width: 375px;
  min-height: 30px;
  max-height: 30px;
  width: 375px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmgaVv0 {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 550px;
  max-width: 550px;
  min-height: 350px;
  width: 550px;
  height: max-content;
  margin-left: 10px;
  margin-top: 380px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 76;
}
.b-root .bubble-element.cmgaVx0 {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 520px;
  max-width: 520px;
  min-height: 25px;
  max-height: 25px;
  width: 520px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmgaWaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 140px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgaWaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 220px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgaWaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 115px;
  max-width: 115px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 115px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmgaWaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmgaWaN0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 520px;
  max-width: 520px;
  min-height: 275px;
  max-height: 275px;
  width: 520px;
  height: 275px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmgaWaN0> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpcaJ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmgaWaU0 {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaWaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 115px;
  max-width: 115px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 115px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgaWaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 140px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgaWaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 220px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgcaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaWaV0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 30px;
  max-height: 30px;
  width: 150px;
  height: 30px;
  margin-left: 390px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaWaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 390px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 54;
}
.b-root .bubble-element.cmgaUt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 140px;
  margin-top: 144px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.cmgaaJ1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 660px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgaaP1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 200px;
  max-width: 200px;
  min-height: 30px;
  max-height: 30px;
  width: 200px;
  height: 30px;
  margin-left: 315px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmgaaV1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 660px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmgab1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 660px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmgah1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 30px;
  max-height: 30px;
  width: 150px;
  height: 30px;
  margin-left: 435px;
  margin-top: 163px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmgat1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 590px;
  margin-top: 144px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 49;
}
.b-root .bubble-element.cmgaz1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 290px;
  max-width: 290px;
  min-height: 30px;
  max-height: 30px;
  width: 290px;
  height: 30px;
  margin-left: 140px;
  margin-top: 163px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmgan1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 435px;
  margin-top: 144px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmgbaG1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 125px;
  max-width: 125px;
  min-height: 30px;
  max-height: 30px;
  width: 125px;
  height: 30px;
  margin-left: 590px;
  margin-top: 163px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmgbaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 720px;
  margin-top: 144px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 50;
}
.b-root .bubble-element.cmgbaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 208px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmgbe1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 320px;
  max-width: 320px;
  min-height: 30px;
  max-height: 30px;
  width: 320px;
  height: 30px;
  margin-left: 10px;
  margin-top: 226px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmgbk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 144px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmgbw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 271px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmidaT {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwM_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 365px;
  min-height: 350px;
  width: calc(100% - 585px);
  height: max-content;
  margin-left: 570px;
  margin-top: 380px;
  margin-right: 15px;
  margin-bottom: 20px;
  z-index: 77;
}
.b-root .bubble-element.cmidaZ {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 340px;
  min-height: 25px;
  max-height: 25px;
  width: calc(100% - 24px);
  height: 25px;
  margin-left: 12px;
  margin-top: 100px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 88;
}
.b-root .bubble-element.cmidb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 175px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmidf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 10px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmidg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmigy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmidh {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwG_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 340px;
  min-height: 255px;
  max-height: 255px;
  width: calc(100% - 24px);
  height: 255px;
  margin-left: 12px;
  margin-top: 125px;
  margin-right: 12px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmidh> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmidl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 175px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmidn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmidr {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: default;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmihaE {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: default;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmids {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmigaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cmigaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 165px;
  margin-top: 60px;
  margin-right: 98px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmigf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 165px;
  margin-top: 40px;
  margin-right: 165px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmigl {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: default;
  align-self: start;
  justify-self: end;
  min-width: 80px;
  max-width: 80px;
  min-height: 30px;
  max-height: 30px;
  width: 80px;
  height: 30px;
  margin-left: 275px;
  margin-top: 60px;
  margin-right: 8px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.b-root .cmigl .icon-item {
  width: 12px;
  height: 12px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmigl .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmjfl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 340px;
  margin-top: 208px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 46;
}
.b-root .bubble-element.cmjfr0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 30px;
  max-height: 30px;
  width: 150px;
  height: 30px;
  margin-left: 340px;
  margin-top: 226px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmjhj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 500px;
  margin-top: 208px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 47;
}
.b-root .bubble-element.cmjph {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 660px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cmjpn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 520px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmjqw {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 135px;
  max-width: 135px;
  min-height: 30px;
  max-height: 30px;
  width: 135px;
  height: 30px;
  margin-left: 520px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmmgaP {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: default;
  align-self: start;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 105px;
  margin-top: 163px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cmnaOaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 90px;
  max-width: 90px;
  min-height: 30px;
  max-height: 30px;
  width: 90px;
  height: 30px;
  margin-left: 10px;
  margin-top: 163px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmgiaN {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 15px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 800px;
  min-height: 65px;
  width: calc(100% - -10px);
  height: max-content;
  margin-left: -10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmgua {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaj0 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 260px;
  order: 3;
  min-height: 50px;
  max-height: 50px;
  width: 260px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmjaYe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 200px;
  max-width: 200px;
  min-height: 23px;
  max-height: 23px;
  width: 200px;
  height: 23px;
  margin-left: 15px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjad0 {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmjdu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Manrope';
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: end;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 18px;
  max-height: 18px;
  width: 100px;
  height: 18px;
  margin-left: 20px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.cmgiaZ0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 3;
}
.b-root .bubble-element.cmgir0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 257px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmgis0 {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgit0 {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgix0 {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgiy0 {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgiz0 {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgjaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 380px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 50;
}
.b-root .bubble-element.cmgjaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.cmgjaL0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 30px;
  max-height: 30px;
  width: 75px;
  height: 30px;
  margin-left: 10px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmgjaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmgjaR0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 290px;
  max-width: 290px;
  min-height: 30px;
  max-height: 30px;
  width: 290px;
  height: 30px;
  margin-left: 85px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmgjaV0 {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 800px;
  max-width: 800px;
  min-height: 556px;
  width: 800px;
  height: max-content;
  margin-left: 10px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 75;
}
.b-root .bubble-element.cmgjaX0 {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 25px;
  max-height: 25px;
  width: 98%;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 88;
}
.b-root .bubble-element.cmgjc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 265px;
  max-width: 265px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 265px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgjh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 13;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmgot0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgpaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgpd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgpj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmldaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraRf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 10;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgjj0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 426px;
  max-height: 426px;
  width: 98%;
  height: 426px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmgjj0> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpbq {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 30px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmgjt0 {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgpaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgpaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgpaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgoz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgjn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 265px;
  max-width: 265px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 265px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlcw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmraRaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 2px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgju0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmldaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 265px;
  max-width: 265px;
  min-height: 22px;
  max-height: 22px;
  width: 265px;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmnfaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 265px;
  max-width: 265px;
  min-height: 22px;
  max-height: 22px;
  width: 265px;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgne0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 30px;
  max-height: 30px;
  width: 75px;
  height: 30px;
  margin-left: 90px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmgnk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 90px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmgnq0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 275px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmgnw0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 590px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmgoaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 275px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmgoaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 590px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 48;
}
.b-root .bubble-element.cmgoaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 170px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgpp0 {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 515px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgpv0 {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(196,196,196,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 405px;
  max-width: 405px;
  min-height: 271px;
  width: 405px;
  height: max-content;
  margin-left: 0px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.cmgqaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 39px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.cmgqaM0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188,187,188,1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 0px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 276px;
  max-width: 276px;
  min-height: 30px;
  max-height: 30px;
  width: 276px;
  height: 30px;
  margin-left: 10px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmgqaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 5px 0px 0px 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 158px;
  max-width: 158px;
  min-height: 31px;
  max-height: 31px;
  width: 158px;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmgqaR0 {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 96px;
  max-width: 96px;
  min-height: 30px;
  width: 96px;
  height: max-content;
  margin-left: 294px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmgqaR0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmgqaR0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmgqaA0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(153, 143, 219, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 377px;
  max-width: 377px;
  min-height: 180px;
  max-height: 180px;
  width: 377px;
  height: 180px;
  margin-left: 13px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .cmgqaA0> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmgqaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 293px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: max-content;
  flex-grow: 0;
  height: 23px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmgqaF0 {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmgqaG0 {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 3;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmgqaH0 {
  color: rgba(196,196,196,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: -3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmlaXn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 85px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmlaXt {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 70px;
  max-width: 70px;
  min-height: 30px;
  max-height: 30px;
  width: 70px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmdaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 730px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 78;
}
.b-root .bubble-element.cmmdaJ {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 0px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  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: 71;
}
.b-root .bubble-element.cmngx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 550px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 51;
}
.b-root .bubble-element.cmnhaD {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 175px;
  max-width: 175px;
  min-height: 30px;
  max-height: 30px;
  width: 175px;
  height: 30px;
  margin-left: 550px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmrkaW {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 240px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmtgaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 380px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmtgaX {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 380px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmtgd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 485px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmtgj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 485px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 46;
}
.b-root .bubble-element.cmgrf {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 705px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 5;
}
.b-root .bubble-element.cmgvb {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 875px;
  max-width: 1045px;
  min-height: 670px;
  width: calc(100% - 50px);
  height: max-content;
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 69;
}
.b-root .bubble-element.cmgvaV {
  font-family: 'Manrope';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-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: start;
  justify-self: start;
  min-width: 155px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 69;
}
.b-root .cmgvaV .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmgvaV .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmgug {
  overflow: visible;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--color_cmgwG_default);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwG_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 875px;
  max-width: 1045px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 44px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 67;
}
.b-root .bubble-element.cmgsaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmgsaP {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 235px;
  max-width: 235px;
  min-height: 30px;
  max-height: 30px;
  width: 235px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmgsaQ {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(15, 71, 120, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 785px;
  max-width: 785px;
  min-height: 455px;
  width: 785px;
  height: max-content;
  margin-left: 10px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.cmgsaV {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 755px;
  max-width: 755px;
  min-height: 25px;
  max-height: 25px;
  width: 755px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmgsaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 190px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgsaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 13;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmgsb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgsc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 95px;
  max-width: 95px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 95px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgsd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaAaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmlfd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 100px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgsi {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 755px;
  max-width: 755px;
  min-height: 330px;
  max-height: 330px;
  width: 755px;
  height: 330px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmgsi> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpcs {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 11;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmgsn {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaAaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgst {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaCaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 95px;
  max-width: 95px;
  order: 4;
  min-height: 23px;
  max-height: 23px;
  width: 95px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlfj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 100px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgso {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgsj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 190px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmgsv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgrt {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmgrx {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmgry {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgrz {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgsaD {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmgsaE {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgyaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 255px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmgyd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 30px;
  max-height: 30px;
  width: 150px;
  height: 30px;
  margin-left: 255px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmgyj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 415px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmgyp {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 415px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmgyv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 545px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmgzaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmgzaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 200px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmgzaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 205px;
  max-width: 205px;
  min-height: 30px;
  max-height: 30px;
  width: 205px;
  height: 30px;
  margin-left: 200px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmgzf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 545px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmgzl {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 545px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmgzr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 675px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.cmgzx {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 675px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmhaIaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(37, 37, 37, 1);
  line-height: 1.5;
  padding: 0px 0px 0px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 180px;
  max-width: 180px;
  min-height: 30px;
  max-height: 30px;
  width: 180px;
  height: 30px;
  margin-left: 10px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmjjaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 675px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmjjaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 675px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmlfaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 415px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmlfaX {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 5px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 415px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmgvj {
  font-family: 'Manrope';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-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: start;
  justify-self: start;
  min-width: 155px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 165px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 70;
}
.b-root .cmgvj .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmgvj .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmhaCaX {
  overflow: visible;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--color_cmgwM_default);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 875px;
  max-width: 1045px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 44px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 67;
}
.b-root .bubble-element.cmhaCaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmhaCd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 455px;
  max-width: 455px;
  min-height: 30px;
  max-height: 30px;
  width: 455px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmhaCe {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwM_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 455px;
  max-width: 455px;
  min-height: 455px;
  width: 455px;
  height: max-content;
  margin-left: 10px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.cmhaCj {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 440px;
  max-width: 440px;
  min-height: 25px;
  max-height: 25px;
  width: 440px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmhaCk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  max-width: 175px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 175px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaCq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 100px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaCp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaFaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaCw {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwG_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 440px;
  max-width: 440px;
  min-height: 330px;
  max-height: 330px;
  width: 440px;
  height: 330px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmhaCw> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmhaCx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  max-width: 175px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 175px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaDaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 100px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaDaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaFaA {
  color: rgba(246,4,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: default;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaDaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaDaN {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmhaDaO {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmhaDaP {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaDaT {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaDaU {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmhaDaV {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaEaV {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 315px;
  max-width: 315px;
  min-height: 590px;
  width: 315px;
  height: max-content;
  margin-left: 475px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cmhaEb {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 300px;
  max-width: 300px;
  min-height: 25px;
  max-height: 25px;
  width: 300px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmhaEc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 260px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 260px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaFaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaEi {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 300px;
  max-width: 300px;
  min-height: 465px;
  max-height: 465px;
  width: 300px;
  height: 465px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmhaEi> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpdaL {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmhaFaG {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaEj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 260px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 260px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaEp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaGaO {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 455px;
  min-height: 70px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmhaDaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaEaP {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: default;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 35px;
  width: 120px;
  height: max-content;
  margin-left: 325px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .cmhaEaP .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmhaEaP .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmhaId {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 930px;
  max-width: 1100px;
  min-height: 561px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 6;
}
.b-root .bubble-element.cmhaIr {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmhaIv {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmhaIw {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaIx {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaJaB {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmhaJaC {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaJaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 385px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 48;
}
.b-root .bubble-element.cmhaJaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmhaJaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmhaJaO {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 790px;
  max-width: 790px;
  min-height: 455px;
  width: 790px;
  height: max-content;
  margin-left: 10px;
  margin-top: 200px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 73;
}
.b-root .bubble-element.cmhaJaT {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 770px;
  max-width: 770px;
  min-height: 25px;
  max-height: 25px;
  width: 770px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 89;
}
.b-root .bubble-element.cmhaJaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaJaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaJaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaJa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 220px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaJb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaLl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 235px;
  max-width: 235px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 235px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaJg {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 770px;
  max-width: 770px;
  min-height: 330px;
  max-height: 330px;
  width: 770px;
  height: 330px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .cmhaJg> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpdaW {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmhaJl {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaJr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaJn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 220px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaJm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaLr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 235px;
  max-width: 235px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 235px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaJh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaJt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmhaKaQ {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 525px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmhaKv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 130px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.cmhaLaB {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 245px;
  max-width: 245px;
  min-height: 30px;
  max-height: 30px;
  width: 245px;
  height: 30px;
  margin-left: 130px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaLaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 135px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmhaLaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 385px;
  margin-top: 135px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmhaQz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 725px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 49;
}
.b-root .bubble-element.cmiaQaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 55;
}
.b-root .bubble-element.cmiaQaL {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 200px;
  max-width: 200px;
  min-height: 30px;
  max-height: 30px;
  width: 200px;
  height: 30px;
  margin-left: 10px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmiaQaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 220px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 52;
}
.b-root .bubble-element.cmiaQaX {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 155px;
  max-width: 155px;
  min-height: 30px;
  max-height: 30px;
  width: 155px;
  height: 30px;
  margin-left: 220px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmiaQd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 385px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 54;
}
.b-root .bubble-element.cmiaQj {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 170px;
  max-width: 170px;
  min-height: 30px;
  max-height: 30px;
  width: 170px;
  height: 30px;
  margin-left: 385px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaPx {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 135px;
  max-width: 135px;
  min-height: 35px;
  width: 135px;
  height: max-content;
  margin-left: 705px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmjaPx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmjaPx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmjaRb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 720px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.cmhaQt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 95px;
  max-width: 95px;
  order: 1;
  min-height: 95px;
  max-height: 95px;
  height: 95px;
  flex-grow: 1;
  width: 95px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 74;
}
.b-root .cmhaQt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmhaQt .aspect-ratio {
}
.b-root .bubble-element.cmmeaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 565px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 77;
}
.b-root .bubble-element.cmmdu {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 0px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  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: 71;
}
.b-root .bubble-element.cmhaRj {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 930px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 7;
}
.b-root .bubble-element.cmhaRl {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmhaRq {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaRr {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaRv {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmhaRw {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaRp {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmhaSaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 450px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmhaSaC {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 255px;
  max-width: 255px;
  min-height: 30px;
  max-height: 30px;
  width: 255px;
  height: 30px;
  margin-left: 10px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmhaSaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 85px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.cmhaSaH {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 360px;
  max-width: 360px;
  min-height: 30px;
  max-height: 30px;
  width: 360px;
  height: 30px;
  margin-left: 85px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmhaSaI {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 680px;
  max-width: 680px;
  min-height: 455px;
  width: 680px;
  height: max-content;
  margin-left: 10px;
  margin-top: 315px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 81;
}
.b-root .bubble-element.cmhaSaN {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 638px;
  max-width: 638px;
  min-height: 25px;
  max-height: 25px;
  width: 638px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmhaSaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 55px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaSaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaSaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 200px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsaYaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 300px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaSa {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 638px;
  max-width: 638px;
  min-height: 330px;
  max-height: 330px;
  width: 638px;
  height: 330px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmhaSa> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpdo {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 8;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmhaSf {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaSg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 200px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaSb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 55px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmsaXz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 300px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaSn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaTaL {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(196,196,196,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 405px;
  max-width: 405px;
  min-height: 271px;
  width: 405px;
  height: max-content;
  margin-left: 0px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 82;
}
.b-root .bubble-element.cmhaTaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 39px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.cmhaTb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188,187,188,1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 0px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 276px;
  max-width: 276px;
  min-height: 30px;
  max-height: 30px;
  width: 276px;
  height: 30px;
  margin-left: 10px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmhaTc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 5px 0px 0px 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 158px;
  max-width: 158px;
  min-height: 31px;
  max-height: 31px;
  width: 158px;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaTd {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 96px;
  max-width: 96px;
  min-height: 30px;
  width: 96px;
  height: max-content;
  margin-left: 294px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmhaTd .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmhaTd .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmhaTaP {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(153, 143, 219, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 377px;
  max-width: 377px;
  min-height: 180px;
  max-height: 180px;
  width: 377px;
  height: 180px;
  margin-left: 13px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .cmhaTaP> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmhaTaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 293px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: max-content;
  flex-grow: 0;
  height: 23px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaTaR {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmhaTaV {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 3;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmhaTaW {
  color: rgba(196,196,196,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  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: -3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmhaTp {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 450px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaTv {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 180px;
  max-width: 180px;
  min-height: 30px;
  max-height: 30px;
  width: 180px;
  height: 30px;
  margin-left: 575px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaUaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 575px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaUaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmhaUaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 155px;
  max-width: 155px;
  min-height: 30px;
  max-height: 30px;
  width: 155px;
  height: 30px;
  margin-left: 270px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmhaUaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 270px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 50;
}
.b-root .bubble-element.cmhaUaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 325px;
  max-width: 325px;
  min-height: 30px;
  max-height: 30px;
  width: 325px;
  height: 30px;
  margin-left: 430px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmhaUf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 430px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 51;
}
.b-root .bubble-element.cmhaUp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 590px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 52;
}
.b-root .bubble-element.cmhaUv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 46;
}
.b-root .bubble-element.cmhaVaB {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 350px;
  max-width: 350px;
  min-height: 30px;
  max-height: 30px;
  width: 350px;
  height: 30px;
  margin-left: 10px;
  margin-top: 164px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmhaVaH {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 325px;
  max-width: 325px;
  min-height: 30px;
  max-height: 30px;
  width: 325px;
  height: 30px;
  margin-left: 365px;
  margin-top: 164px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmhaVaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 365px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 48;
}
.b-root .bubble-element.cmhaVaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 695px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 49;
}
.b-root .bubble-element.cmhaVaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 60px;
  max-width: 60px;
  min-height: 30px;
  max-height: 30px;
  width: 60px;
  height: 30px;
  margin-left: 695px;
  margin-top: 164px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmhaVf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 210px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 47;
}
.b-root .bubble-element.cmheaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 455px;
  margin-top: 210px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmsaXaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmsaXb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 70px;
  max-width: 70px;
  min-height: 30px;
  max-height: 30px;
  width: 70px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaXq {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 8;
}
.b-root .bubble-element.cmhaXv {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmhaXw {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmhaXx {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaYaB {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaYaC {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmhaYaD {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaYaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 380px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmhaYaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.cmhaYaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmhaYaO {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 360px;
  max-width: 360px;
  min-height: 30px;
  max-height: 30px;
  width: 360px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmhaYaP {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 825px;
  min-height: 455px;
  width: calc(100% - 100px);
  height: max-content;
  margin-left: 10px;
  margin-top: 210px;
  margin-right: 90px;
  margin-bottom: 10px;
  z-index: 66;
}
.b-root .bubble-element.cmhaYaU {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 25px;
  max-height: 25px;
  width: 98%;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmhaYaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55%;
  max-width: 55%;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 55%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaYaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 11;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaYa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 17%;
  max-width: 17%;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 17%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaYb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 12%;
  max-width: 12%;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 12%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaYf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 9%;
  max-width: 9%;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 9%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhaYh {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 330px;
  max-height: 330px;
  width: 98%;
  height: 330px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmhaYh> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpeaA {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 8;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmhaYm {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaYr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 12%;
  max-width: 12%;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 12%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaYs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 9%;
  max-width: 9%;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 9%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaYn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 17%;
  max-width: 17%;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 17%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaYl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55%;
  max-width: 55%;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 55%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmhaYx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaZaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.cmhaZaR {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 525px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmhaZaV {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(196,196,196,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 405px;
  max-width: 405px;
  min-height: 271px;
  width: 405px;
  height: max-content;
  margin-left: 0px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 67;
}
.b-root .bubble-element.cmhaZh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 39px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.cmhaZi {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188,187,188,1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 0px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 276px;
  max-width: 276px;
  min-height: 30px;
  max-height: 30px;
  width: 276px;
  height: 30px;
  margin-left: 10px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmhaZj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 5px 0px 0px 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 158px;
  max-width: 158px;
  min-height: 31px;
  max-height: 31px;
  width: 158px;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaZn {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 96px;
  max-width: 96px;
  min-height: 30px;
  width: 96px;
  height: max-content;
  margin-left: 294px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmhaZn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmhaZn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmhaZaW {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(153, 143, 219, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 377px;
  max-width: 377px;
  min-height: 180px;
  max-height: 180px;
  width: 377px;
  height: 180px;
  margin-left: 13px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .cmhaZaW> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmhaZaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 293px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: max-content;
  flex-grow: 0;
  height: 23px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmhaZb {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmhaZc {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 3;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmhaZd {
  color: rgba(196,196,196,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  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: -3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmhaZaD {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 30px;
  max-height: 30px;
  width: 150px;
  height: 30px;
  margin-left: 10px;
  margin-top: 164px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmhaYaJ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 30px;
  max-height: 30px;
  width: 150px;
  height: 30px;
  margin-left: 10px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmhaaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 171px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.cmheh {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 1060px;
  max-width: 1300px;
  min-height: 705px;
  width: calc(100% - 90px);
  height: calc(100% - 155px);
  margin-left: 15px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 9;
}
.b-root .bubble-element.cmhhn {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 145px;
  max-width: 145px;
  min-height: 35px;
  width: 145px;
  height: max-content;
  margin-left: 325px;
  margin-top: 45px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .cmhhn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmhhn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmhiaV {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 570px;
  max-width: 570px;
  min-height: 90px;
  width: 570px;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmhiaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 500;
  color: rgba(47, 53, 56, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhnaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmhnaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 290px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmiqi {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 12;
}
.b-root .bubble-element.cmirr {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 680px;
  max-width: 680px;
  min-height: 455px;
  width: 680px;
  height: max-content;
  margin-left: 0px;
  margin-top: 150px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 81;
}
.b-root .bubble-element.cmirw {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 638px;
  max-width: 638px;
  min-height: 25px;
  max-height: 25px;
  width: 638px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmirx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 220px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmisaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmisaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 200px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmitaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 13;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmivx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 150px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmisaD {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 638px;
  max-width: 638px;
  min-height: 330px;
  max-height: 330px;
  width: 638px;
  height: 330px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmisaD> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpeaR {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmisaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 220px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmiwaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 150px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmisaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 200px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmitaV {
  color: rgba(255,0,0,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmisaI {
  color: var(--color_cmgwL_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmisaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmisaO {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(196,196,196,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 405px;
  max-width: 405px;
  min-height: 271px;
  width: 405px;
  height: max-content;
  margin-left: 0px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 82;
}
.b-root .bubble-element.cmisa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 39px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.cmisb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188,187,188,1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 0px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 276px;
  max-width: 276px;
  min-height: 30px;
  max-height: 30px;
  width: 276px;
  height: 30px;
  margin-left: 10px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmisf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 5px 0px 0px 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 158px;
  max-width: 158px;
  min-height: 31px;
  max-height: 31px;
  width: 158px;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmisg {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 96px;
  max-width: 96px;
  min-height: 30px;
  width: 96px;
  height: max-content;
  margin-left: 294px;
  margin-top: 59px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmisg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmisg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmisaP {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(153, 143, 219, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 377px;
  max-width: 377px;
  min-height: 180px;
  max-height: 180px;
  width: 377px;
  height: 180px;
  margin-left: 13px;
  margin-top: 99px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .cmisaP> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmisaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 293px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: max-content;
  flex-grow: 0;
  height: 23px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmisaU {
  color: rgba(246,162,4,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmisaV {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 3;
  min-height: 21px;
  max-height: 21px;
  width: 23px;
  flex-grow: 1;
  height: 21px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmisaZ {
  color: rgba(196,196,196,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  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: -3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmiraB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 590px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 52;
}
.b-root .bubble-element.cmisr {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 90;
}
.b-root .bubble-element.cmirp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmirq {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 300px;
  max-width: 300px;
  min-height: 30px;
  max-height: 30px;
  width: 300px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmirk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 320px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmiqn {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 300px;
  max-width: 300px;
  min-height: 30px;
  max-height: 30px;
  width: 300px;
  height: 30px;
  margin-left: 320px;
  margin-top: 35px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmiqp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmiqo {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 200px;
  max-width: 200px;
  min-height: 30px;
  max-height: 30px;
  width: 200px;
  height: 30px;
  margin-left: 10px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmiqt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 220px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmirl {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 200px;
  max-width: 200px;
  min-height: 30px;
  max-height: 30px;
  width: 200px;
  height: 30px;
  margin-left: 220px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmisl {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 130px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 490px;
  margin-top: 90px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .cmisl .icon-item {
  width: 14px;
  height: 14px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmisl .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmiwc {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 13;
}
.b-root .bubble-element.cmiwo {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmiwp {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmiwt {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmiwu {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmiwv {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmiwz {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaCaJ {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmixaH {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 825px;
  max-width: 825px;
  min-height: 510px;
  width: 825px;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.cmixaM {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 25px;
  max-height: 25px;
  width: 800px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmixaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 500px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmixaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 11;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmixaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmixaY {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 385px;
  max-height: 385px;
  width: 800px;
  height: 385px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmixaY> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmixaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 500px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmixd {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmixe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmixk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaCaW {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 25px;
  max-height: 25px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 88;
}
.b-root .bubble-element.cmpmaP {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 550px;
  max-width: 550px;
  min-height: 250px;
  max-height: 250px;
  width: 550px;
  height: 250px;
  margin-left: 15px;
  margin-top: 520px;
  margin-right: 90px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .bubble-element.cmsaWx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 225px;
  max-height: 225px;
  width: 200px;
  flex-grow: 1;
  height: 225px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmpmaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 21px;
  max-height: 21px;
  height: 21px;
  flex-grow: 1;
  width: 180px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmsaXaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 225px;
  max-height: 225px;
  width: 200px;
  flex-grow: 1;
  height: 225px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmsaWm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 21px;
  max-height: 21px;
  height: 21px;
  flex-grow: 1;
  width: 180px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmraRl {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(193,193,193,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 660px;
  min-height: 75px;
  max-height: 631px;
  width: calc(100% - 105px);
  height: max-content;
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 90px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.cmiyaZ {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224,224,224,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 650px;
  order: 11;
  min-height: 35px;
  max-height: 385px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.cmiyf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: bold;
  color: rgba(80,80,80,1);
  line-height: 1.5;
  padding: 0px 10px 0px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 95px;
  min-height: 35px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmraTw {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 640px;
  min-height: 335px;
  width: calc(100% - 10px);
  height: max-content;
  margin-left: 5px;
  margin-top: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 28;
}
.b-root .bubble-element.cmiyl {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 495px;
  min-height: 30px;
  max-height: 30px;
  width: calc(100% - 135px);
  height: 30px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 135px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmizaL {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 115px;
  max-width: 115px;
  min-height: 35px;
  width: 115px;
  height: max-content;
  margin-left: 420px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmizaL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmizaL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmiyx {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwH_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 620px;
  min-height: 290px;
  max-height: 290px;
  width: calc(100% - 0px);
  height: 290px;
  margin-left: 0px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 1;
}
.b-root .cmiyx> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpew {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmiyz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 415px;
  max-width: 700px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 415px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmizaD {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmizaR {
  color: rgba(246,4,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmraXg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmraWaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 640px;
  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: 10;
}
.b-root .bubble-element.cmixaG {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 390px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 390px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraYaF {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  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: 30;
}
.b-root .bubble-element.cmraSj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: bold;
  color: rgba(80,80,80,1);
  line-height: 1.5;
  padding: 0px 10px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmsaWaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 640px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmsaVv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmsaVj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 390px;
  order: 1;
  min-height: 0px;
  width: 390px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsaWaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 135px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaCu {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 970px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 15;
}
.b-root .bubble-element.cmjaDaN {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaDaR {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaDaS {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaDaT {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmjaDaX {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaDaY {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaDd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 470px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.cmjaDe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 95px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmjaDf {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 95px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaDj {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 905px;
  min-height: 500px;
  width: calc(100% - 20px);
  height: max-content;
  margin-left: 10px;
  margin-top: 420px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 46;
}
.b-root .bubble-element.cmjaDl {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 895px;
  min-height: 25px;
  max-height: 25px;
  width: calc(100% - 10px);
  height: 25px;
  margin-left: 5px;
  margin-top: 95px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 97;
}
.b-root .bubble-element.cmjaDp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 90px;
  flex-grow: 1;
  height: 22px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaDq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 18;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmjaDr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 75px;
  max-width: 75px;
  order: 17;
  min-height: 22px;
  max-height: 22px;
  width: 75px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaGr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 160px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaGx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  max-width: 175px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 175px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaHaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 11;
  min-height: 22px;
  max-height: 22px;
  width: 70px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaXaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 45px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaXaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 45px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaXh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 10;
  min-height: 22px;
  max-height: 22px;
  width: 150px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsaZn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 50px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaDv {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--color_cmgwL_default);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 895px;
  min-height: 390px;
  max-height: 390px;
  width: calc(100% - 10px);
  height: 390px;
  margin-left: 5px;
  margin-top: 120px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .cmjaDv> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpaXt {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 14;
  min-height: 30px;
  max-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmjaDx {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 10;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjaHaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 2px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 75px;
  max-width: 75px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 75px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjaHaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 70px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaXn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 150px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjaHaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 175px;
  max-width: 175px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 175px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjaEaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 160px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaXb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 45px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaXaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 45px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjaDw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 90px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmsaZt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 50px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjaEaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmraIf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmsaaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 555px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmsaaL {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 30px;
  max-height: 30px;
  width: 75px;
  height: 30px;
  margin-left: 555px;
  margin-top: 55px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .bubble-element.cmtaZb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 640px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmtaZh {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 85px;
  max-width: 85px;
  min-height: 30px;
  max-height: 30px;
  width: 85px;
  height: 30px;
  margin-left: 640px;
  margin-top: 55px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .bubble-element.cmtaZn {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 85px;
  max-width: 85px;
  min-height: 30px;
  max-height: 30px;
  width: 85px;
  height: 30px;
  margin-left: 755px;
  margin-top: 55px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 1;
}
.b-root .bubble-element.cmtaZt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 725px;
  margin-top: 55px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmtaZz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 850px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmjaEaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 220px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cmjaEb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 220px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmjaEh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 345px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmjaEn {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 345px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmjaFaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 400px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.cmjaFh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 210px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmjaFt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 400px;
  margin-top: 210px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmjbaF {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198,198,198,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 815px;
  max-width: 815px;
  min-height: 70px;
  width: 815px;
  height: max-content;
  margin-left: 10px;
  margin-top: 345px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 115;
}
.b-root .bubble-element.cmjaGaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmjaGaL {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 10px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmjaGaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 120px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmjaGaX {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 120px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmjaGd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 230px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjaJaZ {
  font-family: 'Manrope';
  font-size: 10px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease;
  -ms-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  cursor: default;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 35px;
  width: 120px;
  height: max-content;
  margin-left: 685px;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .cmjaJaZ .icon-item {
  width: 12px;
  height: 12px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmjaJaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmqaTb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 325px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqaVaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 448px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmtaKaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 570px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmouv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 610px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.cmoxaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmoyf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 140px;
  margin-top: 275px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmoyl {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 340px;
  max-width: 340px;
  min-height: 30px;
  max-height: 30px;
  width: 340px;
  height: 30px;
  margin-left: 140px;
  margin-top: 295px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmoyr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 275px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmozaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 490px;
  margin-top: 275px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmozaJ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 335px;
  max-width: 335px;
  min-height: 30px;
  max-height: 30px;
  width: 335px;
  height: 30px;
  margin-left: 490px;
  margin-top: 295px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaRaV {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: default;
  align-self: start;
  justify-self: end;
  min-width: 95px;
  min-height: 35px;
  width: max-content;
  height: max-content;
  margin-left: 745px;
  margin-top: 245px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .cmpaRaV .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaRaV .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaVaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 700px;
  margin-top: 210px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmpaVw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 750px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaWaC {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 60px;
  max-width: 60px;
  min-height: 30px;
  max-height: 30px;
  width: 60px;
  height: 30px;
  margin-left: 750px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmqaUaA {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 117;
}
.b-root .bubble-element.cmjaEt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqaTn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 120px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsaYaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmsaYaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 80px;
  max-width: 80px;
  min-height: 30px;
  max-height: 30px;
  width: 80px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjgaQ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 96%;
  max-width: 96%;
  min-height: 840px;
  width: 96%;
  height: max-content;
  margin-left: 15px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 16;
}
.b-root .bubble-element.cmkmd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30%;
  max-width: 30%;
  order: 2;
  min-height: 40px;
  width: 30%;
  flex-grow: 1;
  height: max-content;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmkaWaE {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 220px;
  max-height: 220px;
  height: 220px;
  flex-grow: 1;
  width: 98%;
  margin-left: 5px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 8;
}
.b-root .bubble-element.cmkaWaX {
  overflow: visible;
  justify-content: space-around;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 95%;
  max-width: 95%;
  min-height: 25px;
  width: 95%;
  height: max-content;
  margin-left: 0px;
  margin-top: 37px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmkaWb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55%;
  max-width: 55%;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 55%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaWc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35%;
  max-width: 35%;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 35%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaWaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 35px;
  max-height: 35px;
  width: 200px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmlaHk {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: center;
  min-width: 95%;
  max-width: 95%;
  min-height: 40px;
  width: 95%;
  height: max-content;
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmlaHp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35%;
  max-width: 35%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 35%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlaHq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55%;
  max-width: 55%;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 55%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlaHv {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: center;
  min-width: 95%;
  max-width: 95%;
  min-height: 40px;
  width: 95%;
  height: max-content;
  margin-left: 0px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmlaHx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35%;
  max-width: 35%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 35%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlaIaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55%;
  max-width: 55%;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 55%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlaIaD {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: center;
  min-width: 95%;
  max-width: 95%;
  min-height: 40px;
  width: 95%;
  height: max-content;
  margin-left: 0px;
  margin-top: 170px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 46;
}
.b-root .bubble-element.cmlaIaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35%;
  max-width: 35%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 35%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlaIaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55%;
  max-width: 55%;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 55%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkld {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 2;
  min-height: 275px;
  max-height: 275px;
  height: 275px;
  flex-grow: 1;
  width: 98%;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmkli {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 228px;
  max-height: 228px;
  width: 98%;
  height: 228px;
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .cmkli> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmkmaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 65%;
  max-width: 65%;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 65%;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmknaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 29%;
  max-width: 29%;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 29%;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkmaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 40px;
  max-height: 40px;
  width: 200px;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmoaZaL {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 3;
  min-height: 295px;
  max-height: 295px;
  height: 295px;
  flex-grow: 1;
  width: 98%;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.cmoaZaN {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 210px;
  max-height: 210px;
  width: 98%;
  height: 210px;
  margin-left: 0px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .cmoaZaN> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmoaZaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.5;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 23%;
  max-width: 23%;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 23%;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmoaZaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22%;
  max-width: 22%;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 22%;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmoaaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 52%;
  max-width: 52%;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 52%;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmoaZaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 20px;
  max-height: 20px;
  width: 200px;
  height: 20px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmoaZq {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 240px;
  min-height: 32px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.cmoaZv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  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: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmoaZw {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 105px;
  max-width: 105px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 105px;
  flex-grow: 1;
  height: 28px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmoaaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 95px;
  max-width: 95px;
  min-height: 20px;
  max-height: 20px;
  width: 95px;
  height: 20px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmoaaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 135px;
  max-width: 135px;
  min-height: 20px;
  max-height: 20px;
  width: 135px;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmkmq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 68%;
  max-width: 68%;
  order: 3;
  min-height: 835px;
  width: 68%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmkaLaT {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 97%;
  max-width: 97%;
  order: 2;
  min-height: 430px;
  max-height: 430px;
  height: 430px;
  flex-grow: 1;
  width: 97%;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmkaMr {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 35%;
  max-width: 35%;
  min-height: 40px;
  width: 35%;
  height: max-content;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmkaMs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 236px;
  max-width: 236px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 236px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmkaMx {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 99%;
  max-width: 99%;
  min-height: 25px;
  width: 99%;
  height: max-content;
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmkaMy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 15%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaMz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 40%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaNaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 40%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaNaF {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 440px;
  min-height: 55px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmkaNaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaNaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmkaNaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 125px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmkaNd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 155px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaNj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 270px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmkaMg {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwG_default);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 99%;
  max-width: 99%;
  min-height: 328px;
  max-height: 328px;
  width: 99%;
  height: 328px;
  margin-left: 0px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .cmkaMg> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmkaMh {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 3;
  min-height: 40px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmkaMl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 40%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaMm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 40%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaMn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 15%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjgn0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 97%;
  max-width: 97%;
  order: 1;
  min-height: 370px;
  max-height: 370px;
  height: 370px;
  flex-grow: 1;
  width: 97%;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmjiaZ {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50%;
  order: 1;
  min-height: 40px;
  width: 50%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmjgp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 270px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmjiaT {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 9px;
  border-color: rgba(107,107,107,0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmkpq {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50%;
  order: 2;
  min-height: 40px;
  width: 50%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmkpv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 310px;
  max-width: 310px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 310px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmtaNaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 49%;
  max-width: 49%;
  order: 3;
  min-height: 40px;
  width: 49%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmjih {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmjit {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 15%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjiz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 40%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjjaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 40%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjgu0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwG_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 295px;
  max-height: 295px;
  height: 295px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .cmjgu0> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmjiaB {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 3;
  min-height: 40px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmjhaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 40%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjhaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 40%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmjhaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 15%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmtaNaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 49%;
  max-width: 49%;
  order: 7;
  min-height: 40px;
  width: 49%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmkpaX {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwG_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 295px;
  max-height: 295px;
  height: 295px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .cmkpaX> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmkpaZ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 3;
  min-height: 40px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmkpd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 40%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkpe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 40%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkpf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 15%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkpaL {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmkpaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 15%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkpaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 40%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkpaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 40%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjuaJ {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 705px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 17;
}
.b-root .bubble-element.cmjxaO {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 875px;
  max-width: 1045px;
  min-height: 670px;
  width: calc(100% - 50px);
  height: max-content;
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 69;
}
.b-root .bubble-element.cmjuaN {
  font-family: 'Manrope';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-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: start;
  justify-self: start;
  min-width: 155px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 69;
}
.b-root .cmjuaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmjuaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmjuaO {
  overflow: visible;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--color_cmgwG_default);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwG_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 875px;
  max-width: 1045px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 44px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 67;
}
.b-root .bubble-element.cmjuaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmjuaT {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 295px;
  max-width: 295px;
  min-height: 30px;
  max-height: 30px;
  width: 295px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmjuaU {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(15, 71, 120, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 750px;
  max-width: 750px;
  min-height: 540px;
  width: 750px;
  height: max-content;
  margin-left: 10px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.cmjuaZ {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 730px;
  max-width: 730px;
  min-height: 25px;
  max-height: 25px;
  width: 730px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmjua {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 275px;
  max-width: 275px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 275px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjub {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 16;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmjyaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 17;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmptj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmptp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqaEaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqaEj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjum {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 730px;
  max-width: 730px;
  min-height: 415px;
  max-height: 415px;
  width: 730px;
  height: 415px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmjum> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpfaI {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmjyaV {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjyb {
  color: rgba(230,13,13,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjun {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 275px;
  max-width: 275px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 275px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmptaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmptd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmqaEd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 110px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmqaEp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjuz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjyaD {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 35px;
  width: 120px;
  height: max-content;
  margin-left: 640px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .cmjyaD .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmjyaD .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpsz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 310px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmptaF {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 310px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmptaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 530px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmptaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 530px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmqaEaD {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 420px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmqaEaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 420px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmjvu {
  font-family: 'Manrope';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-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: start;
  justify-self: start;
  min-width: 155px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 165px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 70;
}
.b-root .cmjvu .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmjvu .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmjvv {
  overflow: visible;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--color_cmgwM_default);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 875px;
  max-width: 1045px;
  min-height: 40px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 44px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 67;
}
.b-root .bubble-element.cmjvz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 30px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmjwd {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmjwe {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmjwf {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjwj {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjwk {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmjwl {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaBaK {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjyh {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 340px;
  min-height: 650px;
  width: calc(100% - 533px);
  height: max-content;
  margin-left: 450px;
  margin-top: 15px;
  margin-right: 83px;
  margin-bottom: 15px;
  z-index: 12;
}
.b-root .bubble-element.cmjyj {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 5px;
  border-color: rgba(107,107,107,0);
  border-radius: 5px;
  -moz-border-radius: 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: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmjyn {
  overflow: visible;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 300px;
  min-height: 650px;
  width: calc(100% - 37px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 37px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmjyo {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 28px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 95%;
  max-width: 95%;
  min-height: 535px;
  max-height: 535px;
  width: 95%;
  height: 535px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmjyo> .group-item {
  min-height: 28px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpfaU {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 6;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmjyv {
  color: var(--color_cmgwL_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmjyu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(47, 53, 56, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 21%;
  max-width: 21%;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 21%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjyt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(47, 53, 56, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 37%;
  max-width: 37%;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 37%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjyp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(47, 53, 56, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 21%;
  max-width: 21%;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 21%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjyz {
  color: rgba(199, 40, 8, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 10%;
  max-width: 10%;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 10%;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmjzaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 210px;
  max-width: 210px;
  min-height: 24px;
  max-height: 24px;
  width: 210px;
  height: 24px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjzaB {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 95%;
  max-width: 95%;
  min-height: 25px;
  width: 95%;
  height: max-content;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmjzaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10%;
  max-width: 10%;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 10%;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjzaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 21%;
  max-width: 21%;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 21%;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjzaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 37%;
  max-width: 37%;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: 37%;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjzaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 21%;
  max-width: 21%;
  order: 4;
  min-height: 24px;
  max-height: 24px;
  width: 21%;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjzaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpug {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 250px;
  min-height: 30px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmpuaU {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmpua {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpur {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 20px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpux {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 250px;
  max-width: 250px;
  min-height: 19px;
  max-height: 19px;
  width: 250px;
  height: 19px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmjzaN {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 5px;
  border-color: rgba(107,107,107,0);
  border-radius: 5px;
  -moz-border-radius: 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: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjzaR {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(107,107,107,0);
  border-radius: 5px;
  -moz-border-radius: 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: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmjze {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmjzk {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmjzq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 115px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmjzw {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 230px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmkaAaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 335px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmkaAaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 230px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmkaAa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmkaAs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 230px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmkaAy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 240px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmkaCaN {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 780px;
  max-width: 780px;
  min-height: 625px;
  max-height: 625px;
  width: 780px;
  height: 625px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 27;
}
.b-root .bubble-element.cmkaCaT {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 750px;
  max-width: 750px;
  min-height: 25px;
  max-height: 25px;
  width: 750px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 88;
}
.b-root .bubble-element.cmkaCaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaCaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 16;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaCf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 15;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaCaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaCd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 170px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaCe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaDaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaDaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaCw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 280px;
  max-width: 280px;
  min-height: 35px;
  max-height: 35px;
  width: 280px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaDl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwL_default);
  line-height: 1.4;
  padding: 3px 0px 0px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 280px;
  max-width: 280px;
  min-height: 35px;
  max-height: 35px;
  width: 280px;
  height: 35px;
  margin-left: 270px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaCj {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 750px;
  max-width: 750px;
  min-height: 500px;
  max-height: 500px;
  width: 750px;
  height: 500px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmkaCj> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmkaCk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaCv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaCp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 170px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaCq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaCr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 2px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaDaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaDaT {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 14;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaDaZ {
  color: rgba(199, 40, 8, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmkaFaZ {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 25px;
  max-height: 25px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmoyaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmpaVaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 290px;
  margin-top: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmpvaE {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 350px;
  min-height: 130px;
  width: max-content;
  height: max-content;
  margin-left: 105px;
  margin-top: 535px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmpuaB {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  order: 3;
  min-height: 70px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmpuaH {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 10px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpuaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 120px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpuaJ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 120px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpuaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 230px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpuaO {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  height: 30px;
  margin-left: 230px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmpuaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmpvaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 330px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpuaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 330px;
  max-width: 330px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 330px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpvb {
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 4px;
  border-right-color: var(--color_cmgwG_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 152px;
  max-width: 152px;
  min-height: 27px;
  max-height: 27px;
  width: 152px;
  height: 27px;
  margin-left: 302px;
  margin-top: 515px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmpvb .aspect-ratio {
}
.b-root .bubble-element.cmtaLk {
  overflow: visible;
  justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 225px;
  max-width: 225px;
  min-height: 55px;
  max-height: 55px;
  width: 225px;
  height: 55px;
  margin-left: 10px;
  margin-top: 360px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqaEaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 210px;
  max-width: 210px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 210px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmkaNz {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 930px;
  max-width: 1100px;
  min-height: 561px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 18;
}
.b-root .bubble-element.cmkaOk {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaOl {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmkaOp {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaOq {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaOr {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmkaOv {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaRk {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaOx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmkaPaB {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaPaC {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 765px;
  max-width: 765px;
  min-height: 635px;
  width: 765px;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 19;
}
.b-root .bubble-element.cmkaPaH {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 735px;
  max-width: 735px;
  min-height: 25px;
  max-height: 25px;
  width: 735px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmkaPaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaPaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 250px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaPaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 125px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaPaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 125px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaPaU {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 735px;
  max-width: 735px;
  min-height: 510px;
  max-height: 510px;
  width: 735px;
  height: 510px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmkaPaU> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpgaD {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmkaPaZ {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaPg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 125px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaPf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 250px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaPa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 125px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaPh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaSs {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 25px;
  max-height: 25px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaOaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 130px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmkaOaF {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 145px;
  max-width: 145px;
  min-height: 30px;
  max-height: 30px;
  width: 145px;
  height: 30px;
  margin-left: 695px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmkaPs {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 750px;
  max-width: 750px;
  min-height: 565px;
  width: 750px;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 18;
}
.b-root .bubble-element.cmkaPy {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 720px;
  max-width: 720px;
  min-height: 25px;
  max-height: 25px;
  width: 720px;
  height: 25px;
  margin-left: 0px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 94;
}
.b-root .bubble-element.cmkaQaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaQaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaQaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaQaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaQaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 250px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkaUk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 13;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaQaL {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwH_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwH_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwH_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 720px;
  max-width: 720px;
  min-height: 330px;
  max-height: 330px;
  width: 720px;
  height: 330px;
  margin-left: 0px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmkaQaL> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpfl {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmkaUe {
  color: rgba(246,4,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaQaQ {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaQaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaQaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaQaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaQaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 250px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkaQb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 80px;
  max-width: 80px;
  min-height: 35px;
  max-height: 35px;
  width: 80px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkaQd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.cmkaRaA {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 30px;
  max-height: 30px;
  width: 75px;
  height: 30px;
  margin-left: 270px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmkaRaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 270px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.cmkaRaM {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 125px;
  max-width: 125px;
  min-height: 30px;
  max-height: 30px;
  width: 125px;
  height: 30px;
  margin-left: 355px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmkaRaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 355px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cmkaRaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 490px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmkaRe {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 125px;
  max-width: 125px;
  min-height: 30px;
  max-height: 30px;
  width: 125px;
  height: 30px;
  margin-left: 490px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmkaRq {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 35px;
  width: 115px;
  height: max-content;
  margin-left: 625px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmkaRq .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmkaRq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmkaSaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 440px;
  margin-top: 490px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmkaSaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 525px;
  margin-top: 490px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmkaSaV {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 30px;
  max-height: 30px;
  width: 75px;
  height: 30px;
  margin-left: 440px;
  margin-top: 510px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmkaSb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 525px;
  margin-top: 510px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkaWj {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 35px;
  width: 115px;
  height: max-content;
  margin-left: 310px;
  margin-top: 505px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmkaWj .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmkaWj .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmnfaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(160,160,160,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 265px;
  max-width: 265px;
  min-height: 22px;
  max-height: 22px;
  width: 265px;
  height: 22px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmkaXaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 455px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmmfm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 610px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmkoc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 65px;
  max-height: 65px;
  width: 150px;
  height: 65px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .cmkoc .aspect-ratio {
}
.b-root .bubble-element.cmkqaN {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 1050px;
  max-width: 1100px;
  min-height: 900px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 19;
}
.b-root .bubble-element.cmkqaU {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 1025px;
  max-width: 1100px;
  min-height: 25px;
  max-height: 25px;
  width: max-content;
  height: 25px;
  margin-left: 0px;
  margin-top: 280px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmkqb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 10;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkqaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 240px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmktx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmliaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmlnaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 200px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraKaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 11;
  min-height: 22px;
  max-height: 22px;
  width: 50px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraKaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 70px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraNq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 170px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmrjaT {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 13;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkqh {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwH_default);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwH_default);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 1025px;
  max-width: 1025px;
  min-height: 530px;
  max-height: 530px;
  width: 1025px;
  height: 530px;
  margin-left: 0px;
  margin-top: 305px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmkqh> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmkqr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkqm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 240px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmkuaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmliaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmlnaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 200px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmraJz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 50px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmraLr {
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  opacity: 1;
  align-self: flex-start;
  min-width: 70px;
  max-width: 70px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 70px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmraNw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 170px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmrjaN {
  color: rgba(230,13,13,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 10;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmktaZ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 795px;
  max-width: 960px;
  min-height: 145px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkru {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 0px;
  width: 110px;
  height: max-content;
  margin-left: 5px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmkrv {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 5px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkqaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 325px;
  max-width: 325px;
  min-height: 0px;
  width: 325px;
  height: max-content;
  margin-left: 125px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmkrt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 0px;
  width: 75px;
  height: max-content;
  margin-left: 460px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmkqaP {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 30px;
  max-height: 30px;
  width: 75px;
  height: 30px;
  margin-left: 460px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkraL {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 35px;
  width: 115px;
  height: max-content;
  margin-left: 675px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .cmkraL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmkraL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmlhz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 0px;
  width: 120px;
  height: max-content;
  margin-left: 545px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmlmr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 355px;
  max-width: 355px;
  min-height: 40px;
  width: 355px;
  height: max-content;
  margin-left: 5px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmlmf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  max-width: 350px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmraNaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 0px;
  width: 150px;
  height: max-content;
  margin-left: 675px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmraNd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 150px;
  max-width: 150px;
  min-height: 0px;
  width: 150px;
  height: max-content;
  margin-left: 365px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmraNj {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 300px;
  max-width: 300px;
  min-height: 30px;
  max-height: 30px;
  width: 300px;
  height: 30px;
  margin-left: 365px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmlht {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 18px;
  max-height: 18px;
  width: 115px;
  height: 18px;
  margin-left: 675px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmkvaA {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_cmgwG_default_rgb), 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 705px;
  max-width: 705px;
  min-height: 90px;
  width: 705px;
  height: max-content;
  margin-left: 0px;
  margin-top: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkvaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmkvaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmkvaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 10px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmkvaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 125px;
  margin-top: 57px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmkvd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 150px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmkvj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 270px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmkwaI {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 570px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmraMaL {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 90px;
  min-height: 30px;
  width: max-content;
  height: max-content;
  margin-left: 605px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .cmraMaL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmraMaL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmraKaX {
  overflow: visible;
  justify-content: flex-end;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 1025px;
  max-width: 1100px;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  height: 30px;
  margin-left: 0px;
  margin-top: 835px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmraLl {
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: right;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 180px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmraOaC {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 115px;
  max-width: 115px;
  min-height: 35px;
  width: 115px;
  height: max-content;
  margin-left: 675px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 8;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .cmraOaC .icon-item {
  width: 12px;
  height: 12px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmraOaC .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmmaFaL {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 11;
}
.b-root .bubble-element.cmmaFd {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 900px;
  max-width: 900px;
  min-height: 590px;
  max-height: 590px;
  width: 900px;
  height: 590px;
  margin-left: 0px;
  margin-top: 110px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 66;
}
.b-root .bubble-element.cmmaFh {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwG_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 900px;
  max-width: 900px;
  min-height: 25px;
  max-height: 25px;
  width: 900px;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmmaFi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 300px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaFj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 125px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaFn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 75px;
  max-width: 75px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 75px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaFo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 160px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaGaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmuaCx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 9;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaFp {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 25px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 900px;
  max-width: 900px;
  min-height: 550px;
  max-height: 550px;
  width: 900px;
  height: 550px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmmaFp> .group-item {
  min-height: 25px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmmaFt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 160px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaFu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 10px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 125px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaFv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 75px;
  max-width: 75px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 75px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaFz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 300px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaGd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmuaAz {
  color: var(--color_cmgwG_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmmaFaQ {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 740px;
  max-width: 740px;
  min-height: 80px;
  width: 740px;
  height: max-content;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.cmmaFaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmmaFaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 475px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmmaGp {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 710px;
  max-width: 710px;
  min-height: 40px;
  width: 710px;
  height: max-content;
  margin-left: 15px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmmaFb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 110px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmmaFc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmmaFaX {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 110px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmmaFaV {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  max-width: 130px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 130px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmmaHaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 155px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmnaWn {
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 95px;
  min-height: 25px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .cmnaWn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmnaWn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmmaLv {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 930px;
  max-width: 1100px;
  min-height: 561px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 20;
}
.b-root .bubble-element.cmmaNaI {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaNaN {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmmaNaO {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaNaP {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaNaT {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmmaNaU {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaNaJ {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaNaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 555px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmmaNaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmmaNa {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 110px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmmaNb {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 820px;
  max-width: 820px;
  min-height: 635px;
  width: 820px;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 29;
}
.b-root .bubble-element.cmmaNg {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 25px;
  max-height: 25px;
  width: 800px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmmaNh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 15;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmmaNm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 250px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaNn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 10;
  min-height: 22px;
  max-height: 22px;
  width: 100px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaNl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 55px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaQa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 105px;
  max-width: 105px;
  order: 11;
  min-height: 22px;
  max-height: 22px;
  width: 105px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsmh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmuaAh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 150px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaNr {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 510px;
  max-height: 510px;
  width: 800px;
  height: 510px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmmaNr> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmmaNs {
  color: rgba(246,162,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaNx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 250px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaNy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 100px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaNt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 85px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaQg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 2px 2px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 105px;
  max-width: 105px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 105px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmsmn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 55px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmuaAn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 150px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaOaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 250px;
  max-width: 250px;
  min-height: 35px;
  max-height: 35px;
  width: 250px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaNz {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 25px;
  max-height: 25px;
  width: 30px;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmmaLz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 230px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmmaMaA {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 815px;
  max-width: 815px;
  min-height: 565px;
  width: 815px;
  height: max-content;
  margin-left: 10px;
  margin-top: 210px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 26;
}
.b-root .bubble-element.cmmaMaB {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 25px;
  max-height: 25px;
  width: 800px;
  height: 25px;
  margin-left: 0px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 97;
}
.b-root .bubble-element.cmmaMaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 13;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmmaMaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaMaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 8;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaMaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 9;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaMaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 300px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaMaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 14;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmsmb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaMaR {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwH_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwH_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwH_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 330px;
  max-height: 330px;
  width: 800px;
  height: 330px;
  margin-left: 0px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmmaMaR> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpgaQ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 10;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmmaMaX {
  color: rgba(246,4,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaMaS {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmaMd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaMaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaMaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 60px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaMaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 300px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmsmaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmaNaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 160px;
  max-width: 160px;
  min-height: 25px;
  max-height: 25px;
  width: 160px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmaMe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cmmaMj {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 30px;
  max-height: 30px;
  width: 115px;
  height: 30px;
  margin-left: 335px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmmaMk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 335px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmmaMl {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 85px;
  max-width: 85px;
  min-height: 30px;
  max-height: 30px;
  width: 85px;
  height: 30px;
  margin-left: 460px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmmaMp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 460px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.cmmaMq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 555px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmmaMr {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 125px;
  max-width: 125px;
  min-height: 30px;
  max-height: 30px;
  width: 125px;
  height: 30px;
  margin-left: 555px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmmaMv {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 35px;
  width: 115px;
  height: max-content;
  margin-left: 690px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmmaMv .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmmaMv .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmmaMw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 430px;
  margin-top: 490px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmmaMx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 525px;
  margin-top: 490px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmmaNaB {
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 75px;
  max-width: 75px;
  min-height: 30px;
  max-height: 30px;
  width: 75px;
  height: 30px;
  margin-left: 430px;
  margin-top: 510px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmmaNaC {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 120px;
  max-width: 120px;
  min-height: 30px;
  max-height: 30px;
  width: 120px;
  height: 30px;
  margin-left: 525px;
  margin-top: 510px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmmaZa {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 130px;
  max-width: 130px;
  min-height: 40px;
  width: 130px;
  height: max-content;
  margin-left: 35px;
  margin-top: 500px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.b-root .cmmaZa .icon-item {
  width: 13px;
  height: 13px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmmaZa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmsmaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 270px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.cmsmaP {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 55px;
  max-width: 55px;
  min-height: 30px;
  max-height: 30px;
  width: 55px;
  height: 30px;
  margin-left: 270px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmmaYaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 710px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmmaYf {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 30px;
  max-height: 30px;
  width: 115px;
  height: 30px;
  margin-left: 710px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmmaYl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmmaYr {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: right;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 10px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmmaYx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 470px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmmaZaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 110px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmmaZaU {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 90px;
  max-width: 90px;
  min-height: 30px;
  max-height: 30px;
  width: 90px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmotp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 130px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmotv {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 130px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmouaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 250px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmouaH {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 85px;
  max-width: 85px;
  min-height: 30px;
  max-height: 30px;
  width: 85px;
  height: 30px;
  margin-left: 250px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmouaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmozu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 130px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmpaAaG {
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 125px;
  max-width: 125px;
  min-height: 35px;
  width: 125px;
  height: max-content;
  margin-left: 335px;
  margin-top: 160px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmpaAaG .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaAaG .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaAaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 345px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmpaAaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  height: 30px;
  margin-left: 10px;
  margin-top: 165px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmmtj {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 930px;
  max-width: 1100px;
  min-height: 536px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 14;
}
.b-root .bubble-element.cmmuy {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 97%;
  max-width: 97%;
  order: 2;
  min-height: 430px;
  max-height: 430px;
  height: 430px;
  flex-grow: 1;
  width: 97%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmmvaF {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 25px;
  width: 98%;
  height: max-content;
  margin-left: 0px;
  margin-top: 95px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmmvaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 15%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmvaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20%;
  max-width: 20%;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 20%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmvaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 30%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmvu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 30%;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmvaP {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 440px;
  min-height: 75px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmmvaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmvaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmmvaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 125px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmmvaW {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 105px;
  max-width: 105px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  height: 30px;
  margin-left: 155px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmvaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 270px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmmvc {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwL_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 98%;
  max-width: 98%;
  min-height: 300px;
  max-height: 300px;
  width: 98%;
  height: 300px;
  margin-left: 0px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .cmmvc> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmmvd {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  order: 3;
  min-height: 40px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmmvh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmvi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20%;
  max-width: 20%;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 20%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmvj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15%;
  max-width: 15%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 15%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmvo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30%;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmvaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 45%;
  max-width: 45%;
  min-height: 75px;
  max-height: 75px;
  width: 45%;
  height: 75px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmwaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 97%;
  max-width: 97%;
  order: 3;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
  flex-grow: 1;
  width: 97%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .bubble-element.cmmwaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  padding: 0px 0px 0px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmyaF {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 95%;
  max-width: 95%;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmmxr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 10px 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 40%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmxz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 60%;
  max-width: 60%;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 60%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmyaQ {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 95%;
  max-width: 95%;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmmyaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 10px 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 40%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmyaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 60%;
  max-width: 60%;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 60%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmyb {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 95%;
  max-width: 95%;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmmyd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 10px 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 40%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmyh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 60%;
  max-width: 60%;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 60%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmzaH {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 95%;
  max-width: 95%;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmmzaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 10px 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 40%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmzaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 60%;
  max-width: 60%;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 60%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmpmn {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 95%;
  max-width: 95%;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmpmp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 0px 10px 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40%;
  max-width: 40%;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 40%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmpmt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  text-align: center;
  line-height: 1.5;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 60%;
  max-width: 60%;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 60%;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmmzaS {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 930px;
  max-width: 1100px;
  min-height: 561px;
  width: calc(100% - 150px);
  height: calc(100% - 155px);
  margin-left: 75px;
  margin-top: 80px;
  margin-right: 75px;
  margin-bottom: 75px;
  z-index: 21;
}
.b-root .bubble-element.cmnaGm {
  font-family: 'Manrope';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-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: start;
  justify-self: start;
  min-width: 155px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 30px;
  margin-top: 26px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 69;
}
.b-root .cmnaGm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmnaGm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmnaGs {
  font-family: 'Manrope';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-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: start;
  justify-self: start;
  min-width: 155px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 195px;
  margin-top: 26px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 70;
}
.b-root .cmnaGs .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmnaGs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmnaGaV {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cmgwG_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 860px;
  min-height: 740px;
  width: max-content;
  height: max-content;
  margin-left: 30px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .bubble-element.cmnaBaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmnaBaE {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 350px;
  max-width: 350px;
  min-height: 30px;
  max-height: 30px;
  width: 350px;
  height: 30px;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmzaY {
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 720px;
  max-width: 720px;
  min-height: 565px;
  width: 720px;
  height: max-content;
  margin-left: 10px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .bubble-element.cmmzaZ {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 690px;
  max-width: 690px;
  min-height: 25px;
  max-height: 25px;
  width: 690px;
  height: 25px;
  margin-left: 0px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 97;
}
.b-root .bubble-element.cmmzj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 90px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmze {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 350px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmzf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 14;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmnaFl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 15;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmnaGaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmzp {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwH_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwH_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwH_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 690px;
  max-width: 690px;
  min-height: 400px;
  max-height: 400px;
  width: 690px;
  height: 400px;
  margin-left: 0px;
  margin-top: 145px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmmzp> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpgi {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 12;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmmzv {
  color: rgba(246,4,4,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmnaFf {
  color: var(--color_cmgwG_default);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(209,209,209,0);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmnaGaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmzw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 90px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmmzr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'ABeeZee';
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 350px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmnaAf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_cmgwG_default);
  line-height: 1.4;
  padding: 3px 0px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 80px;
  max-width: 80px;
  min-height: 35px;
  max-height: 35px;
  width: 80px;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmnaAaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 15px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.cmnaAaT {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 115px;
  max-width: 115px;
  min-height: 35px;
  width: 115px;
  height: max-content;
  margin-left: 585px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmnaAaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmnaAaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmnaBo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 375px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cmnaCaA {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(188, 187, 188, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 80px;
  max-width: 80px;
  min-height: 30px;
  max-height: 30px;
  width: 80px;
  height: 30px;
  margin-left: 375px;
  margin-top: 65px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmnaEz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_cmgwG_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 465px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmnaAn {
  overflow: visible;
  justify-content: space-around;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 75px;
  max-width: 75px;
  min-height: 230px;
  width: 75px;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmnaAs {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmnaAt {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmnaAx {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmnaAy {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.cmnaAz {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmnaAr {
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255,255,255,0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmnaBaF {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_cmgwG_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 645px;
  max-width: 645px;
  min-height: 635px;
  width: 645px;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.cmnaBaK {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 610px;
  max-width: 610px;
  min-height: 25px;
  max-height: 25px;
  width: 610px;
  height: 25px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cmnaBaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 12;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmnaBaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 7;
  min-height: 22px;
  max-height: 22px;
  width: 500px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmnaBaV {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--color_cmgwM_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--color_cmgwM_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color_cmgwM_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 610px;
  max-width: 610px;
  min-height: 510px;
  max-height: 510px;
  width: 610px;
  height: 510px;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 2;
}
.b-root .cmnaBaV> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
