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

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 */

body {--stylesheet-active: true;}
.b-root .bubble-element.cmaMyaU0 {
  background-color: #FFFFFF;
  min-width: 0px;
  min-height: 100%;
  min-height: max(1300px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  justify-content: flex-start;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Lato";
  --font_cnGuM_default: "Merriweather";
  --font_cnGuN_default: "Open Sans";
  --font_cnbas_default: "Roboto";
  --font_cnbat_default: "Raleway";
  --font_cnGAj0_default: "Roboto";
  --font_cnGAn0_default: "Lato";
  --font_cnGiN1_default: "Open Sans";
  --font_cnGiR1_default: "Open Sans";
  --color_text_default: rgba(53,53,53,1);
  --color_text_default_rgb: 53,53,53;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250,181,21;
  --color_primary_default: rgba(53,53,53,1);
  --color_primary_default_rgb: 53,53,53;
  --color_success_default: rgba(173, 173, 173, 1);
  --color_success_default_rgb: 173,173,173;
  --color_surface_default: rgba(131, 131, 131, 1);
  --color_surface_default_rgb: 131,131,131;
  --color_background_default: rgba(225, 225, 225, 1);
  --color_background_default_rgb: 225,225,225;
  --color_destructive_default: rgba(222, 42, 42, 1);
  --color_destructive_default_rgb: 222,42,42;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_bTGyP_default: #0205D3;
  --color_bTGyP_default_rgb: 0205;
  --color_bTGyQ_default: #0205D3;
  --color_bTGyQ_default_rgb: 0205;
  --color_cnGtt_default: rgba(25, 28, 32, 1);
  --color_cnGtt_default_rgb: 25,28,32;
  --color_cnGtu_default: rgba(250, 181, 21, 1);
  --color_cnGtu_default_rgb: 250,181,21;
  --color_cnGtv_default: rgba(59, 96, 143, 1);
  --color_cnGtv_default_rgb: 59,96,143;
  --color_cnGtz_default: rgba(23, 219, 78, 1);
  --color_cnGtz_default_rgb: 23,219,78;
  --color_cnGuA_default: rgba(255, 255, 255, 1);
  --color_cnGuA_default_rgb: 255,255,255;
  --color_cnGuB_default: rgba(248, 249, 255, 1);
  --color_cnGuB_default_rgb: 248,249,255;
  --color_cnGuF_default: rgba(255, 0, 0, 1);
  --color_cnGuF_default_rgb: 255,0,0;
  --color_cnGuG_default: rgba(255, 255, 255, 1);
  --color_cnGuG_default_rgb: 255,255,255;
  --color_cnGuH_default: rgba(216, 227, 248, 1);
  --color_cnGuH_default_rgb: 216,227,248;
  --color_cnGuL_default: rgba(195, 198, 207, 1);
  --color_cnGuL_default_rgb: 195,198,207;
  --color_cnbaZ_default: rgba(226, 226, 233, 1);
  --color_cnbaZ_default_rgb: 226,226,233;
  --color_cnbaa_default: rgba(250, 181, 21, 1);
  --color_cnbaa_default_rgb: 250,181,21;
  --color_cnbab_default: rgba(171, 199, 255, 1);
  --color_cnbab_default_rgb: 171,199,255;
  --color_cnbaf_default: rgba(23, 219, 78, 1);
  --color_cnbaf_default_rgb: 23,219,78;
  --color_cnbag_default: rgba(40, 42, 47, 1);
  --color_cnbag_default_rgb: 40,42,47;
  --color_cnbah_default: rgba(17, 19, 24, 1);
  --color_cnbah_default_rgb: 17,19,24;
  --color_cnbal_default: rgba(255, 0, 0, 1);
  --color_cnbal_default_rgb: 255,0,0;
  --color_cnbam_default: rgba(12, 48, 95, 1);
  --color_cnbam_default_rgb: 12,48,95;
  --color_cnban_default: rgba(62, 71, 89, 1);
  --color_cnban_default_rgb: 62,71,89;
  --color_cnbar_default: rgba(68, 71, 78, 1);
  --color_cnbar_default_rgb: 68,71,78;
  --color_cnGAQ0_default: rgba(25, 28, 32, 1);
  --color_cnGAQ0_default_rgb: 25,28,32;
  --color_cnGAR0_default: rgba(250, 181, 21, 1);
  --color_cnGAR0_default_rgb: 250,181,21;
  --color_cnGAV0_default: rgba(57, 96, 143, 1);
  --color_cnGAV0_default_rgb: 57,96,143;
  --color_cnGAW0_default: rgba(23, 219, 78, 1);
  --color_cnGAW0_default_rgb: 23,219,78;
  --color_cnGAX0_default: rgba(255, 255, 255, 1);
  --color_cnGAX0_default_rgb: 255,255,255;
  --color_cnGAb0_default: rgba(248, 249, 255, 1);
  --color_cnGAb0_default_rgb: 248,249,255;
  --color_cnGAc0_default: rgba(255, 0, 0, 1);
  --color_cnGAc0_default_rgb: 255,0,0;
  --color_cnGAd0_default: rgba(255, 255, 255, 1);
  --color_cnGAd0_default_rgb: 255,255,255;
  --color_cnGAh0_default: rgba(216, 227, 248, 1);
  --color_cnGAh0_default_rgb: 216,227,248;
  --color_cnGAi0_default: rgba(195, 198, 207, 1);
  --color_cnGAi0_default_rgb: 195,198,207;
  --color_cnGiL1_default: rgba(53,53,53,0.1);
  --color_cnGiL1_default_rgb: 53,53,53;
  --color_cnGiM1_default: rgba(227,230,235,1);
  --color_cnGiM1_default_rgb: 227,230,235;
}
.b-root .bubble-element.cmaNaBaO0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1300px;
  order: 13;
  min-height: 500px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaNaBaR0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 520px;
  max-width: 520px;
  order: 2;
  min-height: 280px;
  width: 520px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaNaEaM {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 7px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 500px;
  order: 5;
  min-height: 120px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaNaEaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 4;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaNaEaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaEaQ .aspect-ratio {
}
.b-root .bubble-element.cmaNaEaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaNaEaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaEaR .aspect-ratio {
}
.b-root .bubble-element.cmaNaEaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaNaEaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaEaO .aspect-ratio {
}
.b-root .bubble-element.cmaPaIm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaPaIm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaPaIm .aspect-ratio {
}
.b-root .bubble-element.cmaNaBu0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 7px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 500px;
  order: 4;
  min-height: 140px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaNaCaD0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 4;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaNaCaD0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaCaD0 .aspect-ratio {
}
.b-root .bubble-element.cmaNaCaG0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaNaCaG0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaCaG0 .aspect-ratio {
}
.b-root .bubble-element.cmaNaBx0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaNaBx0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaBx0 .aspect-ratio {
}
.b-root .bubble-element.cmaPaIp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaPaIp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaPaIp .aspect-ratio {
}
.b-root .bubble-element.cmaPaIf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 500px;
  order: 6;
  min-height: 140px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaPaIh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 4;
  min-height: 120px;
  max-height: 120px;
  width: 120px;
  flex-grow: 1;
  height: 120px;
  margin-left: 9px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaPaIh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaPaIh .aspect-ratio {
}
.b-root .bubble-element.cmaPaIx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 2;
  min-height: 260px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaPaJaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 1;
  min-height: 260px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaPaJaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .cmaPaJaB .aspect-ratio {
}
.b-root .bubble-element.cmxaKaV {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 1;
  min-height: 5px;
  max-height: 5px;
  height: 5px;
  flex-grow: 1;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmxaKaY {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 42px;
  max-width: 42px;
  order: 1;
  min-height: 52px;
  max-height: 52px;
  width: 42px;
  flex-grow: 1;
  height: 52px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaNaBaX0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 550px;
  max-width: 550px;
  order: 4;
  min-height: 280px;
  width: 550px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cmaNaCaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 24px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 500px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaNaCaP0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 500px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  height: 34px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaNaCaS0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaNaCaS0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaCaS0 .aspect-ratio {
}
.b-root .bubble-element.cmaNaCaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 125px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaNaCaY0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaNaCaY0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaCaY0 .aspect-ratio {
}
.b-root .bubble-element.cmaNaCb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 293px;
  order: 4;
  min-height: 20px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaNaCe0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 510px;
  order: 3;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 34px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaNaDaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 420px;
  order: 11;
  min-height: 23px;
  max-height: 23px;
  height: 23px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 18px;
  z-index: 8;
}
.b-root .bubble-element.cmaTaaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaTaaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 32px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaTaaS {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 70px;
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .cmaTaaS .aspect-ratio {
}
.b-root .bubble-element.cmaTaaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmoij {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1;
  padding: 2px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 23;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaTaaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaTaaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 44px;
  max-width: 44px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 44px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaTaaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 59px;
  max-width: 59px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  width: 59px;
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .cmaTaaY .aspect-ratio {
}
.b-root .bubble-element.cmaTae {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 395px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmpjz {
  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: 10px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmpjz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmpjz .aspect-ratio {
}
.b-root .bubble-element.cmaTaaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmaTaaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 71px;
  max-width: 71px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 71px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaTab {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 33px;
  max-width: 33px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 33px;
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .cmaTab .aspect-ratio {
}
.b-root .bubble-element.cmaTah {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmaNaDaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 124px;
  max-width: 124px;
  order: 38;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 124px;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.cmaNaDk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 40;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 13px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaNaDs {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 275px;
  max-width: 275px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  width: 275px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaNaDs .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaNaDs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaNaDw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 9;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaNaEaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaNaEaD {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 23px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 68px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaNaEaG {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 23px;
  font-weight: 600;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 84px;
  order: 5;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaNaEaJ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaSwm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 30px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: 16px;
  margin-left: 6px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaSwp {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 700;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 30px;
  order: 6;
  min-height: 16px;
  max-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: 16px;
  margin-left: 6px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaNaEa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 11;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaNaEh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaTaZy {
  color: rgba(255, 255, 255, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 21px;
  max-width: 21px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  width: 21px;
  flex-grow: 1;
  height: 20px;
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaNaEn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 25;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmaNaEp {
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 465px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaNaEp .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaNaEp .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaQaUaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 53px;
  max-width: 53px;
  order: 10;
  min-height: 50px;
  max-height: 50px;
  width: 53px;
  flex-grow: 1;
  height: 50px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmaQaUaR {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 26px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.cmaQaUaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 37px;
  max-width: 37px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 37px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnaMaNaX0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 465px;
  max-width: 465px;
  order: 4;
  min-height: 50px;
  max-height: 50px;
  width: 465px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnaMaNaR0 {
  color: var(--color_primary_contrast_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  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: 3;
}
.b-root .bubble-element.cmaNaFaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 515px;
  order: 41;
  min-height: 135px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmaNaFaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaNaFaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  max-width: 465px;
  order: 2;
  min-height: 110px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaNaLr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 515px;
  order: 42;
  min-height: 135px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 22px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmaNaLw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaNaLw .aspect-ratio {
}
.b-root .bubble-element.cmaNaLz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 465px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaReaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 465px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaRjs {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 9;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaWaIaA0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 21;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaYbaT {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmaYbaX {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 24px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaYba {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmhpaZ0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmhpc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmmvaY {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 225px;
  max-width: 225px;
  order: 7;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 225px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmmvaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmmvaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmmxm {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 225px;
  max-width: 225px;
  order: 8;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 225px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .cmmxm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmmxm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaNaMaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 31;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmaNaMaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 3;
  min-height: 48px;
  max-height: 48px;
  width: 360px;
  flex-grow: 1;
  height: 48px;
  margin-left: 9px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaNaMaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 134px;
  order: 1;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 9px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaNaMaS {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(131, 131, 131, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 127px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaNaMaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 38px;
  max-width: 38px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 38px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaNaMaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaNaMaM .aspect-ratio {
}
.b-root .bubble-element.cmaPaFaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 526px;
  max-width: 526px;
  order: 39;
  min-height: 42px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 526px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaPaFaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 3;
  min-height: 42px;
  max-height: 62px;
  width: 360px;
  flex-grow: 1;
  height: max-content;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaVyaL0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 356px;
  max-width: 470px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaVyaO0 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 440px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaVyaZ0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 3;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmaVyaZ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVyaZ0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaXaIaC0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaXaIaF0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(68, 90, 235, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 87px;
  max-width: 87px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 87px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaXaIaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 200px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmyaNl {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 42px;
  max-width: 42px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  width: 42px;
  flex-grow: 1;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaPaFaG {
  border-radius: 21px;
  -moz-border-radius: 21px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  width: 42px;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmyaNs {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  border-radius: 21px;
  -moz-border-radius: 21px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  width: 42px;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaQaJx {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 222, 128, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 4;
  min-height: 64px;
  max-height: 64px;
  height: 64px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 13px;
  margin-right: 0px;
  margin-bottom: 13px;
  z-index: 16;
}
.b-root .bubble-element.cmaQaKaB {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 29px;
  max-width: 29px;
  order: 1;
  min-height: 29px;
  max-height: 29px;
  width: 29px;
  flex-grow: 1;
  height: 29px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaQaKaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 2;
  min-height: 52px;
  max-height: 52px;
  width: 400px;
  flex-grow: 1;
  height: 52px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaQaKaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 13px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaQaKaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 450px;
  max-width: 450px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  height: 34px;
  flex-grow: 1;
  width: 450px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaQaTu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 37;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaQaTu .aspect-ratio {
}
.b-root .bubble-element.cmaRiaM {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 17;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmaRiaP {
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 225px;
  max-width: 225px;
  order: 3;
  min-height: 50px;
  max-height: 50px;
  width: 225px;
  flex-grow: 1;
  height: 50px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaRiaP .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRiaP .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaRiaX {
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 225px;
  max-width: 225px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 225px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaRiaX .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRiaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaSaWaR0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 26;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaSws {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 10;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 19;
}
.b-root .bubble-element.cmaSwu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 400px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaVnaQ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 12;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 17px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmaVnaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 53px;
  max-width: 53px;
  order: 5;
  min-height: 50px;
  max-height: 50px;
  width: 53px;
  flex-grow: 1;
  height: 50px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaVna {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 26px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.cmaVnb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 37px;
  max-width: 37px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 37px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaVnr {
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  width: 465px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmaVnr .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaVnr .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmiaCe {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 272px;
  max-width: 272px;
  order: 13;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 272px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .cmiaCeinput {
}
.b-root .cmiaCe .icon-item {
}
.b-root .cmiaCe label {
}
.b-root .bubble-element.cmiraA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 33;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmiraC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 3;
  min-height: 48px;
  max-height: 48px;
  width: 360px;
  flex-grow: 1;
  height: 48px;
  margin-left: 9px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmiraD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 134px;
  order: 1;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 9px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmiraE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 127px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmiraF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 38px;
  max-width: 38px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 38px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmiraF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmiraF .aspect-ratio {
}
.b-root .bubble-element.cmiyaT0 {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 272px;
  max-width: 272px;
  order: 14;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 272px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .cmiyaT0input {
}
.b-root .cmiyaT0 .icon-item {
}
.b-root .cmiyaT0 label {
}
.b-root .bubble-element.cmoaIaP {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 23;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmoaIaS {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 465px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmoaIaS .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmoaIaS .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmoaIaQ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 53px;
  max-width: 53px;
  order: 5;
  min-height: 50px;
  max-height: 50px;
  width: 53px;
  flex-grow: 1;
  height: 50px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmoaIaU {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 26px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.cmoaIaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 37px;
  max-width: 37px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 37px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmoaJaQ {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 29;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 465px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cnaErs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 102px;
  max-width: 102px;
  order: 1;
  width: 102px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaErs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaErs .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 25.63291139240506%;
}
.b-root .bubble-element.cmoaJf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 30;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmoaJe {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 3;
  min-height: 48px;
  max-height: 48px;
  width: 360px;
  flex-grow: 1;
  height: 48px;
  margin-left: 9px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmoaJi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 134px;
  order: 1;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 9px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmoaJj {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(131, 131, 131, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 127px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmoaJh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmoaJh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmoaJh .aspect-ratio {
}
.b-root .bubble-element.cmown {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 400px;
  order: 7;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmowq {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  order: 5;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 35px;
  z-index: 27;
}
.b-root .bubble-element.cmoxaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmowt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmoww {
  color: var(--color_primary_contrast_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmowz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmoxaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmoxaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 350px;
  order: 2;
  min-height: 13px;
  height: 13px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaGs {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaGx {
  color: var(--color_primary_contrast_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaGv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaGz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaHaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 350px;
  order: 2;
  min-height: 13px;
  height: 13px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaHaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpaHaB {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaHaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaHaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 350px;
  order: 2;
  min-height: 13px;
  height: 13px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmoxc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 12;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmoxe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 15px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmoxf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 26px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 68px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: max-content;
  flex-grow: 0;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmoxi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 30px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: 16px;
  margin-left: 6px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmoxr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmoxo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--color_surface_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 10px;
  max-width: 400px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmoxaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53,53,53,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 400px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpaEx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 350px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 10px;
  flex-grow: 1;
  height: 18px;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmoxw {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: rgba(14,173,123,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  max-width: 400px;
  order: 13;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 31;
}
.b-root .bubble-element.cmoyaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 292px;
  order: 20;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmoyaF {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 2;
}
.b-root .bubble-element.cmoyj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmoyaI {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmoym {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmoyaL {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 4;
}
.b-root .bubble-element.cmoyp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmoyaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 292px;
  order: 23;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.cmoyaN {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 310px;
  max-width: 310px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: 310px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmoyaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmoyb {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 23px;
  font-weight: 600;
  color: var(--color_primary_default);
  padding: 0px 5px 2px 5px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: 125px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmoyz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 17;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmozaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 400px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmozaR {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 28;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.cmozaT {
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: default;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  width: 465px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmozaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmozaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmoza {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 53px;
  max-width: 53px;
  order: 5;
  min-height: 50px;
  max-height: 50px;
  width: 53px;
  flex-grow: 1;
  height: 50px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmozc {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 26px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.cmozd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 37px;
  max-width: 37px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 37px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmozq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 27;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmozv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmozx {
  color: rgba(255, 255, 255, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 21px;
  max-width: 21px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  width: 21px;
  flex-grow: 1;
  height: 20px;
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmozaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 24;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 35;
}
.b-root .bubble-element.cmozaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 400px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaAaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 292px;
  order: 21;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.cmpaAb {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.cmpaAc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaAa {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpaAe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaAt {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 4;
  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: 5;
}
.b-root .bubble-element.cmpaAs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaAy {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 292px;
  order: 22;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cmpaBaF {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  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: 4;
}
.b-root .bubble-element.cmpaBaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaBaE {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaBaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaBaT {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 5;
  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: 6;
}
.b-root .bubble-element.cmpaBaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaBe {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: var(--color_destructive_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  max-width: 400px;
  order: 26;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 39;
}
.b-root .bubble-element.cmpaEk {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: rgba(107, 107, 107, 1);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 32;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.cmpaHu {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmpaHz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 10px;
  max-width: 400px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmpaHx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(53,53,53,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 400px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpaIaA {
  color: var(--color_surface_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 14px;
  max-height: 14px;
  width: 18px;
  flex-grow: 1;
  height: 14px;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  z-index: 31;
}
.b-root .bubble-element.cmpaIaD {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 400px;
  order: 16;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaIaV {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 17px;
  font-weight: 500;
  color: var(--color_primary_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 400px;
  order: 15;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaIaY {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53,53,53,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  max-width: 400px;
  order: 19;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmpaIh {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 488px;
  order: 9;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .bubble-element.cmpaIk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 6;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 47;
}
.b-root .bubble-element.cmpaIn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 7;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 48;
}
.b-root .bubble-element.cmpaRn {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 30;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 465px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpaRs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  max-width: 136px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  width: 136px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmpaRs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmpaRs .aspect-ratio {
}
.b-root .bubble-element.cmpjt {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 29;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 465px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmpme {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpmj {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpmh {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpml {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpmm {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmraPz {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  max-width: 400px;
  order: 14;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.cmpaUaY {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 18;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .cmpaUaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaUaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaUb {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 15;
  min-height: 113px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpaUe {
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmpaUe .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaUe .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaUq {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmpaVaD {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpaUv {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 22px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaUt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaVc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 5;
}
.b-root .bubble-element.cmpfaB {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  order: 6;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmpfaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpfaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpfaR {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpfaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpfaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 350px;
  order: 2;
  min-height: 13px;
  height: 13px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpfaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 3;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpfaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 15px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpfaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 26px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 68px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: max-content;
  flex-grow: 0;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpfaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 30px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: 16px;
  margin-left: 6px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpfaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmpfaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--color_surface_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 10px;
  max-width: 400px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmpfa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53,53,53,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 400px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpfb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 350px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 10px;
  flex-grow: 1;
  height: 18px;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpfaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: rgba(14,173,123,1);
  line-height: 1.2;
  padding: 0px 0px 3px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 31;
}
.b-root .bubble-element.cmpgd {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 7;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 465px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmpgb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  max-width: 136px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  width: 136px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmpgb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmpgb .aspect-ratio {
}
.b-root .bubble-element.cmphd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 6;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cmphi {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 465px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmphi .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmphi .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmphg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 53px;
  max-width: 53px;
  order: 7;
  min-height: 50px;
  max-height: 50px;
  width: 53px;
  flex-grow: 1;
  height: 50px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmphk {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 26px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.cmphl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 37px;
  max-width: 37px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 37px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmplf {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_success_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 3;
  min-height: 50px;
  max-height: 50px;
  width: 465px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmplf .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmplf .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpib {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.2;
  padding: 0px 0px 3px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  max-width: 465px;
  order: 11;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 32;
}
.b-root .bubble-element.cmpim {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 526px;
  order: 8;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmpil {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpip {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpjaG {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 13;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpjaM {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 14;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.cmpjaP {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  order: 10;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpjaS {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqaEh {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.2;
  padding: 0px 0px 3px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 36;
}
.b-root .bubble-element.cmqaQaG {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 12;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpij {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 465px;
  max-width: 465px;
  order: 20;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 465px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cnaErg {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 360px;
  order: 21;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cnaErm {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 450px;
  order: 22;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmaRhr {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 500px;
  max-width: 500px;
  min-height: 280px;
}
.b-root .cmaRhr.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaRhu {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 15;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmaRhu .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRhu .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaRhv {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 53, 53, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 16;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 22px;
  z-index: 8;
}
.b-root .cmaRhv .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRhv .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmjwaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 24px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 372px;
  max-width: 372px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 372px;
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmpdaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmaRht {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 410px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmjwaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 410px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmjwe {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 3;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 410px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cmpdm {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 410px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 32;
}
.b-root .bubble-element.cmpdp {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 410px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmpds {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 4;
  min-height: 70px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.cmpdv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.cmpdy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 4;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.cmpeaB {
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 15;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .cmpeaB .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpeaB .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaRia {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 500px;
  max-width: 500px;
  min-height: 470px;
}
.b-root .cmaRia.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaRic {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaRid {
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 230px;
  max-width: 230px;
  order: 7;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 230px;
  margin-left: 0px;
  margin-top: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmaRid .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRid .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaRie {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 53, 53, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 230px;
  max-width: 230px;
  order: 8;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 230px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 35px;
  z-index: 8;
}
.b-root .cmaRie .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRie .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaRif {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 400px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaRig {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 5;
  min-height: 62px;
  max-height: 62px;
  height: 62px;
  flex-grow: 1;
  width: 410px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaRih {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  width: 100px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaRii {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(53, 53, 53, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 1;
  min-height: 12px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaRij {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 700;
  color: rgba(59, 59, 59, 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: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaRik {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 55px;
  max-height: 55px;
  width: 100px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaRil {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(53, 53, 53, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 1;
  min-height: 12px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaRim {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 700;
  color: rgba(222, 42, 42, 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: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaRin {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 3;
  min-height: 20px;
  max-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 11;
}
.b-root .bubble-element.cmaRjaS {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 500px;
  max-width: 500px;
  min-height: 456px;
}
.b-root .cmaRjaS.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaRjaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaRjaV {
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 230px;
  max-width: 230px;
  order: 8;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 230px;
  margin-left: 0px;
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmaRjaV .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRjaV .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaRjaW {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 53, 53, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 230px;
  max-width: 230px;
  order: 9;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 230px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 45px;
  z-index: 8;
}
.b-root .cmaRjaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaRjaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaRjaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 400px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaRjaY {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 6;
  min-height: 62px;
  max-height: 62px;
  height: 62px;
  flex-grow: 1;
  width: 410px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaRjaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  order: 3;
  min-height: 55px;
  max-height: 55px;
  width: 240px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaRja {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 12px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaRjb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(131, 131, 131, 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: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaRjc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 4;
  min-height: 40px;
  max-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmpaVaF {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 400px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmaSeb {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 800px;
  order: 5;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaSee {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 600;
  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: 800px;
  max-width: 800px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 800px;
  margin-left: 0px;
  margin-top: 22px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaSeh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 800px;
  max-width: 800px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 800px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaSek0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 800px;
  order: 6;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaSem0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 22px;
  font-weight: 600;
  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: 800px;
  max-width: 800px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 800px;
  margin-left: 0px;
  margin-top: 22px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaSen0 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  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: 510px;
  max-width: 510px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 510px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaSev0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 800px;
  order: 11;
  min-height: 270px;
  max-height: 270px;
  height: 270px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmaSex0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 800px;
  max-width: 800px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 800px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaSfaD0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1000px;
  max-width: 1000px;
  order: 3;
  min-height: 220px;
  max-height: 220px;
  height: 220px;
  flex-grow: 1;
  width: 1000px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaSfaG0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 440px;
  max-width: 440px;
  order: 1;
  min-height: 220px;
  max-height: 220px;
  width: 440px;
  flex-grow: 1;
  height: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaSfaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 96px;
  max-width: 96px;
  order: 1;
  min-height: 19px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 96px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaSfaT0 {
  border-radius: 32px;
  -moz-border-radius: 32px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 64px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaSfaT0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 32px;
}
.b-root .cmaSfaT0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaSfaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 240px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaSfaJ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 440px;
  max-width: 440px;
  order: 3;
  min-height: 220px;
  max-height: 220px;
  width: 440px;
  flex-grow: 1;
  height: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaSfd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 96px;
  max-width: 96px;
  order: 1;
  min-height: 19px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 96px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaVyv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 440px;
  max-width: 440px;
  order: 2;
  min-height: 141px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 440px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaSfaM0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 200px;
  max-height: 200px;
  width: 1px;
  flex-grow: 1;
  height: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaSfaM0 .aspect-ratio {
}
.b-root .bubble-element.cmaSmaE {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 542px;
}
.b-root .cmaSmaE.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaSmaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaSoaL {
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 8;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 240px;
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .cmaSoaL .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaSoaL .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmeaGz {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmeaHaB {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 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: 300px;
  order: 2;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmeaHaC {
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .cmeaHaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 25px;
}
.b-root .cmeaHaC .aspect-ratio {
}
.b-root .bubble-element.cmaSmn {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 470px;
}
.b-root .cmaSmn.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaSmp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaSmv {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: 70px;
  margin-left: 0px;
  margin-top: 165px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaSmy {
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 131, 131, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 220px;
  margin-left: 0px;
  margin-top: 110px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaSmy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaSmy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaSoe {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 470px;
}
.b-root .cmaSoe.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaSog {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaSoh {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: 70px;
  margin-left: 0px;
  margin-top: 165px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaSoi {
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 131, 131, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 230px;
  max-width: 230px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 230px;
  margin-left: 0px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaSoi .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaSoi .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaSop {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 470px;
}
.b-root .cmaSop.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaSor {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaSos {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: 70px;
  margin-left: 0px;
  margin-top: 165px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaSot {
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 131, 131, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 230px;
  max-width: 230px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 230px;
  margin-left: 0px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaSot .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaSot .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaTaKt {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 540px;
}
.b-root .cmaTaKt.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaTaKv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaTaKx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 11;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaTaKy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 12;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: auto;
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmaTaKz {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 13;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 240px;
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 18;
}
.b-root .cmaTaKz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaTaKz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaTaLaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmaTaLaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmaTaLaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmaTaLaK {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmaTaLaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 18px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmaTaLaQ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  padding: 0px 4px 0px 4px;
  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: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmaXaLx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 36px;
  max-width: 36px;
  order: 6;
  min-height: 21px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmaTaLaW {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmaTaLb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 136px;
  max-width: 136px;
  order: 8;
  min-height: 26px;
  max-height: 26px;
  width: 136px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmaTaLh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 250px;
  order: 9;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: auto;
  margin-left: 57px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmaTaLk {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 600;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 14;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 28;
}
.b-root .bubble-element.cmaXaMaA {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 7;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cmaTaMaJ {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 470px;
}
.b-root .cmaTaMaJ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaTaMaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaTaMaM {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: 70px;
  margin-left: 0px;
  margin-top: 165px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaTaMaN {
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 131, 131, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 220px;
  margin-left: 0px;
  margin-top: 110px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaTaMaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaTaMaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaUll {
  min-width: 382px;
  max-width: 382px;
  min-height: 562px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(225, 225, 225, 1);
  border-bottom-left-radius: 0px;
}
.b-root .bubble-element.cmaUln {
  gap: 1px;
  grid-template-rows: repeat(17, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 560px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUln> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUlo {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUlp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUlp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUlp .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUlq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUlr {
  gap: 1px;
  grid-template-rows: repeat(16, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 528px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaUlr> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUls {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUlt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUlt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUlt .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUlu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUmaE {
  min-width: 572px;
  max-width: 572px;
  min-height: 591px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(225, 225, 225, 1);
  border-bottom-left-radius: 0px;
}
.b-root .bubble-element.cmaUmaG {
  gap: 1px;
  grid-template-rows: repeat(18, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 592px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUmaG> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUmaH {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUmaI {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUmaI img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUmaI .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUmaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUmaK {
  gap: 1px;
  grid-template-rows: repeat(18, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 592px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaUmaK> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUmaL {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUmaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUmaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUmaM .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUmaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUmaO {
  gap: 1px;
  grid-template-rows: repeat(18, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 3;
  min-height: 592px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaUmaO> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUmaP {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUmaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUmaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUmaQ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUmaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUmf {
  min-width: 382px;
  max-width: 382px;
  min-height: 363px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(225, 225, 225, 1);
  border-bottom-left-radius: 0px;
}
.b-root .bubble-element.cmaUmh {
  gap: 1px;
  grid-template-rows: repeat(11, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 362px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUmh> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUmi {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUmj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUmk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUmk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUmk .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUml {
  gap: 1px;
  grid-template-rows: repeat(11, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 362px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaUml> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUmm {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUmn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUmo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUmo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUmo .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUmy {
  min-width: 382px;
  max-width: 382px;
  min-height: 297px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(225, 225, 225, 1);
  border-bottom-left-radius: 0px;
}
.b-root .bubble-element.cmaUnaA {
  gap: 1px;
  grid-template-rows: repeat(9, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 296px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnaA> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUnaB {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUnaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUnaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUnaD .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUnaE {
  gap: 1px;
  grid-template-rows: repeat(9, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 296px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaUnaE> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUnaF {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUnaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUnaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUnaH .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUnaR {
  min-width: 382px;
  max-width: 382px;
  min-height: 395px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(225, 225, 225, 1);
  border-bottom-left-radius: 0px;
}
.b-root .bubble-element.cmaUnaT {
  gap: 1px;
  grid-template-rows: repeat(12, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 395px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnaT> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUnaU {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUnaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUnaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUnaW .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUnaX {
  gap: 1px;
  grid-template-rows: repeat(11, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 363px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaUnaX> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUnaY {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUnaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUna {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUna img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUna .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUnk {
  min-width: 382px;
  max-width: 382px;
  min-height: 264px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(225, 225, 225, 1);
  border-bottom-left-radius: 0px;
}
.b-root .bubble-element.cmaUnm {
  gap: 1px;
  grid-template-rows: repeat(8, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 263px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnm> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUnn {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUno {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUnp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUnp .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUnq {
  gap: 1px;
  grid-template-rows: repeat(7, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 230px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaUnq> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUnr {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUns {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUnt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUnt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUnt .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUoaD {
  min-width: 191px;
  max-width: 191px;
  min-height: 297px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(225, 225, 225, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(225, 225, 225, 1);
  border-bottom-left-radius: 0px;
}
.b-root .bubble-element.cmaUoaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  order: 1;
  min-height: 329px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUoaG {
  gap: 1px;
  grid-template-rows: repeat(10, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 297px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUoaG> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUoaH {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 189px;
  max-width: 189px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 189px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUoaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  word-spacing: -0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 134px;
  max-width: 134px;
  order: 2;
  min-height: 18px;
  max-height: 28px;
  width: 134px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUoaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUoaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUoaJ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUpf {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1300px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaUph {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaUpi {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUpj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  width: 22px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUpj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUpj .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUpk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 44px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUpl {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUpm {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 5;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUpn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  width: 22px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUpn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUpn .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUpo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 44px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUpp {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUpq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 4;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaUpq .aspect-ratio {
}
.b-root .bubble-element.cmaUpr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 6;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmaUpr .aspect-ratio {
}
.b-root .bubble-element.cmaUps {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 7;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmaUpt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUpt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUpt .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUpu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 44px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUpv {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUpw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 8;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmaUpw .aspect-ratio {
}
.b-root .bubble-element.cmaUpx {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 9;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaUpy {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  width: 22px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUpy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUpy .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUpz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 52px;
  max-width: 52px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 52px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUqaA {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUqaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 10;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .cmaUqaB .aspect-ratio {
}
.b-root .bubble-element.cmaUqaC {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 11;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmaUqaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  width: 22px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUqaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUqaD .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUqaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 44px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUqaF {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUqaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 12;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .cmaUqaG .aspect-ratio {
}
.b-root .bubble-element.cmaUqaH {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 13;
  min-height: 35px;
  max-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmaUqaI {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  width: 22px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUqaI img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUqaI .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUqaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 44px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUqaK {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUqaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 14;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .cmaUqaL .aspect-ratio {
}
.b-root .bubble-element.cmaUqaM {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 168px;
  max-width: 168px;
  order: 15;
  min-height: 35px;
  max-height: 35px;
  width: 168px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaUqaN {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaUqaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUqaN .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaUqaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92px;
  max-width: 92px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 92px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaUqaP {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUqaQ {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .cmaUqaQ .aspect-ratio {
}
.b-root .bubble-element.cmaUqaR {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 16;
  min-height: 21px;
  max-height: 21px;
  width: 1px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaUqaR .aspect-ratio {
}
.b-root .bubble-element.cmaVrh {
  justify-content: space-between;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 80%;
  min-height: 600px;
}
.b-root .cmaVrh.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaVrk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 4;
  min-height: 500px;
  height: 500px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaVrk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVrk .aspect-ratio {
}
.b-root .bubble-element.cmaVrn {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 500px;
  order: 19;
  min-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 32px;
  z-index: 7;
}
.b-root .bubble-element.cmaVrp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 4;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaVrp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVrp .aspect-ratio {
}
.b-root .bubble-element.cmaVrq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 3;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmaVrq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVrq .aspect-ratio {
}
.b-root .bubble-element.cmaVrr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaVrr img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVrr .aspect-ratio {
}
.b-root .bubble-element.cmaVrs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaVrs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVrs .aspect-ratio {
}
.b-root .bubble-element.cmaVru {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 9;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaVru img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVru .aspect-ratio {
}
.b-root .bubble-element.cmaVrx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 8;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaVrx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVrx .aspect-ratio {
}
.b-root .bubble-element.cmaVsaA {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 7;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaVsaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVsaA .aspect-ratio {
}
.b-root .bubble-element.cmaVsaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 6;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaVsaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVsaD .aspect-ratio {
}
.b-root .bubble-element.cmaVsaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 5;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaVsaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaVsaG .aspect-ratio {
}
.b-root .bubble-element.cmaVsg {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 25px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaWaIaD0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 650px;
  max-width: 650px;
  min-height: 800px;
  max-height: 800px;
}
.b-root .cmaWaIaD0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaWaIaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 24px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 372px;
  max-width: 372px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 372px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmaWaIaM0 {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 20px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmaWaIaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 394px;
  max-width: 394px;
  order: 6;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 394px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmaWaIaS0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 430px;
  max-width: 430px;
  order: 7;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: 430px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmaWaIaV0 {
  color: rgba(173, 173, 173, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaWaIaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 285px;
  max-width: 285px;
  order: 3;
  min-height: 10px;
  width: 285px;
  flex-grow: 1;
  height: max-content;
  margin-left: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaWaIl0 {
  color: rgba(53, 53, 53, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaWaIw {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 430px;
  max-width: 430px;
  order: 8;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: 430px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmaWaIy {
  color: rgba(173, 173, 173, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaWaIz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 285px;
  max-width: 285px;
  order: 3;
  min-height: 10px;
  width: 285px;
  flex-grow: 1;
  height: max-content;
  margin-left: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaWaJaA {
  color: rgba(53, 53, 53, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaWaJaC {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 430px;
  max-width: 430px;
  order: 9;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: 430px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmaWaJaE {
  color: rgba(173, 173, 173, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaWaJaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 3;
  min-height: 10px;
  width: 270px;
  flex-grow: 1;
  height: max-content;
  margin-left: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaWaJaG {
  color: rgba(53, 53, 53, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaWaJaI {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 430px;
  max-width: 430px;
  order: 10;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: 430px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmaWaJaK {
  color: rgba(173, 173, 173, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaWaJaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 3;
  min-height: 10px;
  width: 270px;
  flex-grow: 1;
  height: max-content;
  margin-left: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaWaJaM {
  color: rgba(53, 53, 53, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaWaJaO {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 430px;
  max-width: 430px;
  order: 11;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: 430px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmaWaJaQ {
  color: rgba(173, 173, 173, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaWaJaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 3;
  min-height: 10px;
  width: 270px;
  flex-grow: 1;
  height: max-content;
  margin-left: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaWaJaS {
  color: rgba(53, 53, 53, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaWaJaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 430px;
  max-width: 430px;
  order: 12;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 430px;
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmaWaJa {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 384px;
  max-width: 384px;
  order: 14;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 384px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmaWaKaY {
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 700;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: default;
  align-self: center;
  min-width: 320px;
  max-width: 320px;
  order: 15;
  min-height: 56px;
  max-height: 56px;
  height: 56px;
  flex-grow: 1;
  width: 320px;
  margin-left: 0px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .cmaWaKaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaWaKaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaWaKh {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 470px;
}
.b-root .cmaWaKh.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaWaKj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaWaKk {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: 70px;
  margin-left: 0px;
  margin-top: 164px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaWaKl {
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 131, 131, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 5;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 220px;
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaWaKl .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaWaKl .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaWaKn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmaWaUaJ {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 470px;
}
.b-root .cmaWaUaJ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaWaUaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 350px;
  margin-left: 0px;
  margin-top: 165px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaWaUaM {
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 131, 131, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 5;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 220px;
  margin-left: 0px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmaWaUaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaWaUaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaWaUaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 4;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmaYck {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 600px;
  max-width: 600px;
  min-height: 450px;
}
.b-root .cmaYck.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmqxb {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 52px;
  max-width: 52px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 52px;
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqxg {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqxm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqxp {
  overflow: visible;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 440px;
  order: 3;
  min-height: 130px;
  max-height: 130px;
  height: 130px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqxr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 81px;
  max-width: 81px;
  order: 1;
  min-height: 90px;
  max-height: 90px;
  width: 81px;
  flex-grow: 1;
  height: 90px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmqxr img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmqxr .aspect-ratio {
}
.b-root .bubble-element.cmqxs {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 100px;
  max-height: 100px;
  width: 100px;
  flex-grow: 1;
  height: 100px;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmqxq {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 280px;
  order: 1;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqxu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 300px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqxv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqxt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 300px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.cmqxx {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 300px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 50px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .bubble-element.cmqxw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqyaL {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_success_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 30px 0px 30px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 10px;
  order: 6;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqyaQ {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 14px;
  max-height: 14px;
  width: 16px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqyaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqyaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqyh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 414px;
  order: 8;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqyk {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 18;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqyj {
  color: rgba(66, 103, 178, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqyn {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmqyo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_surface_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 12px;
  max-height: 12px;
  height: 12px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .bubble-element.cmqym {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqyw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 414px;
  order: 19;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaC {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 2;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaD {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: 100px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqyv {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 1;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqyz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqyy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: 100px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqzaA {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaL {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 5;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaM {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqzaF {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 3;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaG {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqzaI {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 4;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaJ {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqzaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 8;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaV {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqzaO {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 6;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaP {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqzaR {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 7;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaS {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqzaX {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgba(66,103,178,1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 9;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqzaY {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 62px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqzaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraAaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 20;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmraAaJ {
  color: rgba(66, 103, 178, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmraAaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraAaM {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 21;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmraAaR {
  color: rgba(255, 87, 0, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmraAaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmraAaV {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 414px;
  order: 23;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.b-root .bubble-element.cmraAa {
  color: rgba(0, 172, 238, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmraAaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaYoaR {
  min-width: 190px;
  max-width: 190px;
  min-height: 229px;
  max-height: 229px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-root .bubble-element.cmaYoaT {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 190px;
  max-width: 190px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 190px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaYoaU {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaYoaV {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 190px;
  max-width: 190px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaYoaW {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaYoaX {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 190px;
  max-width: 190px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaYoaY {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaYoaZ {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 190px;
  max-width: 190px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaYob {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.2px;
  line-height: 1;
  border-radius: 11px;
  -moz-border-radius: 11px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 4;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmaYob .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaYob .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaYoa {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaYoc {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 190px;
  max-width: 190px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaYod {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaYoe {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 180px;
  max-width: 180px;
  order: 7;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaYof {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 10px;
  max-width: 100px;
  order: 1;
  min-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqaAj {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 190px;
  max-width: 190px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 190px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmqaAi {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZgd {
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 810px;
  max-width: 810px;
  min-height: 580px;
  max-height: 580px;
}
.b-root .cmaZgd.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaZbaQ {
  justify-content: space-around;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 500px;
  max-width: 500px;
  min-height: 330px;
  max-height: 330px;
}
.b-root .cmaZbaQ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmaZbaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 22px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 182px;
  max-width: 182px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZbaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 70px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cmaZbaT {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 6;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 36px;
  z-index: 12;
}
.b-root .cmaZbaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaZbaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaZbaU {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 4;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmaZbaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 0.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 80px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZbaW {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  opacity: 1;
  align-self: flex-start;
  min-width: 260px;
  max-width: 260px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 260px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaCaGaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 5;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZdaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 470px;
  order: 3;
  min-height: 520px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmaZaw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZax {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 52px;
  max-width: 52px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 52px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZeaE {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZaz {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 52px;
  max-width: 52px;
  order: 4;
  min-height: 32px;
  max-height: 32px;
  width: 52px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZbaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 30px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaZbaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 4;
  min-height: 388px;
  max-height: 388px;
  height: 388px;
  flex-grow: 1;
  width: 400px;
  margin-left: 0px;
  margin-top: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZbaC {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 4;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaZbaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 80px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZbaE {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZbaF {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 5;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaZbaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 80px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZbaH {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  letter-spacing: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZbaI {
  overflow: visible;
  justify-content: center;
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 8;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaZbaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaLraJ0 {
  color: var(--color_primary_contrast_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZbaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 370px;
  max-width: 370px;
  order: 11;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 370px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 11;
}
.b-root .cmaZbaK .aspect-ratio {
}
.b-root .bubble-element.cmaZbaL {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 53, 53, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 13;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmaZbaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZbaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 12;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmaZbaO {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 10;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaZbaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 190px;
  max-width: 190px;
  order: 3;
  min-height: 6px;
  width: 190px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmaZdaT {
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 158px;
  max-width: 158px;
  order: 2;
  min-height: 16px;
  width: 158px;
  flex-grow: 1;
  height: max-content;
  margin-left: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .cmaZdaTinput {
}
.b-root .cmaZdaT .icon-item {
}
.b-root .cmaZdaT label {
}
.b-root .bubble-element.cmaZdaW {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 5;
  min-height: 440px;
  max-height: 440px;
  height: 440px;
  flex-grow: 1;
  width: 400px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmaZdaY {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 7;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 22px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaZdaZ {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZda {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZdb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 80px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZdc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: rgba(222, 42, 42, 1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 10px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaZdd {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 8;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaZde {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZdf {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZdg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 0.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 80px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZdh {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 10px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaZdi {
  overflow: visible;
  justify-content: center;
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 14;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaZdj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaHaRz {
  color: var(--color_primary_contrast_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZdk {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 9;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmaZdl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 0.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  max-width: 130px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 130px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZdm {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZdn {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 2;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmaZdo {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZdp {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 340px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZdq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 0.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 80px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZdr {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: rgba(222, 42, 42, 1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 10px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaZds {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  word-spacing: 0.8px;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  max-width: 400px;
  order: 16;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmaZdt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 204px;
  max-width: 204px;
  order: 6;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: 204px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmgaGaU {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 10;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 20;
}
.b-root .bubble-element.cmaZel {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 400px;
  max-width: 400px;
  order: 6;
  min-height: 500px;
  max-height: 500px;
  height: 500px;
  flex-grow: 1;
  width: 400px;
  margin-left: 0px;
  margin-top: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmaZen {
  overflow: visible;
  justify-content: center;
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 18;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaZeo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZep {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 11;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmaZeq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 250px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZes {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmaZet {
  border-radius: 32px;
  -moz-border-radius: 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  width: 64px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 23px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmaZet img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 32px;
}
.b-root .cmaZet .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmaZeu {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(131, 131, 131, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(131, 131, 131, 1);
  border-bottom-right-radius: 8px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(131, 131, 131, 1);
  border-bottom-left-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 6;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmaZev {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 180px;
  flex-grow: 1;
  height: 36px;
  margin-left: 80px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZew {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 67px;
  max-width: 180px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZex {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 10px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 67px;
  max-width: 180px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZey {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 44px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZez {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZfaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 7px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZfaB {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: 44px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZfaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZfaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 7px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZfaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 67px;
  max-width: 130px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZfaF {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 53, 53, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 19;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmaZfaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZfaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 10px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 15;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: 280px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZdaK {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 36px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 10;
  min-height: 520px;
  max-height: 520px;
  width: 300px;
  flex-grow: 1;
  height: 520px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaZeaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  max-width: 270px;
  order: 1;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 46px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaZeaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  max-width: 270px;
  order: 3;
  min-height: 56px;
  max-height: 56px;
  height: 56px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaZeaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  letter-spacing: 0.2px;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 268px;
  max-width: 268px;
  order: 2;
  min-height: 66px;
  max-height: 66px;
  height: 66px;
  flex-grow: 1;
  width: 268px;
  margin-left: 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZeaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 1;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmaZeaM {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  max-width: 270px;
  order: 1;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaZeaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 100px;
  max-height: 100px;
  width: max-content;
  flex-grow: 0;
  height: 100px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZeaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 38px;
  max-width: 38px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  width: 38px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmaZeaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaZeaO .aspect-ratio {
}
.b-root .bubble-element.cmaZeaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  max-width: 270px;
  order: 2;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZeaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  max-width: 270px;
  order: 3;
  min-height: 56px;
  max-height: 56px;
  height: 56px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaZeaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  letter-spacing: 0.2px;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 268px;
  max-width: 268px;
  order: 2;
  min-height: 66px;
  max-height: 66px;
  height: 66px;
  flex-grow: 1;
  width: 268px;
  margin-left: 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaZeaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 1;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmaZeaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  max-width: 270px;
  order: 1;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpjaV {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmaZeaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  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: 20px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaZei {
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 38px;
  max-width: 38px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  width: 38px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmhzs {
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 129px;
  max-width: 129px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 129px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaZdaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 5;
  min-height: 500px;
  max-height: 500px;
  width: 1px;
  flex-grow: 1;
  height: 500px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 17;
}
.b-root .cmaZdaQ .aspect-ratio {
}
.b-root .bubble-element.cmhuq {
  justify-content: space-around;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 500px;
  max-width: 500px;
  min-height: 330px;
  max-height: 330px;
}
.b-root .cmhuq.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmhus {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 320px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 320px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmfqaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 26;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 1260px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmfqc {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 130px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 61;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmaWbaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 3;
  min-height: 162px;
  max-height: 162px;
  width: 250px;
  flex-grow: 1;
  height: 162px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmaWbaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  order: 1;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaWbr {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaYdc {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 6;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaYdf {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmaWbaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 320px;
  order: 2;
  min-height: 180px;
  max-height: 180px;
  width: 320px;
  flex-grow: 1;
  height: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmaWbaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  order: 4;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 81px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmaWbaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  order: 5;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 81px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaYdaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 230px;
  max-width: 230px;
  order: 3;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 230px;
  margin-left: 0px;
  margin-top: 37px;
  margin-right: 90px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaYdaZ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 500;
  color: rgba(3, 180, 198, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 230px;
  max-width: 230px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  width: 230px;
  flex-grow: 1;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaWbaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 320px;
  order: 4;
  min-height: 162px;
  max-height: 162px;
  width: 320px;
  flex-grow: 1;
  height: 162px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmaWbaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  order: 1;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaWbc {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaWbf {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaWbi {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 4;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaWbl {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 6;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaWbo {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmiyy {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 16;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 1260px;
  margin-left: 0px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmizaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmizaE {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_surface_default);
  line-height: 1.4;
  padding: 3px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 276px;
  flex-grow: 1;
  height: 26px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmjaAaZ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_surface_default);
  line-height: 1.4;
  padding: 3px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  width: 276px;
  flex-grow: 1;
  height: 26px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaCaM {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 280px;
  max-width: 620px;
  min-height: 700px;
}
.b-root .cmpaCaM.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmpaCaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmpaCaT {
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 240px;
  max-width: 414px;
  order: 22;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 50px;
  margin-right: 15px;
  margin-bottom: 10px;
  z-index: 18;
}
.b-root .cmpaCaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaCaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaCaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 9;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmpaCaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 10;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmpaCaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  max-width: 250px;
  order: 11;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaCaX {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 12;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 7px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmpaCaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 18px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmpaCaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(173, 173, 173, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 110px;
  order: 5;
  min-height: 36px;
  max-height: 36px;
  width: 110px;
  flex-grow: 1;
  height: 36px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmpaCa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 36px;
  max-width: 36px;
  order: 6;
  min-height: 21px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaCe {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 52px;
  max-width: 52px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 52px;
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cmpaCi {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaCm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 540px;
  order: 24;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 30px;
  z-index: 32;
}
.b-root .bubble-element.cmpaDaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 420px;
  max-width: 420px;
  order: 17;
  min-height: 140px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 420px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cmpaDb {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaDa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 36px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpaDe {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 140px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmpaDf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 11px;
  max-width: 11px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 11px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaDd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 100px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaDi {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 4;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaDk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 270px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpaDl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 140px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaDj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 10px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaDn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 62px;
  order: 4;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmpaDm {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaDr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 150px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpaDp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 140px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaDt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 10px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaDu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 62px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaDw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 6;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 21;
}
.b-root .cmpaDw .aspect-ratio {
}
.b-root .bubble-element.cmpaDz {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 7;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaDy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 520px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 36px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpaEaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 200px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaEaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  letter-spacing: 0.2px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 180px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaEaF {
  overflow: visible;
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 8;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaEaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 260px;
  order: 4;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaEaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(131, 131, 131, 1);
  letter-spacing: 0.2px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 10px;
  max-width: 260px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaEaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  letter-spacing: 0.2px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 10px;
  max-width: 260px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaEaR {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 0;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 18;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.cmpaEaU {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 0;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 20;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.cmpaEaY {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 0;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 19;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.cmpaEaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 16;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.cmpaEo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 500px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 41;
}
.b-root .bubble-element.cmpaEt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 320px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaEr {
  color: var(--color_primary_contrast_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaEv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaEw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaEu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 350px;
  order: 2;
  min-height: 13px;
  height: 13px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaEy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 350px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 4;
}
.b-root .bubble-element.cmpaHo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaHt {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaHr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: 34px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaHv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 700;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 350px;
  order: 2;
  min-height: 13px;
  height: 13px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaFaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 360px;
  order: 21;
  min-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 6px;
  z-index: 5;
}
.b-root .bubble-element.cmpaIaG {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 5;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmpaIaJ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 6;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 5px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaIaP {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 13;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 5px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmpaIaS {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: var(--color_surface_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 400px;
  order: 14;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaIe {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 500px;
  order: 8;
  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: 5px;
  z-index: 46;
}
.b-root .bubble-element.cmpaFj {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 280px;
  max-width: 620px;
  min-height: 700px;
  max-height: 700px;
}
.b-root .cmpaFj.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmpaFr {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 52px;
  max-width: 52px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 52px;
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmpaFq {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaFw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cmpaFz {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 490px;
  max-width: 490px;
  order: 4;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 490px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmpaGaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 1;
  min-height: 24px;
  width: 170px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaGaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 2;
  min-height: 24px;
  width: 110px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaGaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: var(--color_primary_default);
  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: 24px;
  width: 120px;
  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.cmpaGaL {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 490px;
  max-width: 490px;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 490px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .cmpaGaL> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmpaGaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 165px;
  max-width: 165px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 165px;
  flex-grow: 1;
  height: 36px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaGaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 6;
  min-height: 24px;
  width: 10px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpaHaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmpaHaJ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 7;
}
.b-root .bubble-element.cmpaGaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 110px;
  order: 1;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 110px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaJs {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 700;
  color: rgba(var(--color_destructive_default_rgb), 0.66);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 400px;
  order: 16;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 46;
}
.b-root .bubble-element.cmpaIb {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmpaVj {
  overflow: visible;
  justify-content: flex-start;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_background_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 490px;
  max-width: 490px;
  order: 6;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 490px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 46;
}
.b-root .bubble-element.cmpaVo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 1;
  min-height: 24px;
  width: 170px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaVm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 110px;
  max-width: 110px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 110px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaVq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  order: 3;
  min-height: 24px;
  width: 120px;
  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.cmpaJaI {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 500px;
  max-width: 500px;
  min-height: 320px;
}
.b-root .cmpaJaI.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmpaJaL {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 52px;
  max-width: 52px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 52px;
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 47;
}
.b-root .bubble-element.cmpaJaQ {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaJaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 47;
}
.b-root .bubble-element.cmpaJaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 48;
}
.b-root .bubble-element.cmpaJc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 4;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 49;
}
.b-root .bubble-element.cmpaJf {
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 5;
  min-height: 47px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 50;
}
.b-root .cmpaJf .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaJf .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaWaH {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 800px;
  max-width: 800px;
  min-height: 400px;
}
.b-root .cmpaWaH.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmpaWaK {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 52px;
  max-width: 52px;
  order: 1;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 52px;
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 47;
}
.b-root .bubble-element.cmpaWaP {
  color: rgba(131, 131, 131, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaWaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 20px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 47;
}
.b-root .bubble-element.cmpaWa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 4;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 200px);
  margin-left: 100px;
  margin-top: 5px;
  margin-right: 100px;
  margin-bottom: 0px;
  z-index: 48;
}
.b-root .bubble-element.cmpaWd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 5;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 49;
}
.b-root .bubble-element.cmpaWj {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_success_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 6;
  min-height: 56px;
  max-height: 56px;
  height: 56px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 51;
}
.b-root .cmpaWj .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaWj .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaWt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaWv {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 419px;
  max-width: 419px;
  order: 5;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 419px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaWw {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: default;
  align-self: flex-start;
  min-width: 390px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 390px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaWu {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 209px;
  max-width: 209px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 209px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaWy {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 209px;
  max-width: 209px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 209px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 14;
}
.b-root .bubble-element.cmpaWx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  padding: 0px 3px 0px 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaWz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 8px;
  max-width: 8px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 8px;
  flex-grow: 1;
  height: 25px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaXaB {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 522px;
  max-width: 522px;
  order: 3;
  min-height: 33px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 522px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmpaXaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 36px;
  max-width: 36px;
  order: 22;
  min-height: 21px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  z-index: 20;
}
.b-root .bubble-element.cmpaXaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 50px;
  max-height: 50px;
  width: max-content;
  flex-grow: 0;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmpaXaE {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaXaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpaXaD {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 23px;
  font-weight: 600;
  color: var(--color_primary_default);
  padding: 0px 5px 2px 5px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  max-width: 130px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: 130px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmpaXaH {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpaXaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.cmpaXaP {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 605px;
  order: 9;
  min-height: 180px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaXaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  max-width: 400px;
  order: 1;
  min-height: 180px;
  width: 400px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaXaS {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 209px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cmpaXaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  padding: 0px 3px 0px 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaXaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cmpaXaV {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 292px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmpaXaZ {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaXa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmpaXaY {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaXc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmpaXd {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpaXb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmpaXf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 19;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cmpaXg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  max-width: 400px;
  order: 2;
  min-height: 180px;
  width: 400px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaXe {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 209px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cmpaXi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  padding: 0px 3px 0px 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaXj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  order: 2;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cmpaXh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 21;
  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: 5px;
}
.b-root .bubble-element.cmpaXm {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 23;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaXk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 22;
  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: 5px;
}
.b-root .bubble-element.cmpaYaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaYaH {
  overflow: visible;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_surface_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .bubble-element.cmpaYaF {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 50px;
  flex-grow: 1;
  height: 32px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaYaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 2;
  min-height: 22px;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 26px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaYaK {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaYaI {
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 6px;
  max-width: 6px;
  order: 1;
  min-height: 6px;
  max-height: 6px;
  width: 6px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaYaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaYaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 419px;
  max-width: 419px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 419px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaYaR {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: default;
  align-self: flex-start;
  min-width: 390px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 390px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaYaV {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 209px;
  max-width: 209px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 209px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaYaW {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 209px;
  max-width: 209px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 209px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 14;
}
.b-root .bubble-element.cmpaYaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  padding: 0px 3px 0px 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaYaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 8px;
  max-width: 8px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 8px;
  flex-grow: 1;
  height: 25px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaYaZ {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 522px;
  max-width: 522px;
  order: 2;
  min-height: 33px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 522px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmpaYaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 10px;
  order: 22;
  min-height: 21px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  z-index: 20;
}
.b-root .bubble-element.cmpaYb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 50px;
  max-height: 50px;
  width: max-content;
  flex-grow: 0;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmpaYc {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaYa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 15px;
  flex-grow: 1;
  height: 26px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmpaYe {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Bai Jamjuree';
  font-size: 23px;
  font-weight: 600;
  color: var(--color_primary_default);
  padding: 0px 5px 2px 5px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  max-width: 130px;
  order: 2;
  min-height: 34px;
  max-height: 34px;
  width: 130px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmpaYf {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: rgba(131, 131, 131, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 270px;
  max-width: 270px;
  order: 3;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmpaYm {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 522px;
  max-width: 522px;
  order: 15;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 522px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.b-root .bubble-element.cmpaYt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 136px;
  max-width: 136px;
  order: 1;
  min-height: 25px;
  width: 136px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaYr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 450px;
  max-width: 450px;
  order: 4;
  min-height: 25px;
  width: 450px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmpaYp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 400;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 8px;
  max-width: 8px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 8px;
  flex-grow: 1;
  height: 25px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaYs {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  order: 16;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaYx {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 81px;
  max-width: 81px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  width: 81px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .cmpaYxinput {
}
.b-root .cmpaYx .icon-item {
}
.b-root .cmpaYx label {
}
.b-root .bubble-element.cmpaYv {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 6;
  min-height: 24px;
  max-height: 24px;
  width: 42px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaYz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  width: 14px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmpaZaA {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 9;
  min-height: 24px;
  max-height: 24px;
  width: 42px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmpaYy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 8;
  min-height: 24px;
  max-height: 24px;
  width: 14px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmpaZaC {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 120px;
  flex-grow: 1;
  height: 20px;
  margin-left: 75px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .cmpaZaCinput {
}
.b-root .cmpaZaC .icon-item {
}
.b-root .cmpaZaC label {
}
.b-root .bubble-element.cmpaZaB {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  order: 17;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaZaG {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 81px;
  max-width: 81px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  width: 81px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .cmpaZaGinput {
}
.b-root .cmpaZaG .icon-item {
}
.b-root .cmpaZaG label {
}
.b-root .bubble-element.cmpaZaE {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 6;
  min-height: 24px;
  max-height: 24px;
  width: 42px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaZaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  width: 14px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmpaZaJ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 9;
  min-height: 24px;
  max-height: 24px;
  width: 42px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmpaZaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 8;
  min-height: 24px;
  max-height: 24px;
  width: 14px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmpaZaL {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 120px;
  flex-grow: 1;
  height: 20px;
  margin-left: 75px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .cmpaZaLinput {
}
.b-root .cmpaZaL .icon-item {
}
.b-root .cmpaZaL label {
}
.b-root .bubble-element.cmpaZaK {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  order: 18;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmpaZaP {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 81px;
  max-width: 81px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  width: 81px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .cmpaZaPinput {
}
.b-root .cmpaZaP .icon-item {
}
.b-root .cmpaZaP label {
}
.b-root .bubble-element.cmpaZaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 6;
  min-height: 24px;
  max-height: 24px;
  width: 42px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmpaZaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  width: 14px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmpaZaS {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 9;
  min-height: 24px;
  max-height: 24px;
  width: 42px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmpaZaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 8;
  min-height: 24px;
  max-height: 24px;
  width: 14px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmpaZaU {
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 120px;
  flex-grow: 1;
  height: 20px;
  margin-left: 75px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .cmpaZaUinput {
}
.b-root .cmpaZaU .icon-item {
}
.b-root .cmpaZaU label {
}
.b-root .bubble-element.cmpaZaT {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 530px;
  order: 19;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaZaY {
  font-family: 'Bai Jamjuree';
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 660px;
  max-width: 660px;
  order: 2;
  min-height: 54px;
  max-height: 54px;
  width: 660px;
  flex-grow: 1;
  height: 54px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmpaZaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpaZaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpaZa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 530px;
  order: 22;
  min-height: 39px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmpaZaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  color: rgba(222, 42, 42, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 252px;
  max-width: 252px;
  order: 3;
  min-height: 17px;
  max-height: 17px;
  height: 17px;
  flex-grow: 1;
  width: 252px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 406px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpaZf {
  color: var(--color_primary_contrast_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 23;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpaZu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 200px);
  margin-left: 100px;
  margin-top: 4px;
  margin-right: 100px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpie {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 800px;
  order: 9;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpig {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 22px;
  font-weight: 600;
  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: 800px;
  max-width: 800px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 800px;
  margin-left: 0px;
  margin-top: 22px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmpih {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 510px;
  max-width: 510px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 510px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmpqm {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 530px;
  max-width: 530px;
  min-height: 470px;
}
.b-root .cmpqm.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.cmpqr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 410px;
  max-width: 410px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 410px;
  margin-left: 0px;
  margin-top: 165px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmpqp {
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 131, 131, 1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 5;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 220px;
  margin-left: 0px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmpqp .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmpqp .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmpqt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 53, 53, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 4;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 500px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmsaUaA {
  width: initial;
  min-width: 1300px;
  min-height: 75px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  max-height: 75px;
  margin-right: auto;
  position: fixed;
  z-index: 1503;
  justify-content: center;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cmsaUaF {
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 14;
  min-height: 36px;
  max-height: 36px;
  width: 140px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmsaUaF .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmsaUaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmsaUaJ {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 280px;
  order: 15;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmsaUaO {
  border-radius: 14px;
  -moz-border-radius: 14px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 1;
  width: 28px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmsaUaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 14px;
}
.b-root .cmsaUaO .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmsaUaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 600;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 190px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: 18px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsaUaQ {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 4;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmsaUaN {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.2px;
  line-height: 1;
  border-radius: 11px;
  -moz-border-radius: 11px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmsaUaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmsaUaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmsaUaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 483px;
  max-width: 483px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: 483px;
  flex-grow: 1;
  height: 30px;
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmsaUaT {
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 600;
  color: rgba(173, 173, 173, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 225, 225, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 70px;
  flex-grow: 1;
  height: 30px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .cmsaUaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmsaUaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmsaUaD {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 174px;
  max-width: 174px;
  order: 2;
  min-height: 30.4px;
  max-height: 30.4px;
  width: 174px;
  flex-grow: 1;
  height: 30.4px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmsaUaH {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 500;
  color: rgba(3, 180, 198, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 174px;
  max-width: 174px;
  min-height: 30.4px;
  max-height: 30.4px;
  width: 174px;
  height: 30.4px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxiaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 174px;
  max-width: 174px;
  min-height: 30.4px;
  max-height: 30.4px;
  width: 174px;
  height: 30.4px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmsaUaI {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 38px;
  order: 6;
  min-height: 15px;
  max-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: 15px;
  margin-left: 14px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmsaUaG {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 34px;
  order: 7;
  min-height: 15px;
  max-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmsaUaK {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 34px;
  order: 8;
  min-height: 15px;
  max-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmsaUaL {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 15px;
  max-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmscc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1300px;
  order: 20;
  min-height: 500px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .cmscc> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmscj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1260px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmsck {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  width: 100px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsci {
  color: var(--color_surface_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 10;
}
.b-root .bubble-element.cmscm {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 100px;
  flex-grow: 1;
  height: 38px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmscn {
  color: var(--color_surface_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 10;
}
.b-root .bubble-element.cmscl {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 200px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 3;
  min-height: 421px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1260px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmscl> .group-item {
  min-width: 200px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmsdaU {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  letter-spacing: 0.2px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 112px;
  max-width: 200px;
  order: 6;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmscp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 13;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 14px;
  z-index: 2;
}
.b-root .cmscp .aspect-ratio {
}
.b-root .bubble-element.cmscq {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 62px;
  max-height: 62px;
  height: 62px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmsco {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 46px;
  max-width: 46px;
  order: 2;
  min-height: 62px;
  max-height: 62px;
  width: 46px;
  flex-grow: 1;
  height: 62px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmscs {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 19px;
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsct {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 36px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmscr {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 154px;
  max-width: 154px;
  order: 1;
  min-height: 62px;
  max-height: 62px;
  width: 154px;
  flex-grow: 1;
  height: 62px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmscv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 154px;
  max-width: 154px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 154px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmscu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 75px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmscy {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(222, 42, 42, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 65px;
  max-width: 65px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 65px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmscw {
  color: var(--color_primary_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: 16px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmscz {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 153px;
  order: 7;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmscx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 9;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 150px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 18;
}
.b-root .bubble-element.cmsdaB {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 232px;
  max-height: 232px;
  height: 232px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsdaC {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100px;
  min-height: 100px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsdaD {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: end;
  justify-self: end;
  min-width: 102px;
  max-width: 102px;
  min-height: 28px;
  max-height: 28px;
  width: 102px;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsdaH {
  color: var(--color_primary_contrast_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: 16px;
  flex-grow: 1;
  height: 14px;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.cmsdaI {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 24px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmsdaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  height: 12px;
  flex-grow: 1;
  width: calc(100% - 2px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsdaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  height: 12px;
  flex-grow: 1;
  width: calc(100% - 2px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmsdaE {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: end;
  justify-self: start;
  min-width: 10px;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmsdaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxlaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 232px;
  max-height: 232px;
  width: 200px;
  height: 232px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmsdaA {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 200px;
  order: 1;
  min-height: 3px;
  max-height: 3px;
  height: 3px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsdaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 5;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsdaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 500;
  color: var(--color_surface_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 93px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 93px;
  flex-grow: 1;
  height: 18px;
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxlaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsdaO {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 200px;
  order: 12;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsdaM {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsdaQ {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsdaR {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmsdaP {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmsdaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 5px;
  max-height: 5px;
  height: 5px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .cmsdaT .aspect-ratio {
}
.b-root .bubble-element.cmseaF {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1300px;
  order: 33;
  min-height: 500px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmseaF> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmseaI {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1260px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmseaM {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  width: 100px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmseaN {
  color: var(--color_surface_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 10;
}
.b-root .bubble-element.cmseaL {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 100px;
  flex-grow: 1;
  height: 38px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmseaP {
  color: var(--color_surface_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 10;
}
.b-root .bubble-element.cmseaQ {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 200px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 3;
  min-height: 421px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1260px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmseaQ> .group-item {
  min-width: 200px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmsew {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  letter-spacing: 0.2px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 112px;
  max-width: 200px;
  order: 6;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmseaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 13;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 14px;
  z-index: 2;
}
.b-root .cmseaO .aspect-ratio {
}
.b-root .bubble-element.cmseaS {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 62px;
  max-height: 62px;
  height: 62px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmseaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 46px;
  max-width: 46px;
  order: 2;
  min-height: 62px;
  max-height: 62px;
  width: 46px;
  flex-grow: 1;
  height: 62px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmseaR {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 19px;
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmseaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 36px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmseaW {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 154px;
  max-width: 154px;
  order: 1;
  min-height: 62px;
  max-height: 62px;
  width: 154px;
  flex-grow: 1;
  height: 62px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmseaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 154px;
  max-width: 154px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 154px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmseaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 75px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmseaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(222, 42, 42, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 65px;
  max-width: 65px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 65px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmseaY {
  color: var(--color_primary_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: 16px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmseb {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 153px;
  order: 7;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmsec {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 9;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 150px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 18;
}
.b-root .bubble-element.cmsea {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 232px;
  max-height: 232px;
  height: 232px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsee {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100px;
  min-height: 100px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsed {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: end;
  justify-self: start;
  min-width: 10px;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmseh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxlaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 232px;
  max-height: 232px;
  width: 200px;
  height: 232px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmsei {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: end;
  justify-self: end;
  min-width: 102px;
  max-width: 102px;
  min-height: 28px;
  max-height: 28px;
  width: 102px;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmseg {
  color: var(--color_primary_contrast_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: 16px;
  flex-grow: 1;
  height: 14px;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.cmsek {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 24px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmsel {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  height: 12px;
  flex-grow: 1;
  width: calc(100% - 2px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsej {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  height: 12px;
  flex-grow: 1;
  width: calc(100% - 2px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmsef {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 200px;
  order: 1;
  min-height: 3px;
  max-height: 3px;
  height: 3px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsen {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 5;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsem {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 11px;
  font-weight: 500;
  color: var(--color_surface_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 93px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 93px;
  flex-grow: 1;
  height: 18px;
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxlaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmseq {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 200px;
  order: 12;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmser {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsep {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmset {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmseu {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmses {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 5px;
  max-height: 5px;
  height: 5px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .cmses .aspect-ratio {
}
.b-root .bubble-element.cmsfk {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1300px;
  order: 43;
  min-height: 500px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmsfk> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmsfn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1260px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmsfl {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  width: 100px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmsfp {
  color: var(--color_surface_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 10;
}
.b-root .bubble-element.cmsfq {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 100px;
  flex-grow: 1;
  height: 38px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsfo {
  color: var(--color_surface_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  z-index: 10;
}
.b-root .bubble-element.cmsfs {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 200px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1260px;
  max-width: 1260px;
  order: 3;
  min-height: 421px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1260px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmsfs> .group-item {
  min-width: 200px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmsgaV {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Bai Jamjuree';
  font-size: 13px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  letter-spacing: 0.2px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 112px;
  max-width: 200px;
  order: 6;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmsft {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 13;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 14px;
  z-index: 2;
}
.b-root .cmsft .aspect-ratio {
}
.b-root .bubble-element.cmsfr {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 62px;
  max-height: 62px;
  height: 62px;
  flex-grow: 1;
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmsfv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 46px;
  max-width: 46px;
  order: 2;
  min-height: 62px;
  max-height: 62px;
  width: 46px;
  flex-grow: 1;
  height: 62px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsfw {
  color: rgba(53, 53, 53, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 19px;
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsfu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 12px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: 36px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmsfy {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 154px;
  max-width: 154px;
  order: 1;
  min-height: 62px;
  max-height: 62px;
  width: 154px;
  flex-grow: 1;
  height: 62px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmsfz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 154px;
  max-width: 154px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 154px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmsgaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 75px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmsgaC {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  font-weight: 700;
  color: rgba(222, 42, 42, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 65px;
  max-width: 65px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 65px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
